.container, .woocommerce-notices-wrapper, .woocommerce .woocommerce-order, .woocommerce-checkout.page .wp-block-woocommerce-checkout, .wc-block-components-drawer__content, .wp-block-woocommerce-cart, .woocommerce.my-account-container, .variable-modal-container .modalblock-container {
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 1600px) {
  .container, .woocommerce-notices-wrapper, .woocommerce .woocommerce-order, .woocommerce-checkout.page .wp-block-woocommerce-checkout, .wc-block-components-drawer__content, .wp-block-woocommerce-cart, .woocommerce.my-account-container, .variable-modal-container .modalblock-container {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  max-width: 1920px;
}

@media (min-width: 720px) {
  .row > *, .woocommerce .woocommerce-order .woocommerce-notice > *,
  .woocommerce .woocommerce-order > p > *,
  .woocommerce .woocommerce-order ul.woocommerce-order-overview > *,
  .woocommerce .woocommerce-order section > *, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > *, .wc-block-mini-cart__template-part > * {
    padding-right: calc(var(--bs-gutter-x) * 0.625) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.625) !important;
  }
}

:root {
  --bs-gutter-x: 16px --bs-gutter-y: 16px ;
}

[class*=col-] {
  position: relative;
}

/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .woocommerce-notices-wrapper, .woocommerce .woocommerce-order, .woocommerce-checkout.page .wp-block-woocommerce-checkout, .wc-block-components-drawer__content, .wp-block-woocommerce-cart, .woocommerce.my-account-container, .variable-modal-container .modalblock-container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .woocommerce-notices-wrapper, .woocommerce .woocommerce-order, .woocommerce-checkout.page .wp-block-woocommerce-checkout, .wc-block-components-drawer__content, .wp-block-woocommerce-cart, .woocommerce.my-account-container, .variable-modal-container .modalblock-container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .woocommerce-notices-wrapper, .woocommerce .woocommerce-order, .woocommerce-checkout.page .wp-block-woocommerce-checkout, .wc-block-components-drawer__content, .wp-block-woocommerce-cart, .woocommerce.my-account-container, .variable-modal-container .modalblock-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .woocommerce-notices-wrapper, .woocommerce .woocommerce-order, .woocommerce-checkout.page .wp-block-woocommerce-checkout, .wc-block-components-drawer__content, .wp-block-woocommerce-cart, .woocommerce.my-account-container, .variable-modal-container .modalblock-container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .woocommerce-notices-wrapper, .woocommerce .woocommerce-order, .woocommerce-checkout.page .wp-block-woocommerce-checkout, .wc-block-components-drawer__content, .wp-block-woocommerce-cart, .woocommerce.my-account-container, .variable-modal-container .modalblock-container {
    max-width: 1174px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row, .woocommerce .woocommerce-order .woocommerce-notice,
.woocommerce .woocommerce-order > p,
.woocommerce .woocommerce-order ul.woocommerce-order-overview,
.woocommerce .woocommerce-order section, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout, .wc-block-mini-cart__template-part {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .woocommerce .woocommerce-order .woocommerce-notice > *,
.woocommerce .woocommerce-order > p > *,
.woocommerce .woocommerce-order ul.woocommerce-order-overview > *,
.woocommerce .woocommerce-order section > *, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > *, .wc-block-mini-cart__template-part > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Utilities v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .woocommerce .product-page .product-info .variations_form.cart .variations label,
.woocommerce .product-page .product-info .cart .variations label, .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th:last-child > .nobr, .slick-autoplay-toggle-button .slick-sr-only, .pageheader-filters .field_wrap .label_wrap,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption), .woocommerce .product-page .product-info .variations_form.cart .variations label:not(caption),
.woocommerce .product-page .product-info .cart .variations label:not(caption), .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th:last-child > .nobr:not(caption), .slick-autoplay-toggle-button .slick-sr-only:not(caption), .pageheader-filters .field_wrap .label_wrap:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *, .woocommerce .product-page .product-info .variations_form.cart .variations label *,
.woocommerce .product-page .product-info .cart .variations label *, .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th:last-child > .nobr *, .slick-autoplay-toggle-button .slick-sr-only *, .pageheader-filters .field_wrap .label_wrap *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(90, 97, 113, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90, 97, 113, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eceef1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #ff5a5f;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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: rgba(0, 0, 0, 0);
}

.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;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.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;
  -moz-user-select: none;
       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;
  -moz-user-select: none;
       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: white;
  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;
  -moz-user-select: none;
       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;
  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: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.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: white;
  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: bold;
  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: bold;
  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 black 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: white;
}

.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: 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: bold;
  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: 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: 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: 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: white;
  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: bold;
  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;
}

.mfp-iframe-holder .mfp-content {
  width: 90vw;
  max-width: 1200px;
}

.mfp-container {
  cursor: pointer;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-bg {
  background-color: rgba(51, 51, 51, 0.9);
}

.mfp-image-holder .mfp-content .mfp-close {
  width: 40px;
  height: 40px;
  font-size: 0 !important;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 50px;
  right: 10px;
  padding: 0;
  text-align: center;
  transition: 0.3s ease all;
  cursor: pointer;
}
.mfp-image-holder .mfp-content .mfp-close::before {
  width: 40px;
  height: 40px;
  content: "";
  background-color: #333333;
  color: white !important;
  border-radius: 500px;
  content: "\e912";
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  transition: 0.3s ease all;
}

[id^=mc_embed] .mc-field-group {
  margin: 12px 0;
}
[id^=mc_embed] .mc-field-group label {
  line-height: 1.6;
}
[id^=mc_embed] .gdprRequired,
[id^=mc_embed] .gdprRequired + p {
  display: inline;
}
[id^=mc_embed] .gdprRequired .checkbox input,
[id^=mc_embed] .gdprRequired + p .checkbox input {
  margin-right: 10px;
}
[id^=mc_embed] .gdprRequired .checkbox span,
[id^=mc_embed] .gdprRequired + p .checkbox span {
  font-size: 0;
}
[id^=mc_embed] p {
  margin: 0 0 25px 0;
  line-height: 1.6;
}
@font-face {
  font-family: "icomoon";
  src: url("icomoon/fonts/icomoon.ttf?o3kktc") format("truetype"), url("icomoon/fonts/icomoon.woff?o3kktc") format("woff"), url("icomoon/fonts/icomoon.svg?o3kktc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-alarm:before {
  content: "\e901";
}

.icon-basket:before {
  content: "\e902";
}

.icon-bin:before {
  content: "\e903";
}

.icon-pause:before {
  content: "\e904";
}

.icon-book:before {
  content: "\e905";
}

.icon-bubble:before {
  content: "\e906";
}

.icon-calendar:before {
  content: "\e907";
}

.icon-camera:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
}

.icon-chat:before {
  content: "\e90a";
}

.icon-clock:before {
  content: "\e90b";
}

.icon-cloud:before {
  content: "\e90c";
}

.icon-cog:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-credit:before {
  content: "\e90f";
}

.icon-cross-1:before {
  content: "\e910";
}

.icon-cross-3:before {
  content: "\e911";
}

.icon-cross-2:before {
  content: "\e912";
}

.icon-cycle:before {
  content: "\e913";
}

.icon-docs-1:before {
  content: "\e914";
}

.icon-docs-2:before {
  content: "\e915";
}

.icon-microphone:before {
  content: "\e916";
}

.icon-download-1:before {
  content: "\e918";
}

.icon-download-2:before {
  content: "\e919";
}

.icon-download-3:before {
  content: "\e91a";
}

.icon-edit:before {
  content: "\e91b";
}

.icon-email:before {
  content: "\e91c";
}

.icon-flow-tree:before {
  content: "\e91e";
}

.icon-folder:before {
  content: "\e91f";
}

.icon-heart:before {
  content: "\e922";
}

.icon-home:before {
  content: "\e923";
}

.icon-image:before {
  content: "\e924";
}

.icon-info:before {
  content: "\e925";
}

.icon-key:before {
  content: "\e926";
}

.icon-link:before {
  content: "\e927";
}

.icon-lock:before {
  content: "\e928";
}

.icon-loop:before {
  content: "\e929";
}

.icon-megaphone:before {
  content: "\e92a";
}

.icon-mobile:before {
  content: "\e92c";
}

.icon-mouse:before {
  content: "\e92d";
}

.icon-pdf-1:before {
  content: "\e92f";
}

.icon-pdf-2:before {
  content: "\e930";
}

.icon-pdf-3:before {
  content: "\e931";
}

.icon-pencil:before {
  content: "\e932";
}

.icon-person-1:before {
  content: "\e933";
}

.icon-person-2:before {
  content: "\e934";
}

.icon-phone:before {
  content: "\e935";
}

.icon-pin:before {
  content: "\e937";
}

.icon-play:before {
  content: "\e938";
}

.icon-plus-1:before {
  content: "\e939";
}

.icon-print-1:before {
  content: "\e93a";
}

.icon-print-2:before {
  content: "\e93b";
}

.icon-pushpin:before {
  content: "\e93c";
}

.icon-quote-set1-end:before {
  content: "\e93d";
}

.icon-quote-set1-start:before {
  content: "\e93e";
}

.icon-search:before {
  content: "\e941";
}

.icon-share:before {
  content: "\e942";
}

.icon-speaker_notes:before {
  content: "\e944";
}

.icon-star:before {
  content: "\e945";
}

.icon-stats:before {
  content: "\e946";
}

.icon-tag:before {
  content: "\e947";
}

.icon-tick:before {
  content: "\e948";
}

.icon-timer:before {
  content: "\e94a";
}

.icon-user:before {
  content: "\e94d";
}

.icon-user-add:before {
  content: "\e94e";
}

.icon-warning:before {
  content: "\e94f";
}

.icon-wrench:before {
  content: "\e950";
}

.icon-facebook:before {
  content: "\e951";
}

.icon-flickr:before {
  content: "\e952";
}

.icon-google-plus:before {
  content: "\e953";
}

.icon-instagram:before {
  content: "\e954";
}

.icon-linkedin:before {
  content: "\e955";
}

.icon-pinterest:before {
  content: "\e956";
}

.icon-tumblr:before {
  content: "\e957";
}

.icon-twitter:before {
  content: "\e958";
}

.icon-arrow-set1-right:before {
  content: "\e959";
}

.icon-arrow-set1-down:before {
  content: "\e95a";
}

.icon-arrow-set1-left:before {
  content: "\e95b";
}

.icon-arrow-set1-up:before {
  content: "\e95c";
}

.icon-chevron-down:before {
  content: "\e95d";
}

.icon-chevron-left:before {
  content: "\e95e";
}

.icon-chevron-right:before {
  content: "\e95f";
}

.icon-chevron-up:before {
  content: "\e960";
}

.icon-arrow-set4-down:before {
  content: "\e965";
}

.icon-arrow-set4-left:before {
  content: "\e966";
}

.icon-arrow-set4-right:before {
  content: "\e967";
}

.icon-arrow-set4-up:before {
  content: "\e968";
}

.icon-rg:before {
  content: "\e917";
}

.icon-a:before {
  content: "\e91d";
}

.icon-external:before {
  content: "\e920";
}

.icon-headphones:before {
  content: "\e921";
}

.icon-broadcast:before {
  content: "\e92b";
}

.icon-book_2:before {
  content: "\e92e";
}

.icon-infographic:before {
  content: "\e936";
}

.icon-webinar:before {
  content: "\e93f";
}

.icon-transcript:before {
  content: "\e940";
}

.icon-twitter-x:before {
  content: "\e943";
}

.icon-share1:before {
  content: "\e949";
}

.icon-login:before {
  content: "\e94b";
}

.icon-woo-basket:before {
  content: "\e94c";
}

.icon-blockquote:before {
  content: "\e961";
}

.icon-woo-gauge:before {
  content: "\e962";
}

.icon-woo-trolley:before {
  content: "\e963";
}

.icon-woo-document:before {
  content: "\e964";
}

.icon-woo-home:before {
  content: "\e969";
}

.icon-woo-user:before {
  content: "\e96a";
}

.icon-woo-back:before {
  content: "\e96b";
}

.icon-woo-alert:before {
  content: "\e96c";
}

.icon-button-download:before {
  content: "\e96d";
}

.icon-visibility:before {
  content: "\e96e";
}

.icon-visibility-off:before {
  content: "\e96f";
}

.icon-woo-pencil:before {
  content: "\e970";
}

.icon-filter:before {
  content: "\e971";
}

.icon-left-button-chevron:before {
  content: "\e972";
}

.icon-right-button-chevron:before {
  content: "\e973";
}

.icon-audio:before {
  content: "\e974";
}

.icon-audio-controls:before {
  content: "\e975";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  height: auto;
}
.slick-slide > div,
.slick-slide > div > div {
  height: 100%;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* Default body text size*/
/* Title font */
/* Base font */
/* Devices */
/* Navigation widths */
/* Base colors */
/* Base colors */
/* Components */
/* Form colors */
/* Alert colors */
/* Slider buttons */
/* Woocommerce */
/* Accessibility */
/* Helper functions */
/* Helper mixins */
/* Helper classes */
.visually-hidden, .woocommerce .product-page .product-info .variations_form.cart .variations label,
.woocommerce .product-page .product-info .cart .variations label, .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th:last-child > .nobr, .slick-autoplay-toggle-button .slick-sr-only, .pageheader-filters .field_wrap .label_wrap {
  position: absolute;
  left: -999999px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  transition: none;
}
.visually-hidden-focusable {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  left: -999999px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: none;
  width: 1px;
}
.visually-hidden-focusable:focus {
  border: auto;
  clip: auto;
  height: auto;
  left: auto;
  margin: auto;
  overflow: auto;
  padding: auto;
  position: relative;
  width: auto;
}
.visually-hidden-focusable:focus.skiptomain {
  background: #FFFFFF;
  clip: auto;
  color: black;
  height: auto;
  left: 5px;
  margin: 0;
  position: absolute;
  top: 5px;
  width: auto;
  z-index: 1;
}

.container-weighted-left, .container-weighted-right {
  width: 100%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container-weighted-left, .container-weighted-right {
    width: calc(100% - (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-weighted-left, .container-weighted-right {
    width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 768px) {
  .container-weighted-right {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-weighted-left {
    margin-right: 0;
    margin-left: auto;
    padding-left: 0;
  }
}

.__background-grey {
  background-color: #333333;
}

.__background-grey-light {
  background-color: #F8F8F8;
}

.__background-green {
  background-color: #008539;
}

.__background-yellow {
  background-color: #FFC600;
}

.__background-purple {
  background-color: #685BC7;
}

/* Helper extenders */
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent label::after,
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent label::after, .woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars a::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars a::before, .woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating::before, .woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating::after, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::before, .woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li a::after, .woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image a::before,
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image--placeholder::before, .product-archive .woocommerce-no-products-found .woocommerce-info::before, .wc-block-mini-cart__template-part .wc-block-components-drawer__close::after, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button::before, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button::before,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address-title a::before, .woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account .password-input .show-password-input::after, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error::before, .woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a::before, .gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice::after, .gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent::after, .modalblock-close::after, .timelinepage-block-seemore::before, .backto button::after,
.backtomega button::after, .nav > ul > li.menu-item.menu-item-has-children > button::after, .videoplay-icon::after, .socialicon::before, .slider-variable .slick-arrow::before, .slider-testimonials-item::before, .slider-testimonials .slick-arrow::before, .slider-spotlight .slick-arrow::before, .slider-gallery-alt .slick-arrow::before, .slider-gallery .slick-arrow::before, .slider-links .slick-arrow::before,
.slider-publications .slick-arrow::before, .slick-autoplay-toggle-button .slick-play-icon::before, .slick-autoplay-toggle-button .slick-pause-icon::before, .sliderbutton::after, .searchtoggle::after, .searchbar-form form .search-close .icon::after, .searchbar-form form .submit_wrap button::before,
.searchbar-form form .form-submit button::before, .pageheader-filters-search .submit_wrap .search-button::before, .latest-news-item-title::after, .error_feedback ul li::before,
.validation-summary-errors ul li::before, .success_feedback ul li::before, .input_error::before,
.field-validation-error::before, .field_wrap.__checkbox > label::after,
.field_wrap.__checkbox > .input_wrap > label::after, .field_wrap.__date .input_wrap::before,
.field_wrap.__time .input_wrap::before,
.field_wrap.__datetime .input_wrap::before, .button.__external .icon::after,
.woocommerce .product-page .product-info .cart .variations .__external.reset_variations .icon::after, .__external.slick-autoplay-toggle-button .icon::after, .submit_wrap button.__external .icon::after,
.form-submit button.__external .icon::after, .breadcrumb-list > li::before, .banner-video-controls-button.__pause::before, .banner-video-controls-button.__play::before, .accordion-head::after, .usercontent blockquote::before,
.mce-content-body blockquote::before,
.gfield--type-html blockquote::before, [class^=icon-],
[class*=" icon-"],
.icon, .mfp-image-holder .mfp-content .mfp-close::before {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  font-family: icomoon;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  transition: all 0.3s;
}

.listitem-image::before, .banner-video::before, .banner-image::before, .banner.__no-image .banner-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
  transition: all 0.3s;
}

.slideritem, .banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

img[data-object-fit=contain] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.speakersblock-item-image picture,
.speakersblock-item-image img, img[data-object-fit=cover] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.wp-block-woocommerce-empty-cart-block .wp-block-button__link, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-button, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a {
  background: right top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%);
  color: #333333;
  display: inline-block;
  padding: 15px 31px;
  border: none;
  border-radius: 5px;
  line-height: 1.06;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease all;
  width: 100%;
}
@media (min-width: 576px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
  .wp-block-woocommerce-empty-cart-block .wp-block-button__link, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-button, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a {
    width: auto;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:hover:not(.__outline),
.wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button:hover, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-button:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:focus:not(.__outline),
.wp-block-woocommerce-empty-cart-block .wp-block-button__link:focus, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button:focus, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-button:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a:focus {
  background: left top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%);
  color: #333333;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .product-page .product-info .cart .variations .wc-forward.reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-message .wc-forward.reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .submit_wrap button.wc-forward, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .form-submit button.wc-forward,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .product-page .product-info .cart .variations .wc-forward.reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-info .wc-forward.reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .submit_wrap button.wc-forward,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .form-submit button.wc-forward,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .product-page .product-info .cart .variations .wc-forward.reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-error .wc-forward.reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .submit_wrap button.wc-forward,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .form-submit button.wc-forward,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.slick-autoplay-toggle-button {
  background: right top/210% 100% linear-gradient(to right, #008539 50%, transparent 50%);
  border: 1px solid #008539;
  padding: 14px 30px;
  box-sizing: border-box;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline:hover,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline:hover,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline:hover,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline:hover,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.reset_variations:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations:hover,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button:hover, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button:hover,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:hover,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button:hover, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button:hover,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations:hover,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button:hover,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button:hover,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:hover,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button:hover,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button:hover,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .product-page .product-info .cart .variations .wc-forward.reset_variations:hover,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-message .wc-forward.reset_variations:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .submit_wrap button.wc-forward:hover, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .form-submit button.wc-forward:hover,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward:hover, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.slick-autoplay-toggle-button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .product-page .product-info .cart .variations .wc-forward.reset_variations:hover,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-info .wc-forward.reset_variations:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .submit_wrap button.wc-forward:hover,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .form-submit button.wc-forward:hover,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.slick-autoplay-toggle-button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.button:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .product-page .product-info .cart .variations .wc-forward.reset_variations:hover,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-error .wc-forward.reset_variations:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .submit_wrap button.wc-forward:hover,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .form-submit button.wc-forward:hover,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward:hover,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.slick-autoplay-toggle-button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline:focus,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline:focus,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline:focus,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline:focus,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.reset_variations:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations:focus,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button:focus, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button:focus,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:focus,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button:focus, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button:focus,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations:focus,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button:focus,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button:focus,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:focus,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button:focus,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button:focus,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .product-page .product-info .cart .variations .wc-forward.reset_variations:focus,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-message .wc-forward.reset_variations:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .submit_wrap button.wc-forward:focus, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .form-submit button.wc-forward:focus,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward:focus, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.slick-autoplay-toggle-button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .product-page .product-info .cart .variations .wc-forward.reset_variations:focus,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-info .wc-forward.reset_variations:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .submit_wrap button.wc-forward:focus,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .form-submit button.wc-forward:focus,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.slick-autoplay-toggle-button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.button:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .product-page .product-info .cart .variations .wc-forward.reset_variations:focus,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-error .wc-forward.reset_variations:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .submit_wrap button.wc-forward:focus,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .form-submit button.wc-forward:focus,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward:focus,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.slick-autoplay-toggle-button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.reset_variations:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline:active,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline:active,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.reset_variations:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline:active,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline:active,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.reset_variations:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations:active,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button:active, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button:active,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:active,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button:active, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button:active,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations:active,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button:active,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button:active,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:active,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button:active,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button:active,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .product-page .product-info .cart .variations .wc-forward.reset_variations:active,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-message .wc-forward.reset_variations:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .submit_wrap button.wc-forward:active, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .form-submit button.wc-forward:active,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward:active, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.slick-autoplay-toggle-button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .product-page .product-info .cart .variations .wc-forward.reset_variations:active,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-info .wc-forward.reset_variations:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .submit_wrap button.wc-forward:active,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .form-submit button.wc-forward:active,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.slick-autoplay-toggle-button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.button:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .product-page .product-info .cart .variations .wc-forward.reset_variations:active,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-error .wc-forward.reset_variations:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .submit_wrap button.wc-forward:active,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .form-submit button.wc-forward:active,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward:active,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.slick-autoplay-toggle-button:active {
  background: left top/210% 100% linear-gradient(to right, #008539 50%, transparent 50%);
  color: #FFFFFF;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations {
  background: transparent;
  padding: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline:hover .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.slick-autoplay-toggle-button:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.reset_variations:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline:hover .button-text::before,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline:hover .button-text::before,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.slick-autoplay-toggle-button:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.reset_variations:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.slick-autoplay-toggle-button:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.reset_variations:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.slick-autoplay-toggle-button:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.reset_variations:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline:hover .button-text::before,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline:hover .button-text::before,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.slick-autoplay-toggle-button:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.reset_variations:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.slick-autoplay-toggle-button:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.reset_variations:hover .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline:focus .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.slick-autoplay-toggle-button:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.reset_variations:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline:focus .button-text::before,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline:focus .button-text::before,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.slick-autoplay-toggle-button:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.reset_variations:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.slick-autoplay-toggle-button:focus .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.reset_variations:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.slick-autoplay-toggle-button:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.reset_variations:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline:focus .button-text::before,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline:focus .button-text::before,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.slick-autoplay-toggle-button:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.reset_variations:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.slick-autoplay-toggle-button:focus .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.reset_variations:focus .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline:active .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.slick-autoplay-toggle-button:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.reset_variations:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline:active .button-text::before,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline:active .button-text::before,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.slick-autoplay-toggle-button:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.reset_variations:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.slick-autoplay-toggle-button:active .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.reset_variations:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.slick-autoplay-toggle-button:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.reset_variations:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline:active .button-text::before,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline:active .button-text::before,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.slick-autoplay-toggle-button:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.reset_variations:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.slick-autoplay-toggle-button:active .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.reset_variations:active .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline:hover .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.slick-autoplay-toggle-button:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.reset_variations:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline:hover .button-text::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline:hover .button-text::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.slick-autoplay-toggle-button:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.reset_variations:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.slick-autoplay-toggle-button:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.reset_variations:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.slick-autoplay-toggle-button:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.reset_variations:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline:hover .button-text::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline:hover .button-text::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.slick-autoplay-toggle-button:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.reset_variations:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.slick-autoplay-toggle-button:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.reset_variations:hover .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline:focus .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.slick-autoplay-toggle-button:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.reset_variations:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline:focus .button-text::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline:focus .button-text::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.slick-autoplay-toggle-button:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.reset_variations:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.slick-autoplay-toggle-button:focus .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.reset_variations:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.slick-autoplay-toggle-button:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.reset_variations:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline:focus .button-text::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline:focus .button-text::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.slick-autoplay-toggle-button:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.reset_variations:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.slick-autoplay-toggle-button:focus .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.reset_variations:focus .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline:active .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.slick-autoplay-toggle-button:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.reset_variations:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline:active .button-text::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline:active .button-text::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.slick-autoplay-toggle-button:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.reset_variations:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.slick-autoplay-toggle-button:active .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.reset_variations:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.slick-autoplay-toggle-button:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.reset_variations:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline:active .button-text::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline:active .button-text::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.slick-autoplay-toggle-button:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.reset_variations:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.slick-autoplay-toggle-button:active .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.reset_variations:active .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__icon.button.__inline .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__icon.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__icon.__inline.reset_variations .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.button.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__icon.__inline .button-text::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__icon.__inline .button-text::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__icon.__inline.reset_variations .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__icon.button.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__icon.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__icon.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__icon.button.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__icon.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__icon.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.button.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__icon.__inline .button-text::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__icon.__inline .button-text::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__icon.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__icon.button.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__icon.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__icon.__inline.reset_variations .button-text::after {
  background-color: #008539;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__icon.button.__inline .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__icon.__inline.slick-autoplay-toggle-button .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__icon.__inline.reset_variations .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.button.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__icon.__inline .button-text::before,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__icon.__inline .button-text::before,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__inline.slick-autoplay-toggle-button .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__icon.__inline.reset_variations .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__icon.button.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__icon.__inline.slick-autoplay-toggle-button .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__icon.__inline.reset_variations .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__icon.button.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__icon.__inline.slick-autoplay-toggle-button .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__icon.__inline.reset_variations .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.button.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__icon.__inline .button-text::before,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__icon.__inline .button-text::before,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__inline.slick-autoplay-toggle-button .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__icon.__inline.reset_variations .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__icon.button.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__icon.__inline.slick-autoplay-toggle-button .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__icon.__inline.reset_variations .button-text::before {
  content: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__icon.__download.button.__inline .icon::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__icon.__download.__inline.slick-autoplay-toggle-button .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__icon.__download.__inline.reset_variations .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__download.button.__inline .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__icon.__download.__inline .icon::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__download.__inline .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__icon.__download.__inline .icon::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__download.__inline .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__icon.__download.__inline.slick-autoplay-toggle-button .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__icon.__download.__inline.reset_variations .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__icon.__download.button.__inline .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__icon.__download.__inline.slick-autoplay-toggle-button .icon::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__icon.__download.__inline.reset_variations .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__icon.__download.button.__inline .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__icon.__download.__inline.slick-autoplay-toggle-button .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__icon.__download.__inline.reset_variations .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__download.button.__inline .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__icon.__download.__inline .icon::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__download.__inline .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__icon.__download.__inline .icon::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__download.__inline .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__icon.__download.__inline.slick-autoplay-toggle-button .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__icon.__download.__inline.reset_variations .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__icon.__download.button.__inline .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__icon.__download.__inline.slick-autoplay-toggle-button .icon::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__icon.__download.__inline.reset_variations .icon::after {
  content: "\e919";
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline .button-text, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline .button-text,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline .button-text,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline .button-text,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline .button-text,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text {
  position: relative;
  padding: 11px 0 12px 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline .button-text::before,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline .button-text::before,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline .button-text::before,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline .button-text::before,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline .button-text::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline .button-text::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline .button-text::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline .button-text::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text::after {
  content: "";
  background-color: #FFC600;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
  transition: 0.3s ease all;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline .button-text::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline .button-text::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline .button-text::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline .button-text::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text::after {
  width: 0;
  right: 0;
  transition-delay: 0s;
}

.publication-list-item-series span,
.search-list-item-series span, .news-list-item .listitem-article-title span,
.multimedia-list-item .listitem-article-title span {
  background-image: linear-gradient(#008539, #008539);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.publication-list-item-series:hover span,
.search-list-item-series:hover span, .news-list-item .listitem-article-title:hover span,
.multimedia-list-item .listitem-article-title:hover span, .publication-list-item-series:focus span,
.search-list-item-series:focus span, .news-list-item .listitem-article-title:focus span,
.multimedia-list-item .listitem-article-title:focus span {
  background-size: 100% 1px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
.woocommerce .account-login-and-register .tabpanel-tab,
.usercontent h1,
.mce-content-body h1,
.gfield--type-html h1,
[id^=mc_embed] h1,
h2,
.h2,
.woocommerce .woocommerce-order .woocommerce-notice,
.gform_wrapper .gform_heading .gform_title,
.gform_wrapper.gravity-theme .gform_heading .gform_title,
.usercontent h2,
.mce-content-body h2,
.gfield--type-html h2,
[id^=mc_embed] h2,
h3,
.h3,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-order section h2,
.woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.gform_wrapper .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper .gform-body .gfield.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section h3.gsection_title,
.timelinepage-intro-subtitle,
.mapinfowindow-title,
.usercontent h3,
.mce-content-body h3,
.gfield--type-html h3,
[id^=mc_embed] h3,
h4,
.h4,
.usercontent h4,
.mce-content-body h4,
.gfield--type-html h4,
[id^=mc_embed] h4,
h5,
.h5,
.usercontent h5,
.mce-content-body h5,
.gfield--type-html h5,
[id^=mc_embed] h5,
h6,
.h6,
.usercontent h6,
.mce-content-body h6,
.gfield--type-html h6,
[id^=mc_embed] h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

hr {
  border-top-color: #e5e5e5;
  clear: both;
}

form {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  padding: 0;
  width: auto;
  border: none;
  background: none;
  font-weight: inherit;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
}

label {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

iframe {
  border: 0;
  max-width: 100%;
}

[dir=rtl] body,
[lang=ar] body {
  font-family: "Noto Sans", sans-serif;
}
[dir=rtl],
[lang=ar] {
  /* headings */
}
[dir=rtl] .h1, [dir=rtl] .woocommerce .account-login-and-register .tabpanel-tab, .woocommerce .account-login-and-register [dir=rtl] .tabpanel-tab, [dir=rtl] .usercontent h1, .usercontent [dir=rtl] h1,
[dir=rtl] .mce-content-body h1,
.mce-content-body [dir=rtl] h1,
[dir=rtl] .gfield--type-html h1,
.gfield--type-html [dir=rtl] h1, [dir=rtl] [id^=mc_embed] h1, [id^=mc_embed] [dir=rtl] h1,
[dir=rtl] .h2,
[dir=rtl] .woocommerce .woocommerce-order .woocommerce-notice,
.woocommerce .woocommerce-order [dir=rtl] .woocommerce-notice,
[dir=rtl] .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading [dir=rtl] .gform_title,
[dir=rtl] .gform_wrapper.gravity-theme .gform_heading .gform_title,
.gform_wrapper.gravity-theme .gform_heading [dir=rtl] .gform_title,
[dir=rtl] .usercontent h2,
.usercontent [dir=rtl] h2,
[dir=rtl] .mce-content-body h2,
.mce-content-body [dir=rtl] h2,
[dir=rtl] .gfield--type-html h2,
.gfield--type-html [dir=rtl] h2,
[dir=rtl] [id^=mc_embed] h2,
[id^=mc_embed] [dir=rtl] h2,
[dir=rtl] .h3,
[dir=rtl] .woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-customer-details [dir=rtl] .woocommerce-column__title,
[dir=rtl] .woocommerce .woocommerce-order section h2,
.woocommerce .woocommerce-order section [dir=rtl] h2,
[dir=rtl] .woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce .woocommerce-order-details [dir=rtl] .woocommerce-order-details__title,
[dir=rtl] .gform_wrapper .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper .gform-body fieldset.gfield--type-section [dir=rtl] h3.gsection_title,
[dir=rtl] .gform_wrapper .gform-body .gfield.gfield--type-section h3.gsection_title,
.gform_wrapper .gform-body .gfield.gfield--type-section [dir=rtl] h3.gsection_title,
[dir=rtl] .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section [dir=rtl] h3.gsection_title,
[dir=rtl] .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section [dir=rtl] h3.gsection_title,
[dir=rtl] .timelinepage-intro-subtitle,
[dir=rtl] .mapinfowindow-title,
[dir=rtl] .usercontent h3,
.usercontent [dir=rtl] h3,
[dir=rtl] .mce-content-body h3,
.mce-content-body [dir=rtl] h3,
[dir=rtl] .gfield--type-html h3,
.gfield--type-html [dir=rtl] h3,
[dir=rtl] [id^=mc_embed] h3,
[id^=mc_embed] [dir=rtl] h3,
[dir=rtl] .h4,
[dir=rtl] .usercontent h4,
.usercontent [dir=rtl] h4,
[dir=rtl] .mce-content-body h4,
.mce-content-body [dir=rtl] h4,
[dir=rtl] .gfield--type-html h4,
.gfield--type-html [dir=rtl] h4,
[dir=rtl] [id^=mc_embed] h4,
[id^=mc_embed] [dir=rtl] h4,
[dir=rtl] .h5,
[dir=rtl] .usercontent h5,
.usercontent [dir=rtl] h5,
[dir=rtl] .mce-content-body h5,
.mce-content-body [dir=rtl] h5,
[dir=rtl] .gfield--type-html h5,
.gfield--type-html [dir=rtl] h5,
[dir=rtl] [id^=mc_embed] h5,
[id^=mc_embed] [dir=rtl] h5,
[dir=rtl] .h6,
[dir=rtl] .usercontent h6,
.usercontent [dir=rtl] h6,
[dir=rtl] .mce-content-body h6,
.mce-content-body [dir=rtl] h6,
[dir=rtl] .gfield--type-html h6,
.gfield--type-html [dir=rtl] h6,
[dir=rtl] [id^=mc_embed] h6,
[id^=mc_embed] [dir=rtl] h6,
[lang=ar] .h1,
[lang=ar] .woocommerce .account-login-and-register .tabpanel-tab,
.woocommerce .account-login-and-register [lang=ar] .tabpanel-tab,
[lang=ar] .usercontent h1,
.usercontent [lang=ar] h1,
[lang=ar] .mce-content-body h1,
.mce-content-body [lang=ar] h1,
[lang=ar] .gfield--type-html h1,
.gfield--type-html [lang=ar] h1,
[lang=ar] [id^=mc_embed] h1,
[id^=mc_embed] [lang=ar] h1,
[lang=ar] .h2,
[lang=ar] .woocommerce .woocommerce-order .woocommerce-notice,
.woocommerce .woocommerce-order [lang=ar] .woocommerce-notice,
[lang=ar] .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading [lang=ar] .gform_title,
[lang=ar] .gform_wrapper.gravity-theme .gform_heading .gform_title,
.gform_wrapper.gravity-theme .gform_heading [lang=ar] .gform_title,
[lang=ar] .usercontent h2,
.usercontent [lang=ar] h2,
[lang=ar] .mce-content-body h2,
.mce-content-body [lang=ar] h2,
[lang=ar] .gfield--type-html h2,
.gfield--type-html [lang=ar] h2,
[lang=ar] [id^=mc_embed] h2,
[id^=mc_embed] [lang=ar] h2,
[lang=ar] .h3,
[lang=ar] .woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-customer-details [lang=ar] .woocommerce-column__title,
[lang=ar] .woocommerce .woocommerce-order section h2,
.woocommerce .woocommerce-order section [lang=ar] h2,
[lang=ar] .woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce .woocommerce-order-details [lang=ar] .woocommerce-order-details__title,
[lang=ar] .gform_wrapper .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper .gform-body fieldset.gfield--type-section [lang=ar] h3.gsection_title,
[lang=ar] .gform_wrapper .gform-body .gfield.gfield--type-section h3.gsection_title,
.gform_wrapper .gform-body .gfield.gfield--type-section [lang=ar] h3.gsection_title,
[lang=ar] .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section [lang=ar] h3.gsection_title,
[lang=ar] .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section [lang=ar] h3.gsection_title,
[lang=ar] .timelinepage-intro-subtitle,
[lang=ar] .mapinfowindow-title,
[lang=ar] .usercontent h3,
.usercontent [lang=ar] h3,
[lang=ar] .mce-content-body h3,
.mce-content-body [lang=ar] h3,
[lang=ar] .gfield--type-html h3,
.gfield--type-html [lang=ar] h3,
[lang=ar] [id^=mc_embed] h3,
[id^=mc_embed] [lang=ar] h3,
[lang=ar] .h4,
[lang=ar] .usercontent h4,
.usercontent [lang=ar] h4,
[lang=ar] .mce-content-body h4,
.mce-content-body [lang=ar] h4,
[lang=ar] .gfield--type-html h4,
.gfield--type-html [lang=ar] h4,
[lang=ar] [id^=mc_embed] h4,
[id^=mc_embed] [lang=ar] h4,
[lang=ar] .h5,
[lang=ar] .usercontent h5,
.usercontent [lang=ar] h5,
[lang=ar] .mce-content-body h5,
.mce-content-body [lang=ar] h5,
[lang=ar] .gfield--type-html h5,
.gfield--type-html [lang=ar] h5,
[lang=ar] [id^=mc_embed] h5,
[id^=mc_embed] [lang=ar] h5,
[lang=ar] .h6,
[lang=ar] .usercontent h6,
.usercontent [lang=ar] h6,
[lang=ar] .mce-content-body h6,
.mce-content-body [lang=ar] h6,
[lang=ar] .gfield--type-html h6,
.gfield--type-html [lang=ar] h6,
[lang=ar] [id^=mc_embed] h6,
[id^=mc_embed] [lang=ar] h6 {
  font-family: "Amiri", serif;
}
[dir=rtl] .container-weighted-left, [dir=rtl] .container-weighted-right,
[lang=ar] .container-weighted-left,
[lang=ar] .container-weighted-right {
  width: 100%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  [dir=rtl] .container-weighted-left, [dir=rtl] .container-weighted-right,
  [lang=ar] .container-weighted-left,
  [lang=ar] .container-weighted-right {
    width: calc(100% - (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .container-weighted-left, [dir=rtl] .container-weighted-right,
  [lang=ar] .container-weighted-left,
  [lang=ar] .container-weighted-right {
    width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 768px) {
  [dir=rtl] .container-weighted-right,
  [lang=ar] .container-weighted-right {
    margin-right: 0;
    margin-left: auto;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .container-weighted-left,
  [lang=ar] .container-weighted-left {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
  }
}
[dir=rtl] .ms-auto,
[lang=ar] .ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
[dir=rtl] .me-auto,
[lang=ar] .me-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}
[dir=rtl] .offset-1,
[lang=ar] .offset-1 {
  margin-left: 0;
  margin-right: 8.333333%;
}
[dir=rtl] .offset-2,
[lang=ar] .offset-2 {
  margin-left: 0;
  margin-right: 16.666667%;
}
[dir=rtl] .offset-3,
[lang=ar] .offset-3 {
  margin-left: 0;
  margin-right: 25%;
}
[dir=rtl] .offset-4,
[lang=ar] .offset-4 {
  margin-left: 0;
  margin-right: 33.333333%;
}
[dir=rtl] .offset-5,
[lang=ar] .offset-5 {
  margin-left: 0;
  margin-right: 41.666667%;
}
[dir=rtl] .offset-6,
[lang=ar] .offset-6 {
  margin-left: 0;
  margin-right: 50%;
}
[dir=rtl] .offset-7,
[lang=ar] .offset-7 {
  margin-left: 0;
  margin-right: 58.333333%;
}
[dir=rtl] .offset-8,
[lang=ar] .offset-8 {
  margin-left: 0;
  margin-right: 66.666667%;
}
[dir=rtl] .offset-9,
[lang=ar] .offset-9 {
  margin-left: 0;
  margin-right: 75%;
}
[dir=rtl] .offset-10,
[lang=ar] .offset-10 {
  margin-left: 0;
  margin-right: 83.333333%;
}
[dir=rtl] .offset-11,
[lang=ar] .offset-11 {
  margin-left: 0;
  margin-right: 91.666667%;
}
@media (min-width: 576px) {
  [dir=rtl] .offset-sm-0,
  [lang=ar] .offset-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  [dir=rtl] .offset-sm-1,
  [lang=ar] .offset-sm-1 {
    margin-left: 0;
    margin-right: 8.333333%;
  }
  [dir=rtl] .offset-sm-2,
  [lang=ar] .offset-sm-2 {
    margin-left: 0;
    margin-right: 16.666667%;
  }
  [dir=rtl] .offset-sm-3,
  [lang=ar] .offset-sm-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  [dir=rtl] .offset-sm-4,
  [lang=ar] .offset-sm-4 {
    margin-left: 0;
    margin-right: 33.333333%;
  }
  [dir=rtl] .offset-sm-5,
  [lang=ar] .offset-sm-5 {
    margin-left: 0;
    margin-right: 41.666667%;
  }
  [dir=rtl] .offset-sm-6,
  [lang=ar] .offset-sm-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  [dir=rtl] .offset-sm-7,
  [lang=ar] .offset-sm-7 {
    margin-left: 0;
    margin-right: 58.333333%;
  }
  [dir=rtl] .offset-sm-8,
  [lang=ar] .offset-sm-8 {
    margin-left: 0;
    margin-right: 66.666667%;
  }
  [dir=rtl] .offset-sm-9,
  [lang=ar] .offset-sm-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  [dir=rtl] .offset-sm-10,
  [lang=ar] .offset-sm-10 {
    margin-left: 0;
    margin-right: 83.333333%;
  }
  [dir=rtl] .offset-sm-11,
  [lang=ar] .offset-sm-11 {
    margin-left: 0;
    margin-right: 91.666667%;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .offset-md-0,
  [lang=ar] .offset-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  [dir=rtl] .offset-md-1,
  [lang=ar] .offset-md-1 {
    margin-left: 0;
    margin-right: 8.333333%;
  }
  [dir=rtl] .offset-md-2,
  [lang=ar] .offset-md-2 {
    margin-left: 0;
    margin-right: 16.666667%;
  }
  [dir=rtl] .offset-md-3,
  [lang=ar] .offset-md-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  [dir=rtl] .offset-md-4,
  [lang=ar] .offset-md-4 {
    margin-left: 0;
    margin-right: 33.333333%;
  }
  [dir=rtl] .offset-md-5,
  [lang=ar] .offset-md-5 {
    margin-left: 0;
    margin-right: 41.666667%;
  }
  [dir=rtl] .offset-md-6,
  [lang=ar] .offset-md-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  [dir=rtl] .offset-md-7,
  [lang=ar] .offset-md-7 {
    margin-left: 0;
    margin-right: 58.333333%;
  }
  [dir=rtl] .offset-md-8,
  [lang=ar] .offset-md-8 {
    margin-left: 0;
    margin-right: 66.666667%;
  }
  [dir=rtl] .offset-md-9,
  [lang=ar] .offset-md-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  [dir=rtl] .offset-md-10,
  [lang=ar] .offset-md-10 {
    margin-left: 0;
    margin-right: 83.333333%;
  }
  [dir=rtl] .offset-md-11,
  [lang=ar] .offset-md-11 {
    margin-left: 0;
    margin-right: 91.666667%;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .offset-lg-0,
  [lang=ar] .offset-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  [dir=rtl] .offset-lg-1,
  [lang=ar] .offset-lg-1 {
    margin-left: 0;
    margin-right: 8.333333%;
  }
  [dir=rtl] .offset-lg-2,
  [lang=ar] .offset-lg-2 {
    margin-left: 0;
    margin-right: 16.666667%;
  }
  [dir=rtl] .offset-lg-3,
  [lang=ar] .offset-lg-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  [dir=rtl] .offset-lg-4,
  [lang=ar] .offset-lg-4 {
    margin-left: 0;
    margin-right: 33.333333%;
  }
  [dir=rtl] .offset-lg-5,
  [lang=ar] .offset-lg-5 {
    margin-left: 0;
    margin-right: 41.666667%;
  }
  [dir=rtl] .offset-lg-6,
  [lang=ar] .offset-lg-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  [dir=rtl] .offset-lg-7,
  [lang=ar] .offset-lg-7 {
    margin-left: 0;
    margin-right: 58.333333%;
  }
  [dir=rtl] .offset-lg-8,
  [lang=ar] .offset-lg-8 {
    margin-left: 0;
    margin-right: 66.666667%;
  }
  [dir=rtl] .offset-lg-9,
  [lang=ar] .offset-lg-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  [dir=rtl] .offset-lg-10,
  [lang=ar] .offset-lg-10 {
    margin-left: 0;
    margin-right: 83.333333%;
  }
  [dir=rtl] .offset-lg-11,
  [lang=ar] .offset-lg-11 {
    margin-left: 0;
    margin-right: 91.666667%;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .offset-xl-0,
  [lang=ar] .offset-xl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  [dir=rtl] .offset-xl-1,
  [lang=ar] .offset-xl-1 {
    margin-left: 0;
    margin-right: 8.333333%;
  }
  [dir=rtl] .offset-xl-2,
  [lang=ar] .offset-xl-2 {
    margin-left: 0;
    margin-right: 16.666667%;
  }
  [dir=rtl] .offset-xl-3,
  [lang=ar] .offset-xl-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  [dir=rtl] .offset-xl-4,
  [lang=ar] .offset-xl-4 {
    margin-left: 0;
    margin-right: 33.333333%;
  }
  [dir=rtl] .offset-xl-5,
  [lang=ar] .offset-xl-5 {
    margin-left: 0;
    margin-right: 41.666667%;
  }
  [dir=rtl] .offset-xl-6,
  [lang=ar] .offset-xl-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  [dir=rtl] .offset-xl-7,
  [lang=ar] .offset-xl-7 {
    margin-left: 0;
    margin-right: 58.333333%;
  }
  [dir=rtl] .offset-xl-8,
  [lang=ar] .offset-xl-8 {
    margin-left: 0;
    margin-right: 66.666667%;
  }
  [dir=rtl] .offset-xl-9,
  [lang=ar] .offset-xl-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  [dir=rtl] .offset-xl-10,
  [lang=ar] .offset-xl-10 {
    margin-left: 0;
    margin-right: 83.333333%;
  }
  [dir=rtl] .offset-xl-11,
  [lang=ar] .offset-xl-11 {
    margin-left: 0;
    margin-right: 91.666667%;
  }
}
[dir=rtl] .visually-hidden, [dir=rtl] .woocommerce .product-page .product-info .variations_form.cart .variations label, .woocommerce .product-page .product-info .variations_form.cart .variations [dir=rtl] label,
[dir=rtl] .woocommerce .product-page .product-info .cart .variations label,
.woocommerce .product-page .product-info .cart .variations [dir=rtl] label, [dir=rtl] .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th:last-child > .nobr, .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead [dir=rtl] th:last-child > .nobr, [dir=rtl] .slick-autoplay-toggle-button .slick-sr-only, .slick-autoplay-toggle-button [dir=rtl] .slick-sr-only, [dir=rtl] .pageheader-filters .field_wrap .label_wrap, .pageheader-filters .field_wrap [dir=rtl] .label_wrap,
[lang=ar] .visually-hidden,
[lang=ar] .woocommerce .product-page .product-info .variations_form.cart .variations label,
.woocommerce .product-page .product-info .variations_form.cart .variations [lang=ar] label,
[lang=ar] .woocommerce .product-page .product-info .cart .variations label,
.woocommerce .product-page .product-info .cart .variations [lang=ar] label,
[lang=ar] .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th:last-child > .nobr,
.woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead [lang=ar] th:last-child > .nobr,
[lang=ar] .slick-autoplay-toggle-button .slick-sr-only,
.slick-autoplay-toggle-button [lang=ar] .slick-sr-only,
[lang=ar] .pageheader-filters .field_wrap .label_wrap,
.pageheader-filters .field_wrap [lang=ar] .label_wrap {
  left: auto;
  right: -999999px;
}
[dir=rtl] .button.__icon .icon,
[dir=rtl] .woocommerce .product-page .product-info .cart .variations .__icon.reset_variations .icon,
.woocommerce .product-page .product-info .cart .variations [dir=rtl] .__icon.reset_variations .icon, [dir=rtl] .__icon.slick-autoplay-toggle-button .icon, [dir=rtl] .submit_wrap button.__icon .icon, .submit_wrap [dir=rtl] button.__icon .icon,
[dir=rtl] .form-submit button.__icon .icon,
.form-submit [dir=rtl] button.__icon .icon,
[lang=ar] .button.__icon .icon,
[lang=ar] .woocommerce .product-page .product-info .cart .variations .__icon.reset_variations .icon,
.woocommerce .product-page .product-info .cart .variations [lang=ar] .__icon.reset_variations .icon,
[lang=ar] .__icon.slick-autoplay-toggle-button .icon,
[lang=ar] .submit_wrap button.__icon .icon,
.submit_wrap [lang=ar] button.__icon .icon,
[lang=ar] .form-submit button.__icon .icon,
.form-submit [lang=ar] button.__icon .icon {
  margin-left: 9px;
  margin-right: 0;
}
[dir=rtl] .aux-nav ul > li.menu-item a,
[dir=rtl] .aux-nav ul > li.menu-item button,
[dir=rtl] .nav ul > li.menu-item a,
[dir=rtl] .nav ul > li.menu-item button,
[lang=ar] .aux-nav ul > li.menu-item a,
[lang=ar] .aux-nav ul > li.menu-item button,
[lang=ar] .nav ul > li.menu-item a,
[lang=ar] .nav ul > li.menu-item button {
  padding-right: 30px;
  text-align: right;
}
@media (min-width: 1200px) {
  [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children:first-child, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu:first-child,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-children:first-child,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu:first-child,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children:first-child,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu:first-child,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-children:first-child,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu:first-child {
    margin: 0 16px;
  }
}
[dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children > button::after,
[dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu > button::after,
[dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-children > button::after,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu > button::after,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children > button::after,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu > button::after,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after,
[lang=ar] .nav ul > li.menu-item.menu-item-has-children > button::after,
[lang=ar] .nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after,
[lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu > button::after,
[lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after {
  left: 34px;
  right: auto;
  content: "\e95e";
}
@media (min-width: 1200px) {
  [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children > button::after,
  [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu > button::after,
  [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-children > button::after,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu > button::after,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children > button::after,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu > button::after,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-children > button::after,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-children > a:has(+ ul)::after,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu > button::after,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu > a:has(+ ul)::after {
    left: unset;
    right: 0;
  }
}
[dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children a + button, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu a + button,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-children a + button,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu a + button,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children a + button,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu a + button,
[lang=ar] .nav ul > li.menu-item.menu-item-has-children a + button,
[lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu a + button {
  left: -10px;
  right: auto;
}
@media (min-width: 1200px) {
  [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children a + button, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu a + button,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-children a + button,
  [dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu a + button,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children a + button,
  [lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu a + button,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-children a + button,
  [lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu a + button {
    left: unset;
    right: 0;
  }
}
[dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link,
[lang=ar] .nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link,
[lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-link {
  text-align: right;
}
[dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger,
[lang=ar] .nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger,
[lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger {
  text-align: right;
}
[dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after, [dir=rtl] .aux-nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after,
[dir=rtl] .nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after,
[lang=ar] .aux-nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after,
[lang=ar] .nav ul > li.menu-item.menu-item-has-children .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after,
[lang=ar] .nav ul > li.menu-item.menu-item-has-megamenu .megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item .megamenu-tab-trigger::after {
  left: 34px;
  right: auto;
  content: "\e95e";
}
@media (min-width: 1200px) {
  [dir=rtl] .nav > ul > li.menu-item-has-children:nth-last-child(-n+1) > ul,
  [lang=ar] .nav > ul > li.menu-item-has-children:nth-last-child(-n+1) > ul {
    right: -30px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .nav > ul > li.menu-item-has-children > ul ul,
  [lang=ar] .nav > ul > li.menu-item-has-children > ul ul {
    right: calc(-100% - 40px);
  }
  [dir=rtl] .nav > ul > li.menu-item-has-children.__active > button::after,
  [lang=ar] .nav > ul > li.menu-item-has-children.__active > button::after {
    transform: scale(-0.8) translateY(16px) !important;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .nav ul > li.menu-item-has-children > ul,
  [lang=ar] .nav ul > li.menu-item-has-children > ul {
    left: inherit;
    right: auto;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-three,
  [lang=ar] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-three {
    border-right: 1px solid #f2f0f0;
    padding: 0 69px 0 0;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one,
  [lang=ar] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one {
    border: none;
    padding: 0 0 0 85px;
  }
  [dir=rtl] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list li.megamenu-item button,
  [lang=ar] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list li.megamenu-item button {
    text-align: right;
  }
  [dir=rtl] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list li.megamenu-item button::after,
  [lang=ar] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list li.megamenu-item button::after {
    content: "\e95e";
    left: 0;
    right: auto !important;
  }
  [dir=rtl] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list li.megamenu-item a,
  [lang=ar] .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list li.megamenu-item a {
    text-align: right;
    width: 100%;
  }
}
[dir=rtl] .footer-smallprint,
[lang=ar] .footer-smallprint {
  text-align: right;
}
[dir=rtl] .footer-nav,
[lang=ar] .footer-nav {
  text-align: right;
}
@media (min-width: 768px) {
  [dir=rtl] .explore,
  [lang=ar] .explore {
    background-image: linear-gradient(to left, #008539 50%, #FFC600 50%);
  }
}
[dir=rtl] .explore .row > [class*=col]:first-of-type .explore-item, [dir=rtl] .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:first-of-type .explore-item, .woocommerce .woocommerce-order [dir=rtl] .explore .woocommerce-notice > [class*=col]:first-of-type .explore-item,
[dir=rtl] .explore .woocommerce .woocommerce-order > p > [class*=col]:first-of-type .explore-item,
.woocommerce [dir=rtl] .explore .woocommerce-order > p > [class*=col]:first-of-type .explore-item,
[dir=rtl] .explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:first-of-type .explore-item,
.woocommerce .woocommerce-order [dir=rtl] .explore ul.woocommerce-order-overview > [class*=col]:first-of-type .explore-item,
[dir=rtl] .explore .woocommerce .woocommerce-order section > [class*=col]:first-of-type .explore-item,
.woocommerce .woocommerce-order [dir=rtl] .explore section > [class*=col]:first-of-type .explore-item, [dir=rtl] .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:first-of-type .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout [dir=rtl] .explore .wc-block-components-sidebar-layout > [class*=col]:first-of-type .explore-item, [dir=rtl] .explore .wc-block-mini-cart__template-part > [class*=col]:first-of-type .explore-item,
[lang=ar] .explore .row > [class*=col]:first-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:first-of-type .explore-item,
.woocommerce .woocommerce-order [lang=ar] .explore .woocommerce-notice > [class*=col]:first-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order > p > [class*=col]:first-of-type .explore-item,
.woocommerce [lang=ar] .explore .woocommerce-order > p > [class*=col]:first-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:first-of-type .explore-item,
.woocommerce .woocommerce-order [lang=ar] .explore ul.woocommerce-order-overview > [class*=col]:first-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order section > [class*=col]:first-of-type .explore-item,
.woocommerce .woocommerce-order [lang=ar] .explore section > [class*=col]:first-of-type .explore-item,
[lang=ar] .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:first-of-type .explore-item,
.woocommerce-checkout.page .wp-block-woocommerce-checkout [lang=ar] .explore .wc-block-components-sidebar-layout > [class*=col]:first-of-type .explore-item,
[lang=ar] .explore .wc-block-mini-cart__template-part > [class*=col]:first-of-type .explore-item {
  color: white;
  background: #008539;
}
[dir=rtl] .explore .row > [class*=col]:last-of-type .explore-item, [dir=rtl] .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:last-of-type .explore-item, .woocommerce .woocommerce-order [dir=rtl] .explore .woocommerce-notice > [class*=col]:last-of-type .explore-item,
[dir=rtl] .explore .woocommerce .woocommerce-order > p > [class*=col]:last-of-type .explore-item,
.woocommerce [dir=rtl] .explore .woocommerce-order > p > [class*=col]:last-of-type .explore-item,
[dir=rtl] .explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:last-of-type .explore-item,
.woocommerce .woocommerce-order [dir=rtl] .explore ul.woocommerce-order-overview > [class*=col]:last-of-type .explore-item,
[dir=rtl] .explore .woocommerce .woocommerce-order section > [class*=col]:last-of-type .explore-item,
.woocommerce .woocommerce-order [dir=rtl] .explore section > [class*=col]:last-of-type .explore-item, [dir=rtl] .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:last-of-type .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout [dir=rtl] .explore .wc-block-components-sidebar-layout > [class*=col]:last-of-type .explore-item, [dir=rtl] .explore .wc-block-mini-cart__template-part > [class*=col]:last-of-type .explore-item,
[lang=ar] .explore .row > [class*=col]:last-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:last-of-type .explore-item,
.woocommerce .woocommerce-order [lang=ar] .explore .woocommerce-notice > [class*=col]:last-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order > p > [class*=col]:last-of-type .explore-item,
.woocommerce [lang=ar] .explore .woocommerce-order > p > [class*=col]:last-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:last-of-type .explore-item,
.woocommerce .woocommerce-order [lang=ar] .explore ul.woocommerce-order-overview > [class*=col]:last-of-type .explore-item,
[lang=ar] .explore .woocommerce .woocommerce-order section > [class*=col]:last-of-type .explore-item,
.woocommerce .woocommerce-order [lang=ar] .explore section > [class*=col]:last-of-type .explore-item,
[lang=ar] .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:last-of-type .explore-item,
.woocommerce-checkout.page .wp-block-woocommerce-checkout [lang=ar] .explore .wc-block-components-sidebar-layout > [class*=col]:last-of-type .explore-item,
[lang=ar] .explore .wc-block-mini-cart__template-part > [class*=col]:last-of-type .explore-item {
  background: #FFC600;
}
@media (min-width: 992px) {
  [dir=rtl] .latest-news,
  [lang=ar] .latest-news {
    border-top: 0 solid #EFEFEF;
    border-left: 0 solid #EFEFEF;
    border-right: 4px solid #EFEFEF;
    padding-right: 30px;
    padding-left: 0;
    margin-right: 15px;
    margin-left: 0;
  }
}
[dir=rtl] .latest-news-item-title::after,
[lang=ar] .latest-news-item-title::after {
  left: auto;
  right: 0;
}
[dir=rtl] .latest-events-item-label .icon,
[lang=ar] .latest-events-item-label .icon {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .latest-events-item-date,
[lang=ar] .latest-events-item-date {
  right: 0;
  left: auto;
}
[dir=rtl] .item-status,
[lang=ar] .item-status {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  [dir=rtl] .item-status,
  [lang=ar] .item-status {
    right: 5px;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .item-meta li,
  [dir=rtl] .item-meta li:last-child,
  [lang=ar] .item-meta li,
  [lang=ar] .item-meta li:last-child {
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
  }
  [dir=rtl] .item-meta li:first-child,
  [dir=rtl] .item-meta li:last-child:first-child,
  [lang=ar] .item-meta li:first-child,
  [lang=ar] .item-meta li:last-child:first-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
[dir=rtl] .item-meta.__article,
[lang=ar] .item-meta.__article {
  padding: 20px 0 13px 0;
}
[dir=rtl] .event-list-item .item-status,
[dir=rtl] .course-list-item .item-status,
[lang=ar] .event-list-item .item-status,
[lang=ar] .course-list-item .item-status {
  right: -11px;
  left: auto;
}
[dir=rtl] .news-type .icon,
[dir=rtl] .multimedia-type .icon,
[lang=ar] .news-type .icon,
[lang=ar] .multimedia-type .icon {
  margin: 0 0 0 5px;
}
[dir=rtl] .quick-links-item-category-wrap,
[lang=ar] .quick-links-item-category-wrap {
  right: 29px;
  left: unset;
}
[dir=rtl] .pageheader-filters-search .submit_wrap,
[lang=ar] .pageheader-filters-search .submit_wrap {
  right: auto;
  left: 0;
}
[dir=rtl] .pageheader-meta,
[lang=ar] .pageheader-meta {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  flex-direction: column;
}
@media (min-width: 992px) {
  [dir=rtl] .pageheader-meta,
  [lang=ar] .pageheader-meta {
    flex-direction: row;
  }
}
[dir=rtl] .pageheader-meta li,
[dir=rtl] .pageheader-meta li:not(:last-child),
[lang=ar] .pageheader-meta li,
[lang=ar] .pageheader-meta li:not(:last-child) {
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
[dir=rtl] .pageheader-meta li::before,
[dir=rtl] .pageheader-meta li:last-child::before,
[lang=ar] .pageheader-meta li::before,
[lang=ar] .pageheader-meta li:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  right: 0;
}
@media (min-width: 992px) {
  [dir=rtl] .pageheader-meta li::before,
  [dir=rtl] .pageheader-meta li:last-child::before,
  [lang=ar] .pageheader-meta li::before,
  [lang=ar] .pageheader-meta li:last-child::before {
    height: 16px;
    width: 1px;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }
}
[dir=rtl] .pageheader-meta li:first-child,
[dir=rtl] .pageheader-meta li:last-child:first-child,
[lang=ar] .pageheader-meta li:first-child,
[lang=ar] .pageheader-meta li:last-child:first-child {
  padding: 0;
  margin: 0;
}
[dir=rtl] .pageheader-meta li:first-child::before,
[dir=rtl] .pageheader-meta li:last-child:first-child::before,
[lang=ar] .pageheader-meta li:first-child::before,
[lang=ar] .pageheader-meta li:last-child:first-child::before {
  content: none;
}
@media (min-width: 768px) {
  [dir=rtl] .pageheader.__postgrad .pageheader-description,
  [lang=ar] .pageheader.__postgrad .pageheader-description {
    padding-bottom: 43px;
    padding-right: 0;
    padding-left: 100px;
  }
}
[dir=rtl] .post-meta-info-image,
[lang=ar] .post-meta-info-image {
  margin-right: 0;
  margin-left: 17px;
}
[dir=rtl] .staff-list-item-image,
[lang=ar] .staff-list-item-image {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .publication-list-item-image,
[lang=ar] .publication-list-item-image {
  margin-right: 0;
  margin-left: 15px;
}
@media (min-width: 576px) {
  [dir=rtl] .publication-list-item-image,
  [lang=ar] .publication-list-item-image {
    margin-right: 0;
    margin-left: 30px;
  }
}
[dir=rtl] .downloads-block-item-type,
[lang=ar] .downloads-block-item-type {
  margin-right: 0;
  margin-left: 17px;
}
@media (min-width: 768px) {
  [dir=rtl] .search-list-item-media,
  [lang=ar] .search-list-item-media {
    margin-right: 0;
    margin-left: 30px;
  }
}
[dir=rtl] .socialicon::before,
[lang=ar] .socialicon::before {
  margin: 0;
}
[dir=rtl] .speakersblock-item-image,
[lang=ar] .speakersblock-item-image {
  margin-right: 0;
  margin-left: 15px;
}
@media (min-width: 768px) {
  [dir=rtl] .speakersblock-item-image,
  [lang=ar] .speakersblock-item-image {
    margin-right: 0;
    margin-left: 26px;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .statistics-item,
  [lang=ar] .statistics-item {
    border-right: 0 solid rgba(51, 51, 51, 0.23);
    border-left: 1px solid rgba(51, 51, 51, 0.23);
  }
}
[dir=rtl] .timelinepage-block-seemore,
[lang=ar] .timelinepage-block-seemore {
  padding: 0 26px 0 0;
}
[dir=rtl] .timelinepage-block-seemore::before,
[lang=ar] .timelinepage-block-seemore::before {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  [dir=rtl] .two-column.__mixed .two-column-text-wrap,
  [lang=ar] .two-column.__mixed .two-column-text-wrap {
    margin-left: calc(8.33333333% + 30px);
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .two-column.__mixed.__alt .two-column-text-wrap,
  [lang=ar] .two-column.__mixed.__alt .two-column-text-wrap {
    margin-right: calc(8.33333333% + 30px);
    margin-left: 0;
  }
}
[dir=rtl] .usercontent ul li,
[dir=rtl] .mce-content-body ul li,
[lang=ar] .usercontent ul li,
[lang=ar] .mce-content-body ul li {
  padding: 0 25px 0 0;
}
[dir=rtl] .usercontent ul li::before,
[dir=rtl] .mce-content-body ul li::before,
[lang=ar] .usercontent ul li::before,
[lang=ar] .mce-content-body ul li::before {
  left: auto;
  right: 0;
}
[dir=rtl] .usercontent ol,
[dir=rtl] .mce-content-body ol,
[lang=ar] .usercontent ol,
[lang=ar] .mce-content-body ol {
  counter-reset: item;
}
[dir=rtl] .usercontent ol > li,
[dir=rtl] .mce-content-body ol > li,
[lang=ar] .usercontent ol > li,
[lang=ar] .mce-content-body ol > li {
  padding: 0 25px 0 0;
}
[dir=rtl] .usercontent ol > li::before,
[dir=rtl] .mce-content-body ol > li::before,
[lang=ar] .usercontent ol > li::before,
[lang=ar] .mce-content-body ol > li::before {
  left: auto;
  right: 0;
}
[dir=rtl] .usercontent ol > li > ol,
[dir=rtl] .mce-content-body ol > li > ol,
[lang=ar] .usercontent ol > li > ol,
[lang=ar] .mce-content-body ol > li > ol {
  padding: 10px 0 0 0;
}
[dir=rtl] .usercontent ol > li > ol > li,
[dir=rtl] .mce-content-body ol > li > ol > li,
[lang=ar] .usercontent ol > li > ol > li,
[lang=ar] .mce-content-body ol > li > ol > li {
  padding: 0 40px 0 0;
}
[dir=rtl] .usercontent ol > li > ol > li > ol > li,
[dir=rtl] .mce-content-body ol > li > ol > li > ol > li,
[lang=ar] .usercontent ol > li > ol > li > ol > li,
[lang=ar] .mce-content-body ol > li > ol > li > ol > li {
  padding: 0 50px 0 0;
}
[dir=rtl] .breadcrumb .breadcrumb-list > li,
[lang=ar] .breadcrumb .breadcrumb-list > li {
  margin-left: 29px;
  margin-right: 0;
}
[dir=rtl] .breadcrumb .breadcrumb-list > li::before,
[lang=ar] .breadcrumb .breadcrumb-list > li::before {
  left: -17px;
  right: auto;
}
[dir=rtl] .sidebar-sponsors::before,
[lang=ar] .sidebar-sponsors::before {
  left: auto;
  right: 0;
}
[dir=rtl] .sidebar-indent,
[lang=ar] .sidebar-indent {
  padding-left: 0;
  border-left: 0 solid #008539;
  padding-right: 43px;
  border-right: 2px solid #008539;
}
[dir=rtl] .sidebar-filter-column::before,
[lang=ar] .sidebar-filter-column::before {
  right: -100%;
  left: unset;
}
[dir=rtl] .sidebar-filter-wrap .field_wrap.__checkbox .label_wrap,
[lang=ar] .sidebar-filter-wrap .field_wrap.__checkbox .label_wrap {
  padding: 10px 10px 12px 16px;
}
[dir=rtl] .sidebar-filter-wrap .field_wrap.__checkbox .label_wrap .sidebar-filter-button .icon::before,
[lang=ar] .sidebar-filter-wrap .field_wrap.__checkbox .label_wrap .sidebar-filter-button .icon::before {
  left: 0;
  right: auto;
  transform: scale(-0.9) translate(10px, 4px);
}
[dir=rtl] .socialshare-align,
[lang=ar] .socialshare-align {
  justify-content: flex-end;
}
[dir=rtl] .slider-links .slick-arrow, [dir=rtl] .slider-publications .slick-arrow,
[lang=ar] .slider-links .slick-arrow,
[lang=ar] .slider-publications .slick-arrow {
  left: 0;
  right: auto;
}
[dir=rtl] .slider-links .slick-arrow.slick-next, [dir=rtl] .slider-publications .slick-arrow.slick-next,
[lang=ar] .slider-links .slick-arrow.slick-next,
[lang=ar] .slider-publications .slick-arrow.slick-next {
  left: 50px;
  right: auto;
}
[dir=rtl] .slider-links .quick-links-item-content,
[dir=rtl] .slider-links .slider-publications-item-content, [dir=rtl] .slider-publications .quick-links-item-content,
[dir=rtl] .slider-publications .slider-publications-item-content,
[lang=ar] .slider-links .quick-links-item-content,
[lang=ar] .slider-links .slider-publications-item-content,
[lang=ar] .slider-publications .quick-links-item-content,
[lang=ar] .slider-publications .slider-publications-item-content {
  text-align: right;
}
[dir=rtl] .slider-links .quick-links-item-content .button,
[dir=rtl] .slider-links .quick-links-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [dir=rtl] .slider-links .quick-links-item-content .reset_variations, [dir=rtl] .slider-links .quick-links-item-content .slick-autoplay-toggle-button, [dir=rtl] .slider-links .quick-links-item-content .submit_wrap button, .submit_wrap [dir=rtl] .slider-links .quick-links-item-content button,
[dir=rtl] .slider-links .quick-links-item-content .form-submit button,
.form-submit [dir=rtl] .slider-links .quick-links-item-content button,
[dir=rtl] .slider-links .slider-publications-item-content .button,
[dir=rtl] .slider-links .slider-publications-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [dir=rtl] .slider-links .slider-publications-item-content .reset_variations,
[dir=rtl] .slider-links .slider-publications-item-content .slick-autoplay-toggle-button,
[dir=rtl] .slider-links .slider-publications-item-content .submit_wrap button,
.submit_wrap [dir=rtl] .slider-links .slider-publications-item-content button,
[dir=rtl] .slider-links .slider-publications-item-content .form-submit button,
.form-submit [dir=rtl] .slider-links .slider-publications-item-content button, [dir=rtl] .slider-publications .quick-links-item-content .button,
[dir=rtl] .slider-publications .quick-links-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [dir=rtl] .slider-publications .quick-links-item-content .reset_variations, [dir=rtl] .slider-publications .quick-links-item-content .slick-autoplay-toggle-button, [dir=rtl] .slider-publications .quick-links-item-content .submit_wrap button, .submit_wrap [dir=rtl] .slider-publications .quick-links-item-content button,
[dir=rtl] .slider-publications .quick-links-item-content .form-submit button,
.form-submit [dir=rtl] .slider-publications .quick-links-item-content button,
[dir=rtl] .slider-publications .slider-publications-item-content .button,
[dir=rtl] .slider-publications .slider-publications-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [dir=rtl] .slider-publications .slider-publications-item-content .reset_variations,
[dir=rtl] .slider-publications .slider-publications-item-content .slick-autoplay-toggle-button,
[dir=rtl] .slider-publications .slider-publications-item-content .submit_wrap button,
.submit_wrap [dir=rtl] .slider-publications .slider-publications-item-content button,
[dir=rtl] .slider-publications .slider-publications-item-content .form-submit button,
.form-submit [dir=rtl] .slider-publications .slider-publications-item-content button,
[lang=ar] .slider-links .quick-links-item-content .button,
[lang=ar] .slider-links .quick-links-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [lang=ar] .slider-links .quick-links-item-content .reset_variations,
[lang=ar] .slider-links .quick-links-item-content .slick-autoplay-toggle-button,
[lang=ar] .slider-links .quick-links-item-content .submit_wrap button,
.submit_wrap [lang=ar] .slider-links .quick-links-item-content button,
[lang=ar] .slider-links .quick-links-item-content .form-submit button,
.form-submit [lang=ar] .slider-links .quick-links-item-content button,
[lang=ar] .slider-links .slider-publications-item-content .button,
[lang=ar] .slider-links .slider-publications-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [lang=ar] .slider-links .slider-publications-item-content .reset_variations,
[lang=ar] .slider-links .slider-publications-item-content .slick-autoplay-toggle-button,
[lang=ar] .slider-links .slider-publications-item-content .submit_wrap button,
.submit_wrap [lang=ar] .slider-links .slider-publications-item-content button,
[lang=ar] .slider-links .slider-publications-item-content .form-submit button,
.form-submit [lang=ar] .slider-links .slider-publications-item-content button,
[lang=ar] .slider-publications .quick-links-item-content .button,
[lang=ar] .slider-publications .quick-links-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [lang=ar] .slider-publications .quick-links-item-content .reset_variations,
[lang=ar] .slider-publications .quick-links-item-content .slick-autoplay-toggle-button,
[lang=ar] .slider-publications .quick-links-item-content .submit_wrap button,
.submit_wrap [lang=ar] .slider-publications .quick-links-item-content button,
[lang=ar] .slider-publications .quick-links-item-content .form-submit button,
.form-submit [lang=ar] .slider-publications .quick-links-item-content button,
[lang=ar] .slider-publications .slider-publications-item-content .button,
[lang=ar] .slider-publications .slider-publications-item-content .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [lang=ar] .slider-publications .slider-publications-item-content .reset_variations,
[lang=ar] .slider-publications .slider-publications-item-content .slick-autoplay-toggle-button,
[lang=ar] .slider-publications .slider-publications-item-content .submit_wrap button,
.submit_wrap [lang=ar] .slider-publications .slider-publications-item-content button,
[lang=ar] .slider-publications .slider-publications-item-content .form-submit button,
.form-submit [lang=ar] .slider-publications .slider-publications-item-content button {
  margin-left: auto;
}
[dir=rtl] .slider-button-wrap,
[lang=ar] .slider-button-wrap {
  flex-direction: row-reverse;
}
[dir=rtl] .home-slider .slider-button-wrap,
[lang=ar] .home-slider .slider-button-wrap {
  flex-direction: row-reverse;
}
[dir=rtl] .contact-location-content,
[lang=ar] .contact-location-content {
  padding: 50px 70px 50px 0;
}
[dir=rtl] .archive .product-archive .product.sale .product-archive-item-sale,
[lang=ar] .archive .product-archive .product.sale .product-archive-item-sale {
  right: 15px;
  left: auto;
}
[dir=rtl] .searchbar.__banner .searchbar-form form .field_wrap,
[lang=ar] .searchbar.__banner .searchbar-form form .field_wrap {
  float: right;
}
[dir=rtl] .searchbar.__banner .searchbar-form form .submit_wrap,
[lang=ar] .searchbar.__banner .searchbar-form form .submit_wrap {
  left: 48px;
}
@media (min-width: 992px) {
  [dir=rtl] .events-banner-item-content,
  [lang=ar] .events-banner-item-content {
    padding: 90px 0 150px 56px;
  }
}
[dir=rtl] .banner.__weighted .ms-auto,
[lang=ar] .banner.__weighted .ms-auto {
  margin-right: auto;
  margin-left: 0 !important;
}
[dir=rtl] .banner-after .post-meta-info-content-title .icon,
[lang=ar] .banner-after .post-meta-info-content-title .icon {
  margin: 0 0 0 4px;
}
[dir=rtl] .banner-meta li:last-child::before,
[lang=ar] .banner-meta li:last-child::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 16px;
  bottom: 0;
  width: 1px;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
[dir=rtl] .banner-meta li:first-child::before,
[lang=ar] .banner-meta li:first-child::before {
  content: none;
}
@media (min-width: 768px) {
  [dir=rtl] .page-navigation-links .page-navigation-link:last-of-type,
  [lang=ar] .page-navigation-links .page-navigation-link:last-of-type {
    margin: 0 30px 0 0;
  }
}
[dir=rtl] .woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container img.avatar,
[dir=rtl] .woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container img.avatar,
[lang=ar] .woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container img.avatar,
[lang=ar] .woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container img.avatar {
  margin-left: 40px;
  margin-right: 0;
}
[dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::before, [dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::after,
[lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::before,
[lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::after {
  right: 23px;
  left: auto;
}
[dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .button,
[dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .product-info .cart .variations .reset_variations,
[dir=rtl] .woocommerce .product-page .product-info .cart .variations .woocommerce-notices-wrapper .woocommerce-message .reset_variations, [dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .slick-autoplay-toggle-button, [dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .submit_wrap button, .submit_wrap [dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button,
[dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .form-submit button,
.form-submit [dir=rtl] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button,
[lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .button,
[lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .product-info .cart .variations .reset_variations,
[lang=ar] .woocommerce .product-page .product-info .cart .variations .woocommerce-notices-wrapper .woocommerce-message .reset_variations,
[lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .slick-autoplay-toggle-button,
[lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .submit_wrap button,
.submit_wrap [lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button,
[lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .form-submit button,
.form-submit [lang=ar] .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button {
  left: 27px;
  right: auto;
}
@media (min-width: 1200px) {
  [dir=rtl] .woocommerce .product-page .slider-products-wrap,
  [dir=rtl] .woocommerce .product-page .product-samples,
  [lang=ar] .woocommerce .product-page .slider-products-wrap,
  [lang=ar] .woocommerce .product-page .product-samples {
    padding-left: 37px;
    padding-right: 0;
  }
}
[dir=rtl] .woocommerce .woocommerce-form .field_wrap .label_wrap,
[lang=ar] .woocommerce .woocommerce-form .field_wrap .label_wrap {
  text-align: right;
}
[dir=rtl] .woocommerce .woocommerce-form .field_wrap .input_wrap,
[lang=ar] .woocommerce .woocommerce-form .field_wrap .input_wrap {
  text-align: right;
}
[dir=rtl] .woocommerce .woocommerce-form .field_wrap .input_wrap > label,
[lang=ar] .woocommerce .woocommerce-form .field_wrap .input_wrap > label {
  padding-right: 34px;
}
[dir=rtl] .woocommerce .woocommerce-form .field_wrap .input_wrap > label::before,
[lang=ar] .woocommerce .woocommerce-form .field_wrap .input_wrap > label::before {
  right: 0;
  left: auto;
}
[dir=rtl] .woocommerce .woocommerce-form .field_wrap .input_wrap > label::after,
[lang=ar] .woocommerce .woocommerce-form .field_wrap .input_wrap > label::after {
  right: 7px;
  left: auto;
}
[dir=rtl] .woocommerce .account-login-and-register .tabpanel-tab:first-child,
[lang=ar] .woocommerce .account-login-and-register .tabpanel-tab:first-child {
  margin-left: 38px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  [dir=rtl] .woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap p,
  [dir=rtl] .woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap + p,
  [lang=ar] .woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap p,
  [lang=ar] .woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap + p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main,
  [lang=ar] .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main {
    padding-left: 82px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product,
  [lang=ar] .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product {
    padding-right: 27px;
    padding-left: 0;
  }
}
[dir=rtl] .woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
[lang=ar] .woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  padding-right: 24px;
  padding-left: 0;
  margin-right: 8px;
  margin-left: 0;
}
@media (min-width: 992px) {
  [dir=rtl] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  [lang=ar] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    margin-right: 3%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  [lang=ar] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    margin-right: 0;
  }
}
[dir=rtl] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image,
[lang=ar] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  margin: 0 0 0 27px;
}
[dir=rtl] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option,
[lang=ar] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
  padding-right: 16px;
}
@media (min-width: 1200px) {
  [dir=rtl] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form,
  [lang=ar] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row,
  [lang=ar] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row {
    flex-direction: row-reverse;
  }
}
[dir=rtl] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
[lang=ar] .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  margin: 0 0 0 1em;
}
[dir=rtl] .woocommerce-checkout.page .components-text-input label, [dir=rtl] .woocommerce-checkout.page .wc-block-components-text-input label,
[dir=rtl] .woocommerce-checkout.page .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
[dir=rtl] .woocommerce-checkout.page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
[lang=ar] .woocommerce-checkout.page .components-text-input label,
[lang=ar] .woocommerce-checkout.page .wc-block-components-text-input label,
[lang=ar] .woocommerce-checkout.page .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
[lang=ar] .woocommerce-checkout.page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  right: 0.5625em;
  left: auto;
}
[dir=rtl] .woocommerce-checkout.page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
[dir=rtl] .woocommerce-checkout.page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
[lang=ar] .woocommerce-checkout.page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
[lang=ar] .woocommerce-checkout.page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  text-align: right;
}
@media (min-width: 576px) {
  [dir=rtl] .wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-details,
  [lang=ar] .wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-details {
    padding: 0 27px 0 0;
  }
}
[dir=rtl] .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gform-field-label,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .gform_fields .gfield .gform-field-label,
[lang=ar] .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gform-field-label,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .gform_fields .gfield .gform-field-label {
  right: 18px;
  left: auto;
}
[dir=rtl] .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label .gfield_required .gfield_required_text,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gform-field-label .gfield_required .gfield_required_text,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .gform_fields .gfield .gform-field-label .gfield_required .gfield_required_text,
[lang=ar] .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label .gfield_required .gfield_required_text,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gform-field-label .gfield_required .gfield_required_text,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .gform_fields .gfield .gform-field-label .gfield_required .gfield_required_text {
  padding-right: 6px;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice .gfield-choice-input,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice .gfield-choice-input,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice .gfield-choice-input,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice .gfield-choice-input,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice .gfield-choice-input,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice .gfield-choice-input {
  right: 0;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice label,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice label,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice label,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice label,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice label,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice label {
  padding-right: 25px;
  margin-right: 0;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice label::before, [dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice label::after,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice label::before,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice label::after,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice label::before,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice label::after,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice label::before,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_radio .gchoice label::after,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice label::before,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_radio .gchoice label::after,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice label::before,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_radio .gchoice label::after {
  right: -17px;
  left: auto;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice {
  padding-right: 25px;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice .gfield-choice-input,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice .gfield-choice-input,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice .gfield-choice-input,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice .gfield-choice-input,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice .gfield-choice-input,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice .gfield-choice-input {
  right: 0;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice::before,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice::before,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice::before,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice::before,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice::before,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice::before {
  right: 0;
  left: auto;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice::after,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice::after,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice::after,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox .gchoice::after,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_checkbox .gchoice::after,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_checkbox .gchoice::after {
  right: 5px;
  left: auto;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_consent input[type=checkbox],
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent input[type=checkbox],
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent input[type=checkbox],
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_consent input[type=checkbox],
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent input[type=checkbox],
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent input[type=checkbox] {
  right: 0;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_consent .gfield_consent_label,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent .gfield_consent_label,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent .gfield_consent_label,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_consent .gfield_consent_label,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent .gfield_consent_label,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent .gfield_consent_label {
  padding: 0 25px 0 0;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_consent::before,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent::before,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent::before,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_consent::before,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent::before,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent::before {
  right: 0;
  left: auto;
}
[dir=rtl] .gform_wrapper .gform_body .ginput_container.ginput_container_consent::after,
[dir=rtl] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent::after,
[dir=rtl] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent::after,
[lang=ar] .gform_wrapper .gform_body .ginput_container.ginput_container_consent::after,
[lang=ar] .gform_wrapper.gravity-theme .gform_body .ginput_container.ginput_container_consent::after,
[lang=ar] .gform_wrapper.gform-theme--foundation .gform_body .ginput_container.ginput_container_consent::after {
  right: 5px;
  left: auto;
}

html {
  font-size: 16px;
}

body {
  color: #32383C;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  overflow-x: hidden;
}
body.__mobile {
  overflow: hidden;
  width: 100%;
  top: var(--scroll-y);
}
body.__modal {
  overflow: hidden;
}
body.__blur .navwindow {
  display: block !important;
}
body.__cart-active {
  overflow-y: hidden;
}
body.__filters-sticky .sidebar-filter-column, body.__filters-sticky-bottom .sidebar-filter-column {
  position: relative;
}
@media (min-width: 992px) {
  body.__filters-sticky .sidebar-filter-wrap, body.__filters-sticky-bottom .sidebar-filter-wrap {
    top: 0;
    z-index: 2;
    height: 100%;
    width: 25vw;
    max-width: 208.5px;
  }
}
@media (min-width: 1200px) {
  body.__filters-sticky .sidebar-filter-wrap, body.__filters-sticky-bottom .sidebar-filter-wrap {
    width: 25vw;
    max-width: 254.5px;
  }
}
@media (min-width: 992px) {
  body.__filters-sticky .sidebar-filter-wrap {
    position: fixed;
    top: 0;
  }
}
@media (min-width: 992px) {
  body.__filters-sticky:has(.stickyNav.__navUp) .sidebar-filter-wrap {
    top: 92px;
  }
}
@media (min-width: 992px) {
  body.__filters-sticky-bottom .sidebar-filter-wrap {
    position: sticky;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  body.__filters-active .product-archive .products,
  body.__filters-active .search-listing .search-list,
  body.__filters-active .publication-listing .publications-list {
    min-height: 1000px;
  }
}

.wrapper {
  position: relative;
  left: 0;
  max-width: 100vw;
  transition: all 0.3s;
  overflow: hidden;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

.h1, .woocommerce .account-login-and-register .tabpanel-tab, .usercontent h1,
.mce-content-body h1,
.gfield--type-html h1, [id^=mc_embed] h1,
.h2,
.woocommerce .woocommerce-order .woocommerce-notice,
.gform_wrapper .gform_heading .gform_title,
.gform_wrapper.gravity-theme .gform_heading .gform_title,
.usercontent h2,
.mce-content-body h2,
.gfield--type-html h2,
[id^=mc_embed] h2,
.h3,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-order section h2,
.woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.gform_wrapper .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper .gform-body .gfield.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section h3.gsection_title,
.timelinepage-intro-subtitle,
.mapinfowindow-title,
.usercontent h3,
.mce-content-body h3,
.gfield--type-html h3,
[id^=mc_embed] h3,
.h4,
.usercontent h4,
.mce-content-body h4,
.gfield--type-html h4,
[id^=mc_embed] h4,
.h5,
.usercontent h5,
.mce-content-body h5,
.gfield--type-html h5,
[id^=mc_embed] h5,
.h6,
.usercontent h6,
.mce-content-body h6,
.gfield--type-html h6,
[id^=mc_embed] h6 {
  margin-bottom: 16px;
  line-height: 1.11;
}

.h1, .woocommerce .account-login-and-register .tabpanel-tab, .usercontent h1,
.mce-content-body h1,
.gfield--type-html h1, [id^=mc_embed] h1 {
  font-size: 2.125rem;
  line-height: 0.96;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .h1, .woocommerce .account-login-and-register .tabpanel-tab, .usercontent h1,
  .mce-content-body h1,
  .gfield--type-html h1, [id^=mc_embed] h1 {
    font-size: 3rem;
    margin-bottom: 13px;
  }
}

.h2, .woocommerce .woocommerce-order .woocommerce-notice, .gform_wrapper .gform_heading .gform_title,
.gform_wrapper.gravity-theme .gform_heading .gform_title, .usercontent h2,
.mce-content-body h2,
.gfield--type-html h2, [id^=mc_embed] h2 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .h2, .woocommerce .woocommerce-order .woocommerce-notice, .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper.gravity-theme .gform_heading .gform_title, .usercontent h2,
  .mce-content-body h2,
  .gfield--type-html h2, [id^=mc_embed] h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}

.h3, .woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce .woocommerce-order section h2, .woocommerce .woocommerce-order-details .woocommerce-order-details__title, .gform_wrapper .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper .gform-body .gfield.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section h3.gsection_title,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section h3.gsection_title, .timelinepage-intro-subtitle, .mapinfowindow-title, .usercontent h3,
.mce-content-body h3,
.gfield--type-html h3, [id^=mc_embed] h3 {
  font-size: 1.5rem;
  line-height: 0.91;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .h3, .woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce .woocommerce-order section h2, .woocommerce .woocommerce-order-details .woocommerce-order-details__title, .gform_wrapper .gform-body fieldset.gfield--type-section h3.gsection_title,
  .gform_wrapper .gform-body .gfield.gfield--type-section h3.gsection_title,
  .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section h3.gsection_title,
  .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section h3.gsection_title, .timelinepage-intro-subtitle, .mapinfowindow-title, .usercontent h3,
  .mce-content-body h3,
  .gfield--type-html h3, [id^=mc_embed] h3 {
    font-size: 2rem;
    margin-bottom: 17px;
  }
}

.h4, .usercontent h4,
.mce-content-body h4,
.gfield--type-html h4, [id^=mc_embed] h4 {
  font-size: 1.25rem;
  line-height: 0.83;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .h4, .usercontent h4,
  .mce-content-body h4,
  .gfield--type-html h4, [id^=mc_embed] h4 {
    font-size: 1.5rem;
    margin-bottom: 21px;
  }
}

.h5, .usercontent h5,
.mce-content-body h5,
.gfield--type-html h5, [id^=mc_embed] h5 {
  font-size: 1.125rem;
}

.h6, .usercontent h6,
.mce-content-body h6,
.gfield--type-html h6, [id^=mc_embed] h6 {
  font-size: 1rem;
}

.a, form a, .usercontent a:not(.button):not(.slick-autoplay-toggle-button),
.mce-content-body a:not(.button):not(.slick-autoplay-toggle-button),
.gfield--type-html a:not(.button):not(.slick-autoplay-toggle-button) {
  color: #008539;
  text-decoration: underline;
}
.a:hover, form a:hover, .usercontent a:hover:not(.button):not(.slick-autoplay-toggle-button),
.mce-content-body a:hover:not(.button):not(.slick-autoplay-toggle-button),
.gfield--type-html a:hover:not(.button):not(.slick-autoplay-toggle-button), .a:focus, form a:focus, .usercontent a:focus:not(.button):not(.slick-autoplay-toggle-button),
.mce-content-body a:focus:not(.button):not(.slick-autoplay-toggle-button),
.gfield--type-html a:focus:not(.button):not(.slick-autoplay-toggle-button) {
  color: rgb(0, 56.5, 24.2142857143);
  text-decoration: none;
}

/* Usercontent */
.usercontent p,
.mce-content-body p,
.gfield--type-html p {
  margin: 0 0 25px 0;
  line-height: 1.6;
}
.usercontent a:not(.button):not(.slick-autoplay-toggle-button),
.mce-content-body a:not(.button):not(.slick-autoplay-toggle-button),
.gfield--type-html a:not(.button):not(.slick-autoplay-toggle-button) {
  display: inline;
}
.usercontent .button-wrap, .usercontent .slideritem-link,
.mce-content-body .button-wrap,
.mce-content-body .slideritem-link,
.gfield--type-html .button-wrap,
.gfield--type-html .slideritem-link {
  margin: 32px 0;
}
.usercontent .button-wrap .button:first-child,
.usercontent .button-wrap .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
.woocommerce .product-page .product-info .cart .variations .usercontent .button-wrap .reset_variations:first-child, .usercontent .button-wrap .slick-autoplay-toggle-button:first-child, .usercontent .slideritem-link .button:first-child,
.usercontent .slideritem-link .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
.woocommerce .product-page .product-info .cart .variations .usercontent .slideritem-link .reset_variations:first-child, .usercontent .slideritem-link .slick-autoplay-toggle-button:first-child, .usercontent .button-wrap .submit_wrap button:first-child, .usercontent .slideritem-link .submit_wrap button:first-child, .submit_wrap .usercontent .button-wrap button:first-child, .submit_wrap .usercontent .slideritem-link button:first-child,
.usercontent .button-wrap .form-submit button:first-child,
.usercontent .slideritem-link .form-submit button:first-child,
.form-submit .usercontent .button-wrap button:first-child,
.form-submit .usercontent .slideritem-link button:first-child,
.mce-content-body .button-wrap .button:first-child,
.mce-content-body .button-wrap .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
.woocommerce .product-page .product-info .cart .variations .mce-content-body .button-wrap .reset_variations:first-child,
.mce-content-body .button-wrap .slick-autoplay-toggle-button:first-child,
.mce-content-body .slideritem-link .button:first-child,
.mce-content-body .slideritem-link .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
.woocommerce .product-page .product-info .cart .variations .mce-content-body .slideritem-link .reset_variations:first-child,
.mce-content-body .slideritem-link .slick-autoplay-toggle-button:first-child,
.mce-content-body .button-wrap .submit_wrap button:first-child,
.mce-content-body .slideritem-link .submit_wrap button:first-child,
.submit_wrap .mce-content-body .button-wrap button:first-child,
.submit_wrap .mce-content-body .slideritem-link button:first-child,
.mce-content-body .button-wrap .form-submit button:first-child,
.mce-content-body .slideritem-link .form-submit button:first-child,
.form-submit .mce-content-body .button-wrap button:first-child,
.form-submit .mce-content-body .slideritem-link button:first-child,
.gfield--type-html .button-wrap .button:first-child,
.gfield--type-html .button-wrap .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
.woocommerce .product-page .product-info .cart .variations .gfield--type-html .button-wrap .reset_variations:first-child,
.gfield--type-html .button-wrap .slick-autoplay-toggle-button:first-child,
.gfield--type-html .slideritem-link .button:first-child,
.gfield--type-html .slideritem-link .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
.woocommerce .product-page .product-info .cart .variations .gfield--type-html .slideritem-link .reset_variations:first-child,
.gfield--type-html .slideritem-link .slick-autoplay-toggle-button:first-child,
.gfield--type-html .button-wrap .submit_wrap button:first-child,
.gfield--type-html .slideritem-link .submit_wrap button:first-child,
.submit_wrap .gfield--type-html .button-wrap button:first-child,
.submit_wrap .gfield--type-html .slideritem-link button:first-child,
.gfield--type-html .button-wrap .form-submit button:first-child,
.gfield--type-html .slideritem-link .form-submit button:first-child,
.form-submit .gfield--type-html .button-wrap button:first-child,
.form-submit .gfield--type-html .slideritem-link button:first-child {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .usercontent .button-wrap .button:first-child,
  .usercontent .button-wrap .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
  .woocommerce .product-page .product-info .cart .variations .usercontent .button-wrap .reset_variations:first-child, .usercontent .button-wrap .slick-autoplay-toggle-button:first-child, .usercontent .slideritem-link .button:first-child,
  .usercontent .slideritem-link .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
  .woocommerce .product-page .product-info .cart .variations .usercontent .slideritem-link .reset_variations:first-child, .usercontent .slideritem-link .slick-autoplay-toggle-button:first-child, .usercontent .button-wrap .submit_wrap button:first-child, .usercontent .slideritem-link .submit_wrap button:first-child, .submit_wrap .usercontent .button-wrap button:first-child, .submit_wrap .usercontent .slideritem-link button:first-child,
  .usercontent .button-wrap .form-submit button:first-child,
  .usercontent .slideritem-link .form-submit button:first-child,
  .form-submit .usercontent .button-wrap button:first-child,
  .form-submit .usercontent .slideritem-link button:first-child,
  .mce-content-body .button-wrap .button:first-child,
  .mce-content-body .button-wrap .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
  .woocommerce .product-page .product-info .cart .variations .mce-content-body .button-wrap .reset_variations:first-child,
  .mce-content-body .button-wrap .slick-autoplay-toggle-button:first-child,
  .mce-content-body .slideritem-link .button:first-child,
  .mce-content-body .slideritem-link .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
  .woocommerce .product-page .product-info .cart .variations .mce-content-body .slideritem-link .reset_variations:first-child,
  .mce-content-body .slideritem-link .slick-autoplay-toggle-button:first-child,
  .mce-content-body .button-wrap .submit_wrap button:first-child,
  .mce-content-body .slideritem-link .submit_wrap button:first-child,
  .submit_wrap .mce-content-body .button-wrap button:first-child,
  .submit_wrap .mce-content-body .slideritem-link button:first-child,
  .mce-content-body .button-wrap .form-submit button:first-child,
  .mce-content-body .slideritem-link .form-submit button:first-child,
  .form-submit .mce-content-body .button-wrap button:first-child,
  .form-submit .mce-content-body .slideritem-link button:first-child,
  .gfield--type-html .button-wrap .button:first-child,
  .gfield--type-html .button-wrap .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
  .woocommerce .product-page .product-info .cart .variations .gfield--type-html .button-wrap .reset_variations:first-child,
  .gfield--type-html .button-wrap .slick-autoplay-toggle-button:first-child,
  .gfield--type-html .slideritem-link .button:first-child,
  .gfield--type-html .slideritem-link .woocommerce .product-page .product-info .cart .variations .reset_variations:first-child,
  .woocommerce .product-page .product-info .cart .variations .gfield--type-html .slideritem-link .reset_variations:first-child,
  .gfield--type-html .slideritem-link .slick-autoplay-toggle-button:first-child,
  .gfield--type-html .button-wrap .submit_wrap button:first-child,
  .gfield--type-html .slideritem-link .submit_wrap button:first-child,
  .submit_wrap .gfield--type-html .button-wrap button:first-child,
  .submit_wrap .gfield--type-html .slideritem-link button:first-child,
  .gfield--type-html .button-wrap .form-submit button:first-child,
  .gfield--type-html .slideritem-link .form-submit button:first-child,
  .form-submit .gfield--type-html .button-wrap button:first-child,
  .form-submit .gfield--type-html .slideritem-link button:first-child {
    margin: 0 8px 0 0;
  }
}
.usercontent ul,
.usercontent ol,
.mce-content-body ul,
.mce-content-body ol,
.gfield--type-html ul,
.gfield--type-html ol {
  margin: 0 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.6em;
}
.usercontent ul > li,
.mce-content-body ul > li,
.gfield--type-html ul > li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
}
.usercontent ul > li::before,
.mce-content-body ul > li::before,
.gfield--type-html ul > li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008539;
  position: absolute;
  top: 10px;
  left: 0;
}
.usercontent ul > li > ol,
.usercontent ul > li > ul,
.mce-content-body ul > li > ol,
.mce-content-body ul > li > ul,
.gfield--type-html ul > li > ol,
.gfield--type-html ul > li > ul {
  padding: 10px 0 0 0;
}
.usercontent ol,
.mce-content-body ol,
.gfield--type-html ol {
  counter-reset: item;
}
.usercontent ol > li,
.mce-content-body ol > li,
.gfield--type-html ol > li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  counter-increment: item;
}
.usercontent ol > li::before,
.mce-content-body ol > li::before,
.gfield--type-html ol > li::before {
  content: counters(item, ".") " ";
  display: inline-block;
  font-weight: 700;
  width: 25px;
  color: #008539;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
.usercontent ol > li > ol,
.usercontent ol > li > ul,
.mce-content-body ol > li > ol,
.mce-content-body ol > li > ul,
.gfield--type-html ol > li > ol,
.gfield--type-html ol > li > ul {
  padding: 10px 0 0 0;
}
.usercontent ol > li > ol > li,
.mce-content-body ol > li > ol > li,
.gfield--type-html ol > li > ol > li {
  padding: 0 0 0 40px;
}
.usercontent ol > li > ol > li > ol > li,
.mce-content-body ol > li > ol > li > ol > li,
.gfield--type-html ol > li > ol > li > ol > li {
  padding: 0 0 0 50px;
}
.usercontent figure blockquote,
.mce-content-body figure blockquote,
.gfield--type-html figure blockquote {
  margin-bottom: 0;
}
.usercontent figure figcaption,
.mce-content-body figure figcaption,
.gfield--type-html figure figcaption {
  color: #32383C;
  padding: 12px 0 40px 20px;
}
@media (min-width: 992px) {
  .usercontent figure figcaption,
  .mce-content-body figure figcaption,
  .gfield--type-html figure figcaption {
    padding-left: 64px;
  }
}
.usercontent blockquote,
.mce-content-body blockquote,
.gfield--type-html blockquote {
  word-break: normal;
  white-space: normal;
  background: none;
  font-size: 1.125rem;
  margin: 32px 0 47px;
  padding: 0 0 0 64px;
  position: relative;
}
.usercontent blockquote::before,
.mce-content-body blockquote::before,
.gfield--type-html blockquote::before {
  content: "\e961";
  color: #008539;
  position: absolute;
  left: 0;
  top: 3px;
  margin-right: 23px;
}
.usercontent blockquote > p,
.mce-content-body blockquote > p,
.gfield--type-html blockquote > p {
  color: #008539;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.06;
  margin: 0 0 18px 0;
}
@media (min-width: 768px) {
  .usercontent blockquote > p,
  .mce-content-body blockquote > p,
  .gfield--type-html blockquote > p {
    font-size: 2.125rem;
  }
}
.usercontent blockquote footer,
.mce-content-body blockquote footer,
.gfield--type-html blockquote footer {
  color: #32383C;
  padding-left: 20px;
}
.usercontent .iframe-wrap,
.mce-content-body .iframe-wrap,
.gfield--type-html .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 100%;
  overflow: hidden;
}
.usercontent .iframe-wrap iframe,
.usercontent .iframe-wrap object,
.usercontent .iframe-wrap embed,
.mce-content-body .iframe-wrap iframe,
.mce-content-body .iframe-wrap object,
.mce-content-body .iframe-wrap embed,
.gfield--type-html .iframe-wrap iframe,
.gfield--type-html .iframe-wrap object,
.gfield--type-html .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usercontent .table-wrap,
.mce-content-body .table-wrap,
.gfield--type-html .table-wrap {
  border-radius: 4px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
.usercontent .table-wrap table,
.mce-content-body .table-wrap table,
.gfield--type-html .table-wrap table {
  width: 100%;
  max-width: 100%;
}
.usercontent table,
.mce-content-body table,
.gfield--type-html table {
  border-collapse: collapse;
}
.usercontent table tr td,
.usercontent table tr th,
.mce-content-body table tr td,
.mce-content-body table tr th,
.gfield--type-html table tr td,
.gfield--type-html table tr th {
  padding: 16px;
  text-align: left;
}
.usercontent table tr td:not(:last-child),
.usercontent table tr th:not(:last-child),
.mce-content-body table tr td:not(:last-child),
.mce-content-body table tr th:not(:last-child),
.gfield--type-html table tr td:not(:last-child),
.gfield--type-html table tr th:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
.usercontent table tr th,
.mce-content-body table tr th,
.gfield--type-html table tr th {
  background: #333333;
  color: #FFFFFF;
  font-weight: 400;
  padding: 30px 16px;
}
.usercontent table tbody tr:nth-child(odd),
.mce-content-body table tbody tr:nth-child(odd),
.gfield--type-html table tbody tr:nth-child(odd) {
  background-color: #F1F1F1;
}
.usercontent table tbody tr:nth-child(even),
.mce-content-body table tbody tr:nth-child(even),
.gfield--type-html table tbody tr:nth-child(even) {
  background-color: #E9E9E9;
}
.usercontent :last-child,
.mce-content-body :last-child,
.gfield--type-html :last-child {
  margin-bottom: 0;
}
.usercontent .alignleft,
.mce-content-body .alignleft,
.gfield--type-html .alignleft {
  float: left;
}
.usercontent .alignright,
.mce-content-body .alignright,
.gfield--type-html .alignright {
  float: right;
}
.usercontent .wp-caption.aligncenter,
.mce-content-body .wp-caption.aligncenter,
.gfield--type-html .wp-caption.aligncenter {
  margin: 0 auto;
}

.flexibleblocks {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .flexibleblocks {
    padding-top: 80px;
  }
}
.flexibleblocks-block {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .flexibleblocks-block {
    margin-bottom: 80px;
  }
}
.flexibleblocks-block.__nomargin {
  margin-bottom: 0;
}
.flexibleblocks-block.__smallmargin {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .flexibleblocks-block.__smallmargin {
    margin-bottom: 30px;
  }
}
.flexibleblocks-block.__mediummargin {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .flexibleblocks-block.__mediummargin {
    margin-bottom: 80px;
  }
}
.flexibleblocks-block.__largemargin {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .flexibleblocks-block.__largemargin {
    margin-bottom: 150px;
  }
}
.flexibleblocks-block.__textblock {
  overflow: visible;
}
.flexibleblocks-block.__textblock .flexibleblocks-block {
  overflow: visible;
}
.flexibleblocks-block:has(.slick-slider) {
  overflow: hidden;
}

/* accordion */
.accordion {
  margin: -1px 0 0 0;
}
.accordion.__authors .accordion-head {
  border: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 26px 0 0;
}
.accordion.__authors .accordion-head::after {
  content: "\e95d";
  font-size: 0.875rem;
  left: auto;
  right: 0;
  padding-top: 3px;
}
.accordion.__authors .accordion-head.__active {
  color: #32383C;
}
.accordion.__authors .accordion-head.__active::after {
  content: "\e960";
  transform: none;
}
.accordion.__authors .accordion-content {
  padding: 8px 0 0 0;
}
.accordion-head {
  font-size: 1.0625rem;
  font-weight: 600;
  padding: 15px 30px;
  position: relative;
  transition: all 0.3s;
  border-bottom: 1px solid #E1E1E1;
  text-align: left;
}
.accordion-head::after {
  content: "\e939";
  color: #008539;
  font-size: 16px;
  right: auto;
  left: 0;
  transition: all 0.3s;
  position: absolute;
}
.accordion-head.__active {
  color: #008539;
}
.accordion-head.__active::after {
  transform: rotate(135deg);
}
.accordion-head:hover, .accordion-head:focus {
  color: #008539;
  border-bottom: 1px solid #008539;
}
.accordion-content {
  padding: 15px 0;
  display: none;
}
@media (min-width: 576px) {
  .accordion-content {
    padding: 23px 0 30px 30px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
.banner {
  position: relative;
  min-height: 300px;
  align-items: flex-end;
  display: flex;
}
.banner.__flex {
  align-items: center;
}
@media (min-width: 768px) {
  .banner.__flex {
    min-height: 350px;
  }
  .banner.__flex.__has-breadcrumb .banner-content,
  .banner.__flex .banner-content {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .banner.__flex {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .banner.__flex {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  .banner.__align-centre {
    text-align: center;
  }
  .banner.__align-centre .banner-wrap-row {
    justify-content: center;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .banner.__align-right {
    text-align: right;
  }
  .banner.__align-right .banner-wrap-row {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .banner.__dark-text {
    padding: 35px 0 0 0;
  }
}
.banner.__dark-text .banner-content {
  padding: 40px 0 0 0;
}
@media (min-width: 992px) {
  .banner.__dark-text .banner-content {
    padding: 70px 0 0 0;
  }
}
.banner.__dark-text .banner-title,
.banner.__dark-text .banner-text {
  color: #000000;
}
.banner.__dark-text .banner-image::before {
  background-color: #FFFFFF;
}
.banner.__dark-text .breadcrumb-wrap .row > .col-12, .banner.__dark-text .breadcrumb-wrap .woocommerce .woocommerce-order .woocommerce-notice > .col-12, .woocommerce .woocommerce-order .banner.__dark-text .breadcrumb-wrap .woocommerce-notice > .col-12,
.banner.__dark-text .breadcrumb-wrap .woocommerce .woocommerce-order > p > .col-12,
.woocommerce .banner.__dark-text .breadcrumb-wrap .woocommerce-order > p > .col-12,
.banner.__dark-text .breadcrumb-wrap .woocommerce .woocommerce-order ul.woocommerce-order-overview > .col-12,
.woocommerce .woocommerce-order .banner.__dark-text .breadcrumb-wrap ul.woocommerce-order-overview > .col-12,
.banner.__dark-text .breadcrumb-wrap .woocommerce .woocommerce-order section > .col-12,
.woocommerce .woocommerce-order .banner.__dark-text .breadcrumb-wrap section > .col-12, .banner.__dark-text .breadcrumb-wrap .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > .col-12, .woocommerce-checkout.page .wp-block-woocommerce-checkout .banner.__dark-text .breadcrumb-wrap .wc-block-components-sidebar-layout > .col-12, .banner.__dark-text .breadcrumb-wrap .wc-block-mini-cart__template-part > .col-12 {
  padding-left: 0 !important;
}
.banner.__dark-text .breadcrumb-list > li::before {
  color: rgba(50, 56, 60, 0.8);
}
.banner.__dark-text .breadcrumb a,
.banner.__dark-text .breadcrumb span {
  color: rgba(50, 56, 60, 0.8);
}
.banner.__dark-text .breadcrumb a[aria-current],
.banner.__dark-text .breadcrumb span[aria-current] {
  color: #32383C;
}
.banner.__dark-text .breadcrumb a:hover,
.banner.__dark-text .breadcrumb a:focus {
  color: #008539;
}
.banner.__dark-text .breadcrumb-backto {
  color: #32383C;
}
.banner.__dark-text .breadcrumb-backto .icon::before {
  color: #32383C;
}
.banner.__background-grey .banner-title,
.banner.__background-grey .banner-text {
  color: #FFFFFF;
}
.banner.__no-image .banner-background::before {
  background-color: #333333;
  opacity: 1;
  z-index: 3;
}
.banner.__no-image .breadcrumb-list > li::before {
  color: rgba(255, 255, 255, 0.8);
}
.banner.__no-image .breadcrumb a,
.banner.__no-image .breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.banner.__no-image .breadcrumb a[aria-current],
.banner.__no-image .breadcrumb span[aria-current] {
  color: #FFFFFF;
}
.banner.__no-image .breadcrumb a:hover,
.banner.__no-image .breadcrumb a:focus {
  color: #FFC600;
}
.banner.__no-image .breadcrumb-backto:hover, .banner.__no-image .breadcrumb-backto:focus {
  color: #FFC600;
}
.banner.__search {
  min-height: 410px;
}
.banner.__search-results {
  min-height: 240px;
}
.banner.__search-results .banner-content {
  padding: 115px 0 29px 0;
}
@media (min-width: 768px) {
  .banner.__search-results .banner-content {
    padding: 95px 0 41px 0;
  }
}
.banner.__search-results .banner-text {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.125rem;
  margin-bottom: 14px;
}
.banner.__shop {
  min-height: 299px;
}
.banner.__item .banner-title {
  font-size: 1.875rem;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.02;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner.__item .banner-title {
    font-size: 2.25rem;
  }
}
.banner.__item .banner-title-highlight {
  color: #909090;
  line-height: 1.1;
  display: block;
}
.banner.__item .banner-title-highlight .definition {
  color: #909090;
}
.banner.__item .banner-content {
  padding: 40px 0;
}
.banner.__item .banner-text {
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-bottom: 5px;
  display: block;
}
.banner.__has-breadcrumb .back-link {
  display: block;
  background-color: #333333;
  padding: 27px;
  width: 100%;
  z-index: 4;
}
@media (min-width: 768px) {
  .banner.__has-breadcrumb .back-link {
    display: none;
  }
}
.banner.__has-breadcrumb .back-link a {
  display: flex;
  align-items: center;
}
.banner.__has-breadcrumb .back-link a .back-link-text {
  font-size: 1.125rem;
  color: #FFFFFF;
  text-decoration: underline;
}
.banner.__has-breadcrumb .back-link a .icon {
  color: #FFFFFF;
  font-size: 1.125rem;
}
.banner.__has-breadcrumb .banner-content {
  padding-top: 63px !important;
}
@media (min-width: 768px) {
  .banner.__has-breadcrumb .banner-content {
    padding-top: 60px !important;
  }
}
.banner.__background-grey .breadcrumb-list li a {
  color: rgba(255, 255, 255, 0.8);
}
.banner.__background-grey .breadcrumb-list li a:hover, .banner.__background-grey .breadcrumb-list li a:focus {
  color: #FFC600;
}
.banner.__background-grey .breadcrumb-list li span, .banner.__background-grey .breadcrumb-list li::before {
  color: #FFFFFF;
}
.banner.__simple {
  min-height: 200px;
}
.banner.__simple .banner {
  font-size: 2rem;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  padding: 24px 0 0 0;
  line-height: 0.96;
}
@media (min-width: 768px) {
  .banner.__simple .banner {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .banner.__simple .banner {
    font-size: 3.75rem;
  }
}
.banner.__simple .banner-highlight {
  color: #767676;
  line-height: 1.1;
  display: block;
}
.banner.__simple .banner-highlight .definition {
  color: #767676;
}
.banner.__simple .banner-content {
  padding: 92px 0 35px 0;
}
.banner.__weighted {
  min-height: auto;
}
@media (min-width: 768px) {
  .banner.__weighted {
    min-height: 320px;
  }
}
.banner.__weighted .banner-title {
  font-size: 1.875rem;
  line-height: 1.02;
  margin-bottom: 20px;
  padding-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .banner.__weighted .banner-title {
    font-size: 2.25rem;
  }
}
.banner.__weighted .banner-description {
  font-size: 1.125rem;
}
.banner.__weighted .banner-content {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .banner.__weighted .banner-content {
    padding: 80px 0 70px 0;
  }
}
.banner.__weighted .banner-content .row, .banner.__weighted .banner-content .woocommerce .woocommerce-order .woocommerce-notice, .woocommerce .woocommerce-order .banner.__weighted .banner-content .woocommerce-notice,
.banner.__weighted .banner-content .woocommerce .woocommerce-order > p,
.woocommerce .banner.__weighted .banner-content .woocommerce-order > p,
.banner.__weighted .banner-content .woocommerce .woocommerce-order ul.woocommerce-order-overview,
.woocommerce .woocommerce-order .banner.__weighted .banner-content ul.woocommerce-order-overview,
.banner.__weighted .banner-content .woocommerce .woocommerce-order section,
.woocommerce .woocommerce-order .banner.__weighted .banner-content section, .banner.__weighted .banner-content .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout, .woocommerce-checkout.page .wp-block-woocommerce-checkout .banner.__weighted .banner-content .wc-block-components-sidebar-layout, .banner.__weighted .banner-content .wc-block-mini-cart__template-part {
  width: calc(100% + 30px);
}
.banner.__weighted .banner-meta {
  justify-content: flex-start;
}
.banner.__timeline {
  padding: 0;
  min-height: 185px;
}
@media (min-width: 768px) {
  .banner.__timeline {
    min-height: 204px;
  }
}
@media (min-width: 992px) {
  .banner.__timeline {
    min-height: 264px;
  }
}
@media (min-width: 1200px) {
  .banner.__timeline {
    min-height: 320px;
  }
}
@media (min-width: 1440px) {
  .banner.__timeline {
    min-height: 384px;
  }
}
@media (min-width: 1920px) {
  .banner.__timeline {
    min-height: 512px;
  }
}
.banner.__timeline .banner-image::before {
  content: none;
}
.banner.__two-column .banner-content {
  padding: 40px 0 24px 0;
}
@media (min-width: 992px) {
  .banner.__two-column .banner-content {
    padding: 70px 0 80px;
  }
}
.banner-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-wrap {
  width: 100%;
}
.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.banner-image::before {
  z-index: 3;
}
.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
.banner-video::before {
  z-index: 3;
}
.banner-video video {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-video-controls {
  display: none;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 4;
}
@media (min-width: 992px) {
  .banner-video-controls {
    display: block;
  }
}
.banner-video-controls-button {
  align-items: center;
  background: #008539;
  color: #FFFFFF;
  display: flex;
  height: 60px;
  justify-content: center;
  transition: background 0.3s ease;
  width: 60px !important;
  cursor: pointer;
  border-radius: 8px;
}
.banner-video-controls-button:hover, .banner-video-controls-button:focus, .banner-video-controls-button:active {
  background: rgb(0, 82, 35.1428571429);
}
.banner-video-controls-button.__play {
  background-color: #008539;
}
.banner-video-controls-button.__play::before {
  content: "\e938";
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
}
.banner-video-controls-button.__play:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.banner-video-controls-button.__pause {
  background-color: #008539;
}
.banner-video-controls-button.__pause::before {
  content: "\e904";
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
}
.banner-video-controls-button.__pause:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.banner-content {
  position: relative;
  z-index: 5;
  color: #FFFFFF;
  font-size: 1.125rem;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .banner-content {
    padding: 92px 0 80px;
  }
}
.banner-title {
  font-size: 2.125rem;
  line-height: 1.1;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .banner-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .banner-title {
    font-size: 3rem;
  }
}
.banner-title-highlight {
  color: #909090;
  line-height: 1.1;
  display: block;
}
.banner-title-highlight .definition {
  color: #909090;
}
.banner-text {
  font-size: 1rem;
  margin-bottom: 20px;
}
.banner-text p + p {
  margin-top: 20px;
}
.banner-meta {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .banner-meta {
    justify-content: center;
    flex-direction: row;
  }
}
.banner-meta.flex-row li {
  padding: 0 15px 0 0;
}
@media (min-width: 992px) {
  .banner-meta.flex-row li {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
  }
}
.banner-meta li {
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  color: rgba(255, 255, 255, 0.7);
}
.banner-meta li::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 16px;
  bottom: 0;
  width: 1px;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
.banner-meta li .definition {
  color: rgba(255, 255, 255, 0.7);
}
.banner-meta li:last-child::before {
  content: none;
}
.banner-label {
  background-color: #2A2A2A;
  box-shadow: 0 10px 52px 0 rgba(0, 0, 0, 0.13);
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.banner-label.__green {
  background-color: #008539;
}
.banner-label.__yellow {
  background-color: #FFC600;
  color: #333333;
}
.banner .videoblock {
  margin-bottom: 40px;
}

.events-banner {
  color: #FFFFFF;
  overflow: hidden;
  background: #f2f0f0;
  position: relative;
  background-color: #008539;
  display: flex;
}
@media (min-width: 992px) {
  .events-banner {
    max-height: 600px;
    min-height: 450px;
  }
}
.events-banner-item {
  width: 100%;
}
.events-banner-item > div {
  height: 100%;
}
.events-banner-item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .events-banner-item-wrapper {
    flex-direction: row;
  }
}
.events-banner-item-content {
  padding: 60px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #008539;
  width: 100%;
  order: 2;
  height: 100%;
}
@media (min-width: 992px) {
  .events-banner-item-content {
    width: 511px;
    flex: 0 0 auto;
    padding: 90px 56px 150px 0;
    order: 1;
  }
}
.events-banner-item-title {
  font-size: 2rem;
  line-height: 1.05;
  padding-bottom: 10px;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .events-banner-item-title {
    font-size: 2.5rem;
  }
}
.events-banner-item-description {
  font-size: 1rem;
  line-height: 1.5;
}
.events-banner-item-button-wrap {
  padding-top: 20px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .events-banner-item-button-wrap {
    flex-direction: row;
  }
}
.events-banner-item-button-wrap .button,
.events-banner-item-button-wrap .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .events-banner-item-button-wrap .reset_variations, .events-banner-item-button-wrap .slick-autoplay-toggle-button, .events-banner-item-button-wrap .submit_wrap button, .submit_wrap .events-banner-item-button-wrap button,
.events-banner-item-button-wrap .form-submit button,
.form-submit .events-banner-item-button-wrap button {
  min-width: 137px;
}
.events-banner-item-image {
  min-height: 300px;
  background: #008539;
  position: relative;
  order: 1;
  margin: 0 -15px;
}
@media (min-width: 576px) {
  .events-banner-item-image {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .events-banner-item-image {
    min-height: auto;
    width: 50%;
    flex: 1 1 auto;
    order: 2;
  }
}
.events-banner-item-image picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.events-banner-item-image picture img {
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 768px) {
  .events-banner-item-image picture img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 992px) {
  .events-banner-item-image picture img {
    -o-object-position: right;
       object-position: right;
  }
}
.events-banner .breadcrumb {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .events-banner .breadcrumb-list {
    width: 40%;
  }
}
.events-banner .breadcrumb-list > li::before {
  color: #FFFFFF;
}
.events-banner .breadcrumb a,
.events-banner .breadcrumb span {
  color: #FFFFFF;
}
.events-banner .breadcrumb a[aria-current],
.events-banner .breadcrumb span[aria-current] {
  color: #FFFFFF;
}
.events-banner .breadcrumb a:hover,
.events-banner .breadcrumb a:focus {
  color: #FFC600;
}
.events-banner .breadcrumb-content i {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .events-banner .breadcrumb .col-12 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .events-banner .container-weighted-left .slider-banner-item-content {
    padding: 70px 3vw 60px 5vw;
  }
}
@media (min-width: 992px) {
  .events-banner .container-weighted-left .slider-banner-item-content {
    width: 50%;
    padding: 120px 3vw 120px 5vw;
  }
}
.events-banner .container-weighted-left .slider-banner-item-image {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .events-banner .container-weighted-left .slider-banner-item-image {
    margin-left: 0;
  }
}
.events-banner .pageheader-meta {
  justify-content: flex-start;
}
.events-banner .pageheader-meta li {
  color: #FFFFFF;
}
.events-banner .definition {
  color: white;
}

.banner-after {
  padding: 18px 0;
  background-color: #f2f0f0;
}
.banner-after .post-meta-info {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}
.banner-after .post-meta-info-image {
  width: 61px;
  height: 61px;
  flex: 0 0 auto;
  margin-right: 17px;
  border-radius: 100px;
  overflow: hidden;
}
.banner-after .post-meta-info-image img {
  width: 100%;
  height: 100%;
}
.banner-after .post-meta-info-content {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-after .post-meta-info-content-title {
  font-weight: 700;
  font-size: 1rem;
}
.banner-after .post-meta-info-content-title .icon {
  font-size: 9px;
  margin-right: 4px;
  transform: translateY(-2px);
}
.banner-after .post-meta-info-content-subtitle {
  font-size: 0.9375rem;
}
.banner-after-tags {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .banner-after-tags {
    padding-bottom: 100px;
  }
}
.banner-after-tags-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #E1E1E1;
  padding-top: 22px;
}
.banner-after-tags-item {
  font-weight: 500;
  color: #008539;
  margin-right: 15px;
}
.banner-after-tags-item .__underline {
  background-size: 100% 1px;
}
.banner-after-tags-item:hover .__underline, .banner-after-tags-item:focus .__underline, .banner-after-tags-item:active .__underline {
  background-size: 0% 1px;
}
.banner-after-share {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .banner-after-share {
    padding-bottom: 100px;
  }
}
.banner-after-share-wrap {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 15px 0;
  z-index: 0;
  position: relative;
}

.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
.breadcrumb-list {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
}
.breadcrumb-list > li {
  margin-right: 29px;
  position: relative;
}
.breadcrumb-list > li::before {
  color: #333333;
  content: "\e95f";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  font-size: 6px;
}
.breadcrumb-list > li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-list > li:last-of-type::before {
  content: none;
}
.breadcrumb-list a,
.breadcrumb-list span {
  color: #333333;
  font-size: 0.9375rem;
}
.breadcrumb-list a[aria-current],
.breadcrumb-list span[aria-current] {
  color: #32383C;
}
.breadcrumb-list a:hover,
.breadcrumb-list a:focus {
  color: #008539;
}
.breadcrumb-backto {
  padding: 20px 0;
  color: #FFFFFF;
}
.breadcrumb-backto .icon::before {
  color: #FFFFFF;
  font-size: 7px;
  margin-right: 8px;
}
.breadcrumb-placeholder {
  position: relative;
}
.breadcrumb-placeholder .breadcrumb-backto {
  color: #333333;
}
.breadcrumb-placeholder .breadcrumb-backto .icon::before {
  color: #333333;
}

.button, .woocommerce .product-page .product-info .variations_form.cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .reset_variations, .slick-autoplay-toggle-button, .submit_wrap button,
.form-submit button {
  background: #FFC600;
  color: #333333;
  display: inline-block;
  padding: 15px 31px;
  border: none;
  border-radius: 5px;
  line-height: 1.06;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 576px) {
  .button, .woocommerce .product-page .product-info .variations_form.cart .variations .reset_variations,
  .woocommerce .product-page .product-info .cart .variations .reset_variations, .slick-autoplay-toggle-button, .submit_wrap button,
  .form-submit button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.button:hover,
.woocommerce .product-page .product-info .cart .variations .reset_variations:hover, .slick-autoplay-toggle-button:hover, .submit_wrap button:hover,
.form-submit button:hover, .button:focus,
.woocommerce .product-page .product-info .cart .variations .reset_variations:focus, .slick-autoplay-toggle-button:focus, .submit_wrap button:focus,
.form-submit button:focus {
  background: rgb(204, 158.4, 0);
  color: #333333;
}
.button.__icon .icon,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations .icon, .__icon.slick-autoplay-toggle-button .icon, .submit_wrap button.__icon .icon,
.form-submit button.__icon .icon, .button.__icononly .icon,
.woocommerce .product-page .product-info .cart .variations .__icononly.reset_variations .icon, .__icononly.slick-autoplay-toggle-button .icon, .submit_wrap button.__icononly .icon,
.form-submit button.__icononly .icon {
  background-color: #008539;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.button.__icon .icon::after,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations .icon::after, .__icon.slick-autoplay-toggle-button .icon::after, .submit_wrap button.__icon .icon::after,
.form-submit button.__icon .icon::after, .button.__icononly .icon::after,
.woocommerce .product-page .product-info .cart .variations .__icononly.reset_variations .icon::after, .__icononly.slick-autoplay-toggle-button .icon::after, .submit_wrap button.__icononly .icon::after,
.form-submit button.__icononly .icon::after {
  content: "\e942";
  color: #FFFFFF;
  font-size: 1rem;
  transition: 0.3s ease all;
}
.button.__icon,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations, .__icon.slick-autoplay-toggle-button, .submit_wrap button.__icon,
.form-submit button.__icon {
  display: inline-flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  align-items: center;
}
.button.__icon:hover .icon::after,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations:hover .icon::after, .__icon.slick-autoplay-toggle-button:hover .icon::after, .submit_wrap button.__icon:hover .icon::after,
.form-submit button.__icon:hover .icon::after, .button.__icon:focus .icon::after,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations:focus .icon::after, .__icon.slick-autoplay-toggle-button:focus .icon::after, .submit_wrap button.__icon:focus .icon::after,
.form-submit button.__icon:focus .icon::after, .button.__icon:active .icon::after,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations:active .icon::after, .__icon.slick-autoplay-toggle-button:active .icon::after, .submit_wrap button.__icon:active .icon::after,
.form-submit button.__icon:active .icon::after {
  transform: translateY(-2px);
}
.button.__icon:hover .button-text,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations:hover .button-text, .__icon.slick-autoplay-toggle-button:hover .button-text, .submit_wrap button.__icon:hover .button-text,
.form-submit button.__icon:hover .button-text, .button.__icon:focus .button-text,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations:focus .button-text, .__icon.slick-autoplay-toggle-button:focus .button-text, .submit_wrap button.__icon:focus .button-text,
.form-submit button.__icon:focus .button-text, .button.__icon:active .button-text,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations:active .button-text, .__icon.slick-autoplay-toggle-button:active .button-text, .submit_wrap button.__icon:active .button-text,
.form-submit button.__icon:active .button-text {
  color: #008539;
}
.button.__icon .button-text::after,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations .button-text::after, .__icon.slick-autoplay-toggle-button .button-text::after, .submit_wrap button.__icon .button-text::after,
.form-submit button.__icon .button-text::after {
  background-color: #008539;
}
.button.__icon .icon,
.woocommerce .product-page .product-info .cart .variations .__icon.reset_variations .icon, .__icon.slick-autoplay-toggle-button .icon, .submit_wrap button.__icon .icon,
.form-submit button.__icon .icon {
  flex-shrink: 0;
}
.button.__icononly,
.woocommerce .product-page .product-info .cart .variations .__icononly.reset_variations, .__icononly.slick-autoplay-toggle-button, .submit_wrap button.__icononly,
.form-submit button.__icononly {
  padding: 10px;
}
.button.__external .icon,
.woocommerce .product-page .product-info .cart .variations .__external.reset_variations .icon, .__external.slick-autoplay-toggle-button .icon, .submit_wrap button.__external .icon,
.form-submit button.__external .icon {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
}
.button.__external .icon::after,
.woocommerce .product-page .product-info .cart .variations .__external.reset_variations .icon::after, .__external.slick-autoplay-toggle-button .icon::after, .submit_wrap button.__external .icon::after,
.form-submit button.__external .icon::after {
  content: "\e96d";
  color: #333333;
  font-size: 1rem;
  transition: 0.3s ease all;
}
.button.__external:hover .icon::after,
.woocommerce .product-page .product-info .cart .variations .__external.reset_variations:hover .icon::after, .__external.slick-autoplay-toggle-button:hover .icon::after, .submit_wrap button.__external:hover .icon::after,
.form-submit button.__external:hover .icon::after, .button.__external:focus .icon::after,
.woocommerce .product-page .product-info .cart .variations .__external.reset_variations:focus .icon::after, .__external.slick-autoplay-toggle-button:focus .icon::after, .submit_wrap button.__external:focus .icon::after,
.form-submit button.__external:focus .icon::after, .button.__external:active .icon::after,
.woocommerce .product-page .product-info .cart .variations .__external.reset_variations:active .icon::after, .__external.slick-autoplay-toggle-button:active .icon::after, .submit_wrap button.__external:active .icon::after,
.form-submit button.__external:active .icon::after {
  color: #FFFFFF;
}
.button.__inline,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations, .__inline.slick-autoplay-toggle-button, .submit_wrap button.__inline,
.form-submit button.__inline {
  background: transparent;
  padding: 0;
  text-align: left;
}
.button.__inline:hover .button-text::before,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations:hover .button-text::before, .__inline.slick-autoplay-toggle-button:hover .button-text::before, .submit_wrap button.__inline:hover .button-text::before,
.form-submit button.__inline:hover .button-text::before, .button.__inline:focus .button-text::before,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations:focus .button-text::before, .__inline.slick-autoplay-toggle-button:focus .button-text::before, .submit_wrap button.__inline:focus .button-text::before,
.form-submit button.__inline:focus .button-text::before, .button.__inline:active .button-text::before,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations:active .button-text::before, .__inline.slick-autoplay-toggle-button:active .button-text::before, .submit_wrap button.__inline:active .button-text::before,
.form-submit button.__inline:active .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.button.__inline:hover .button-text::after,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations:hover .button-text::after, .__inline.slick-autoplay-toggle-button:hover .button-text::after, .submit_wrap button.__inline:hover .button-text::after,
.form-submit button.__inline:hover .button-text::after, .button.__inline:focus .button-text::after,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations:focus .button-text::after, .__inline.slick-autoplay-toggle-button:focus .button-text::after, .submit_wrap button.__inline:focus .button-text::after,
.form-submit button.__inline:focus .button-text::after, .button.__inline:active .button-text::after,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations:active .button-text::after, .__inline.slick-autoplay-toggle-button:active .button-text::after, .submit_wrap button.__inline:active .button-text::after,
.form-submit button.__inline:active .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}
.button.__inline.__icon .button-text::after,
.woocommerce .product-page .product-info .cart .variations .__inline.__icon.reset_variations .button-text::after, .__inline.__icon.slick-autoplay-toggle-button .button-text::after, .submit_wrap button.__inline.__icon .button-text::after,
.form-submit button.__inline.__icon .button-text::after {
  background-color: #008539;
}
.button.__inline.__icon .button-text::before,
.woocommerce .product-page .product-info .cart .variations .__inline.__icon.reset_variations .button-text::before, .__inline.__icon.slick-autoplay-toggle-button .button-text::before, .submit_wrap button.__inline.__icon .button-text::before,
.form-submit button.__inline.__icon .button-text::before {
  content: none;
}
.button.__inline.__icon.__download .icon::after,
.woocommerce .product-page .product-info .cart .variations .__inline.__icon.__download.reset_variations .icon::after, .__inline.__icon.__download.slick-autoplay-toggle-button .icon::after, .submit_wrap button.__inline.__icon.__download .icon::after,
.form-submit button.__inline.__icon.__download .icon::after {
  content: "\e919";
}
.button.__inline .button-text,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations .button-text, .__inline.slick-autoplay-toggle-button .button-text, .submit_wrap button.__inline .button-text,
.form-submit button.__inline .button-text {
  position: relative;
  padding: 11px 0 12px 0;
}
.button.__inline .button-text::before,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations .button-text::before, .__inline.slick-autoplay-toggle-button .button-text::before, .submit_wrap button.__inline .button-text::before,
.form-submit button.__inline .button-text::before, .button.__inline .button-text::after,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations .button-text::after, .__inline.slick-autoplay-toggle-button .button-text::after, .submit_wrap button.__inline .button-text::after,
.form-submit button.__inline .button-text::after {
  content: "";
  background-color: #FFC600;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
  transition: 0.3s ease all;
}
.button.__inline .button-text::after,
.woocommerce .product-page .product-info .cart .variations .__inline.reset_variations .button-text::after, .__inline.slick-autoplay-toggle-button .button-text::after, .submit_wrap button.__inline .button-text::after,
.form-submit button.__inline .button-text::after {
  width: 0;
  right: 0;
  transition-delay: 0s;
}
.button.__outline,
.woocommerce .product-page .product-info .cart .variations .__outline.reset_variations, .__outline.slick-autoplay-toggle-button, .submit_wrap button.__outline,
.form-submit button.__outline {
  background: right top/210% 100% linear-gradient(to right, #008539 50%, transparent 50%);
  border: 1px solid #008539;
  padding: 14px 30px;
  box-sizing: border-box;
}
.button.__outline:hover,
.woocommerce .product-page .product-info .cart .variations .__outline.reset_variations:hover, .__outline.slick-autoplay-toggle-button:hover, .submit_wrap button.__outline:hover,
.form-submit button.__outline:hover, .button.__outline:focus,
.woocommerce .product-page .product-info .cart .variations .__outline.reset_variations:focus, .__outline.slick-autoplay-toggle-button:focus, .submit_wrap button.__outline:focus,
.form-submit button.__outline:focus, .button.__outline:active,
.woocommerce .product-page .product-info .cart .variations .__outline.reset_variations:active, .__outline.slick-autoplay-toggle-button:active, .submit_wrap button.__outline:active,
.form-submit button.__outline:active {
  background: left top/210% 100% linear-gradient(to right, #008539 50%, transparent 50%);
  color: #FFFFFF;
}
.button.__outline.__yellow,
.woocommerce .product-page .product-info .cart .variations .__outline.__yellow.reset_variations, .__outline.__yellow.slick-autoplay-toggle-button, .submit_wrap button.__outline.__yellow,
.form-submit button.__outline.__yellow {
  background: right top/210% 100% linear-gradient(to right, #FFC600 50%, transparent 50%);
  border: 1px solid #FFC600;
  color: #FFFFFF;
}
.button.__outline.__yellow:hover,
.woocommerce .product-page .product-info .cart .variations .__outline.__yellow.reset_variations:hover, .__outline.__yellow.slick-autoplay-toggle-button:hover, .submit_wrap button.__outline.__yellow:hover,
.form-submit button.__outline.__yellow:hover, .button.__outline.__yellow:focus,
.woocommerce .product-page .product-info .cart .variations .__outline.__yellow.reset_variations:focus, .__outline.__yellow.slick-autoplay-toggle-button:focus, .submit_wrap button.__outline.__yellow:focus,
.form-submit button.__outline.__yellow:focus, .button.__outline.__yellow:active,
.woocommerce .product-page .product-info .cart .variations .__outline.__yellow.reset_variations:active, .__outline.__yellow.slick-autoplay-toggle-button:active, .submit_wrap button.__outline.__yellow:active,
.form-submit button.__outline.__yellow:active {
  background: left top/210% 100% linear-gradient(to right, #FFC600 50%, transparent 50%);
  color: #333333;
}
.button.__slidein, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
.wp-block-woocommerce-empty-cart-block .button.wp-block-button__link,
.woocommerce .product-page .product-info .cart .variations .__slidein.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .reset_variations.wp-block-button__link, .__slidein.slick-autoplay-toggle-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.slick-autoplay-toggle-button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.slick-autoplay-toggle-button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.wp-block-woocommerce-empty-cart-block .slick-autoplay-toggle-button.wp-block-button__link, .submit_wrap button.__slidein,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button:not(.__outline),
.submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button:not(.__outline),
.submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
.submit_wrap .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .submit_wrap button.wp-block-button__link,
.form-submit button.__slidein,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button:not(.__outline),
.form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.slick-autoplay-toggle-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button:not(.__outline),
.form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.slick-autoplay-toggle-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
.form-submit .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .form-submit button.wp-block-button__link, [id^=mc_embed] .button,
[id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .reset_variations, [id^=mc_embed] .slick-autoplay-toggle-button, [id^=mc_embed] .submit_wrap button, .submit_wrap [id^=mc_embed] button,
[id^=mc_embed] .form-submit button,
.form-submit [id^=mc_embed] button {
  width: 100%;
  background: right top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%);
  transition: 0.5s ease all;
}
@media (min-width: 576px) {
  .button.__slidein, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
  .wp-block-woocommerce-empty-cart-block .button.wp-block-button__link,
  .woocommerce .product-page .product-info .cart .variations .__slidein.reset_variations,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.reset_variations#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.reset_variations#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
  .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link,
  .wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .reset_variations.wp-block-button__link, .__slidein.slick-autoplay-toggle-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.slick-autoplay-toggle-button#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.slick-autoplay-toggle-button#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  .wp-block-woocommerce-empty-cart-block .slick-autoplay-toggle-button.wp-block-button__link, .submit_wrap button.__slidein,
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button:not(.__outline),
  .submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button:not(.__outline),
  .submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
  .submit_wrap .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
  .wp-block-woocommerce-empty-cart-block .submit_wrap button.wp-block-button__link,
  .form-submit button.__slidein,
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button:not(.__outline),
  .form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.slick-autoplay-toggle-button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button:not(.__outline),
  .form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.slick-autoplay-toggle-button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
  .form-submit .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
  .wp-block-woocommerce-empty-cart-block .form-submit button.wp-block-button__link, [id^=mc_embed] .button,
  [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations,
  .woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .reset_variations, [id^=mc_embed] .slick-autoplay-toggle-button, [id^=mc_embed] .submit_wrap button, .submit_wrap [id^=mc_embed] button,
  [id^=mc_embed] .form-submit button,
  .form-submit [id^=mc_embed] button {
    width: auto;
  }
}
.button.__slidein:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:hover:not(.__outline),
.wp-block-woocommerce-empty-cart-block .button.wp-block-button__link:hover,
.woocommerce .product-page .product-info .cart .variations .__slidein.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.reset_variations#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.reset_variations#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:hover:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .reset_variations.wp-block-button__link:hover, .__slidein.slick-autoplay-toggle-button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.slick-autoplay-toggle-button#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.slick-autoplay-toggle-button#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.wp-block-woocommerce-empty-cart-block .slick-autoplay-toggle-button.wp-block-button__link:hover, .submit_wrap button.__slidein:hover,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button:hover:not(.__outline),
.submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.slick-autoplay-toggle-button:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button:hover:not(.__outline),
.submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.slick-autoplay-toggle-button:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:hover:not(.__outline),
.submit_wrap .wp-block-woocommerce-empty-cart-block button.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .submit_wrap button.wp-block-button__link:hover,
.form-submit button.__slidein:hover,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button:hover:not(.__outline),
.form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.slick-autoplay-toggle-button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button:hover:not(.__outline),
.form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.slick-autoplay-toggle-button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:hover:not(.__outline),
.form-submit .wp-block-woocommerce-empty-cart-block button.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .form-submit button.wp-block-button__link:hover, [id^=mc_embed] .button:hover,
[id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations:hover,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .reset_variations:hover, [id^=mc_embed] .slick-autoplay-toggle-button:hover, [id^=mc_embed] .submit_wrap button:hover, .submit_wrap [id^=mc_embed] button:hover,
[id^=mc_embed] .form-submit button:hover,
.form-submit [id^=mc_embed] button:hover, .button.__slidein:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:focus:not(.__outline),
.wp-block-woocommerce-empty-cart-block .button.wp-block-button__link:focus,
.woocommerce .product-page .product-info .cart .variations .__slidein.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.reset_variations#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.reset_variations#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:focus:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .reset_variations.wp-block-button__link:focus, .__slidein.slick-autoplay-toggle-button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.slick-autoplay-toggle-button#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.slick-autoplay-toggle-button#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.wp-block-woocommerce-empty-cart-block .slick-autoplay-toggle-button.wp-block-button__link:focus, .submit_wrap button.__slidein:focus,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button:focus:not(.__outline),
.submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.slick-autoplay-toggle-button:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button:focus:not(.__outline),
.submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.slick-autoplay-toggle-button:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:focus:not(.__outline),
.submit_wrap .wp-block-woocommerce-empty-cart-block button.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .submit_wrap button.wp-block-button__link:focus,
.form-submit button.__slidein:focus,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button:focus:not(.__outline),
.form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.slick-autoplay-toggle-button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button:focus:not(.__outline),
.form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.slick-autoplay-toggle-button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:focus:not(.__outline),
.form-submit .wp-block-woocommerce-empty-cart-block button.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .form-submit button.wp-block-button__link:focus, [id^=mc_embed] .button:focus,
[id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations:focus,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .reset_variations:focus, [id^=mc_embed] .slick-autoplay-toggle-button:focus, [id^=mc_embed] .submit_wrap button:focus, .submit_wrap [id^=mc_embed] button:focus,
[id^=mc_embed] .form-submit button:focus,
.form-submit [id^=mc_embed] button:focus {
  background: left top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%);
}
.button.__slidein.__white, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button.__white#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__white:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__white:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__white:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button.__white#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__white:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__white:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__white:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.__white.reset_variations:not(.__outline),
.wp-block-woocommerce-empty-cart-block .button.__white.wp-block-button__link,
.woocommerce .product-page .product-info .cart .variations .__slidein.__white.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .__white.reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .__white.reset_variations.wp-block-button__link, .__slidein.__white.slick-autoplay-toggle-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.__white.slick-autoplay-toggle-button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__white.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__white.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.__white.slick-autoplay-toggle-button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__white.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__white.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.wp-block-woocommerce-empty-cart-block .__white.slick-autoplay-toggle-button.wp-block-button__link, .submit_wrap button.__slidein.__white,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button.__white:not(.__outline),
.submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button.__white:not(.__outline),
.submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
.submit_wrap .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .submit_wrap button.__white.wp-block-button__link,
.form-submit button.__slidein.__white,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button.__white:not(.__outline),
.form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.slick-autoplay-toggle-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button.__white:not(.__outline),
.form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.slick-autoplay-toggle-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
.form-submit .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .form-submit button.__white.wp-block-button__link, [id^=mc_embed] .button.__white,
[id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .__white.reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .__white.reset_variations, [id^=mc_embed] .__white.slick-autoplay-toggle-button, [id^=mc_embed] .submit_wrap button.__white, .submit_wrap [id^=mc_embed] button.__white,
[id^=mc_embed] .form-submit button.__white,
.form-submit [id^=mc_embed] button.__white {
  background: right top/210% 100% linear-gradient(to right, #E0E0E0 50%, #FFFFFF 50%);
}
@media (min-width: 576px) {
  .button.__slidein.__white, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button.__white#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__white:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__white:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__white:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button.__white#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__white:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__white:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__white:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.__white.reset_variations:not(.__outline),
  .wp-block-woocommerce-empty-cart-block .button.__white.wp-block-button__link,
  .woocommerce .product-page .product-info .cart .variations .__slidein.__white.reset_variations,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations:not(.__outline),
  .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .__white.reset_variations.wp-block-button__link,
  .wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .__white.reset_variations.wp-block-button__link, .__slidein.__white.slick-autoplay-toggle-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.__white.slick-autoplay-toggle-button#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__white.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__white.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.__white.slick-autoplay-toggle-button#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__white.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__white.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:not(.__outline),
  .wp-block-woocommerce-empty-cart-block .__white.slick-autoplay-toggle-button.wp-block-button__link, .submit_wrap button.__slidein.__white,
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button.__white:not(.__outline),
  .submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.slick-autoplay-toggle-button:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button.__white:not(.__outline),
  .submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.slick-autoplay-toggle-button:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:not(.__outline),
  .submit_wrap .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link,
  .wp-block-woocommerce-empty-cart-block .submit_wrap button.__white.wp-block-button__link,
  .form-submit button.__slidein.__white,
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button.__white:not(.__outline),
  .form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
  .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.slick-autoplay-toggle-button:not(.__outline),
  .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button.__white:not(.__outline),
  .form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
  .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.slick-autoplay-toggle-button:not(.__outline),
  .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:not(.__outline),
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:not(.__outline),
  .form-submit .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link,
  .wp-block-woocommerce-empty-cart-block .form-submit button.__white.wp-block-button__link, [id^=mc_embed] .button.__white,
  [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .__white.reset_variations,
  .woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .__white.reset_variations, [id^=mc_embed] .__white.slick-autoplay-toggle-button, [id^=mc_embed] .submit_wrap button.__white, .submit_wrap [id^=mc_embed] button.__white,
  [id^=mc_embed] .form-submit button.__white,
  .form-submit [id^=mc_embed] button.__white {
    width: auto;
  }
}
.button.__slidein.__white:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button.__white#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__white:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__white:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__white:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button.__white#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__white:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__white:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__white:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.__white.reset_variations:hover:not(.__outline),
.wp-block-woocommerce-empty-cart-block .button.__white.wp-block-button__link:hover,
.woocommerce .product-page .product-info .cart .variations .__slidein.__white.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations:hover:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .__white.reset_variations.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .__white.reset_variations.wp-block-button__link:hover, .__slidein.__white.slick-autoplay-toggle-button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.__white.slick-autoplay-toggle-button#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.__white.slick-autoplay-toggle-button#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__white.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__white.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.wp-block-woocommerce-empty-cart-block .__white.slick-autoplay-toggle-button.wp-block-button__link:hover, .submit_wrap button.__slidein.__white:hover,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button.__white:hover:not(.__outline),
.submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button.__white:hover:not(.__outline),
.submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:hover:not(.__outline),
.submit_wrap .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .submit_wrap button.__white.wp-block-button__link:hover,
.form-submit button.__slidein.__white:hover,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button.__white:hover:not(.__outline),
.form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:hover:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button.__white:hover:not(.__outline),
.form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:hover:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.slick-autoplay-toggle-button:hover:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:hover:not(.__outline),
.form-submit .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .form-submit button.__white.wp-block-button__link:hover, [id^=mc_embed] .button.__white:hover,
[id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .__white.reset_variations:hover,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .__white.reset_variations:hover, [id^=mc_embed] .__white.slick-autoplay-toggle-button:hover, [id^=mc_embed] .submit_wrap button.__white:hover, .submit_wrap [id^=mc_embed] button.__white:hover,
[id^=mc_embed] .form-submit button.__white:hover,
.form-submit [id^=mc_embed] button.__white:hover, .button.__slidein.__white:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button.__white#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__white:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__white:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__white:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button.__white#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__white:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__white:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__white:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.__white.reset_variations:focus:not(.__outline),
.wp-block-woocommerce-empty-cart-block .button.__white.wp-block-button__link:focus,
.woocommerce .product-page .product-info .cart .variations .__slidein.__white.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.__white.reset_variations#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.__white.reset_variations#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.reset_variations:focus:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .__white.reset_variations.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .__white.reset_variations.wp-block-button__link:focus, .__slidein.__white.slick-autoplay-toggle-button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.__white.slick-autoplay-toggle-button#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.__white.slick-autoplay-toggle-button#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__white.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__white.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__white.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__white.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.wp-block-woocommerce-empty-cart-block .__white.slick-autoplay-toggle-button.wp-block-button__link:focus, .submit_wrap button.__slidein.__white:focus,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button.__white:focus:not(.__outline),
.submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button.__white:focus:not(.__outline),
.submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.__white.reset_variations:focus:not(.__outline),
.submit_wrap .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .submit_wrap button.__white.wp-block-button__link:focus,
.form-submit button.__slidein.__white:focus,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__white:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button.__white:focus:not(.__outline),
.form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:focus:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__white:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button.__white:focus:not(.__outline),
.form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:focus:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__white.slick-autoplay-toggle-button:focus:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__white.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.__white.reset_variations:focus:not(.__outline),
.form-submit .wp-block-woocommerce-empty-cart-block button.__white.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .form-submit button.__white.wp-block-button__link:focus, [id^=mc_embed] .button.__white:focus,
[id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .__white.reset_variations:focus,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .__white.reset_variations:focus, [id^=mc_embed] .__white.slick-autoplay-toggle-button:focus, [id^=mc_embed] .submit_wrap button.__white:focus, .submit_wrap [id^=mc_embed] button.__white:focus,
[id^=mc_embed] .form-submit button.__white:focus,
.form-submit [id^=mc_embed] button.__white:focus {
  background: left top/210% 100% linear-gradient(to right, #E0E0E0 50%, #FFFFFF 50%);
}
.button.__neutral,
.woocommerce .product-page .product-info .cart .variations .__neutral.reset_variations, .__neutral.slick-autoplay-toggle-button, .submit_wrap button.__neutral,
.form-submit button.__neutral {
  background-color: #F0F0F0;
  border-radius: 0;
  font-size: 1.125rem;
  padding: 11px 17px;
}
.button.__neutral:hover,
.woocommerce .product-page .product-info .cart .variations .__neutral.reset_variations:hover, .__neutral.slick-autoplay-toggle-button:hover, .submit_wrap button.__neutral:hover,
.form-submit button.__neutral:hover, .button.__neutral:focus,
.woocommerce .product-page .product-info .cart .variations .__neutral.reset_variations:focus, .__neutral.slick-autoplay-toggle-button:focus, .submit_wrap button.__neutral:focus,
.form-submit button.__neutral:focus {
  background-color: rgb(214.5, 214.5, 214.5);
}
.button-wrap, .slideritem-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

a[aria-disabled=true],
button[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

.careers-embed .embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 100%;
  overflow: hidden;
}
.careers-embed .embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ctabanner-wrap {
  background-color: #008539;
  padding: 40px;
  min-height: 310px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .ctabanner-wrap {
    padding: 40px 300px;
  }
}
.ctabanner-wrap .definition {
  color: #FFFFFF;
}
.ctabanner-wrap::before, .ctabanner-wrap::after {
  background-image: url("/wp-content/themes/spindogs/images/background/logo-watermark.svg");
  background-position: right;
  background-repeat: no-repeat;
  width: 257px;
  height: 253px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  z-index: -1;
  left: 25px;
  right: auto;
}
@media (min-width: 992px) {
  .ctabanner-wrap::before, .ctabanner-wrap::after {
    content: "";
  }
}
.ctabanner-wrap::after {
  right: 25px;
  left: auto;
}
.ctabanner-content {
  width: 450px;
  max-width: 100%;
}
.ctabanner-title {
  font-size: 1.875rem;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ctabanner-title {
    font-size: 2.5rem;
  }
}
.ctabanner-description {
  padding-top: 5px;
  line-height: 1.35;
}
.ctabanner-button {
  padding-top: 19px;
}

[class^=col-] .flexibleblocks .ctabanner-wrap {
  text-align: center;
}
@media (min-width: 992px) {
  [class^=col-] .flexibleblocks .ctabanner-wrap {
    padding: 40px 0 40px 300px;
    text-align: left;
  }
}
[class^=col-] .flexibleblocks .ctabanner-wrap::after {
  content: none;
}

.downloads-block-item {
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  padding: 14px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 14px;
}
.downloads-block-item:hover .downloads-block-item-download .icon:first-child, .downloads-block-item:focus .downloads-block-item-download .icon:first-child, .downloads-block-item:active .downloads-block-item-download .icon:first-child {
  top: 50%;
  transform: translate(-50%, -50%);
}
.downloads-block-item:hover .downloads-block-item-download .icon:last-child, .downloads-block-item:focus .downloads-block-item-download .icon:last-child, .downloads-block-item:active .downloads-block-item-download .icon:last-child {
  top: 200%;
  transform: translate(-50%, 0);
}
.downloads-block-item-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 auto;
  flex-direction: row;
}
.downloads-block-item-type {
  width: 30px;
  height: 35px;
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-docx.svg");
  margin-right: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 auto;
}
.downloads-block-item-type.__docx {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-docx.svg");
}
.downloads-block-item-type.__pptx {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-pptx.svg");
}
.downloads-block-item-type.__xlsx {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-xlsx.svg");
}
.downloads-block-item-type.__pdf {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-pdf.svg");
}
.downloads-block-item-type.__img {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-img.svg");
}
.downloads-block-item-type.__mp3 {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-mp3.svg");
}
.downloads-block-item-type.__jpg {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-jpg.svg");
}
.downloads-block-item-type.__png {
  background-image: url("/wp-content/themes/spindogs/images/download-icons/doctype-png.svg");
}
.downloads-block-item-text {
  flex-direction: column;
}
.downloads-block-item-title {
  color: #333333;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
}
.downloads-block-item-description {
  font-size: 0.75rem;
  color: rgb(76.5, 76.5, 76.5);
}
@media (min-width: 576px) {
  .downloads-block-item-description {
    font-size: 0.9375rem;
  }
}
.downloads-block-item-end {
  flex-shrink: 0;
}
.downloads-block-item-size {
  padding: 9px 15px 0 15px;
}
.downloads-block-item-download {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #008539;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}
.downloads-block-item-download .icon {
  width: 14px;
  height: 14px;
}
.downloads-block-item-download .icon::before {
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloads-block-item-download .icon:first-child, .downloads-block-item-download .icon:last-child {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.downloads-block-item-download .icon:first-child {
  top: -200%;
  transform: translate(-50%, 0);
}
.downloads-block-item-download .icon:last-child {
  top: 50%;
}

.explore {
  margin: 0;
  overflow: hidden;
}
.explore .container-fluid, .explore .container-sm, .explore .container-md, .explore .container-lg, .explore .container-xl {
  padding: 0;
}
@media (min-width: 768px) {
  .explore {
    background-image: linear-gradient(to left, #FFC600 50%, #008539 50%);
    margin: 0;
  }
}
.explore-item {
  padding: 36px 15px;
}
@media (min-width: 768px) {
  .explore-item {
    padding: 80px 50px;
  }
}
.explore-item-title {
  color: #333333;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .explore-item-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .explore-item-description {
    width: 388px;
    max-width: 90%;
  }
}
.explore-item-button {
  margin-top: 27px;
}
.explore .row > [class*=col]:nth-of-type(odd) .explore-item, .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item, .woocommerce .woocommerce-order .explore .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item,
.explore .woocommerce .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item,
.woocommerce .explore .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item,
.explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item,
.woocommerce .woocommerce-order .explore ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item,
.explore .woocommerce .woocommerce-order section > [class*=col]:nth-of-type(odd) .explore-item,
.woocommerce .woocommerce-order .explore section > [class*=col]:nth-of-type(odd) .explore-item, .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout .explore .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item, .explore .wc-block-mini-cart__template-part > [class*=col]:nth-of-type(odd) .explore-item {
  color: #FFFFFF;
  background: #008539;
}
.explore .row > [class*=col]:nth-of-type(odd) .explore-item-title, .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item-title, .woocommerce .woocommerce-order .explore .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item-title,
.explore .woocommerce .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item-title,
.woocommerce .explore .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item-title,
.explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item-title,
.woocommerce .woocommerce-order .explore ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item-title,
.explore .woocommerce .woocommerce-order section > [class*=col]:nth-of-type(odd) .explore-item-title,
.woocommerce .woocommerce-order .explore section > [class*=col]:nth-of-type(odd) .explore-item-title, .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item-title, .woocommerce-checkout.page .wp-block-woocommerce-checkout .explore .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item-title, .explore .wc-block-mini-cart__template-part > [class*=col]:nth-of-type(odd) .explore-item-title {
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .explore .row > [class*=col]:nth-of-type(odd) .explore-item, .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item, .woocommerce .woocommerce-order .explore .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item,
  .explore .woocommerce .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item,
  .woocommerce .explore .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item,
  .explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item,
  .woocommerce .woocommerce-order .explore ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item,
  .explore .woocommerce .woocommerce-order section > [class*=col]:nth-of-type(odd) .explore-item,
  .woocommerce .woocommerce-order .explore section > [class*=col]:nth-of-type(odd) .explore-item, .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout .explore .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item, .explore .wc-block-mini-cart__template-part > [class*=col]:nth-of-type(odd) .explore-item {
    padding: 80px 109px 80px 153px;
  }
}
.explore .row > [class*=col]:nth-of-type(even) .explore-item, .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:nth-of-type(even) .explore-item, .woocommerce .woocommerce-order .explore .woocommerce-notice > [class*=col]:nth-of-type(even) .explore-item,
.explore .woocommerce .woocommerce-order > p > [class*=col]:nth-of-type(even) .explore-item,
.woocommerce .explore .woocommerce-order > p > [class*=col]:nth-of-type(even) .explore-item,
.explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:nth-of-type(even) .explore-item,
.woocommerce .woocommerce-order .explore ul.woocommerce-order-overview > [class*=col]:nth-of-type(even) .explore-item,
.explore .woocommerce .woocommerce-order section > [class*=col]:nth-of-type(even) .explore-item,
.woocommerce .woocommerce-order .explore section > [class*=col]:nth-of-type(even) .explore-item, .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(even) .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout .explore .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(even) .explore-item, .explore .wc-block-mini-cart__template-part > [class*=col]:nth-of-type(even) .explore-item {
  background: #FFC600;
}
@media (min-width: 1200px) {
  .explore .row > [class*=col]:nth-of-type(even) .explore-item, .explore .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:nth-of-type(even) .explore-item, .woocommerce .woocommerce-order .explore .woocommerce-notice > [class*=col]:nth-of-type(even) .explore-item,
  .explore .woocommerce .woocommerce-order > p > [class*=col]:nth-of-type(even) .explore-item,
  .woocommerce .explore .woocommerce-order > p > [class*=col]:nth-of-type(even) .explore-item,
  .explore .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:nth-of-type(even) .explore-item,
  .woocommerce .woocommerce-order .explore ul.woocommerce-order-overview > [class*=col]:nth-of-type(even) .explore-item,
  .explore .woocommerce .woocommerce-order section > [class*=col]:nth-of-type(even) .explore-item,
  .woocommerce .woocommerce-order .explore section > [class*=col]:nth-of-type(even) .explore-item, .explore .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(even) .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout .explore .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(even) .explore-item, .explore .wc-block-mini-cart__template-part > [class*=col]:nth-of-type(even) .explore-item {
    padding: 80px 109px 80px 136px;
  }
}

form {
  width: 100%;
}
form a {
  text-decoration: underline;
}
form a:hover, form a:focus, form a:active {
  text-decoration: none;
}

/* Input types */
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select,
.select2 .select2-selection--multiple,
.select2 .select2-selection--single,
.gform_wrapper .gform-body .ginput_container input,
.gform_wrapper .gform-body .ginput_container textarea.textarea,
.gform_wrapper.gravity-theme .gform-body .ginput_container input,
.gform_wrapper.gravity-theme .gform-body .ginput_container textarea.textarea {
  color: #333333;
  background: #FFFFFF;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 13px 20px 13px 16px;
  transition: all 200ms;
  box-sizing: border-box;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select:focus,
.select2 .select2-selection--multiple:focus,
.select2 .select2-selection--single:focus,
.gform_wrapper .gform-body .ginput_container input:focus,
.gform_wrapper .gform-body .ginput_container textarea.textarea:focus,
.gform_wrapper.gravity-theme .gform-body .ginput_container input:focus,
.gform_wrapper.gravity-theme .gform-body .ginput_container textarea.textarea:focus {
  border-color: #008539;
}

input[type=file] {
  padding: 10px;
  border: 1px dashed #DFDFDF;
}

textarea {
  min-height: 180px;
}

.field_wrap,
.woocommerce-address-fields {
  position: relative;
  margin: 0 0 20px 0;
}
.field_wrap .label_wrap,
.field_wrap .form-row,
.woocommerce-address-fields .label_wrap,
.woocommerce-address-fields .form-row {
  padding-bottom: 6px;
}
.field_wrap .label_wrap,
.field_wrap .label_wrap label,
.field_wrap .form-row,
.field_wrap .form-row label,
.woocommerce-address-fields .label_wrap,
.woocommerce-address-fields .label_wrap label,
.woocommerce-address-fields .form-row,
.woocommerce-address-fields .form-row label {
  font-weight: 500;
  color: #333333;
  line-height: 1.06;
}
.field_wrap .helper_wrap,
.woocommerce-address-fields .helper_wrap {
  color: #32383C;
  font-size: 0.8rem;
  padding-bottom: 6px;
  line-height: 1.3;
}
.field_wrap .helper_wrap-icon,
.woocommerce-address-fields .helper_wrap-icon {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #32383C;
  color: #FFFFFF;
  border-radius: 100px;
  transform: translateY(-1px);
  margin-right: 4px;
}

/* Flatpickr */
.field_wrap.__date .input_wrap,
.field_wrap.__time .input_wrap,
.field_wrap.__datetime .input_wrap {
  position: relative;
}
.field_wrap.__date .input_wrap::before,
.field_wrap.__time .input_wrap::before,
.field_wrap.__datetime .input_wrap::before {
  content: "\e916";
  color: #333333;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.flatpickr-time .numInputWrapper input {
  padding: 9px;
  border: none;
}

/* Checkboxes */
.field_wrap.__checkbox input[type=checkbox] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0 !important;
}
.field_wrap.__checkbox > label,
.field_wrap.__checkbox > .input_wrap > label {
  color: #333333;
  cursor: pointer;
  display: block;
  margin: 0 0 15px 0;
  min-height: 20px;
  padding-left: 34px;
  position: relative;
}
.field_wrap.__checkbox > label::before,
.field_wrap.__checkbox > .input_wrap > label::before {
  content: "";
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  transition: 0.3s ease all;
}
.field_wrap.__checkbox > label::after,
.field_wrap.__checkbox > .input_wrap > label::after {
  content: "\e948";
  font-size: 14px;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  top: 5px;
  left: 7px;
  opacity: 0;
  transition: 0.3s ease all;
}
.field_wrap.__checkbox > label.__checked::before,
.field_wrap.__checkbox > .input_wrap > label.__checked::before {
  background: #008539;
  border-color: #008539;
}
.field_wrap.__checkbox > label.__checked::after,
.field_wrap.__checkbox > .input_wrap > label.__checked::after {
  opacity: 1;
}
.field_wrap.__checkbox > label.__checked.__focused::before,
.field_wrap.__checkbox > .input_wrap > label.__checked.__focused::before {
  border-color: #008539;
  outline: 2px solid rgb(0, 209.5, 89.7857142857);
}
.field_wrap.__checkbox > label.__focused::before,
.field_wrap.__checkbox > .input_wrap > label.__focused::before {
  border-color: #008539;
  outline: 2px solid rgb(0, 209.5, 89.7857142857);
}

/* Radiobuttons */
.field_wrap.__radio input[type=radio] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0 !important;
}
.field_wrap.__radio > label,
.field_wrap.__radio > .input_wrap > label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 34px;
  cursor: pointer;
  color: #333333;
}
.field_wrap.__radio > label::before,
.field_wrap.__radio > .input_wrap > label::before {
  content: "";
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
  color: transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  transition: 0.3s ease all;
}
.field_wrap.__radio > label::after,
.field_wrap.__radio > .input_wrap > label::after {
  content: "";
  border: 1px solid white;
  background: white;
  color: transparent;
  border-radius: 50%;
  transform: scale(0.4);
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0;
  transition: 0.3s ease all;
}
.field_wrap.__radio > label.__checked label::before,
.field_wrap.__radio > .input_wrap > label.__checked label::before {
  background-color: #DBE7E8;
  border-color: #008539;
}
.field_wrap.__radio > label.__checked label::after,
.field_wrap.__radio > .input_wrap > label.__checked label::after {
  opacity: 1;
}

/* Range */
.field_wrap.__range .input_wrap input[type=range] {
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  display: block;
}
.field_wrap.__range .input_wrap input[type=range]:focus::-webkit-slider-runnable-track {
  background: #008539;
}
.field_wrap.__range .input_wrap input[type=range]:focus::-ms-fill-lower {
  background: #008539;
}
.field_wrap.__range .input_wrap input[type=range]:focus::-ms-fill-upper {
  background: #008539;
}
.field_wrap.__range .input_wrap input[type=range]::-webkit-slider-runnable-track {
  background: #008539;
  border: 0;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid black;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.field_wrap.__range .input_wrap input[type=range]::-moz-range-track {
  background: #008539;
  border: 0;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid black;
  border-radius: 50px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 8.5px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-fill-lower {
  background: #2f6ea5;
  border: 0;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-fill-upper {
  background: #008539;
  border: 0;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid black;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
@supports (-ms-ime-align: auto) {
  .field_wrap.__range .input_wrap input[type=range] {
    margin: 0;
  }
}

/* Placeholders */
::-webkit-input-placeholder,
::placeholder {
  opacity: 1;
  color: #333333;
}

/* Error styling */
.field_wrap.error label {
  color: #D42E2E;
}
.field_wrap.error input,
.field_wrap.error select,
.field_wrap.error textarea,
.field_wrap.error .select2 {
  border-color: #D42E2E;
}
.field_wrap.error.__inline input,
.field_wrap.error.__inline select,
.field_wrap.error.__inline textarea,
.field_wrap.error.__inline .select2 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input_error,
.field-validation-error {
  background: #ffcfcf;
  border: 1px solid #D42E2E;
  border-top: none;
  color: #D42E2E;
  padding: 15px 20px 14px 20px;
  display: flex;
  align-items: center;
}
.input_error::before,
.field-validation-error::before {
  content: "\e968";
  color: #D42E2E;
  font-size: 12px;
  margin-right: 12px;
}

.success_feedback {
  margin: 0 0 2em 0;
  background: white;
  padding: 15px 20px;
  border: 1px solid #007733;
  background: #e9fae5;
  color: #007733;
  text-align: left;
}
.success_feedback ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.success_feedback ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.success_feedback ul li::before {
  content: "\e948";
  color: #007733;
  font-size: 12px;
  margin-right: 12px;
}
.success_feedback ul li:last-child {
  margin: 0;
}

.error_feedback,
.validation-summary-errors {
  margin: 0 0 2em 0;
  background: white;
  padding: 15px 20px;
  border: 1px solid #D42E2E;
  background: #ffcfcf;
  color: #D42E2E;
  text-align: left;
}
.error_feedback ul,
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.error_feedback ul li,
.validation-summary-errors ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.error_feedback ul li::before,
.validation-summary-errors ul li::before {
  content: "\e968";
  color: #D42E2E;
  font-size: 12px;
  margin-right: 12px;
}
.error_feedback ul li:last-child,
.validation-summary-errors ul li:last-child {
  margin: 0;
}

.field_wrap.__checkbox.error legend {
  color: #D42E2E;
}
.field_wrap.__checkbox.error label {
  color: #D42E2E;
}
.field_wrap.__checkbox.error label::before {
  background: #ffcfcf;
  border: 1px solid #D42E2E;
}
.field_wrap.__checkbox.error label.__checked::before {
  background: #D42E2E;
  border-color: #D42E2E;
}
.field_wrap.__checkbox.error label.__checked::after {
  color: #FFFFFF;
}
.field_wrap.__checkbox.error label.__checked.__focused::before {
  background: rgb(129.380952381, 26.619047619, 26.619047619);
  border: 1px solid rgb(129.380952381, 26.619047619, 26.619047619);
}
.field_wrap.__checkbox.error label.__focused::before {
  border-color: rgb(171.6785714286, 35.3214285714, 35.3214285714);
  background: rgb(255, 181.5, 181.5);
}
.field_wrap.__checkbox .input_error {
  border-top: 1px solid #D42E2E;
}

.field_wrap.__radio.error legend {
  color: #D42E2E;
}
.field_wrap.__radio.error label {
  color: #D42E2E;
}
.field_wrap.__radio.error label::before {
  background: #ffcfcf;
  border: 1px solid #D42E2E;
}
.field_wrap.__radio.error label::after {
  color: #D42E2E;
}
.field_wrap.__radio.error label.__checked::before {
  background: #D42E2E;
  border-color: #D42E2E;
}
.field_wrap.__radio.error label.__checked.__focused::before {
  background: rgb(129.380952381, 26.619047619, 26.619047619);
  border: 1px solid rgb(129.380952381, 26.619047619, 26.619047619);
}
.field_wrap.__radio.error label.__focused::before {
  border-color: rgb(171.6785714286, 35.3214285714, 35.3214285714);
  background: rgb(255, 181.5, 181.5);
}
.field_wrap.__radio .input_error {
  border-top: 1px solid #D42E2E;
}

.field_wrap.__file.error .input_error {
  border-top: 1px solid #D42E2E;
  margin-top: -1px;
  position: relative;
}

/* Select2 */
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  height: 48px;
  padding: 8px 20px 7px 11px;
}
.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 45%;
  transform: translateY(-45%);
  right: 20px;
}
.select2-container .select2-selection--multiple .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
  border-width: 8px 5px 0 5px;
}
.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow b,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
  border-width: 0 5px 8px 5px;
}
.select2-container .select2-selection--multiple {
  min-height: 48px;
  height: auto;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 10px;
  margin: 0;
  position: relative;
}
.select2-container .select2-selection--multiple .select2-selection__choice:not(:first-child) {
  margin-left: 10px;
}
.select2-container .select2-selection--multiple .select2-selection__choice::before {
  content: none;
}
.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  background: none !important;
  width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove span {
  position: absolute;
  left: 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.select2-css.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-template-image {
  display: flex;
  align-items: center;
}
.select2-template-image img {
  margin: 0 10px 0 0;
}

.select2-container--focus .select2-css.select2-selection--multiple, .select2-container--focus .select2-css.select2-selection--single,
.select2-container--open .select2-css.select2-selection--multiple,
.select2-container--open .select2-css.select2-selection--single {
  border-color: #008539;
}
.select2-container--focus .select2-dropdown,
.select2-container--open .select2-dropdown {
  border-color: #333333;
  z-index: 9999;
}
.select2-container--focus .select2-dropdown li:before,
.select2-container--open .select2-dropdown li:before {
  content: none;
}

.select2-results .select2-results__option {
  padding: 15px 20px;
}
.select2-results .select2-results__option--highlighted[aria-selected] {
  background: #008539;
}

.select2-search--dropdown .select2-search__field {
  padding: 15px 20px;
}

select.error + .select2.select2-container .select2-css.select2-selection--single {
  border: 1px solid #D42E2E;
}

.__reset {
  margin-bottom: 20px;
}
.__reset:active {
  transform: scale(105%);
}

.__cleared {
  min-height: 16px;
}

.quick-links.__grid .quick-links-item {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus {
  cursor: pointer;
}
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-title, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-title {
  color: #FFFFFF;
}
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.__inline .button-text::before, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.__inline .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.__inline .button-text::after, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.__inline .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.__slidein, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.quick-links-item-button#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button#submit,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.quick-links-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover a.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.quick-links-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover a.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.quick-links-item-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.quick-links-item-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.quick-links-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.quick-links-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.quick-links-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.quick-links-item-button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button#submit,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.quick-links-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover a.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.quick-links-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover a.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.quick-links-item-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.quick-links-item-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.quick-links-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.quick-links-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.quick-links-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover input.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .wp-block-woocommerce-empty-cart-block .quick-links-item-button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.wp-block-button__link, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover [id^=mc_embed] .quick-links-item-button.button,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .quick-links-item-button.reset_variations,
.woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover [id^=mc_embed] .quick-links-item-button.reset_variations, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover [id^=mc_embed] .quick-links-item-button.slick-autoplay-toggle-button, [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.button,
[id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .woocommerce .product-page .product-info .cart .variations .quick-links-item-button.reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.reset_variations, [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.slick-autoplay-toggle-button, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover [id^=mc_embed] .submit_wrap button.quick-links-item-button, [id^=mc_embed] .submit_wrap .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .submit_wrap [id^=mc_embed] button.quick-links-item-button, .submit_wrap [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover [id^=mc_embed] .form-submit button.quick-links-item-button,
[id^=mc_embed] .form-submit .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover .form-submit [id^=mc_embed] button.quick-links-item-button,
.form-submit [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):hover button.quick-links-item-button, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.__slidein, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.quick-links-item-button#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button#submit,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.quick-links-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus a.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.quick-links-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus a.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.quick-links-item-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.quick-links-item-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.quick-links-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.quick-links-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.quick-links-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.quick-links-item-button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button#submit,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.quick-links-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus a.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus a.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.quick-links-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus a.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.quick-links-item-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.quick-links-item-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.quick-links-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.quick-links-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button.button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button.slick-autoplay-toggle-button:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.quick-links-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus input.quick-links-item-button.reset_variations:not(.__outline),
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .wp-block-woocommerce-empty-cart-block .quick-links-item-button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.wp-block-button__link, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus [id^=mc_embed] .quick-links-item-button.button,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .quick-links-item-button.reset_variations,
.woocommerce .product-page .product-info .cart .variations .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus [id^=mc_embed] .quick-links-item-button.reset_variations, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus [id^=mc_embed] .quick-links-item-button.slick-autoplay-toggle-button, [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.button,
[id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .woocommerce .product-page .product-info .cart .variations .quick-links-item-button.reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.reset_variations, [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.slick-autoplay-toggle-button, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus [id^=mc_embed] .submit_wrap button.quick-links-item-button, [id^=mc_embed] .submit_wrap .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button, .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .submit_wrap [id^=mc_embed] button.quick-links-item-button, .submit_wrap [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus [id^=mc_embed] .form-submit button.quick-links-item-button,
[id^=mc_embed] .form-submit .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button,
.quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus .form-submit [id^=mc_embed] button.quick-links-item-button,
.form-submit [id^=mc_embed] .quick-links.__grid .quick-links-item:has(.quick-links-item-link):focus button.quick-links-item-button {
  background: left top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%);
}
.quick-links.__grid .quick-links-item.__staff:has(.quick-links-item-link):hover, .quick-links.__grid .quick-links-item.__staff:has(.quick-links-item-link):focus {
  cursor: pointer;
}
.quick-links.__grid .quick-links-item.__staff:has(.quick-links-item-link):hover .quick-links-item-title, .quick-links.__grid .quick-links-item.__staff:has(.quick-links-item-link):focus .quick-links-item-title {
  color: #FFFFFF;
}
.quick-links.__grid .quick-links-item-button .button-text {
  color: #FFFFFF;
}
.quick-links.__grid .quick-links-item-content {
  background-color: #008539;
  padding: 18px 15px 20px 15px;
}
@media (min-width: 768px) {
  .quick-links.__grid .quick-links-item-content {
    padding: 52px 29px 36px 31px;
  }
}
.quick-links.__grid .quick-links-item-category {
  color: #FFFFFF;
  display: block;
  font-size: 1rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .quick-links.__grid .quick-links-item-category {
    position: absolute;
  }
}
.quick-links.__grid .quick-links-item-category-wrap {
  position: relative;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .quick-links.__grid .quick-links-item-category-wrap {
    position: absolute;
    left: 29px;
    top: 11px;
    margin-bottom: 0;
  }
}
.quick-links.__grid .quick-links-item-title {
  color: #FFFFFF;
}
.quick-links.__grid .quick-links-item-description {
  color: #FFFFFF;
}
.quick-links.__grid-no-background .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-title, .quick-links.__grid-no-background .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-title {
  color: #008539;
}
.quick-links-item {
  background-color: #FFFFFF;
  margin: 20px 0;
  width: 100%;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .quick-links-item {
    width: 100%;
    height: calc(100% - 40px);
  }
}
.quick-links-item:has(.quick-links-item-link):hover, .quick-links-item:has(.quick-links-item-link):focus {
  cursor: pointer;
}
.quick-links-item:has(.quick-links-item-link):hover .grid-links-item-title, .quick-links-item:has(.quick-links-item-link):focus .grid-links-item-title {
  color: #008539;
}
.quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.__inline .button-text::before, .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.__inline .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.quick-links-item:has(.quick-links-item-link):hover .quick-links-item-button.__inline .button-text::after, .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-button.__inline .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}
.quick-links-item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.quick-links-item-title {
  line-height: 1.33;
  transition: 0.3s ease all;
}
.quick-links-item-content {
  padding: 26px 0 0 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.quick-links-item-description {
  font-size: 1rem;
  line-height: 1.43;
  padding-bottom: 15px;
}
.quick-links-item-image.objectfit-wrap {
  position: relative;
}
.quick-links-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 65%;
}
.quick-links-item-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.quick-links-item.__single {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .quick-links-item.__single {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .quick-links-item.__single .grid-links-item-image,
  .quick-links-item.__single .grid-links-item-content {
    width: 50%;
  }
}
.quick-links-item.__single .grid-links-item-content {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .quick-links-item.__single .grid-links-item-content {
    padding: 77px;
  }
}
@media (min-width: 768px) {
  .quick-links-item.__single .grid-links-item-content .h3.grid-links-item-title, .quick-links-item.__single .grid-links-item-content .woocommerce .woocommerce-customer-details .grid-links-item-title.woocommerce-column__title, .woocommerce .woocommerce-customer-details .quick-links-item.__single .grid-links-item-content .grid-links-item-title.woocommerce-column__title, .quick-links-item.__single .grid-links-item-content .woocommerce .woocommerce-order section h2.grid-links-item-title, .woocommerce .woocommerce-order section .quick-links-item.__single .grid-links-item-content h2.grid-links-item-title, .quick-links-item.__single .grid-links-item-content .woocommerce .woocommerce-order-details .grid-links-item-title.woocommerce-order-details__title, .woocommerce .woocommerce-order-details .quick-links-item.__single .grid-links-item-content .grid-links-item-title.woocommerce-order-details__title, .quick-links-item.__single .grid-links-item-content .gform_wrapper .gform-body fieldset.gfield--type-section h3.grid-links-item-title.gsection_title, .gform_wrapper .gform-body fieldset.gfield--type-section .quick-links-item.__single .grid-links-item-content h3.grid-links-item-title.gsection_title,
  .quick-links-item.__single .grid-links-item-content .gform_wrapper .gform-body .gfield.gfield--type-section h3.grid-links-item-title.gsection_title,
  .gform_wrapper .gform-body .gfield.gfield--type-section .quick-links-item.__single .grid-links-item-content h3.grid-links-item-title.gsection_title, .quick-links-item.__single .grid-links-item-content .grid-links-item-title.timelinepage-intro-subtitle, .quick-links-item.__single .grid-links-item-content .grid-links-item-title.mapinfowindow-title, .quick-links-item.__single .grid-links-item-content [id^=mc_embed] h3.grid-links-item-title, [id^=mc_embed] .quick-links-item.__single .grid-links-item-content h3.grid-links-item-title, .quick-links-item.__single .grid-links-item-content .usercontent h3.grid-links-item-title, .usercontent .quick-links-item.__single .grid-links-item-content h3.grid-links-item-title,
  .quick-links-item.__single .grid-links-item-content .mce-content-body h3.grid-links-item-title,
  .mce-content-body .quick-links-item.__single .grid-links-item-content h3.grid-links-item-title,
  .quick-links-item.__single .grid-links-item-content .gfield--type-html h3.grid-links-item-title,
  .gfield--type-html .quick-links-item.__single .grid-links-item-content h3.grid-links-item-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .quick-links-item.__single .objectfit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .quick-links-item.__single .objectfit-wrap {
    height: auto;
  }
  .quick-links-item.__single .objectfit-ratio {
    height: auto;
    padding-bottom: 0;
  }
}

.slider-links .quick-links-item:has(.quick-links-item-link) {
  cursor: pointer;
}
.slider-links .quick-links-item:has(.quick-links-item-link):hover .quick-links-item-title, .slider-links .quick-links-item:has(.quick-links-item-link):focus .quick-links-item-title {
  color: #008539;
}
.slider-links .quick-links-item-title {
  background-image: linear-gradient(#008539, #008539);
  background-position: 0% 82%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  line-height: 1.45;
  text-decoration: none;
  transition: background-size 0.3s;
}
.slider-links .quick-links-item-description {
  margin-top: 7px;
}

.introduction {
  position: relative;
  padding-bottom: 12px;
}
.introduction-title {
  color: #767676;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .introduction-title {
    padding-bottom: 20px;
    font-size: 1.125rem;
  }
}
.introduction-description {
  font-size: 1.125rem;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .introduction-description {
    padding-bottom: 30px;
    font-size: 1.25rem;
  }
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
}
.language-switcher.__mobile {
  padding: 12px 22px;
}
.language-switcher-icon {
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 19px;
  height: 19px;
  left: 0;
}
.language-switcher .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFFFFF transparent;
}
.language-switcher .select2-container--default .select2-selection--single {
  background-color: #333333;
  border: none;
}
.language-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 2.38;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .language-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
  }
}
.language-switcher .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
}
.language-switcher .field_wrap {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.language-switcher .field_wrap .label_wrap {
  padding-bottom: 0;
}
.language-switcher .field_wrap.__english .language-switcher-icon {
  background-image: url("/wp-content/themes/spindogs/images/flags/en-GB.png");
}
.language-switcher .field_wrap.__arabic .language-switcher-icon {
  background-image: url("/wp-content/themes/spindogs/images/flags/arabic-language.png");
}

#select2-selectLanguage-results .select2-results__option {
  color: #FFFFFF;
  padding: 10px;
}
@media (min-width: 1200px) {
  #select2-selectLanguage-results .select2-results__option {
    font-size: 0.875rem;
  }
}
#select2-selectLanguage-results .select2-results__option--selectable {
  background-color: #333333;
}
#select2-selectLanguage-results .select2-results__option--selected {
  background-color: rgb(76.5, 76.5, 76.5);
}
#select2-selectLanguage-results .select2-results__option--highlighted {
  background-color: #008539;
  color: #FFFFFF;
}

.listwrap {
  margin-bottom: -30px;
}

.listitem {
  display: block;
  margin: 0 0 30px 0;
}
.listitem-image {
  height: 240px;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
}
.listitem-title {
  font-size: 1.75rem;
  margin: 0 0 10px 0;
}
.listitem-article {
  margin: 0 0 20px 0;
}
.listitem:hover .listitem-image::before, .listitem:focus .listitem-image::before {
  opacity: 0.7;
}

.listblock {
  width: 100%;
  height: 300px;
  background: #999;
  margin-bottom: 30px;
}
.listblock img {
  transition: all 0.3s;
}
.listblock:hover img, .listblock:focus img {
  transform: scale(0.95);
}

.loadmore {
  text-align: center;
  padding: 30px 0;
}

[data-a11y-dialog-native] .product-dialog-overlay {
  display: none;
}

dialog[open] {
  display: block;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  from {
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.product-modal-container[aria-hidden=true] {
  display: none;
}

.product-modal-container:not([aria-hidden=true]) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@supports (height: 100dvh) {
  .product-modal-container:not([aria-hidden=true]) {
    max-height: 100dvh;
  }
}
.product-modal-container:not([aria-hidden=true]) > .product-modal-overlay {
  animation: fade-in 200ms 1 both;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-modal-container:not([aria-hidden=true]) .product-modal-content {
  animation: appear 400ms 150ms 1 both;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
  padding: 40px 30px 40px 0;
  margin: auto;
  width: calc(100% - 48px);
  max-height: 70dvh;
  overflow: auto;
  transform: translate3d(0, 0, 0) !important;
}
@media (min-width: 768px) {
  .product-modal-container:not([aria-hidden=true]) .product-modal-content {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .product-modal-container:not([aria-hidden=true]) .product-modal-content {
    max-width: 750px;
    width: 100%;
    padding: 56px 40px;
  }
}
@media (min-width: 1400px) {
  .product-modal-container:not([aria-hidden=true]) .product-modal-content {
    max-height: 90vh;
  }
}
.product-modal-container:not([aria-hidden=true]) .modalblock-close {
  position: sticky;
  top: 0;
  right: 0;
  margin-left: auto;
  transform: translate(45px, -25px);
}
@media (min-width: 1200px) {
  .product-modal-container:not([aria-hidden=true]) .modalblock-close {
    transform: translate(50px, -35px);
  }
}
.product-modal-container:not([aria-hidden=true]) .modalblock-close:hover::after, .product-modal-container:not([aria-hidden=true]) .modalblock-close:focus::after {
  opacity: 1;
}

.apply-modal-container,
.variable-modal-container {
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}
.apply-modal-container[aria-hidden=true],
.variable-modal-container[aria-hidden=true] {
  display: none;
}
.apply-modal-container .modalblock-container,
.variable-modal-container .modalblock-container {
  overflow-y: auto;
  z-index: 9999;
}
.apply-modal-container .modalblock-container .modalblock-content,
.variable-modal-container .modalblock-container .modalblock-content {
  overflow-y: auto;
}
.apply-modal-container .modalblock-container .modalblock-close:focus,
.variable-modal-container .modalblock-container .modalblock-close:focus {
  border: none;
  outline: none;
}
.apply-modal-container .modalblock-container .modalblock-close:hover, .apply-modal-container .modalblock-container .modalblock-close:focus-visible,
.variable-modal-container .modalblock-container .modalblock-close:hover,
.variable-modal-container .modalblock-container .modalblock-close:focus-visible {
  border-radius: 4px;
  outline: 2px solid #000000;
}

.variable-modal-container .modalblock-content {
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .variable-modal-container .modalblock-content {
    padding: 77px 50px;
  }
}
.variable-modal-container .modalblock-title {
  text-align: left;
  padding: 0 0 32px 0;
}
.variable-modal-container .slider-variable-item-image {
  margin-bottom: 40px;
}
.variable-modal-container .slider-variable-item-image img {
  height: 100%;
  max-height: unset;
}

.modalblock.__apply-now,
.modalblock.__variable {
  z-index: 9998;
}

.latest-title {
  margin-bottom: 0;
}
.latest-button {
  display: flex;
  align-items: center;
}
.latest-events-item {
  background: white;
  position: relative;
  display: flex;
  margin-bottom: 36px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .latest-events-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.latest-events-item:hover .latest-events-item-title, .latest-events-item:focus .latest-events-item-title, .latest-events-item:active .latest-events-item-title {
  color: #008539;
}
.latest-events-item:hover .button .button-text::before,
.latest-events-item:hover .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::before,
.woocommerce .product-page .product-info .cart .variations .latest-events-item:hover .reset_variations .button-text::before, .latest-events-item:hover .slick-autoplay-toggle-button .button-text::before, .latest-events-item:hover .submit_wrap button .button-text::before, .submit_wrap .latest-events-item:hover button .button-text::before,
.latest-events-item:hover .form-submit button .button-text::before,
.form-submit .latest-events-item:hover button .button-text::before, .latest-events-item:focus .button .button-text::before,
.latest-events-item:focus .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::before,
.woocommerce .product-page .product-info .cart .variations .latest-events-item:focus .reset_variations .button-text::before, .latest-events-item:focus .slick-autoplay-toggle-button .button-text::before, .latest-events-item:focus .submit_wrap button .button-text::before, .submit_wrap .latest-events-item:focus button .button-text::before,
.latest-events-item:focus .form-submit button .button-text::before,
.form-submit .latest-events-item:focus button .button-text::before, .latest-events-item:active .button .button-text::before,
.latest-events-item:active .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::before,
.woocommerce .product-page .product-info .cart .variations .latest-events-item:active .reset_variations .button-text::before, .latest-events-item:active .slick-autoplay-toggle-button .button-text::before, .latest-events-item:active .submit_wrap button .button-text::before, .submit_wrap .latest-events-item:active button .button-text::before,
.latest-events-item:active .form-submit button .button-text::before,
.form-submit .latest-events-item:active button .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.latest-events-item:hover .button .button-text::after,
.latest-events-item:hover .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::after,
.woocommerce .product-page .product-info .cart .variations .latest-events-item:hover .reset_variations .button-text::after, .latest-events-item:hover .slick-autoplay-toggle-button .button-text::after, .latest-events-item:hover .submit_wrap button .button-text::after, .submit_wrap .latest-events-item:hover button .button-text::after,
.latest-events-item:hover .form-submit button .button-text::after,
.form-submit .latest-events-item:hover button .button-text::after, .latest-events-item:focus .button .button-text::after,
.latest-events-item:focus .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::after,
.woocommerce .product-page .product-info .cart .variations .latest-events-item:focus .reset_variations .button-text::after, .latest-events-item:focus .slick-autoplay-toggle-button .button-text::after, .latest-events-item:focus .submit_wrap button .button-text::after, .submit_wrap .latest-events-item:focus button .button-text::after,
.latest-events-item:focus .form-submit button .button-text::after,
.form-submit .latest-events-item:focus button .button-text::after, .latest-events-item:active .button .button-text::after,
.latest-events-item:active .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::after,
.woocommerce .product-page .product-info .cart .variations .latest-events-item:active .reset_variations .button-text::after, .latest-events-item:active .slick-autoplay-toggle-button .button-text::after, .latest-events-item:active .submit_wrap button .button-text::after, .submit_wrap .latest-events-item:active button .button-text::after,
.latest-events-item:active .form-submit button .button-text::after,
.form-submit .latest-events-item:active button .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}
.latest-events-item-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #008539;
  padding: 10px 13px;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.latest-events-item-date-dd {
  font-size: 1.875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .latest-events-item-date-dd {
    font-size: 2.25rem;
  }
}
.latest-events-item-date-mmyy {
  font-size: 1rem;
  line-height: 1;
}
.latest-events-item-image img {
  aspect-ratio: 1.46;
}
@supports not (aspect-ratio: 1.46) {
  .latest-events-item-image img::before {
    content: "";
    float: left;
    padding-top: calc(50 / 73 * 100%);
  }
  .latest-events-item-image img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.latest-events-item-content {
  padding: 12px 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latest-events-item-content .item-meta {
  margin-bottom: 12px;
}
.latest-events-item-content .item-meta li {
  position: relative;
}
.latest-events-item-content .item-meta li::before {
  content: "";
  position: absolute;
  background-color: #E0E0E0;
  height: 16px;
  bottom: 0;
  width: 1px;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
.latest-events-item-content .item-meta li:last-child::before {
  content: none;
}
.latest-events-item-title {
  font-weight: 500;
  padding-bottom: 25px;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.18;
  transition: 0.3s ease all;
}
@media (min-width: 768px) {
  .latest-events-item-title {
    padding-bottom: 20px;
    font-size: 1.375rem;
  }
}
.latest-events-item-label {
  color: #333333;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .latest-events-item-label {
    font-size: 1rem;
  }
}
.latest-events-item-label .icon {
  color: #333333;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 2px;
}
.latest-events-item-label .icon-play {
  font-size: 10px;
}
.latest-events-item-label.__purple {
  color: #685BC7;
}
.latest-events-item-label.__purple .icon {
  color: #685BC7;
}
.latest-events-item-label.__yellow {
  color: #333333;
}
.latest-events-item-label.__yellow .icon {
  color: #333333;
}
.latest-events-item-label.__green {
  color: #008539;
}
.latest-events-item-label.__green .icon {
  color: #008539;
}
.latest-events-item-button {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .latest-events-item-button {
    padding-top: 5px;
  }
}
.latest-news {
  border-top: 4px solid #EFEFEF;
  padding-top: 40px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .latest-news {
    border-top: 0 solid #EFEFEF;
    padding-top: 0;
    margin-top: 0;
    border-left: 4px solid #EFEFEF;
    padding-left: 30px;
    height: 100%;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .latest-news {
    padding-left: 60px;
    margin-left: 20px;
  }
}
.latest-news-item {
  width: 100%;
}
.latest-news-item:hover .latest-news-item-date, .latest-news-item:focus .latest-news-item-date, .latest-news-item:active .latest-news-item-date {
  opacity: 0.9;
}
.latest-news-item:hover .latest-news-item-title, .latest-news-item:focus .latest-news-item-title, .latest-news-item:active .latest-news-item-title {
  color: #008539;
}
.latest-news-item:hover .latest-news-item-title::after, .latest-news-item:focus .latest-news-item-title::after, .latest-news-item:active .latest-news-item-title::after {
  color: #008539;
  transform: translateX(4px);
}
.latest-news-item-date {
  opacity: 0.7;
  color: #333333;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  transition: all 0.3s;
  padding-bottom: 4px;
  display: block;
}
.latest-news-item-title {
  color: #333333;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.1;
  position: relative;
  padding-bottom: 30px;
  transition: all 0.3s;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .latest-news-item-title {
    padding-bottom: 26px;
  }
}
.latest-news-item-title::after {
  content: "\e95b";
  position: absolute;
  bottom: 0;
  font-size: 22px;
  left: 0;
  transition: all 0.3s;
}

.featured-item a {
  width: 100%;
  margin-bottom: 54px;
}
.featured-item-title, .featured-item-text,
.featured-item .item-meta li {
  color: #FFFFFF;
}
.featured-item-content {
  background-color: #008539;
  padding: 15px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .featured-item-content {
    padding: 59px 64px 74px 82px;
  }
}
@media (min-width: 992px) {
  .featured-item-content {
    height: 100%;
  }
  .featured-item-content::before {
    content: "";
    background-color: #008539;
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 100%;
    z-index: -1;
  }
}
.featured-item-title {
  line-height: 1.027777;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  padding: 16px 0 10px 0;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .featured-item-title {
    padding: 16px 0 6px 0;
    font-size: 2.25rem;
  }
}
.featured-item-text {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 24px;
}
.featured-item a:hover .__slidein, .featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .featured-item a:hover input#submit,
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover a.button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover a.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .featured-item a:hover a.reset_variations:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover button.button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .featured-item a:hover button:not(.__outline),
.featured-item a:hover .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .featured-item a:hover button:not(.__outline),
.featured-item a:hover .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover button.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .featured-item a:hover button.reset_variations:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover input.button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:hover input.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .featured-item a:hover input.reset_variations:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .featured-item a:hover input#submit,
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover a.button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover a.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .featured-item a:hover a.reset_variations:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover button.button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .featured-item a:hover button:not(.__outline),
.featured-item a:hover .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .featured-item a:hover button:not(.__outline),
.featured-item a:hover .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover button.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .featured-item a:hover button.reset_variations:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover input.button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:hover input.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:hover :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .featured-item a:hover input.reset_variations:not(.__outline),
.featured-item a:hover .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .featured-item a:hover .wp-block-button__link, .featured-item a:hover [id^=mc_embed] .button,
.featured-item a:hover [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .featured-item a:hover [id^=mc_embed] .reset_variations, .featured-item a:hover [id^=mc_embed] .slick-autoplay-toggle-button, [id^=mc_embed] .featured-item a:hover .button,
[id^=mc_embed] .featured-item a:hover .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .featured-item a:hover .reset_variations, [id^=mc_embed] .featured-item a:hover .slick-autoplay-toggle-button, .featured-item a:hover [id^=mc_embed] .submit_wrap button, [id^=mc_embed] .submit_wrap .featured-item a:hover button, .featured-item a:hover .submit_wrap [id^=mc_embed] button, .submit_wrap [id^=mc_embed] .featured-item a:hover button,
.featured-item a:hover [id^=mc_embed] .form-submit button,
[id^=mc_embed] .form-submit .featured-item a:hover button,
.featured-item a:hover .form-submit [id^=mc_embed] button,
.form-submit [id^=mc_embed] .featured-item a:hover button, .featured-item a:focus .__slidein, .featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .featured-item a:focus input#submit,
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus a.button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus a.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .featured-item a:focus a.reset_variations:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus button.button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .featured-item a:focus button:not(.__outline),
.featured-item a:focus .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .featured-item a:focus button:not(.__outline),
.featured-item a:focus .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus button.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .featured-item a:focus button.reset_variations:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus input.button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .featured-item a:focus input.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:focus .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .featured-item a:focus input.reset_variations:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .featured-item a:focus input#submit,
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus a.button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus a.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .featured-item a:focus a.reset_variations:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus button.button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .featured-item a:focus button:not(.__outline),
.featured-item a:focus .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .featured-item a:focus button:not(.__outline),
.featured-item a:focus .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus button.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .featured-item a:focus button.reset_variations:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus input.button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .featured-item a:focus input.slick-autoplay-toggle-button:not(.__outline),
.featured-item a:focus :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .featured-item a:focus input.reset_variations:not(.__outline),
.featured-item a:focus .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .featured-item a:focus .wp-block-button__link, .featured-item a:focus [id^=mc_embed] .button,
.featured-item a:focus [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .featured-item a:focus [id^=mc_embed] .reset_variations, .featured-item a:focus [id^=mc_embed] .slick-autoplay-toggle-button, [id^=mc_embed] .featured-item a:focus .button,
[id^=mc_embed] .featured-item a:focus .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .featured-item a:focus .reset_variations, [id^=mc_embed] .featured-item a:focus .slick-autoplay-toggle-button, .featured-item a:focus [id^=mc_embed] .submit_wrap button, [id^=mc_embed] .submit_wrap .featured-item a:focus button, .featured-item a:focus .submit_wrap [id^=mc_embed] button, .submit_wrap [id^=mc_embed] .featured-item a:focus button,
.featured-item a:focus [id^=mc_embed] .form-submit button,
[id^=mc_embed] .form-submit .featured-item a:focus button,
.featured-item a:focus .form-submit [id^=mc_embed] button,
.form-submit [id^=mc_embed] .featured-item a:focus button {
  background: left top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%);
}

.item-status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1rem;
  line-height: 1;
  background-color: #008539;
  color: #FFFFFF;
  font-weight: 700;
  padding: 8px 10px;
  box-shadow: 0 10px 52px 0 rgba(0, 0, 0, 0.13);
}
@media (min-width: 992px) {
  .item-status {
    left: -11px;
    top: 14px;
  }
}
.item-status.__dark {
  background: #333333;
}
.item-meta {
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2px;
}
@media (min-width: 992px) {
  .item-meta {
    row-gap: 6px;
  }
}
.item-meta li {
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
  flex: 0 0 auto;
  line-height: 1.5;
}
.item-meta li a {
  display: inline;
}
.item-meta li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.item-meta.__article {
  padding: 0 0 13px;
  margin-top: 13px;
}
.item-meta.__article li {
  border-color: #333333;
}
.item-meta.__article li a:hover span,
.item-meta.__article li a:focus span,
.item-meta.__article li a:active span {
  color: #008539;
  background-size: 100% 1px;
}
.item-meta.__article li span {
  background-image: linear-gradient(#008539, #008539);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
}
.item-meta.__article.__noborders li {
  color: #6c6c6c;
  border: none;
  flex: auto;
}
.item-meta.__article.__noborders li a {
  color: #333333;
}
.item-meta.__dark li {
  border-color: #333333;
}
.__green-bg .item-meta li {
  border-color: rgb(0, 82, 35.1428571429);
}
.item-meta.__relstaff li {
  flex: auto;
}

.page-navigation {
  background-color: #f2f0f0;
  z-index: 5;
}
.page-navigation.__sticky {
  position: sticky;
  top: 0;
}
@media (min-width: 1200px) {
  .page-navigation.__sticky {
    position: unset;
  }
}
.page-navigation.__sticky .page-navigation-links,
.page-navigation.__sticky .tabpanel-head {
  width: calc(100% - 24px);
}
@media (min-width: 1200px) {
  .page-navigation.__sticky .page-navigation-links,
  .page-navigation.__sticky .tabpanel-head {
    width: 100%;
  }
}
.page-navigation-links {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
@media (min-width: 768px) {
  .page-navigation-links {
    justify-content: center;
  }
}
.page-navigation-link {
  background: none;
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  color: #333333;
  font-size: 1.0625rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .page-navigation-link {
    font-size: 1.3125rem;
    margin: 0 30px;
    padding: 33px 0;
  }
  .page-navigation-link:first-of-type {
    margin-left: 0;
  }
  .page-navigation-link:last-of-type {
    margin-right: 0;
  }
}
.page-navigation-link::before {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #008539;
  position: absolute;
  transition: all 0.3s;
}
.page-navigation-link:hover, .page-navigation-link:focus, .page-navigation-link.__active {
  background: none;
  color: #006C20;
}
.page-navigation-link:hover::before, .page-navigation-link:focus::before, .page-navigation-link.__active::before {
  width: 100%;
}
.page-navigation-link:hover.__hideactive, .page-navigation-link:focus.__hideactive, .page-navigation-link.__active.__hideactive {
  color: #333333;
}
.page-navigation-link:hover.__hideactive::before, .page-navigation-link:focus.__hideactive::before, .page-navigation-link.__active.__hideactive::before {
  width: 0%;
}
.page-navigation a.scroll-to {
  display: none;
}
.page-navigation a.scroll-to.__active {
  background-color: #E0E0E0;
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -12px;
}
.page-navigation a.scroll-to .icon::before {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageheader-filters {
  width: 100%;
  margin-bottom: 40px;
}
.pageheader-filters .field_wrap {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .pageheader-filters .field_wrap {
    margin: 0;
  }
}
.pageheader-filters .field_wrap.__search .input_wrap input {
  padding-right: 38px;
}
.pageheader-filters input[type=date],
.pageheader-filters input[type=email],
.pageheader-filters input[type=file],
.pageheader-filters input[type=number],
.pageheader-filters input[type=password],
.pageheader-filters input[type=tel],
.pageheader-filters input[type=text],
.pageheader-filters input[type=time],
.pageheader-filters input[type=search],
.pageheader-filters textarea,
.pageheader-filters select,
.pageheader-filters .select2-css.select2-selection--multiple,
.pageheader-filters .select2-css.select2-selection--single {
  height: auto;
  line-height: 1.2;
  padding: 10px 15px 11px 15px;
  background-color: white;
}
.pageheader-title + .pageheader-filters {
  padding-top: 0;
}
.pageheader-filters .select2-css.select2-selection--multiple,
.pageheader-filters .select2-css.select2-selection--single {
  width: 100%;
  height: auto;
  padding: 8px 15px 4px 15px;
}
.pageheader-filters .select2-container.select2-container--default {
  width: 100% !important;
}
.pageheader-filters-search {
  position: relative;
}
.pageheader-filters-search .submit_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.pageheader-filters-search .submit_wrap .search-button {
  background: none;
  width: 40px;
  padding: 0;
}
.pageheader-filters-search .submit_wrap .search-button::before {
  content: "\e941";
  font-size: 18px;
  color: #333333;
}
.pageheader-filters-search .submit_wrap .search-button:hover::before, .pageheader-filters-search .submit_wrap .search-button:focus::before {
  color: #008539;
}

.pageheader-meta {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .pageheader-meta {
    flex-direction: row;
  }
}
.pageheader-meta.flex-row li {
  padding: 0 15px 0 0;
}
@media (min-width: 992px) {
  .pageheader-meta.flex-row li {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
  }
}
.pageheader-meta li {
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .pageheader-meta li::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    height: 16px;
    bottom: 0;
    width: 1px;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }
}
.pageheader-meta li .definition {
  color: rgba(255, 255, 255, 0.7);
}
.pageheader-meta li:last-child::before {
  content: none;
}

.paging {
  padding: 40px 0;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
}
.paging-wrap {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin: 40px 0;
}
.paging-wrap .paging {
  padding: 27px 0;
}
.paging-list {
  display: flex;
}
.paging-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  margin: 0 4px 0 0;
  background: transparent;
  color: #333333;
  transition: all 0.3s;
  position: relative;
  border-radius: 50%;
}
.paging-item:hover, .paging-item:focus {
  color: #008539;
}
.paging-item.__disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.paging-item.__current {
  background: #008539;
  color: #FFFFFF;
}
.paging-item.__previous, .paging-item.__next {
  width: auto;
}
.paging-item.__previous {
  margin-right: 12px;
}
.paging-item.__next {
  margin-left: 12px;
}
.paging li:not(:first-child):not(.active):not(:last-child) {
  display: none;
}
@media (min-width: 992px) {
  .paging li:not(:first-child):not(.active):not(:last-child) {
    display: inherit;
  }
}

.post-share {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .post-share {
    padding-bottom: 100px;
  }
}
.post-share-wrap {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 15px 0;
  z-index: 0;
  position: relative;
}
.post-share-wrap > .row, .woocommerce .woocommerce-order .post-share-wrap > .woocommerce-notice,
.woocommerce .post-share-wrap.woocommerce-order > p,
.woocommerce .woocommerce-order .post-share-wrap > ul.woocommerce-order-overview,
.woocommerce .woocommerce-order .post-share-wrap > section, .woocommerce-checkout.page .wp-block-woocommerce-checkout .post-share-wrap > .wc-block-components-sidebar-layout, .post-share-wrap > .wc-block-mini-cart__template-part {
  row-gap: 20px;
}
.post-share-wrap .event-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.filter {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.filter .field_wrap {
  margin-bottom: 0;
}
.filter .submit_wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.sidebar-filter-title {
  margin-bottom: 28px;
}
.sidebar-filter-title h2 {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.sidebar-filter-title .icon {
  display: inline-flex;
  align-items: center;
}
.sidebar-filter-title .icon::before {
  font-size: 0.9375rem;
  margin-left: 8px;
}
.sidebar-filter-title .__reset {
  color: #333333;
  font-size: 0.875rem;
  margin: 0 0 0 10px;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .sidebar-filter-title .__reset {
    transform: translateX(8px);
  }
}
.sidebar-filter-title .__reset:hover, .sidebar-filter-title .__reset:focus {
  color: #008539;
  text-decoration: none;
}
.sidebar-filter-column {
  position: relative;
}
.sidebar-filter-column::before {
  content: "";
  background-color: #FAFAFA;
  position: absolute;
  width: 200%;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: -1;
}
.sidebar-filter-wrap {
  background: #FAFAFA;
  height: 100%;
  padding: 30px 0;
  position: relative;
  transition: 0.3s ease all;
}
@media (min-width: 768px) {
  .sidebar-filter-wrap {
    padding: 56px 0;
  }
}
@media (min-width: 992px) {
  .sidebar-filter-wrap {
    padding-right: 29px;
  }
  .sidebar-filter-wrap::before {
    width: 100%;
    left: -100%;
  }
}
@media (min-width: 1600px) {
  .sidebar-filter-wrap::before {
    width: 200%;
    left: -200%;
  }
}
@media (min-width: 2200px) {
  .sidebar-filter-wrap::before {
    width: 400%;
    left: -400%;
  }
}
.sidebar-filter-wrap .sidebar-filter-fieldset-wrap {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
}
.sidebar-filter-wrap .sidebar-filter-fieldset-wrap:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .sidebar-filter-wrap .sidebar-filter-fieldset-wrap:not(:last-child) {
    margin: -1px;
  }
}
@media (min-width: 992px) {
  .sidebar-filter-wrap .sidebar-filter-fieldset-wrap {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #CECDD2;
    border-bottom: 1px solid #CECDD2;
  }
  .sidebar-filter-wrap .sidebar-filter-fieldset-wrap.__active {
    border-color: #008539;
  }
  .sidebar-filter-wrap .sidebar-filter-fieldset-wrap.__active + .sidebar-filter-fieldset-wrap {
    border-top-color: #008539;
  }
}
.sidebar-filter-wrap .field_wrap.__checkbox {
  margin: 0;
  position: relative;
}
.sidebar-filter-wrap .field_wrap.__checkbox .label_wrap {
  padding: 10px 16px 12px 10px;
  width: 100%;
}
.sidebar-filter-wrap .field_wrap.__checkbox .label_wrap .sidebar-filter-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.sidebar-filter-wrap .field_wrap.__checkbox .label_wrap .sidebar-filter-button span::before {
  content: "";
  background: transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #333;
  width: 0;
  height: auto;
  margin-left: 10px;
  position: absolute;
  top: 8px;
  right: 0;
  transform: scale(-0.9) translate(-10px, 4px);
}
.sidebar-filter-wrap .field_wrap.__checkbox .label_wrap .sidebar-filter-button.__active {
  color: #008539;
}
.sidebar-filter-wrap .field_wrap.__checkbox .label_wrap .sidebar-filter-button.__active span::before {
  border-bottom: 4px solid transparent;
  border-top: 8px solid #008539;
  transform: scale(-0.9) translate(-10px, 10px);
}
.sidebar-filter-wrap .field_wrap.__checkbox .label_wrap .sidebar-filter-button:focus-visible {
  outline-offset: 4px;
}
.sidebar-filter-wrap .field_wrap.__checkbox .input_wrap {
  display: none;
  padding: 6px 16px 20px 16px;
}
.sidebar-filter-wrap .field_wrap.__checkbox .input_wrap label {
  margin-bottom: 7px;
}
.sidebar-filter-wrap .submit_wrap {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .sidebar-filter-wrap .submit_wrap {
    margin-top: 36px;
  }
}
.sidebar-filter-wrap .submit_wrap .button,
.sidebar-filter-wrap .submit_wrap .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .sidebar-filter-wrap .submit_wrap .reset_variations, .sidebar-filter-wrap .submit_wrap .slick-autoplay-toggle-button, .sidebar-filter-wrap .submit_wrap button {
  width: 100%;
}
.sidebar-filter-category {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.08;
}

.related-items-prefooter {
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .related-items-prefooter {
    padding-bottom: 80px;
  }
}
.related-items-prefooter::before {
  content: "";
  height: 75%;
  background-color: #008539;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.related-items-prefooter .item-meta li {
  flex: auto;
}

.searchbar {
  background: #008539;
  height: 100px;
  width: 100%;
  transition: 0s opacity, 0.3s ease top;
  transition-delay: 0.3s;
  display: none;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .searchbar {
    height: 143px;
  }
}
.searchbar.__active {
  position: relative;
  top: 91px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .searchbar.__active {
    position: unset;
    top: unset;
  }
}
.searchbar.__banner {
  background: none;
  display: block;
  height: auto;
}
.searchbar.__banner .searchbar-form {
  margin: 35px 0 0 0;
}
.searchbar.__banner .searchbar-form form {
  position: relative;
  max-width: 424px;
}
.searchbar.__banner .searchbar-form form .input_wrap input {
  background-color: transparent;
  border: 1px solid #CECDD2;
  border-radius: 24px;
  color: #FFFFFF;
  height: auto;
  line-height: 1.5;
  padding: 11px 30px 11px 51px;
}
.searchbar.__banner .searchbar-form form .input_wrap input::-moz-placeholder {
  color: #FFFFFF;
}
.searchbar.__banner .searchbar-form form .input_wrap input::placeholder {
  color: #FFFFFF;
}
.searchbar.__banner .searchbar-form form .input_wrap input:focus-visible {
  border-color: #FFC600;
  outline: 1px solid #FFC600;
}
.searchbar.__banner .searchbar-form form .submit_wrap {
  position: absolute;
  left: 0;
}
.searchbar.__banner .searchbar-form form .submit_wrap button {
  background: none;
  padding: 14px;
  height: auto;
  width: auto;
}
.searchbar.__banner .searchbar-form form .submit_wrap button::before {
  color: #FFFFFF;
}
.searchbar-form {
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .searchbar-form {
    width: 550px;
  }
}
.searchbar-form form {
  width: 100%;
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.14);
}
.searchbar-form form .input_wrap input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.searchbar-form form .input_wrap input:focus {
  border-color: #FFFFFF;
}
.searchbar-form form .submit_wrap button,
.searchbar-form form .form-submit button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 0 !important;
  background-color: #008539;
}
.searchbar-form form .submit_wrap button::before,
.searchbar-form form .form-submit button::before {
  content: "\e941";
  font-size: 18px;
  color: #FFFFFF;
}
.searchbar-form form .search-close {
  border-radius: 50%;
  position: absolute;
  right: -70px;
}
.searchbar-form form .search-close .icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchbar-form form .search-close .icon::before {
  content: "";
  background-color: transparent;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.searchbar-form form .search-close .icon::after {
  content: "\e912";
  color: #FFFFFF;
  font-size: 1.125rem;
  position: absolute;
  transition: 0.3s ease all;
}
.searchbar-form form .search-close:hover .icon::before, .searchbar-form form .search-close:focus .icon::before {
  background: #FFFFFF;
}
.searchbar-form form .search-close:hover .icon::after, .searchbar-form form .search-close:focus .icon::after {
  color: #008539;
}
.searchbar .input_wrap input {
  height: 60px;
}
.searchbar .field_wrap {
  width: calc(100% - 98px);
  float: left;
  margin: 0;
}
.searchbar .submit_wrap {
  width: 98px;
  float: left;
}
.searchbar .submit_wrap button {
  height: 60px;
  width: 100%;
  background: right top/212% 100% linear-gradient(to left, #008539 50%, rgb(0, 82, 35.1428571429) 50%);
}
@media (min-width: 768px) {
  .searchbar .submit_wrap button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.searchbar .submit_wrap button:hover, .searchbar .submit_wrap button:focus {
  background: left top/210% 100% linear-gradient(to left, #008539 50%, rgb(0, 82, 35.1428571429) 50%);
}

.searchtoggle {
  width: 60px;
  height: 60px;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  margin-left: 20px;
}
.searchtoggle.__active::after {
  content: "\e911";
  font-size: 0.875rem;
}
.searchtoggle::after {
  content: "\e941";
  color: #333333;
  font-size: 1.125rem;
  transition: all 0.3s;
}
.searchtoggle:hover::after, .searchtoggle:active::after, .searchtoggle:focus::after {
  color: #008539;
}

.glossary-search {
  background-color: #EFEFEF;
}
.glossary-search .searchbar {
  background: none;
  display: block;
  height: auto;
  padding: 32px 0;
}
.glossary-search .searchbar-form {
  margin: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .glossary-search .searchbar-form {
    width: 351px;
  }
}
.glossary-search .searchbar-form form {
  box-shadow: none;
}
.glossary-search .searchbar-form .field_wrap {
  width: 100%;
}
.glossary-search .searchbar-form .input_wrap input {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  font-size: 1rem;
  height: 48px;
  padding: 13px 58px 13px 16px;
}
.glossary-search .searchbar-form .submit_wrap {
  position: absolute;
  right: 0;
  width: auto;
}
.glossary-search .searchbar-form .submit_wrap button {
  background: none;
  height: 48px;
  padding: 13px 20px;
}
.glossary-search .searchbar-form .submit_wrap button::before {
  color: #333333;
  font-size: 0.875rem;
}
.glossary-search .searchbar-form .submit_wrap button:hover, .glossary-search .searchbar-form .submit_wrap button:focus {
  background-color: #FFC600;
}

.slider {
  position: relative;
}
.slider-items {
  max-height: 400px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .slider-items {
    max-height: 355px;
  }
}
@media (min-width: 768px) {
  .slider-items {
    max-height: 388px;
  }
}
@media (min-width: 992px) {
  .slider-items {
    max-height: 563px;
  }
}
.slider-items.slick-initialized {
  max-height: none;
  overflow: visible;
}
.slider-button {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  left: 0;
}
.slider-button.__next {
  left: auto;
  right: 0;
}
.slider-button-wrap {
  z-index: 1;
}
.slider-button-wrap .slider-button {
  position: relative;
  transform: none;
}
.slider-button-wrap .slider-button:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.2);
  width: 2px;
  height: 100%;
}
.slider-button-wrap .slider-button .sliderbutton {
  height: 48px;
  transform: none;
  background: right top/210% 100% linear-gradient(to right, #E0E0E0 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-button-wrap .slider-button .sliderbutton:hover, .slider-button-wrap .slider-button .sliderbutton:focus {
  background: left top/210% 100% linear-gradient(to right, #E0E0E0 50%, #FFFFFF 50%);
}
.slider-button-wrap .slider-button .sliderbutton.__prev {
  background: left top/210% 100% linear-gradient(to left, #E0E0E0 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-button-wrap .slider-button .sliderbutton.__prev:hover, .slider-button-wrap .slider-button .sliderbutton.__prev:focus {
  background: right top/210% 100% linear-gradient(to left, #E0E0E0 50%, #FFFFFF 50%);
}
.slider-button-wrap .slider-button .sliderbutton.__green {
  background: right top/210% 100% linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-button-wrap .slider-button .sliderbutton.__green.__prev {
  background: left top/210% 100% linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-button-wrap .slider-button .sliderbutton.__green.__prev:hover, .slider-button-wrap .slider-button .sliderbutton.__green.__prev:focus {
  background: right top/210% 100% linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-button-wrap .slider-button .sliderbutton.__green:hover, .slider-button-wrap .slider-button .sliderbutton.__green:focus {
  background: left top/210% 100% linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
}
.slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  transform: translateX(-50%);
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.slider .slick-dots li.slick-active button {
  background: white;
  width: 10px;
  height: 10px;
}
.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.slider .slick-dots li button:hover, .slider .slick-dots li button:focus {
  opacity: 0.6;
}
.slider .progress {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #d8d8d8;
  background-image: linear-gradient(to right, #008539, #008539);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.slider .progress-wrap {
  position: relative;
  width: 50%;
  margin: 45px auto 0 auto;
}
@media (min-width: 992px) {
  .slider .progress-wrap {
    margin: 60px auto 0 auto;
  }
}

.slideritem {
  height: 400px;
  position: relative;
}
@media (min-width: 576px) {
  .slideritem {
    height: 355px;
  }
}
@media (min-width: 768px) {
  .slideritem {
    height: 388px;
  }
}
@media (min-width: 992px) {
  .slideritem {
    height: 563px;
  }
}
.slideritem-wrap {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  padding: 0 58px;
}
@media (min-width: 576px) {
  .slideritem-wrap {
    height: 355px;
  }
}
@media (min-width: 768px) {
  .slideritem-wrap {
    height: 388px;
  }
}
@media (min-width: 992px) {
  .slideritem-wrap {
    height: 563px;
  }
}
.slideritem-title {
  color: #333333;
  font-size: 1.625rem;
  margin: 0 0 20px 0;
}
.slideritem-article {
  font-size: 1.125rem;
  color: #32383C;
  margin: 0 0 20px 0;
}
.slideritem-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
@media (min-width: 576px) {
  .slideritem-image {
    height: 355px;
  }
}
@media (min-width: 768px) {
  .slideritem-image {
    height: 388px;
  }
}
@media (min-width: 992px) {
  .slideritem-image {
    height: 563px;
  }
}
.sliderbutton {
  background: right top/210% 100% linear-gradient(to right, #E0E0E0 50%, #FFFFFF 50%);
  transition: 0.5s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
}
.sliderbutton::after {
  content: "\e967";
  color: #333333;
  font-size: 22px;
}
.sliderbutton.__prev {
  background: left top/210% 100% linear-gradient(to left, #E0E0E0 50%, #FFFFFF 50%);
}
.sliderbutton.__prev::after {
  content: "\e966";
}
.sliderbutton.__prev:hover, .sliderbutton.__prev:focus {
  background: right top/210% 100% linear-gradient(to left, #E0E0E0 50%, #FFFFFF 50%);
}
.sliderbutton:hover, .sliderbutton:focus {
  background: left top/210% 100% linear-gradient(to right, #E0E0E0 50%, #FFFFFF 50%);
}

.slick-autoplay-toggle-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  z-index: 1;
}
.slick-autoplay-toggle-button .slick-play-icon::before, .slick-autoplay-toggle-button .slick-pause-icon::before {
  color: #FFFFFF;
  font-size: 1.125rem;
}
.slick-autoplay-toggle-button .slick-pause-icon::before {
  content: "\e904";
}
.slick-autoplay-toggle-button .slick-play-icon::before {
  content: "\e938";
}

.slider-links .slick-slide,
.slider-publications .slick-slide {
  height: auto;
  margin: 0 15px;
}
.slider-links .slick-slide > div,
.slider-links .slick-slide > div > div,
.slider-publications .slick-slide > div,
.slider-publications .slick-slide > div > div {
  height: 100%;
}
.slider-links .slick-list,
.slider-publications .slick-list {
  margin: 0 -15px;
  overflow: hidden;
}
.slider-links .slick-track,
.slider-publications .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.slider-links .slick-arrow,
.slider-publications .slick-arrow {
  position: absolute;
  right: 50px;
  top: -50px;
  width: 50px;
  height: 40px;
  font-size: 0 !important;
  cursor: pointer;
}
.slider-links .slick-arrow:hover::after, .slider-links .slick-arrow:focus::after,
.slider-publications .slick-arrow:hover::after,
.slider-publications .slick-arrow:focus::after {
  width: 100%;
}
.slider-links .slick-arrow::after,
.slider-publications .slick-arrow::after {
  height: 35px;
  width: 1px;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D0D0D0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.slider-links .slick-arrow::before,
.slider-publications .slick-arrow::before {
  content: "\e966";
  color: #333333;
  font-size: 20px;
}
.slider-links .slick-arrow.slick-next,
.slider-publications .slick-arrow.slick-next {
  right: 0;
}
.slider-links .slick-arrow.slick-next::before,
.slider-publications .slick-arrow.slick-next::before {
  content: "\e967";
}
.slider-links .slick-arrow.slick-next::after,
.slider-publications .slick-arrow.slick-next::after {
  right: auto;
  left: -1px;
}
.slider-links-item,
.slider-publications-item {
  background-color: #FFFFFF;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 20px 15px;
  width: calc(100% - 15px);
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .slider-links-item,
  .slider-publications-item {
    width: calc(100% - 30px);
    height: calc(100% - 40px);
  }
}
.slider-links-item:hover .slider-links-item-title, .slider-links-item:focus .slider-links-item-title, .slider-links-item:active .slider-links-item-title,
.slider-publications-item:hover .slider-links-item-title,
.slider-publications-item:focus .slider-links-item-title,
.slider-publications-item:active .slider-links-item-title {
  color: #008539;
}
.slider-links-item:hover .slider-links-item-button, .slider-links-item:focus .slider-links-item-button, .slider-links-item:active .slider-links-item-button,
.slider-publications-item:hover .slider-links-item-button,
.slider-publications-item:focus .slider-links-item-button,
.slider-publications-item:active .slider-links-item-button {
  color: #FFFFFF;
  background: left top/210% 100% linear-gradient(to left, white 50%, #008539 50%);
}
.slider-links-item-title,
.slider-publications-item-title {
  transition: 0.3s ease all;
}
.slider-links-item-content,
.slider-publications-item-content {
  padding: 20px 15px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .slider-links-item-content,
  .slider-publications-item-content {
    padding: 20px 30px;
  }
}
.slider-links-item-description,
.slider-publications-item-description {
  font-size: convertconvertRem(16);
  line-height: 1.43;
  padding-bottom: 15px;
}
.slider-links-item-image.objectfit-wrap,
.slider-publications-item-image.objectfit-wrap {
  position: relative;
}
.slider-links-item-image .objectfit-ratio,
.slider-publications-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 65%;
}
.slider-links-item-image .objectfit,
.slider-publications-item-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-links-item.__single,
.slider-publications-item.__single {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .slider-links-item.__single,
  .slider-publications-item.__single {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .slider-links-item.__single .slider-links-item-image,
  .slider-links-item.__single .slider-links-item-content,
  .slider-publications-item.__single .slider-links-item-image,
  .slider-publications-item.__single .slider-links-item-content {
    width: 50%;
  }
}
.slider-links-item.__single .slider-links-item-content,
.slider-publications-item.__single .slider-links-item-content {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .slider-links-item.__single .slider-links-item-content,
  .slider-publications-item.__single .slider-links-item-content {
    padding: 77px;
  }
}
.slider-links-item.__single .slider-links-item-content .h3.slider-links-item-title, .slider-links-item.__single .slider-links-item-content .woocommerce .woocommerce-customer-details .slider-links-item-title.woocommerce-column__title, .woocommerce .woocommerce-customer-details .slider-links-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-column__title, .slider-links-item.__single .slider-links-item-content .woocommerce .woocommerce-order section h2.slider-links-item-title, .woocommerce .woocommerce-order section .slider-links-item.__single .slider-links-item-content h2.slider-links-item-title, .slider-links-item.__single .slider-links-item-content .woocommerce .woocommerce-order-details .slider-links-item-title.woocommerce-order-details__title, .woocommerce .woocommerce-order-details .slider-links-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-order-details__title, .slider-links-item.__single .slider-links-item-content .gform_wrapper .gform-body fieldset.gfield--type-section h3.slider-links-item-title.gsection_title, .gform_wrapper .gform-body fieldset.gfield--type-section .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title,
.slider-links-item.__single .slider-links-item-content .gform_wrapper .gform-body .gfield.gfield--type-section h3.slider-links-item-title.gsection_title,
.gform_wrapper .gform-body .gfield.gfield--type-section .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title, .slider-links-item.__single .slider-links-item-content .slider-links-item-title.timelinepage-intro-subtitle, .slider-links-item.__single .slider-links-item-content .slider-links-item-title.mapinfowindow-title, .slider-links-item.__single .slider-links-item-content [id^=mc_embed] h3.slider-links-item-title, [id^=mc_embed] .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title, .slider-links-item.__single .slider-links-item-content .usercontent h3.slider-links-item-title, .usercontent .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title,
.slider-links-item.__single .slider-links-item-content .mce-content-body h3.slider-links-item-title,
.mce-content-body .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title,
.slider-links-item.__single .slider-links-item-content .gfield--type-html h3.slider-links-item-title,
.gfield--type-html .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title,
.slider-publications-item.__single .slider-links-item-content .h3.slider-links-item-title,
.slider-publications-item.__single .slider-links-item-content .woocommerce .woocommerce-customer-details .slider-links-item-title.woocommerce-column__title,
.woocommerce .woocommerce-customer-details .slider-publications-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-column__title,
.slider-publications-item.__single .slider-links-item-content .woocommerce .woocommerce-order section h2.slider-links-item-title,
.woocommerce .woocommerce-order section .slider-publications-item.__single .slider-links-item-content h2.slider-links-item-title,
.slider-publications-item.__single .slider-links-item-content .woocommerce .woocommerce-order-details .slider-links-item-title.woocommerce-order-details__title,
.woocommerce .woocommerce-order-details .slider-publications-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-order-details__title,
.slider-publications-item.__single .slider-links-item-content .gform_wrapper .gform-body fieldset.gfield--type-section h3.slider-links-item-title.gsection_title,
.gform_wrapper .gform-body fieldset.gfield--type-section .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title,
.slider-publications-item.__single .slider-links-item-content .gform_wrapper .gform-body .gfield.gfield--type-section h3.slider-links-item-title.gsection_title,
.gform_wrapper .gform-body .gfield.gfield--type-section .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title,
.slider-publications-item.__single .slider-links-item-content .slider-links-item-title.timelinepage-intro-subtitle,
.slider-publications-item.__single .slider-links-item-content .slider-links-item-title.mapinfowindow-title,
.slider-publications-item.__single .slider-links-item-content [id^=mc_embed] h3.slider-links-item-title,
[id^=mc_embed] .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title,
.slider-publications-item.__single .slider-links-item-content .usercontent h3.slider-links-item-title,
.usercontent .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title,
.slider-publications-item.__single .slider-links-item-content .mce-content-body h3.slider-links-item-title,
.mce-content-body .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title,
.slider-publications-item.__single .slider-links-item-content .gfield--type-html h3.slider-links-item-title,
.gfield--type-html .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title {
  font-size: convertconvertRem(20);
}
@media (min-width: 768px) {
  .slider-links-item.__single .slider-links-item-content .h3.slider-links-item-title, .slider-links-item.__single .slider-links-item-content .woocommerce .woocommerce-customer-details .slider-links-item-title.woocommerce-column__title, .woocommerce .woocommerce-customer-details .slider-links-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-column__title, .slider-links-item.__single .slider-links-item-content .woocommerce .woocommerce-order section h2.slider-links-item-title, .woocommerce .woocommerce-order section .slider-links-item.__single .slider-links-item-content h2.slider-links-item-title, .slider-links-item.__single .slider-links-item-content .woocommerce .woocommerce-order-details .slider-links-item-title.woocommerce-order-details__title, .woocommerce .woocommerce-order-details .slider-links-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-order-details__title, .slider-links-item.__single .slider-links-item-content .gform_wrapper .gform-body fieldset.gfield--type-section h3.slider-links-item-title.gsection_title, .gform_wrapper .gform-body fieldset.gfield--type-section .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title,
  .slider-links-item.__single .slider-links-item-content .gform_wrapper .gform-body .gfield.gfield--type-section h3.slider-links-item-title.gsection_title,
  .gform_wrapper .gform-body .gfield.gfield--type-section .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title, .slider-links-item.__single .slider-links-item-content .slider-links-item-title.timelinepage-intro-subtitle, .slider-links-item.__single .slider-links-item-content .slider-links-item-title.mapinfowindow-title, .slider-links-item.__single .slider-links-item-content [id^=mc_embed] h3.slider-links-item-title, [id^=mc_embed] .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title, .slider-links-item.__single .slider-links-item-content .usercontent h3.slider-links-item-title, .usercontent .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title,
  .slider-links-item.__single .slider-links-item-content .mce-content-body h3.slider-links-item-title,
  .mce-content-body .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title,
  .slider-links-item.__single .slider-links-item-content .gfield--type-html h3.slider-links-item-title,
  .gfield--type-html .slider-links-item.__single .slider-links-item-content h3.slider-links-item-title,
  .slider-publications-item.__single .slider-links-item-content .h3.slider-links-item-title,
  .slider-publications-item.__single .slider-links-item-content .woocommerce .woocommerce-customer-details .slider-links-item-title.woocommerce-column__title,
  .woocommerce .woocommerce-customer-details .slider-publications-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-column__title,
  .slider-publications-item.__single .slider-links-item-content .woocommerce .woocommerce-order section h2.slider-links-item-title,
  .woocommerce .woocommerce-order section .slider-publications-item.__single .slider-links-item-content h2.slider-links-item-title,
  .slider-publications-item.__single .slider-links-item-content .woocommerce .woocommerce-order-details .slider-links-item-title.woocommerce-order-details__title,
  .woocommerce .woocommerce-order-details .slider-publications-item.__single .slider-links-item-content .slider-links-item-title.woocommerce-order-details__title,
  .slider-publications-item.__single .slider-links-item-content .gform_wrapper .gform-body fieldset.gfield--type-section h3.slider-links-item-title.gsection_title,
  .gform_wrapper .gform-body fieldset.gfield--type-section .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title,
  .slider-publications-item.__single .slider-links-item-content .gform_wrapper .gform-body .gfield.gfield--type-section h3.slider-links-item-title.gsection_title,
  .gform_wrapper .gform-body .gfield.gfield--type-section .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title.gsection_title,
  .slider-publications-item.__single .slider-links-item-content .slider-links-item-title.timelinepage-intro-subtitle,
  .slider-publications-item.__single .slider-links-item-content .slider-links-item-title.mapinfowindow-title,
  .slider-publications-item.__single .slider-links-item-content [id^=mc_embed] h3.slider-links-item-title,
  [id^=mc_embed] .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title,
  .slider-publications-item.__single .slider-links-item-content .usercontent h3.slider-links-item-title,
  .usercontent .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title,
  .slider-publications-item.__single .slider-links-item-content .mce-content-body h3.slider-links-item-title,
  .mce-content-body .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title,
  .slider-publications-item.__single .slider-links-item-content .gfield--type-html h3.slider-links-item-title,
  .gfield--type-html .slider-publications-item.__single .slider-links-item-content h3.slider-links-item-title {
    font-size: convertconvertRem(40);
  }
}
@media (min-width: 768px) {
  .slider-links-item.__single .objectfit,
  .slider-publications-item.__single .objectfit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .slider-links-item.__single .objectfit-wrap,
  .slider-publications-item.__single .objectfit-wrap {
    height: auto;
  }
  .slider-links-item.__single .objectfit-ratio,
  .slider-publications-item.__single .objectfit-ratio {
    height: auto;
    padding-bottom: 0;
  }
}

.slider-publications-item {
  flex-direction: row;
}
.slider-publications-item-meta {
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.slider-publications-item-meta li {
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #333;
}
.slider-publications-item-meta li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.slider-publications-item-image {
  width: 120px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .slider-publications-item-image {
    width: 230px;
  }
}
.slider-publications-item-image .objectfit-ratio {
  padding-bottom: 129%;
  width: 100%;
}
.slider-publications-item-image .objectfit-ratio img {
  -o-object-position: left;
     object-position: left;
}
.slider-publications-item-content {
  justify-content: center;
  align-items: flex-start;
}
.slider-publications-item-title {
  line-height: 1.125;
  font-weight: 400;
}
.slider-publications-item-button {
  padding-top: 20px;
}

.slider-gallery {
  padding: 0;
  margin: 0;
}
.slider-gallery .slick-slide {
  height: auto;
}
.slider-gallery .slick-slide > div,
.slider-gallery .slick-slide > div > div {
  height: 100%;
}
.slider-gallery .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.slider-gallery .slick-arrow {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: calc(14% + 20px);
  width: 58px;
  height: 58px;
  font-size: 0 !important;
  z-index: 1;
}
@media (min-width: 575px) {
  .slider-gallery .slick-arrow {
    top: calc(22% + 20px);
  }
}
@media (min-width: 576px) {
  .slider-gallery .slick-arrow {
    top: calc(32.5% + 20px);
  }
}
@media (min-width: 768px) {
  .slider-gallery .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
.slider-gallery .slick-arrow:hover::after, .slider-gallery .slick-arrow:focus::after {
  background: left top/210% 100% linear-gradient(to right, #E0E0E0 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-gallery .slick-arrow.__prev::after {
  background: left top/210% 100% linear-gradient(to left, #E0E0E0 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-gallery .slick-arrow.__prev:hover::after, .slider-gallery .slick-arrow.__prev:focus::after {
  background: right top/210% 100% linear-gradient(to left, #E0E0E0 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-gallery .slick-arrow::before {
  content: "\e966";
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.slider-gallery .slick-arrow::after {
  height: 100%;
  width: 100%;
  content: "";
  background: right top/210% 100% linear-gradient(to right, #E0E0E0 50%, rgba(255, 255, 255, 0) 50%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
}
.slider-gallery .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slider-gallery .slick-arrow.slick-next::before {
  content: "\e967";
}
@media (min-width: 768px) {
  .slider-gallery-item {
    min-height: 400px;
  }
}
.slider-gallery-item-content {
  background-color: #008539;
  padding: 14px 26px;
}
.slider-gallery-item-content a {
  text-decoration: underline;
}
.slider-gallery-item-content a:hover, .slider-gallery-item-content a:focus {
  text-decoration: none;
}
.slider-gallery-item-title {
  color: #FFFFFF;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.59;
  margin-bottom: 3px;
}
.slider-gallery-item-description {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.44;
}
.slider-gallery-item-image .objectfit-wrap {
  position: relative;
  height: 100%;
}
.slider-gallery-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 65%;
}
.slider-gallery .imagemodal {
  width: 100%;
  height: 300px;
  margin: 15px 0;
}

.slider-gallery-alt-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .slider-gallery-alt-wrap {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .slider-gallery-alt-wrap .slider-button-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider-gallery-alt-wrap .slider-button-wrap .slider-button:first-child::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    top: unset;
    right: unset;
  }
}
.slider-gallery-alt-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .slider-gallery-alt-item {
    height: 100%;
    flex-direction: row;
    align-items: flex-start;
    min-height: 200px;
  }
}
.slider-gallery-alt-item-image {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .slider-gallery-alt-item-image {
    margin-bottom: 0;
    width: 40%;
    flex: 0 0 40%;
    margin-right: 40px;
    height: 100%;
  }
}
.slider-gallery-alt-item-image .objectfit-wrap {
  position: relative;
  width: 100%;
}
.slider-gallery-alt-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 250px;
}
@media (min-width: 768px) {
  .slider-gallery-alt-item-image .objectfit-ratio {
    padding-bottom: 77%;
  }
}
.slider-gallery-alt-item-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-gallery-alt-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
}
@media (min-width: 768px) {
  .slider-gallery-alt-item-content {
    width: 60%;
  }
}
.slider-gallery-alt-item-content > div {
  width: 100%;
}
.slider-gallery-alt-item-number {
  color: #32383C;
  font-size: 1rem;
  margin-bottom: 16px;
}
.slider-gallery-alt-item-title {
  margin-bottom: 16px;
  color: #333333;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .slider-gallery-alt-item-title {
    font-size: 1.875rem;
  }
}
.slider-gallery-alt-item-description {
  margin-bottom: 16px;
}
.slider-gallery-alt .slick-slide {
  height: auto;
}
.slider-gallery-alt .slick-slide > div,
.slider-gallery-alt .slick-slide > div > div {
  height: 100%;
}
.slider-gallery-alt .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.slider-gallery-alt .slick-arrow {
  position: absolute;
  right: 50px;
  top: 280px;
  width: 50px;
  height: 40px;
  font-size: 0 !important;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 768px) {
  .slider-gallery-alt .slick-arrow {
    top: 0;
  }
}
.slider-gallery-alt .slick-arrow:hover::after, .slider-gallery-alt .slick-arrow:focus::after {
  width: 100%;
}
.slider-gallery-alt .slick-arrow::after {
  height: 35px;
  width: 1px;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D0D0D0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.slider-gallery-alt .slick-arrow::before {
  content: "\e966";
  color: #333333;
  font-size: 20px;
}
.slider-gallery-alt .slick-arrow.slick-next {
  right: 0;
}
.slider-gallery-alt .slick-arrow.slick-next::before {
  content: "\e967";
}
.slider-gallery-alt .slick-arrow.slick-next::after {
  right: auto;
  left: -1px;
}

@media (min-width: 768px) {
  .slider-spotlight {
    padding-right: 60px;
  }
}
@media (min-width: 840px) {
  .slider-spotlight {
    margin-right: -60px;
  }
}
@media (min-width: 992px) {
  .slider-spotlight {
    margin-right: 0;
  }
}
@media (min-width: 1250px) {
  .slider-spotlight {
    margin-right: -60px;
  }
}
@media (min-width: 768px) {
  .slider-spotlight-item {
    min-height: 400px;
  }
}
.slider-spotlight-item-content {
  height: 100%;
  padding-bottom: 65px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .slider-spotlight-item-content {
    padding-bottom: 40px;
    padding-top: 0;
    padding-right: 30px;
  }
}
.slider-spotlight-item-type {
  opacity: 0.5;
  color: white;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .slider-spotlight-item-type {
    font-size: 1.125rem;
    padding-bottom: 25px;
  }
}
.slider-spotlight-item-title {
  color: white;
  line-height: 1.1;
}
.slider-spotlight-item-button {
  padding-top: 17px;
}
.slider-spotlight-item-image.objectfit-wrap {
  position: relative;
}
.slider-spotlight-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 77%;
}
.slider-spotlight-item-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-spotlight .slick-slide {
  height: auto;
}
.slider-spotlight .slick-slide > div,
.slider-spotlight .slick-slide > div > div {
  height: 100%;
}
.slider-spotlight .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.slider-spotlight .slick-arrow {
  position: absolute;
  width: 50px;
  height: 60px;
  font-size: 0 !important;
  cursor: pointer;
  bottom: 0;
  left: -10px;
  z-index: 9999;
  display: none !important;
}
@media (min-width: 768px) {
  .slider-spotlight .slick-arrow {
    left: auto;
    right: 0;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    display: inline-block !important;
  }
}
@media (min-width: 1315px) {
  .slider-spotlight .slick-arrow {
    right: -33px;
  }
}
.slider-spotlight .slick-arrow:hover::after, .slider-spotlight .slick-arrow:focus::after {
  width: 100%;
}
@media (min-width: 768px) {
  .slider-spotlight .slick-arrow:hover::after, .slider-spotlight .slick-arrow:focus::after {
    height: 100%;
  }
}
.slider-spotlight .slick-arrow::after {
  height: 100%;
  width: 1px;
  content: "";
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  opacity: 0.2;
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .slider-spotlight .slick-arrow::after {
    height: 1px;
    right: auto;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.slider-spotlight .slick-arrow::before {
  content: "\e966";
  color: #FFFFFF;
  font-size: 23px;
}
.slider-spotlight .slick-arrow.slick-next {
  left: 40px;
}
@media (min-width: 768px) {
  .slider-spotlight .slick-arrow.slick-next {
    left: auto;
    right: 0;
    top: calc(50% + 20px);
  }
}
@media (min-width: 1315px) {
  .slider-spotlight .slick-arrow.slick-next {
    right: -33px;
  }
}
.slider-spotlight .slick-arrow.slick-next::before {
  content: "\e967";
}
.slider-spotlight .slick-arrow.slick-next::after {
  left: 0;
  top: 0;
}
.slider-spotlight .slick-autoplay-toggle-button {
  right: 0;
}
@media (min-width: 1315px) {
  .slider-spotlight .slick-autoplay-toggle-button {
    right: -33px;
  }
}
.slider-spotlight .slick-dots {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  bottom: 0;
}
.slider-spotlight .slick-dots li {
  margin-left: 10px;
}
.slider-spotlight .slick-dots li button {
  font-size: 0;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  transition: all 0.3s;
  cursor: pointer;
}
.slider-spotlight .slick-dots li button:hover, .slider-spotlight .slick-dots li button:focus, .slider-spotlight .slick-dots li button:active {
  transform: scale(1.42857143);
  background: white;
}
.slider-spotlight .slick-dots li.slick-active button {
  transform: scale(1.42857143);
  background: white;
}

.slider-testimonials {
  padding: 10px 0 60px 0;
}
@media (min-width: 768px) {
  .slider-testimonials {
    max-height: 500px;
    padding: 10px 0 42px 0;
  }
}
.slider-testimonials:has(.slick-autoplay-toggle-button) {
  padding-bottom: 75px;
  margin-bottom: 20px;
}
.slider-testimonials .slick-slide {
  height: auto;
}
.slider-testimonials .slick-slide > div,
.slider-testimonials .slick-slide > div > div {
  height: 100%;
}
.slider-testimonials .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.slider-testimonials .slick-arrow {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 50px;
  height: 40px;
  font-size: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slider-testimonials .slick-arrow {
    top: -50px;
    bottom: auto;
  }
}
.slider-testimonials .slick-arrow:hover::after, .slider-testimonials .slick-arrow:focus::after {
  width: 100%;
}
.slider-testimonials .slick-arrow::after {
  height: 35px;
  width: 1px;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D0D0D0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.slider-testimonials .slick-arrow::before {
  content: "\e966";
  color: #333333;
  font-size: 20px;
}
.slider-testimonials .slick-arrow.slick-next {
  right: 0;
}
.slider-testimonials .slick-arrow.slick-next::before {
  content: "\e967";
}
.slider-testimonials .slick-arrow.slick-next::after {
  right: auto;
  left: -1px;
}
.slider-testimonials .slick-autoplay-toggle-button {
  left: 0;
  right: unset;
}
@media (min-width: 768px) {
  .slider-testimonials .slick-autoplay-toggle-button {
    right: 0;
    left: unset;
  }
}
.slider-testimonials-title {
  margin-bottom: 32px;
}
.slider-testimonials-item {
  background-color: white;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider-testimonials-item::before {
  content: "\e961";
  color: #008539;
  height: 25px;
  width: 40px;
  top: 32px;
  right: 34px;
  position: absolute;
  transform: scale(-1);
}
@media (min-width: 768px) {
  .slider-testimonials-item {
    align-items: center;
    flex-direction: row;
    padding: 30px;
  }
}
.slider-testimonials-item:hover .slider-links-item-button, .slider-testimonials-item:focus .slider-links-item-button, .slider-testimonials-item:active .slider-links-item-button {
  color: white;
  background: left top/210% 100% linear-gradient(to left, white 50%, #008539 50%);
}
.slider-testimonials-item-content {
  padding: 20px 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .slider-testimonials-item-content {
    padding: 0;
  }
}
.slider-testimonials-item-title {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .slider-testimonials-item-title {
    font-size: 1.5625rem;
  }
}
.slider-testimonials-item-subtitle {
  font-size: 1rem;
  display: block;
  margin-bottom: 15px;
}
.slider-testimonials-item-description {
  font-size: 1rem;
  line-height: 1.6;
}
.slider-testimonials-item-image {
  border-radius: 200px;
  overflow: hidden;
  width: 164px;
  margin-bottom: 0;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .slider-testimonials-item-image {
    margin-right: 50px;
  }
}
.slider-testimonials-item-image.objectfit-wrap {
  position: relative;
}
.slider-testimonials-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 100%;
}
.slider-testimonials-item-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}

.slider-variable::before, .slider-variable::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .slider-variable::before, .slider-variable::after {
    width: 45%;
  }
}
@media (min-width: 2200px) {
  .slider-variable::before, .slider-variable::after {
    width: 80%;
  }
}
.slider-variable::before {
  background: linear-gradient(to left, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
  left: -15%;
}
@media (min-width: 768px) {
  .slider-variable::before {
    left: -25%;
  }
}
@media (min-width: 1700px) {
  .slider-variable::before {
    left: -45%;
  }
}
@media (min-width: 2200px) {
  .slider-variable::before {
    left: -80%;
  }
}
.slider-variable::after {
  background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
  right: -15%;
}
@media (min-width: 768px) {
  .slider-variable::after {
    right: -25%;
  }
}
@media (min-width: 1700px) {
  .slider-variable::after {
    right: -45%;
  }
}
@media (min-width: 2200px) {
  .slider-variable::after {
    right: -80%;
  }
}
.slider-variable-block {
  padding: 56px 0 63px 0;
  position: relative;
}
.slider-variable-header {
  margin-bottom: 47px;
}
.slider-variable-header-time {
  color: #008539;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.67;
  display: inline-block;
  margin-bottom: 10px;
}
.slider-variable-header-title {
  line-height: 1;
  margin-bottom: 10px;
}
.slider-variable-item {
  position: relative;
  max-width: calc(100vw - 48px);
}
.slider-variable-item:hover .button .button-text::before,
.slider-variable-item:hover .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::before,
.woocommerce .product-page .product-info .cart .variations .slider-variable-item:hover .reset_variations .button-text::before, .slider-variable-item:hover .submit_wrap button .button-text::before, .submit_wrap .slider-variable-item:hover button .button-text::before,
.slider-variable-item:hover .form-submit button .button-text::before,
.form-submit .slider-variable-item:hover button .button-text::before, .slider-variable-item:hover .slick-autoplay-toggle-button .button-text::before, .slider-variable-item:focus .button .button-text::before,
.slider-variable-item:focus .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::before,
.woocommerce .product-page .product-info .cart .variations .slider-variable-item:focus .reset_variations .button-text::before, .slider-variable-item:focus .submit_wrap button .button-text::before, .submit_wrap .slider-variable-item:focus button .button-text::before,
.slider-variable-item:focus .form-submit button .button-text::before,
.form-submit .slider-variable-item:focus button .button-text::before, .slider-variable-item:focus .slick-autoplay-toggle-button .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.slider-variable-item:hover .button .button-text::after,
.slider-variable-item:hover .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::after,
.woocommerce .product-page .product-info .cart .variations .slider-variable-item:hover .reset_variations .button-text::after, .slider-variable-item:hover .submit_wrap button .button-text::after, .submit_wrap .slider-variable-item:hover button .button-text::after,
.slider-variable-item:hover .form-submit button .button-text::after,
.form-submit .slider-variable-item:hover button .button-text::after, .slider-variable-item:hover .slick-autoplay-toggle-button .button-text::after, .slider-variable-item:focus .button .button-text::after,
.slider-variable-item:focus .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::after,
.woocommerce .product-page .product-info .cart .variations .slider-variable-item:focus .reset_variations .button-text::after, .slider-variable-item:focus .submit_wrap button .button-text::after, .submit_wrap .slider-variable-item:focus button .button-text::after,
.slider-variable-item:focus .form-submit button .button-text::after,
.form-submit .slider-variable-item:focus button .button-text::after, .slider-variable-item:focus .slick-autoplay-toggle-button .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}
.slider-variable-item-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-variable-item-image img {
  height: auto;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  .slider-variable-item-image img {
    max-height: 400px;
  }
}
.slider-variable-item-content {
  padding-bottom: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}
.slider-variable-item-title {
  padding-top: 16px;
  line-height: 1.3;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .slider-variable-item-title {
    font-size: 1.625rem;
  }
}
.slider-variable-item-stretched-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-variable-item.__modal:hover .slider-variable-item-title, .slider-variable-item.__modal:focus-within .slider-variable-item-title {
  color: #008539;
}
.slider-variable .slick-slide {
  margin-right: 16px;
}
.slider-variable .slick-track {
  display: flex;
}
.slider-variable .slick-arrow {
  background-color: #008539;
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 0 !important;
  z-index: 2;
  top: 77px;
}
@media (min-width: 768px) {
  .slider-variable .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 576px) {
  .slider-variable .slick-arrow {
    top: 177px;
  }
}
.slider-variable .slick-arrow:not(.slick-disabled):hover::after, .slider-variable .slick-arrow:not(.slick-disabled):focus::after {
  background: left top/210% 100% linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, rgba(224, 224, 224, 0) 50%);
}
.slider-variable .slick-arrow::before {
  content: "\e966";
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.slider-variable .slick-arrow::after {
  height: 100%;
  width: 100%;
  content: "";
  background: right top/210% 100% linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, rgba(224, 224, 224, 0) 50%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #008539;
  display: inline-block;
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .slider-variable .slick-arrow.slick-prev {
    left: -46px;
  }
}
.slider-variable .slick-arrow.slick-prev::after {
  background: left top/210% 100% linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-variable .slick-arrow.slick-prev:not(.slick-disabled):hover::after, .slider-variable .slick-arrow.slick-prev:not(.slick-disabled):focus::after {
  background: right top/210% 100% linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
}
.slider-variable .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slider-variable .slick-arrow.slick-next::before {
  content: "\e967";
}
@media (min-width: 992px) {
  .slider-variable .slick-arrow.slick-next {
    right: -46px;
  }
}

.home-slider {
  color: white;
  overflow: hidden;
  background: #f2f0f0;
}
@media (min-width: 992px) {
  .home-slider {
    max-height: 600px;
    min-height: 450px;
  }
}
.home-slider .slideritem {
  background-color: #008539;
}
.home-slider .slideritem-wrap {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: auto;
}
@media (min-width: 992px) {
  .home-slider .slideritem-wrap {
    height: 100%;
    flex-direction: row;
  }
}
.home-slider .slideritem-content {
  padding: 30px 20px 90px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  order: 2;
  height: 100%;
}
@media (min-width: 992px) {
  .home-slider .slideritem-content {
    width: 511px;
    flex: 0 0 auto;
    padding: 90px 56px 150px 77px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .home-slider .slideritem-content {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .home-slider .slideritem-content {
    padding: 80px 56px 150px 77px;
  }
}
@media (min-width: 1600px) {
  .home-slider .slideritem-content {
    padding: 120px 80px 170px 80px;
    width: 50%;
  }
}
.home-slider .slideritem-title {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.05;
  padding-bottom: 10px;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .home-slider .slideritem-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .home-slider .slideritem-title {
    font-size: 2.5rem;
  }
}
.home-slider .slideritem-description {
  font-size: 1rem;
  line-height: 1.5;
}
.home-slider .slideritem-button {
  padding-top: 20px;
}
.home-slider .slideritem-button .button,
.home-slider .slideritem-button .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .home-slider .slideritem-button .reset_variations, .home-slider .slideritem-button .submit_wrap button, .submit_wrap .home-slider .slideritem-button button,
.home-slider .slideritem-button .form-submit button,
.form-submit .home-slider .slideritem-button button, .home-slider .slideritem-button .slick-autoplay-toggle-button {
  min-width: 137px;
}
.home-slider .slideritem-image {
  min-height: 300px;
  height: unset;
  background: #008539;
  position: relative;
  order: 1;
}
@media (min-width: 576px) {
  .home-slider .slideritem-image {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .home-slider .slideritem-image {
    min-height: 100%;
    width: calc(100% - 511px);
    flex: 1 1 auto;
    order: 2;
  }
}
.home-slider .slideritem-image picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-slider .slideritem-image picture img {
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 768px) {
  .home-slider .slideritem-image picture img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 992px) {
  .home-slider .slideritem-image picture img {
    -o-object-position: right;
       object-position: right;
  }
}
.home-slider .slider-button {
  top: auto;
}
.home-slider .slider-button:first-child::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.home-slider .slider-button-wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 992px) {
  .home-slider .slider-button-wrap {
    bottom: 40px;
    left: 77px;
    right: unset;
  }
}
@media (min-width: 1600px) {
  .home-slider .slider-button-wrap {
    left: 80px;
  }
}
.home-slider .slider-button .sliderbutton::after {
  color: #FFFFFF;
}
.home-slider .slick-slide {
  height: auto;
}
.home-slider .slick-slide > div,
.home-slider .slick-slide > div > div,
.home-slider .slick-slide > div > div > .row,
.home-slider .woocommerce .woocommerce-order .slick-slide > div > div > .woocommerce-notice,
.woocommerce .woocommerce-order .home-slider .slick-slide > div > div > .woocommerce-notice,
.home-slider .woocommerce .slick-slide > div > div.woocommerce-order > p,
.woocommerce .home-slider .slick-slide > div > div.woocommerce-order > p,
.home-slider .woocommerce .woocommerce-order .slick-slide > div > div > ul.woocommerce-order-overview,
.woocommerce .woocommerce-order .home-slider .slick-slide > div > div > ul.woocommerce-order-overview,
.home-slider .woocommerce .woocommerce-order .slick-slide > div > div > section,
.woocommerce .woocommerce-order .home-slider .slick-slide > div > div > section,
.home-slider .woocommerce-checkout.page .wp-block-woocommerce-checkout .slick-slide > div > div > .wc-block-components-sidebar-layout,
.woocommerce-checkout.page .wp-block-woocommerce-checkout .home-slider .slick-slide > div > div > .wc-block-components-sidebar-layout,
.home-slider .slick-slide > div > div > .wc-block-mini-cart__template-part {
  height: 100%;
}
.home-slider .slick-dots {
  left: auto;
  right: 170px;
  bottom: 47px;
  transform: none;
}
.home-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.home-slider .slick-autoplay-toggle-button {
  border-radius: 0;
  top: 0;
  bottom: auto;
}
@media (min-width: 992px) {
  .home-slider .slick-autoplay-toggle-button {
    width: 44px;
    height: 44px;
  }
}

.slick-list {
  overflow: visible;
}

[dir=rtl] .slick-slide {
  float: right;
}

.products-related.slider .slick-list {
  overflow: hidden;
}

.socialwrap {
  display: flex;
  margin: 30px 0;
}
.socialwrap.__green .socialicon {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
  justify-content: center;
  border-radius: 100px;
  background-color: #008539;
  flex: 0 0 auto;
}
.socialwrap.__green .socialicon::before {
  color: #FFFFFF;
  margin: 0;
}
.socialwrap.__green .socialicon:hover, .socialwrap.__green .socialicon:focus, .socialwrap.__green .socialicon:active {
  background-color: #00662C;
  color: #FFFFFF;
}

.socialicon {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  transition: all 0.3s;
}
.socialicon::before {
  font-size: 16px;
  margin: 0 5px 0 0;
  transition: all 0.3s;
}
.socialicon.__twitter::before {
  font-size: 10px !important;
  content: "\e943";
}
.socialicon.__facebook::before {
  content: "\e951";
}
.socialicon.__linkedin::before {
  content: "\e955";
}
.socialicon.__instagram::before {
  content: "\e954";
}
.socialicon.__pinterest::before {
  content: "\e956";
}
.socialicon.__youtube::before {
  content: "\e900";
  font-size: 1.1875rem;
}
.socialicon.__rg::before {
  content: "\e917";
}
.socialicon.__link::before {
  content: "\e927";
}
.socialicon.__a::before {
  content: "\e91d";
}
.socialicon:hover, .socialicon:focus {
  color: #008539;
}
.socialicon:hover::before, .socialicon:focus::before {
  color: #008539;
}

.speakersblock-header {
  padding-bottom: 30px;
}
.speakersblock-title {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .speakersblock-title {
    font-size: 2.1875rem;
  }
}
.speakersblock-description {
  font-size: 1rem;
  line-height: 1.43;
  padding-top: 3px;
}
.speakersblock-description a {
  display: inline;
}
.speakersblock-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
.speakersblock-item:hover .speakersblock-item-title, .speakersblock-item:focus .speakersblock-item-title, .speakersblock-item:active .speakersblock-item-title {
  color: #008539;
}
.speakersblock-item-image {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .speakersblock-item-image {
    margin-right: 26px;
    width: 92px;
    height: 92px;
  }
}
.speakersblock-item-image picture,
.speakersblock-item-image img {
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.speakersblock-item-title {
  font-size: 1.25rem;
  line-height: 1.16;
  font-weight: 500;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .speakersblock-item-title {
    font-size: 1.5625rem;
  }
}
.speakersblock-item-subheading, .speakersblock-item-description {
  font-size: 1rem;
  line-height: 1.43;
  padding-top: 3px;
}
.speakersblock-item-description a {
  color: #008539;
  display: inline;
}
.speakersblock-item-description a:hover, .speakersblock-item-description a:focus {
  text-decoration: underline;
}

.sponsor-logos-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
@media (min-width: 768px) {
  .sponsor-logos-list {
    flex-wrap: nowrap;
  }
}
.sponsor-logos-item {
  max-width: calc(33.3333333333% - 14px);
  margin: 7px;
  flex: 0 0 auto;
  max-height: 125px;
}
@media (min-width: 768px) {
  .sponsor-logos-item {
    max-width: calc(20% - 14px);
  }
}
.sponsor-logos-item picture,
.sponsor-logos-item img {
  width: 100%;
  height: 100%;
}
.sponsor-logos-item a {
  display: block;
}

.spotlight {
  background-color: #333333;
  color: #FFFFFF;
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .spotlight {
    padding: 100px 0;
  }
}

.statistics .row :last-child .statistics-item, .statistics .woocommerce .woocommerce-order .woocommerce-notice :last-child .statistics-item, .woocommerce .woocommerce-order .statistics .woocommerce-notice :last-child .statistics-item,
.statistics .woocommerce .woocommerce-order > p :last-child .statistics-item,
.woocommerce .statistics .woocommerce-order > p :last-child .statistics-item,
.statistics .woocommerce .woocommerce-order ul.woocommerce-order-overview :last-child .statistics-item,
.woocommerce .woocommerce-order .statistics ul.woocommerce-order-overview :last-child .statistics-item,
.statistics .woocommerce .woocommerce-order section :last-child .statistics-item,
.woocommerce .woocommerce-order .statistics section :last-child .statistics-item, .statistics .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout :last-child .statistics-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout .statistics .wc-block-components-sidebar-layout :last-child .statistics-item, .statistics .wc-block-mini-cart__template-part :last-child .statistics-item {
  border: 0;
}
.statistics-item {
  text-align: center;
  padding: 30px 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.23);
}
@media (min-width: 992px) {
  .statistics-item {
    border-bottom: 0;
    border-right: 1px solid rgba(51, 51, 51, 0.23);
    padding: 30px 50px;
  }
}
.statistics-item-icon {
  margin-bottom: 20px;
  display: block;
}
.statistics-item-icon > span {
  font-size: 60px;
  color: #008539;
}
.statistics-item-figure {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .statistics-item-figure {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .statistics-item-figure {
    font-size: 3.75rem;
  }
}
.statistics-item-description {
  font-size: 1rem;
}
.statistics-item-button {
  padding-top: 30px;
}
.statistics-item.__contained .statistics-item-stat, .statistics-item.__contained .statistics-item-title, .statistics-item.__contained .statistics-item-description {
  padding: 0 15px;
}
.statistics-item.__contained .statistics-item-title {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.statistics-item.__contained .statistics-item-description {
  font-size: 1rem;
}
.statistics-item.__contained .statistics-item-description {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .statistics-item.__contained {
    padding: 30px 0;
  }
}

.study {
  padding: 0;
}
.study-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .study-title {
    font-size: 2.8125rem;
  }
}
.study-list {
  width: 100%;
}
.study-item {
  background-color: #FFFFFF;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
  height: calc(100% - 27px);
}
.study-item[href]:hover .study-item-title, .study-item[href]:focus .study-item-title, .study-item[href]:active .study-item-title {
  color: #008539;
}
.study-item[href]:hover .study-item-button, .study-item[href]:focus .study-item-button, .study-item[href]:active .study-item-button {
  color: #FFFFFF;
  background: left top/210% 100% linear-gradient(to left, white 50%, #008539 50%);
}
.study-item-content {
  padding: 20px 15px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .study-item-content {
    padding: 20px 30px;
  }
}
.study-item-title {
  transition: 0.3s ease all;
}
.study-item-description {
  font-size: 1rem;
  line-height: 1.43;
  padding-bottom: 15px;
}
.study-item-image.objectfit-wrap {
  position: relative;
}
.study-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 65%;
}
.study-item-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.study-item-button.button.__slidein, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.study-item-button.button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.study-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.study-item-button.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.study-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.study-item-button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.study-item-button.button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.study-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.study-item-button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.study-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.study-item-button.button.reset_variations:not(.__outline),
.wp-block-woocommerce-empty-cart-block .study-item-button.button.wp-block-button__link,
.woocommerce .product-page .product-info .cart .variations .study-item-button.__slidein.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.study-item-button.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.study-item-button.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.study-item-button.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.study-item-button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.study-item-button.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.study-item-button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.study-item-button.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.study-item-button.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.study-item-button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.study-item-button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.study-item-button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.study-item-button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.study-item-button.reset_variations:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .study-item-button.reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .study-item-button.reset_variations.wp-block-button__link, .submit_wrap button.study-item-button.__slidein,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.study-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.study-item-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.study-item-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap button.study-item-button:not(.__outline),
.submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.study-item-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.study-item-button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.study-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.study-item-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.study-item-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap button.study-item-button:not(.__outline),
.submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.study-item-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.study-item-button.reset_variations:not(.__outline),
.submit_wrap .wp-block-woocommerce-empty-cart-block button.study-item-button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .submit_wrap button.study-item-button.wp-block-button__link,
.form-submit button.study-item-button.__slidein,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.study-item-button.button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.study-item-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit button.study-item-button:not(.__outline),
.form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.study-item-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.study-item-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.study-item-button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.study-item-button.button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.study-item-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit button.study-item-button:not(.__outline),
.form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.study-item-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.study-item-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.study-item-button.reset_variations:not(.__outline),
.form-submit .wp-block-woocommerce-empty-cart-block button.study-item-button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .form-submit button.study-item-button.wp-block-button__link, .study-item-button.__slidein.slick-autoplay-toggle-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.study-item-button.slick-autoplay-toggle-button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.study-item-button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.study-item-button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.study-item-button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.study-item-button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.study-item-button.slick-autoplay-toggle-button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.study-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.study-item-button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.study-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.study-item-button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.study-item-button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.study-item-button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.wp-block-woocommerce-empty-cart-block .study-item-button.slick-autoplay-toggle-button.wp-block-button__link, [id^=mc_embed] .study-item-button.button,
[id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .study-item-button.reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .study-item-button.reset_variations, [id^=mc_embed] .submit_wrap button.study-item-button, .submit_wrap [id^=mc_embed] button.study-item-button,
[id^=mc_embed] .form-submit button.study-item-button,
.form-submit [id^=mc_embed] button.study-item-button, [id^=mc_embed] .study-item-button.slick-autoplay-toggle-button {
  padding-top: 12px;
  padding-bottom: 12px;
}
.study-item.__single {
  width: calc(100% - 5px);
}
@media (min-width: 768px) {
  .study-item.__single {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .study-item.__single {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .study-item.__single .study-item-image,
  .study-item.__single .study-item-content {
    width: 50%;
  }
}
.study-item.__single .study-item-content {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .study-item.__single .study-item-content {
    padding: 77px;
  }
}
@media (min-width: 768px) {
  .study-item.__single .study-item-content .h3.study-item-title, .study-item.__single .study-item-content .woocommerce .woocommerce-customer-details .study-item-title.woocommerce-column__title, .woocommerce .woocommerce-customer-details .study-item.__single .study-item-content .study-item-title.woocommerce-column__title, .study-item.__single .study-item-content .woocommerce .woocommerce-order section h2.study-item-title, .woocommerce .woocommerce-order section .study-item.__single .study-item-content h2.study-item-title, .study-item.__single .study-item-content .woocommerce .woocommerce-order-details .study-item-title.woocommerce-order-details__title, .woocommerce .woocommerce-order-details .study-item.__single .study-item-content .study-item-title.woocommerce-order-details__title, .study-item.__single .study-item-content .gform_wrapper .gform-body fieldset.gfield--type-section h3.study-item-title.gsection_title, .gform_wrapper .gform-body fieldset.gfield--type-section .study-item.__single .study-item-content h3.study-item-title.gsection_title,
  .study-item.__single .study-item-content .gform_wrapper .gform-body .gfield.gfield--type-section h3.study-item-title.gsection_title,
  .gform_wrapper .gform-body .gfield.gfield--type-section .study-item.__single .study-item-content h3.study-item-title.gsection_title, .study-item.__single .study-item-content .study-item-title.timelinepage-intro-subtitle, .study-item.__single .study-item-content .study-item-title.mapinfowindow-title, .study-item.__single .study-item-content [id^=mc_embed] h3.study-item-title, [id^=mc_embed] .study-item.__single .study-item-content h3.study-item-title, .study-item.__single .study-item-content .usercontent h3.study-item-title, .usercontent .study-item.__single .study-item-content h3.study-item-title,
  .study-item.__single .study-item-content .mce-content-body h3.study-item-title,
  .mce-content-body .study-item.__single .study-item-content h3.study-item-title,
  .study-item.__single .study-item-content .gfield--type-html h3.study-item-title,
  .gfield--type-html .study-item.__single .study-item-content h3.study-item-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .study-item.__single .objectfit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .study-item.__single .objectfit-wrap {
    height: auto;
  }
  .study-item.__single .objectfit-ratio {
    height: auto;
    padding-bottom: 0;
  }
}

.tabpanel-head {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
}
.tabpanel-tab {
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  background: #ddd;
  color: #000000;
  font-size: 1.25rem;
  cursor: pointer;
}
.tabpanel-tab.__active {
  background: #333;
  color: #FFFFFF;
}
.tabpanel-panel {
  padding: 20px;
  color: #32383C;
  display: none;
}
.tabpanel-panel.__active {
  display: block;
}

.Tabs.__top-of-page .tabpanel {
  background-color: #f2f0f0;
}
.Tabs.__top-of-page .tabpanel-head {
  border: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .Tabs.__top-of-page .tabpanel-head {
    margin: 0;
    width: 100%;
  }
}
.Tabs.__top-of-page .tabpanel-head.__center {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .Tabs.__top-of-page .tabpanel-head.__center {
    justify-content: center;
  }
}
.Tabs.__top-of-page .tabpanel-tab {
  background: none;
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  color: #333333;
  font-size: 1.0625rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .Tabs.__top-of-page .tabpanel-tab {
    font-size: 1.3125rem;
    margin: 0 30px;
    padding: 33px 0;
  }
  .Tabs.__top-of-page .tabpanel-tab:first-of-type {
    margin-left: 0;
  }
  .Tabs.__top-of-page .tabpanel-tab:last-of-type {
    margin-right: 0;
  }
}
.Tabs.__top-of-page .tabpanel-tab::before {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #008539;
  position: absolute;
  transition: all 0.3s;
}
.Tabs.__top-of-page .tabpanel-tab:hover, .Tabs.__top-of-page .tabpanel-tab:focus, .Tabs.__top-of-page .tabpanel-tab.__active {
  background: none;
  color: #006C20;
}
.Tabs.__top-of-page .tabpanel-tab:hover::before, .Tabs.__top-of-page .tabpanel-tab:focus::before, .Tabs.__top-of-page .tabpanel-tab.__active::before {
  width: 100%;
}
.Tabs.__top-of-page .tabpanel-tab:hover.__hideactive, .Tabs.__top-of-page .tabpanel-tab:focus.__hideactive, .Tabs.__top-of-page .tabpanel-tab.__active.__hideactive {
  color: #333333;
}
.Tabs.__top-of-page .tabpanel-tab:hover.__hideactive::before, .Tabs.__top-of-page .tabpanel-tab:focus.__hideactive::before, .Tabs.__top-of-page .tabpanel-tab.__active.__hideactive::before {
  width: 0%;
}
.Tabs.__top-of-page .tabpanel-content {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .Tabs.__top-of-page .tabpanel-content {
    margin-bottom: 60px;
  }
}
.Tabs.__top-of-page .tabpanel-panel {
  padding: 30px 0 50px;
  font-size: 1.125rem;
  color: #333333;
  display: none;
}
@media (min-width: 992px) {
  .Tabs.__top-of-page .tabpanel-panel {
    padding-top: 80px;
  }
}
.Tabs.__top-of-page .tabpanel-panel.__active {
  display: block;
}

.two-column.__text-only .two-column-title {
  line-height: 1.31;
  margin-bottom: 7px;
}
.two-column.__text-only .two-column-description {
  line-height: 1.63;
}
.two-column.__text-only .two-column-button {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .two-column.__text-only .two-column-button {
    margin-top: 37px;
  }
}
.two-column.__text-only .column-one {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .two-column.__text-only .column-one {
    margin-bottom: 0;
  }
}
.two-column.__mixed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .two-column.__mixed {
    flex-direction: row;
  }
  .two-column.__mixed .two-column-text,
  .two-column.__mixed .two-column-image {
    width: calc(50% - 15px);
    height: auto;
  }
  .two-column.__mixed.__alt {
    flex-direction: row-reverse;
  }
  .two-column.__mixed.__alt .two-column-text-wrap {
    margin-left: calc(8.33333333% + 30px);
    margin-right: 0;
  }
  .two-column.__mixed.__contain .two-column-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
  .two-column.__mixed.__cover .two-column-image {
    min-height: 80vh;
  }
  .two-column.__mixed.__cover .two-column-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .two-column.__mixed.__image-30 .two-column-image {
    width: calc(30% + 45px);
  }
  .two-column.__mixed.__image-30 .two-column-text {
    width: calc(70% - 45px);
  }
  .two-column.__mixed.__image-30.__cover .two-column-image {
    min-height: 45vh;
  }
  .two-column.__mixed.__image-70 .two-column-image {
    width: calc(70% - 45px);
  }
  .two-column.__mixed.__image-70 .two-column-text {
    width: calc(30% + 45px);
  }
  .two-column.__mixed.__image-70.__cover .two-column-image {
    min-height: 45vh;
  }
}
.two-column.__mixed .two-column-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 40px 0;
}
.two-column.__mixed .two-column-text-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .two-column.__mixed .two-column-text-wrap {
    margin-right: calc(8.33333333% + 30px);
  }
}
.two-column.__mixed .two-column-text .usercontent h3 {
  line-height: 1.31;
}
.two-column.__mixed .two-column-image {
  position: relative;
}
@media (min-width: 768px) {
  .two-column.__mixed .two-column-image img {
    height: 100%;
    width: 100%;
  }
}

.videoblock,
.videoblock-local {
  aspect-ratio: 1.7777777778;
}
@supports not (aspect-ratio: 1.7777777778) {
  .videoblock::before,
  .videoblock-local::before {
    content: "";
    float: left;
    padding-top: calc(1 / 1.7777777778 * 100%);
  }
  .videoblock::after,
  .videoblock-local::after {
    content: "";
    display: block;
    clear: both;
  }
}
.videoblock,
.videoblock-local {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoblock-image,
.videoblock-local-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.videoblock-caption,
.videoblock-local-caption {
  background-color: #008539;
  padding: 14px 26px;
}
.videoblock-caption-title,
.videoblock-local-caption-title {
  color: #FFFFFF;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.59;
  margin-bottom: 4px;
  transition: 0.3s ease all;
}
.videoblock-caption-description,
.videoblock-local-caption-description {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.44;
}
.videoblock-caption-description a,
.videoblock-local-caption-description a {
  text-decoration: underline;
}
.videoblock-caption-description a:hover, .videoblock-caption-description a:focus,
.videoblock-local-caption-description a:hover,
.videoblock-local-caption-description a:focus {
  text-decoration: none;
}
.videoblock:hover .videoplay, .videoblock:focus .videoplay,
.videoblock-local:hover .videoplay,
.videoblock-local:focus .videoplay {
  background: rgb(229.5, 178.2, 0);
}

.videoblock-local-popup {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}
.videoblock-local-popup-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.videoblock-local-popup-scaler video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -o-object-fit: cover;
     object-fit: cover;
}
.videoblock-local-popup .mfp-close {
  color: #FFFFFF;
  top: -40px;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.videoplay {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFC600;
  outline: none;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .videoplay {
    width: 70px;
    height: 70px;
  }
}
.videoplay-icon {
  position: relative;
  transition: all 0.3s;
}
.videoplay-icon::after {
  content: "\e938";
  color: #333333;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .videoplay-icon::after {
    font-size: 1.375rem;
  }
}

.video figure {
  margin: 0;
}

/* Burger */
.burger {
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: 0;
  border-radius: 100px;
  background: #FFC600;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s;
  position: fixed;
  right: 17px;
  bottom: 17px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.burger.__active .burger-toggle {
  background: transparent;
}
.burger.__active .burger-toggle:before {
  top: 0;
  transform: rotate(135deg);
}
.burger.__active .burger-toggle:after {
  bottom: 0;
  transform: rotate(225deg);
}
@media (min-width: 1200px) {
  .burger {
    display: none;
  }
}
.burger-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #333333;
}
.burger-toggle:before, .burger-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s;
}
.burger-toggle:before {
  top: -7px;
  transform: rotate(0);
}
.burger-toggle:after {
  bottom: -7px;
  transform: rotate(0);
}

/* Window overlay */
.navwindow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  cursor: pointer;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.7);
}

.navcontainer {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

/* Navwrap for mobile positioning */
.navwrap {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 8888;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #333333;
}
.navwrap.__active {
  right: 0 !important;
}
@media (min-width: 1200px) {
  .navwrap {
    background: none;
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    height: auto;
    width: 100%;
    z-index: 9999;
    overflow: inherit;
    transition: all 0.3s;
  }
}
.navwrap .nav-aux {
  display: block;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .navwrap .nav-aux {
    display: none;
  }
}
.navwrap .nav-aux li.menu-item::after {
  content: none;
}
.navwrap .nav-aux li.menu-item a {
  font-size: 1rem;
  padding: 12px 22px;
}

/* Nav */
.nav ul > li.menu-item button.button-only, .nav ul > li.menu-item > a {
  display: block;
  font-size: 1.125rem;
  color: #FFFFFF;
  padding: 15px 22px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  text-align: left;
}

.nav ul > li.menu-item-has-children.menu-item-has-megamenu .menu-item-has-megamenu-button > button, .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button, .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > button {
  position: absolute;
  right: 0px;
  top: 0%;
  width: 50px;
  height: 100%;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .menu-item-has-megamenu-button > button, .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button, .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > button {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    transition: all 300ms ease;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 16px 10px;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .menu-item-has-megamenu-button > button:after, .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:after, .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > button:after {
  content: "\e95f";
  font-family: icomoon;
  font-size: 10px;
  color: #FFFFFF;
  transition: all 300ms ease;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .menu-item-has-megamenu-button > button:after, .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:after, .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > button:after {
    color: #333333;
  }
}

.nav {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #333333;
  transition: all 0.3s;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .nav {
    padding: 0;
    background: none;
    overflow-y: inherit;
    background: none;
    width: auto;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .nav-aux {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .nav-aux .menu-item,
  .nav-aux .aux-extra {
    padding: 10px 12px;
  }
}
@media (min-width: 1200px) {
  .nav-aux .menu-item.__login,
  .nav-aux .aux-extra.__login {
    padding-right: 23px;
  }
}
.nav-aux .menu-item.__login .icon,
.nav-aux .aux-extra.__login .icon {
  margin-right: 14px;
}
.nav-aux .menu-item.__login .icon::before,
.nav-aux .aux-extra.__login .icon::before {
  font-size: 20px;
}
.nav-aux .menu-item.__cart,
.nav-aux .aux-extra.__cart {
  position: relative;
}
@media (min-width: 1200px) {
  .nav-aux .menu-item.__cart,
  .nav-aux .aux-extra.__cart {
    padding-left: 29px;
  }
}
.nav-aux .menu-item.__cart::before,
.nav-aux .aux-extra.__cart::before {
  content: "";
  background-color: #000000;
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  left: 0;
  top: 8px;
}
.nav-aux .menu-item.__cart .icon::before,
.nav-aux .aux-extra.__cart .icon::before {
  font-size: 17px;
}
.nav-aux .menu-item.__cart .button-text,
.nav-aux .aux-extra.__cart .button-text {
  color: #FFFFFF;
  margin-left: 14px;
}
.nav-aux .menu-item a,
.nav-aux .menu-item button,
.nav-aux .aux-extra a,
.nav-aux .aux-extra button {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 0px;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .nav-aux .menu-item a,
  .nav-aux .menu-item button,
  .nav-aux .aux-extra a,
  .nav-aux .aux-extra button {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .nav-aux .menu-item a,
  .nav-aux .menu-item button,
  .nav-aux .aux-extra a,
  .nav-aux .aux-extra button {
    font-size: 1rem;
  }
}
.nav-aux .menu-item .icon,
.nav-aux .aux-extra .icon {
  display: flex;
  align-items: center;
}
.nav-aux .menu-item .icon::before,
.nav-aux .aux-extra .icon::before {
  color: #FFFFFF;
}
.nav-aux .menu-item a {
  position: relative;
}
.nav-aux .menu-item a::after {
  content: "";
  background-color: #FFFFFF;
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .nav-aux .menu-item:hover a::after, .nav-aux .menu-item:focus a::after {
    width: 100%;
  }
}
.nav-aux .aux-extra {
  padding: 12px 22px;
}
@media (min-width: 1200px) {
  .nav-aux .aux-extra {
    padding: 10px 18px;
  }
}
.nav-aux .aux-extra:hover a, .nav-aux .aux-extra:focus a, .nav-aux .aux-extra:active a {
  color: #FFC600;
}
.nav-aux .aux-extra:hover .icon::before, .nav-aux .aux-extra:focus .icon::before, .nav-aux .aux-extra:active .icon::before {
  color: #FFC600;
}
.nav > ul {
  align-items: center;
}
@media (min-width: 1200px) {
  .nav > ul {
    height: 100%;
  }
}
.nav > ul > li.menu-item {
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .nav > ul > li.menu-item:first-child {
    margin: 0;
  }
}
.nav > ul > li.menu-item.menu-item-has-children {
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children {
    height: 100%;
    display: inline-block;
    margin-left: 16px;
  }
  .nav > ul > li.menu-item.menu-item-has-children.__active > a,
  .nav > ul > li.menu-item.menu-item-has-children.__active > button {
    color: #008539;
  }
  .nav > ul > li.menu-item.menu-item-has-children.__active > a::after,
  .nav > ul > li.menu-item.menu-item-has-children.__active > button::after {
    border-top: 8px solid #008539;
    transform: scale(-0.8) translateY(4px);
  }
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children:last-child {
    right: 0px;
  }
  .nav > ul > li.menu-item.menu-item-has-children:last-child button {
    margin-left: 0;
  }
  .nav > ul > li.menu-item.menu-item-has-children:last-child li.menu-item-has-children {
    padding: 15px 20p;
  }
  .nav > ul > li.menu-item.menu-item-has-children:last-child li.menu-item-has-children:hover button::after, .nav > ul > li.menu-item.menu-item-has-children:last-child li.menu-item-has-children:focus button::after, .nav > ul > li.menu-item.menu-item-has-children:last-child li.menu-item-has-children:active button::after {
    transform: translate(calc(-50% - 5px), -50%);
  }
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children:nth-last-child(-n+4) li.menu-item-has-children button {
    left: 0;
    right: auto;
    margin-left: 0;
    transform: none;
  }
  .nav > ul > li.menu-item.menu-item-has-children:nth-last-child(-n+4) li.menu-item-has-children button::after {
    content: "\e95e";
  }
  .nav > ul > li.menu-item.menu-item-has-children:nth-last-child(-n+4) li.menu-item-has-children:hover button::after, .nav > ul > li.menu-item.menu-item-has-children:nth-last-child(-n+4) li.menu-item-has-children:focus button::after, .nav > ul > li.menu-item.menu-item-has-children:nth-last-child(-n+4) li.menu-item-has-children:active button::after {
    transform: translate(calc(-50% - 5px), -50%);
  }
  .nav > ul > li.menu-item.menu-item-has-children:nth-last-child(-n+4) li.menu-item-has-children ul {
    left: auto;
    right: 100%;
  }
}
.nav > ul > li.menu-item.menu-item-has-children a + button {
  font-size: 0;
  padding: 0 4px 0 10px;
  margin-left: 10px;
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 22px;
}
.nav > ul > li.menu-item.menu-item-has-children a + button::after {
  right: 12px;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children a + button {
    height: 14px;
    width: 14px;
    right: 0;
    top: calc(50% - 7px);
  }
  .nav > ul > li.menu-item.menu-item-has-children a + button::after {
    right: 0 !important;
  }
}
.nav > ul > li.menu-item.menu-item-has-children > a {
  width: calc(100% - 72px);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children > a {
    width: auto;
  }
}
.nav > ul > li.menu-item.menu-item-has-children > button {
  position: unset;
  transform: none;
  left: auto;
}
.nav > ul > li.menu-item.menu-item-has-children > button::after {
  content: "\e95f";
  color: #FFFFFF;
  font-size: 0.625rem;
  width: 0;
  height: auto;
  margin-left: 10px;
  position: absolute;
  right: 34px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children > button {
    padding: 35px 0;
    padding-right: 22px;
  }
  .nav > ul > li.menu-item.menu-item-has-children > button::after {
    top: 50%;
  }
}
.nav > ul > li.menu-item.menu-item-has-children > a,
.nav > ul > li.menu-item.menu-item-has-children > button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children > a,
  .nav > ul > li.menu-item.menu-item-has-children > button {
    font-size: 0.875rem;
    padding-right: 16px;
  }
}
@media (min-width: 1400px) {
  .nav > ul > li.menu-item.menu-item-has-children > a,
  .nav > ul > li.menu-item.menu-item-has-children > button {
    font-size: 1rem;
  }
}
.nav > ul > li.menu-item.menu-item-has-children > a::before,
.nav > ul > li.menu-item.menu-item-has-children > button::before {
  background-color: none;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children > a::after,
  .nav > ul > li.menu-item.menu-item-has-children > button::after {
    content: "";
    background: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #333;
    width: 0;
    height: auto;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: scale(0.8) translateY(-4px);
  }
}
.nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto, .megamenu-item) {
  position: relative;
}
.nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto, .megamenu-item):hover > a, .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto, .megamenu-item):focus > a {
  color: #008539;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto, .megamenu-item) > a {
    padding: 15px 20px 15px 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto, .megamenu-item):not(:last-child)::after {
  content: "";
  background-color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 6px;
  width: calc(100% - 12px);
  height: 1px;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > button {
    width: auto;
    right: 0;
    left: auto;
    top: 0;
  }
}
.nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > a {
  color: #FFFFFF;
  margin: 0;
  position: relative;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 15px 22px;
}
.nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > a::before {
  content: "";
  background: #333333;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > a {
    line-height: inherit;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    background: white;
    color: #333333;
  }
  .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) > a::before {
    background: #dadada;
    width: calc(100% - 20px);
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto):first-child > a, .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto).viewall + .menu-item > a {
    border-top: 1px solid #dadada;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto) ul {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto):last-child > a {
    border-bottom: 1px solid #dadada;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.nav > ul > li.menu-item.menu-item-has-children ul li:not(.backtomega, .backto):last-child > a::before {
  content: none;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children ul li.backto + li.menu-item:not(:last-child) > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item.menu-item-has-children ul li.backto + li.menu-item:last-child > a {
    border-radius: 4px;
  }
}
.nav ul {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav ul {
    display: flex;
    justify-content: flex-end;
  }
}
.nav ul > li.menu-item {
  position: relative;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item {
    position: unset;
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .nav ul > li.menu-item:first-child {
    margin: 0;
  }
}
.nav ul > li.menu-item::after {
  content: "";
  width: calc(100% - 38px);
  left: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 1px;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item::after {
    content: none;
  }
}
.nav ul > li.menu-item:hover > button,
.nav ul > li.menu-item > button:focus, .nav ul > li.menu-item:hover > a,
.nav ul > li.menu-item > a:focus, .nav ul > li.menu-item:hover > .menu-item-has-megamenu-button a,
.nav ul > li.menu-item > .menu-item-has-megamenu-button a:focus {
  background: none;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item > a {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 35px 0;
    height: 100%;
    border: none;
    color: #333333;
    width: auto;
  }
  .nav ul > li.menu-item > a::before {
    content: "";
    height: 4px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #008539;
    transition: all 0.3s;
  }
}
@media (min-width: 1400px) {
  .nav ul > li.menu-item > a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item button.button-only {
    color: #333333;
  }
}
.nav ul > li.menu-item-has-children {
  position: relative;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.__active > ul {
    height: auto;
    overflow: visible;
    display: block;
  }
}
.nav ul > li.menu-item-has-children > ul {
  background: #2a2a2a;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: -100%;
  height: 100%;
  z-index: 50;
  transition: right 0.3s ease;
}
.nav ul > li.menu-item-has-children > ul.__active {
  overflow-y: scroll;
  right: 0 !important;
  display: block;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul {
    position: absolute;
    width: 270px;
    top: inherit;
    bottom: inherit;
    right: inherit;
    height: inherit;
    z-index: 50;
    transform: translateX(0);
    display: none;
    height: 0;
    overflow: hidden;
    background: transparent;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li {
    display: block;
    margin: 0;
  }
}
.nav ul > li.menu-item-has-children > ul li:hover > a,
.nav ul > li.menu-item-has-children > ul li > a:focus {
  color: #008539;
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button {
  width: auto;
  position: absolute;
  top: 0%;
  left: auto;
  right: 22px;
  padding: 20px;
  height: 100%;
  color: #FFFFFF;
  transform: translateX(0%);
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:after {
  content: "\e95f";
  font-size: 10px;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:after {
    content: "\e95f";
    color: #008539;
    font-size: 10px;
  }
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children:hover button::after, .nav ul > li.menu-item-has-children > ul li.menu-item-has-children:focus button::after {
  transform: translate(calc(-50% + 5px), -50%);
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children.__active > button::after {
  transform: translate(calc(-50% + 5px), -50%);
}
.nav ul > li.menu-item-has-children > ul li > a {
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li > a {
    padding: 15px 20px;
    line-height: inherit;
  }
  .nav ul > li.menu-item-has-children > ul li > a::before {
    display: none;
  }
}
.nav ul > li.menu-item-has-children > ul li ul {
  transition: 0.3s ease all;
}
.nav ul > li.menu-item-has-children > ul li ul.__active {
  overflow-y: scroll;
  right: 0 !important;
  display: block;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li ul {
    top: 0;
    right: -270px;
    z-index: 60;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu {
    position: initial;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu > a,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu > button {
    position: relative;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu > a::before,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu > button::before {
    content: "";
    background: transparent;
    position: absolute;
    opacity: 1;
    width: 0;
    height: 0;
    bottom: -20px;
    opacity: 0;
    transition: none;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu.__active > a::before,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu.__active > button::before {
    bottom: -28px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #FFFFFF;
    left: calc(50% - 12px);
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu.__active > a::before, .nav ul > li.menu-item-has-children.menu-item-has-megamenu:hover > a::before,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu > a:focus::before {
    width: 100%;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu.__active > a::after, .nav ul > li.menu-item-has-children.menu-item-has-megamenu:hover > a::after,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu > a:focus::after {
    transform: translateX(-50%) rotate(-180deg);
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .menu-item-has-megamenu-button {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .menu-item-has-megamenu-button > a {
  display: flex;
  align-items: center;
  text-align: left;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .menu-item-has-megamenu-button > a {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .container, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .woocommerce-notices-wrapper, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .woocommerce .woocommerce-order, .woocommerce .nav ul > li.menu-item-has-children.menu-item-has-megamenu .woocommerce-order, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .woocommerce-checkout.page .wp-block-woocommerce-checkout, .woocommerce-checkout.page .nav ul > li.menu-item-has-children.menu-item-has-megamenu .wp-block-woocommerce-checkout, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .wc-block-components-drawer__content, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .wp-block-woocommerce-cart, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .woocommerce.my-account-container, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .variable-modal-container .modalblock-container, .variable-modal-container .nav ul > li.menu-item-has-children.menu-item-has-megamenu .modalblock-container {
    max-width: 100%;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu > a {
  position: relative;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu > a::after {
  content: "\e95f";
  font-family: icomoon;
  font-size: 10px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu > a::after {
    font-size: 7px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu.__active div.megamenu {
    height: auto;
    overflow: visible;
    display: block;
  }
}
@media (min-width: 1200px) {
  .nav ul:first-child > li.menu-item-has-children > a::after {
    display: none;
  }
}
.nav {
  /* IOS Looping nav issue */
}
@supports (-webkit-touch-callout: none) {
  .nav {
    -webkit-transform: translateZ(0);
  }
  @media (min-width: 1200px) {
    .nav {
      -webkit-transform: none;
    }
  }
}

.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu,
.megamenu {
  position: absolute;
  right: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 50;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  height: 100%;
  z-index: 50;
  background: #333333;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu,
  .megamenu {
    background: none;
    position: absolute;
    top: inherit;
    bottom: inherit;
    right: 80px;
    left: 80px;
    width: 100%;
    z-index: 5;
    height: auto;
    overflow: visible;
    transform: translateY(-99999px);
    margin: 26px auto 0 auto;
    height: inherit;
    z-index: 50;
    transform: translateX(0);
    height: 0;
    overflow: hidden;
    width: calc(100% - 160px);
    max-width: 1920px;
    transition: 0.3s ease all;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu .megamenu-container,
  .megamenu .megamenu-container {
    background-color: #FFFFFF;
    border-radius: 4px;
    min-height: 400px;
    padding: 57px 73px;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu.__active,
.megamenu.__active {
  z-index: 6;
  bottom: 0;
  height: 100vh !important;
  overflow: hidden;
  right: 0 !important;
  display: block;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu.__active,
  .megamenu.__active {
    overflow-y: none;
    display: block;
    position: absolute;
    transform: none;
    bottom: auto;
    right: auto !important;
    height: auto !important;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-close,
.megamenu-close {
  display: none;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-close,
  .megamenu-close {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-close .icon,
  .megamenu-close .icon {
    background-color: #008539;
    border-radius: 50%;
    font-size: 0rem;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-close .icon::before,
  .megamenu-close .icon::before {
    color: #FFFFFF;
    font-size: 1rem;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-close:hover .icon, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-close:focus .icon, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-close:active .icon,
  .megamenu-close:hover .icon,
  .megamenu-close:focus .icon,
  .megamenu-close:active .icon {
    background-color: rgb(0, 107.5, 46.0714285714);
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image,
.megamenu-image {
  position: relative;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image:has(.megamenu-image-link):hover .megamenu-image-card-title, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image:has(.megamenu-image-link):focus .megamenu-image-card-title,
.megamenu-image:has(.megamenu-image-link):hover .megamenu-image-card-title,
.megamenu-image:has(.megamenu-image-link):focus .megamenu-image-card-title {
  color: #008539;
  text-decoration: underline;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-link,
.megamenu-image-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card,
.megamenu-image-card {
  border-radius: 8px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 0 100px 0;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card,
  .megamenu-image-card {
    color: #333333;
    padding: 0;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-title,
.megamenu-image-card-title {
  margin-bottom: 11px;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description,
.megamenu-image-card-description {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description p a,
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description a,
.megamenu-image-card-description p a,
.megamenu-image-card-description a {
  color: #008539;
  text-decoration: underline;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description p a:hover, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description p a:focus,
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description a:hover,
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description a:focus,
.megamenu-image-card-description p a:hover,
.megamenu-image-card-description p a:focus,
.megamenu-image-card-description a:hover,
.megamenu-image-card-description a:focus {
  color: rgb(0, 56.5, 24.2142857143);
  text-decoration: none;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card-description a,
.megamenu-image-card-description a {
  position: relative;
  z-index: 1;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card .button.__icontext,
.megamenu-image-card .button.__icontext,
.megamenu-image-card .woocommerce .product-page .product-info .cart .variations .__icontext.reset_variations,
.woocommerce .product-page .product-info .cart .variations .megamenu-image-card .__icontext.reset_variations,
.megamenu-image-card .submit_wrap button.__icontext,
.submit_wrap .megamenu-image-card button.__icontext,
.megamenu-image-card .form-submit button.__icontext,
.form-submit .megamenu-image-card button.__icontext,
.megamenu-image-card .__icontext.slick-autoplay-toggle-button {
  color: #008539 !important;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0 16px 0;
  margin-bottom: 8px;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image-card .button.__icontext::before,
.megamenu-image-card .button.__icontext::before,
.megamenu-image-card .woocommerce .product-page .product-info .cart .variations .__icontext.reset_variations::before,
.woocommerce .product-page .product-info .cart .variations .megamenu-image-card .__icontext.reset_variations::before,
.megamenu-image-card .submit_wrap button.__icontext::before,
.submit_wrap .megamenu-image-card button.__icontext::before,
.megamenu-image-card .form-submit button.__icontext::before,
.form-submit .megamenu-image-card button.__icontext::before,
.megamenu-image-card .__icontext.slick-autoplay-toggle-button::before {
  color: #429EF5 !important;
  content: "\e90d";
  position: relative;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-image img,
.megamenu-image img {
  height: auto !important;
  margin-bottom: 26px;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-tab-image,
.megamenu-tab-image {
  background-color: #2a2a2a;
  padding: 10px 22px 0 22px;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-tab-image,
  .megamenu-tab-image {
    background: none;
    padding: 0;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-tab-content,
.megamenu-tab-content {
  display: none;
  opacity: 0;
  transition: 0.5s ease all;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-tab-content.__active,
.megamenu-tab-content.__active {
  display: block;
  opacity: 1;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-tab-content p,
.megamenu-tab-content p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1.38;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one,
  .megamenu-column-one {
    border-right: 1px solid #f2f0f0;
    display: block;
    flex: 1 1 33%;
    max-width: 33%;
    padding-right: 85px;
    opacity: 1;
    height: auto;
    transition: 0.3s ease all;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.menu-item a,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.menu-item button,
  .megamenu-column-one ul.megamenu-nav-list > li.menu-item a,
  .megamenu-column-one ul.megamenu-nav-list > li.menu-item button {
    font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    padding: 18px 0 !important;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.menu-item button.__active,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.menu-item a.__active,
  .megamenu-column-one ul.megamenu-nav-list > li.menu-item button.__active,
  .megamenu-column-one ul.megamenu-nav-list > li.menu-item a.__active {
    color: #008539;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.menu-item button.__active::after,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.menu-item a.__active::after,
  .megamenu-column-one ul.megamenu-nav-list > li.menu-item button.__active::after,
  .megamenu-column-one ul.megamenu-nav-list > li.menu-item a.__active::after {
    color: #008539;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list,
.megamenu-column-one ul.megamenu-nav-list {
  bottom: unset;
  opacity: 1;
  position: relative;
  right: 0;
  top: unset;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item {
    border-bottom: 1px solid #f2f0f0;
    margin-bottom: 17px;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item::after,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item::after {
    content: none;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item::after,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item::after {
  content: "";
  width: calc(100% - 38px);
  left: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 1px;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text):has(.__button-only),
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text):has(.__button-only) {
  display: none !important;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text):has(.__button-only),
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text):has(.__button-only) {
    display: flex !important;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text) a + button,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text) a + button {
  display: none;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text) a + button,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item:has(.__has-text) a + button {
    display: block;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a + button,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a + button {
  width: 60px;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a:hover, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a:active,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a:hover,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a:active {
  color: #008539;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a,
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button {
  border-bottom: none !important;
  font-size: 1.125rem;
  padding: 0 10px 15px 0;
  transform: none;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button {
    color: #333333;
    font-size: 1.25rem;
    padding: 0 10px 20px 0;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a.__active::before,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button.__active::before,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a.__active::before,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button.__active::before {
    width: 100%;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a.__active::after,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button.__active::after,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a.__active::after,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button.__active::after {
    color: #008539;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a:hover::before,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button:hover::before,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a:hover::before,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button:hover::before {
    width: 100%;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a::before,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button::before,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a::before,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #008539;
    height: 1px;
    width: 0%;
    transition: 0.3s ease all;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a > span.icon,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a > span.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a > span.icon::before,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a > span.icon::before {
  margin-left: 14px;
  font-size: 1rem;
  font-weight: 600;
  transform: translateY(-2px);
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a > span.icon::before,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item a > span.icon::before {
    color: #32383C;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button::after,
.megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button::after {
  content: "\e95f";
  color: #FFFFFF;
  font-size: 0.5625rem;
  right: 20px;
  top: 15px;
  left: auto;
  transition: 0.3s ease all;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button::after,
  .megamenu-column-one ul.megamenu-nav-list > li.megamenu-item button::after {
    color: rgba(0, 0, 0, 0.6);
    right: 0;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two,
  .megamenu-column-two {
    border-bottom: none;
    border-right: 1px solid #f2f0f0;
    flex: 1 1 34%;
    max-width: 34%;
    padding: 0 63px;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two ul.megamenu-nav-list > li > a,
  .megamenu-column-two ul.megamenu-nav-list > li > a {
    box-shadow: none;
    border: none;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 5px 0;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two ul.megamenu-nav-list > li > a:hover, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two ul.megamenu-nav-list > li > a:focus, .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two ul.megamenu-nav-list > li > a:active,
  .megamenu-column-two ul.megamenu-nav-list > li > a:hover,
  .megamenu-column-two ul.megamenu-nav-list > li > a:focus,
  .megamenu-column-two ul.megamenu-nav-list > li > a:active {
    color: #008539;
  }
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two ul.megamenu-nav-list > li > a::before,
  .megamenu-column-two ul.megamenu-nav-list > li > a::before {
    content: none !important;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two .usercontent,
.megamenu-column-two .usercontent {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-two .usercontent,
  .megamenu-column-two .usercontent {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu-column-three,
  .megamenu-column-three {
    flex: 1 1 33%;
    max-width: 33%;
    padding-left: 69px;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list,
.megamenu ul.megamenu-nav-list {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  height: 100%;
  z-index: 6;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  opacity: 0;
  transition: 0.5s ease all;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list,
  .megamenu ul.megamenu-nav-list {
    opacity: 1;
    position: unset;
    right: unset;
    top: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    height: auto;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list.__active,
.megamenu ul.megamenu-nav-list.__active {
  right: 0 !important;
  display: block;
  right: 0;
  top: unset;
  bottom: unset;
  position: relative;
  opacity: 1;
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list li.megamenu-item,
.megamenu ul.megamenu-nav-list li.megamenu-item {
  position: relative;
  padding: 0 22px;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list li.megamenu-item,
  .megamenu ul.megamenu-nav-list li.megamenu-item {
    padding: 0;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list li.megamenu-item button,
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list li.megamenu-item a,
.megamenu ul.megamenu-nav-list li.megamenu-item button,
.megamenu ul.megamenu-nav-list li.megamenu-item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-weight: 600;
  width: 100%;
  text-align: left;
  position: unset;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list li.megamenu-item button,
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list li.megamenu-item a,
  .megamenu ul.megamenu-nav-list li.megamenu-item button,
  .megamenu ul.megamenu-nav-list li.megamenu-item a {
    border: none;
    color: #333333;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu div.megamenu-nav-text,
.megamenu div.megamenu-nav-text {
  display: none;
  z-index: 6;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu div.megamenu-nav-text,
  .megamenu div.megamenu-nav-text {
    display: block;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu div.megamenu-nav-text > p,
.megamenu div.megamenu-nav-text > p {
  color: #32383C;
}

.__mobile .megamenu-column-one, .__mobile .megamenu-column-two {
  height: 100vh;
  opacity: 0;
  right: -100%;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
}
.__mobile .megamenu-column-one.__active, .__mobile .megamenu-column-two.__active {
  opacity: 1;
  right: 0;
  display: block;
}
.__mobile .megamenu-column-one.__left {
  opacity: 0;
  right: 200%;
}
.__mobile .megamenu-column-one .backto {
  margin-bottom: 15px;
}
.__mobile .megamenu-column-two {
  display: none;
}
.__mobile .megamenu-column-two.__active {
  display: block;
}
.__mobile .megamenu-column-two .megamenu-tab-content.__active .megamenu-nav-list,
.__mobile .megamenu-column-two .megamenu-tab-content.__active .megamenu-nav-text {
  bottom: unset;
  opacity: 1;
  position: relative;
  right: 0 !important;
  top: unset;
  opacity: 1 !important;
}
.__mobile .megamenu-container,
.__mobile .megamenu .row,
.__mobile .megamenu .woocommerce .woocommerce-order .woocommerce-notice,
.woocommerce .woocommerce-order .__mobile .megamenu .woocommerce-notice,
.__mobile .megamenu .woocommerce .woocommerce-order > p,
.woocommerce .__mobile .megamenu .woocommerce-order > p,
.__mobile .megamenu .woocommerce .woocommerce-order ul.woocommerce-order-overview,
.woocommerce .woocommerce-order .__mobile .megamenu ul.woocommerce-order-overview,
.__mobile .megamenu .woocommerce .woocommerce-order section,
.woocommerce .woocommerce-order .__mobile .megamenu section,
.__mobile .megamenu .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout,
.woocommerce-checkout.page .wp-block-woocommerce-checkout .__mobile .megamenu .wc-block-components-sidebar-layout,
.__mobile .megamenu .wc-block-mini-cart__template-part {
  padding: 0;
}
.__mobile .megamenu-container {
  max-width: 100%;
}
.__mobile .megamenu-nav-list, .__mobile .megamenu-nav-text {
  background-color: #2a2a2a;
  overflow-y: auto;
}
.__mobile .megamenu .nav {
  padding: 0;
}

.backto,
.backtomega {
  background-color: #333333;
  position: relative;
}
.backto button,
.backtomega button {
  font-size: 1.5rem !important;
  color: #FFFFFF;
  padding: 20px 20px 20px 42px;
  z-index: 5;
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  text-align: left;
  right: unset;
}
.backto button::after,
.backtomega button::after {
  position: absolute;
  content: "\e95e";
  font-size: 10px;
  color: #fff;
  display: inline-block;
  margin: 0 30px 0 0;
  opacity: 1;
  left: 20px;
  right: auto;
  top: 45%;
}
@media (min-width: 1200px) {
  .backto,
  .backtomega {
    display: none !important;
  }
}

.header {
  background: #FFFFFF;
  border-bottom: 1px solid transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 15px 0;
  transition: 0.3s ease all;
}
@media (min-width: 1200px) {
  .header {
    position: relative;
    border-bottom: 1px solid #979797;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
  }
}
.header-logo {
  display: block;
  width: 253px;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .header-logo {
    width: 352px;
  }
}
.header-opts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-aux {
  display: none;
  background: #6c6c6c;
  position: relative;
  z-index: 55555;
}
@media (min-width: 1200px) {
  .header-aux {
    overflow-y: inherit;
    background: none;
    width: auto;
    opacity: 1;
    background: #333333;
    z-index: 21;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .header-aux-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.footer {
  background: #333333;
  padding: 40px 0 100px 0;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .footer {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 70px 0 50px 0;
  }
}
.footer-signup {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .footer-signup {
    margin-bottom: 46px;
    padding-bottom: 58px;
  }
}
.footer-signup-title {
  font-size: 1.125rem;
  font-weight: 700;
  height: 100%;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .footer-signup-title {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.8125rem;
  }
}
.footer-signup-form {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .footer-signup-form {
    justify-content: flex-end;
  }
}
.footer-signup-form .field_wrap {
  width: 100%;
  flex: 1 1 auto;
  margin: 0 36px 0 0;
}
.footer-signup-form .field_wrap input {
  background: none;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  padding: 12px 0;
  color: #FFFFFF;
  border-radius: 0;
}
.footer-signup-form a.button.__slidein,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.button:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.button:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.button.wp-block-button__link,
.footer-signup-form .woocommerce .product-page .product-info .cart .variations a.__slidein.reset_variations,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.footer-signup-form .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.wp-block-button__link,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form a.__slidein.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .footer-signup-form .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.wp-block-button__link, .footer-signup-form a.__slidein.slick-autoplay-toggle-button,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.slick-autoplay-toggle-button:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.slick-autoplay-toggle-button:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.slick-autoplay-toggle-button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.slick-autoplay-toggle-button.wp-block-button__link, .footer-signup-form [id^=mc_embed] a.button,
.footer-signup-form [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations a.reset_variations,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form [id^=mc_embed] a.reset_variations, [id^=mc_embed] .footer-signup-form a.button,
[id^=mc_embed] .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .footer-signup-form a.reset_variations, .footer-signup-form [id^=mc_embed] a.slick-autoplay-toggle-button, [id^=mc_embed] .footer-signup-form a.slick-autoplay-toggle-button {
  color: #333333;
}
.footer-signup-form a.button.__slidein:hover,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.button:hover:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.button.reset_variations:hover:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.button:hover:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.button.reset_variations:hover:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.button.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.button.wp-block-button__link:hover,
.footer-signup-form .woocommerce .product-page .product-info .cart .variations a.__slidein.reset_variations:hover,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:hover:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:hover:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:hover:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations:hover:not(.__outline),
.footer-signup-form .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.wp-block-button__link:hover,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form a.__slidein.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:hover:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .footer-signup-form .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.wp-block-button__link:hover, .footer-signup-form a.__slidein.slick-autoplay-toggle-button:hover,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.slick-autoplay-toggle-button:hover:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.slick-autoplay-toggle-button:hover:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.slick-autoplay-toggle-button.reset_variations:hover:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.slick-autoplay-toggle-button.wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.slick-autoplay-toggle-button.wp-block-button__link:hover, .footer-signup-form [id^=mc_embed] a.button:hover,
.footer-signup-form [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations a.reset_variations:hover,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form [id^=mc_embed] a.reset_variations:hover, [id^=mc_embed] .footer-signup-form a.button:hover,
[id^=mc_embed] .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations:hover,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .footer-signup-form a.reset_variations:hover, .footer-signup-form [id^=mc_embed] a.slick-autoplay-toggle-button:hover, [id^=mc_embed] .footer-signup-form a.slick-autoplay-toggle-button:hover, .footer-signup-form a.button.__slidein:focus,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.button:focus:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.button.reset_variations:focus:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.button:focus:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.button.reset_variations:focus:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.button.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.button.wp-block-button__link:focus,
.footer-signup-form .woocommerce .product-page .product-info .cart .variations a.__slidein.reset_variations:focus,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:focus:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:focus:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:focus:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations:focus:not(.__outline),
.footer-signup-form .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.wp-block-button__link:focus,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form a.__slidein.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:focus:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .footer-signup-form .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.wp-block-button__link:focus, .footer-signup-form a.__slidein.slick-autoplay-toggle-button:focus,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.slick-autoplay-toggle-button:focus:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.slick-autoplay-toggle-button:focus:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.slick-autoplay-toggle-button.reset_variations:focus:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.slick-autoplay-toggle-button.wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.slick-autoplay-toggle-button.wp-block-button__link:focus, .footer-signup-form [id^=mc_embed] a.button:focus,
.footer-signup-form [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations a.reset_variations:focus,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form [id^=mc_embed] a.reset_variations:focus, [id^=mc_embed] .footer-signup-form a.button:focus,
[id^=mc_embed] .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations:focus,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .footer-signup-form a.reset_variations:focus, .footer-signup-form [id^=mc_embed] a.slick-autoplay-toggle-button:focus, [id^=mc_embed] .footer-signup-form a.slick-autoplay-toggle-button:focus, .footer-signup-form a.button.__slidein:active,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.button:active:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:active:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.button.reset_variations:active:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.button:active:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.button.reset_variations:active:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.button.wp-block-button__link:active,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.button.wp-block-button__link:active,
.footer-signup-form .woocommerce .product-page .product-info .cart .variations a.__slidein.reset_variations:active,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:active:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:active:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:active:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:active:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:active:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations:active:not(.__outline),
.footer-signup-form .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link:active,
.wp-block-woocommerce-empty-cart-block .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations.wp-block-button__link:active,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form a.__slidein.reset_variations:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.button:active:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.slick-autoplay-toggle-button:active:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.button:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.slick-autoplay-toggle-button:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations:active:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .footer-signup-form .wp-block-woocommerce-empty-cart-block a.reset_variations.wp-block-button__link:active,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.reset_variations.wp-block-button__link:active, .footer-signup-form a.__slidein.slick-autoplay-toggle-button:active,
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:active:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .footer-signup-form a.slick-autoplay-toggle-button:active:not(.__outline),
.footer-signup-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:active:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .footer-signup-form a.slick-autoplay-toggle-button.reset_variations:active:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .footer-signup-form a.slick-autoplay-toggle-button:active:not(.__outline),
.footer-signup-form :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:active:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .footer-signup-form a.slick-autoplay-toggle-button.reset_variations:active:not(.__outline),
.footer-signup-form .wp-block-woocommerce-empty-cart-block a.slick-autoplay-toggle-button.wp-block-button__link:active,
.wp-block-woocommerce-empty-cart-block .footer-signup-form a.slick-autoplay-toggle-button.wp-block-button__link:active, .footer-signup-form [id^=mc_embed] a.button:active,
.footer-signup-form [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations a.reset_variations:active,
.woocommerce .product-page .product-info .cart .variations .footer-signup-form [id^=mc_embed] a.reset_variations:active, [id^=mc_embed] .footer-signup-form a.button:active,
[id^=mc_embed] .footer-signup-form .woocommerce .product-page .product-info .cart .variations a.reset_variations:active,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .footer-signup-form a.reset_variations:active, .footer-signup-form [id^=mc_embed] a.slick-autoplay-toggle-button:active, [id^=mc_embed] .footer-signup-form a.slick-autoplay-toggle-button:active {
  color: #333333;
}
.footer-download {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer-download {
    padding: 0;
  }
}
.footer-nav li {
  margin: 0 0 10px 0;
}
.footer-nav li > a {
  color: #FFFFFF;
  font-size: 1rem;
}
.footer-nav li > a .__underline {
  padding-bottom: 2px;
  position: relative;
}
.footer-nav li > a .__underline::before {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #008539;
  position: absolute;
  transition: all 0.3s;
}
.footer-nav li:hover a .__underline::before, .footer-nav li:focus a .__underline::before {
  width: 100%;
}
.footer-smallprint {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .footer-smallprint {
    padding-top: 70px;
  }
}
.footer-smallprint > p:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .footer-smallprint {
    font-size: 0.9375rem;
  }
}
.footer-smallprint a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  display: inline;
}
.footer-smallprint a:hover, .footer-smallprint a:focus, .footer-smallprint a:active {
  text-decoration: none;
  color: #FFC600;
}
.footer .socialwrap {
  margin: 10px 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer .socialwrap {
    margin: 0 0 30px 0;
  }
}
.footer .socialwrap .socialicon::before {
  color: #FFFFFF;
  font-size: 20px;
}
.footer .socialwrap .socialicon:hover, .footer .socialwrap .socialicon:focus {
  color: #FFC600;
}
.footer .socialwrap .socialicon:hover::before, .footer .socialwrap .socialicon:focus::before {
  color: #FFC600;
}

.sidebar {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .sidebar:has(.sidebar-image.__staff) {
    height: calc(100% - 230px);
  }
  .sidebar:has(.sidebar-image.__staff) .sidebar-indent {
    transform: translateY(-230px);
  }
}
.sidebar-image {
  margin-bottom: 30px;
  width: 100%;
  height: 380px;
  border: 10px solid #f2f0f0;
  background-color: #f2f0f0;
  z-index: 3;
}
@media (min-width: 992px) {
  .sidebar-image {
    height: 100%;
    min-height: 360px;
  }
}
.sidebar-image.objectfit-wrap {
  position: relative;
}
.sidebar-image .objectfit-ratio {
  height: 0;
  padding-bottom: 116%;
}
.sidebar-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .sidebar-image.__pull {
    margin-top: -310px;
  }
  .sidebar-image.__pull-withtabs {
    margin-top: -390px;
  }
}
@media (min-width: 992px) {
  .sidebar-image.__staff {
    transform: translateY(-260px);
  }
}
.sidebar-image.__staff img {
  background: #f2f0f0;
}
.sidebar-image.__publication .objectfit-ratio {
  padding-bottom: 116%;
}
.sidebar-image.__publication img {
  background: #f2f0f0;
}
.sidebar-indent {
  padding-left: 38px;
  border-left: 2px solid #008539;
}
.sidebar-meta-title {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  opacity: 0.7;
  font-size: 1rem;
  font-weight: 700;
}
.sidebar-meta-description {
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.sidebar-meta-description.__green {
  color: #008539;
}
.sidebar-meta-description[href]:hover, .sidebar-meta-description[href]:focus, .sidebar-meta-description[href]:active {
  color: #008539;
  text-decoration: underline;
}
.sidebar-meta-list {
  padding-bottom: 10px;
}
.sidebar-meta-item {
  padding-bottom: 19px;
}
.sidebar-meta-item a {
  color: #008539;
  text-decoration: underline;
}
.sidebar-meta-item a:hover, .sidebar-meta-item a:focus {
  text-decoration: none;
}
.sidebar-meta-social-icons {
  gap: 10px;
}
.sidebar-meta-social-icons a.__socialicon .icon::before {
  color: #FFFFFF;
  font-size: 1rem;
  transition: 0.3s ease all;
}
.sidebar-meta-social-icons a.__socialicon .icon::after {
  content: none;
}
.sidebar-meta-social-icons a.__socialicon .academia-icon {
  width: 2.75rem;
  height: auto;
}
.sidebar-meta-social-icons a.__socialicon:hover .icon::before, .sidebar-meta-social-icons a.__socialicon:focus .icon::before {
  transform: translateY(-2px);
}
.sidebar-social .socialwrap {
  margin: 0;
  flex-wrap: wrap;
}
.sidebar-sponsor {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  display: block !important;
}
.sidebar-sponsor::before {
  content: "";
  width: 164px;
  height: 1px;
  background: #E1E1E1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  .sidebar-sponsor {
    padding-top: 0;
    margin-top: 0;
    padding-left: 42px;
  }
  .sidebar-sponsor::before {
    width: 1px;
    height: 80%;
  }
}
@media (min-width: 992px) {
  .sidebar-sponsor {
    padding-left: 0;
    padding-top: 42px;
    margin-top: 42px;
  }
  .sidebar-sponsor::before {
    width: 164px;
    height: 1px;
  }
}
.sidebar-sponsor-title {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.3125rem;
  margin-bottom: 11px;
}
.sidebar-sponsor-item {
  width: 250px;
  height: 156px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sidebar-sponsor-item {
    width: 163px;
    height: 102px;
  }
}

@media (min-width: 1200px) {
  .flexibleblocks.__sidebar .row > [class*=col]:nth-of-type(odd) .explore-item, .flexibleblocks.__sidebar .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item, .woocommerce .woocommerce-order .flexibleblocks.__sidebar .woocommerce-notice > [class*=col]:nth-of-type(odd) .explore-item,
  .flexibleblocks.__sidebar .woocommerce .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item,
  .woocommerce .flexibleblocks.__sidebar .woocommerce-order > p > [class*=col]:nth-of-type(odd) .explore-item,
  .flexibleblocks.__sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item,
  .woocommerce .woocommerce-order .flexibleblocks.__sidebar ul.woocommerce-order-overview > [class*=col]:nth-of-type(odd) .explore-item,
  .flexibleblocks.__sidebar .woocommerce .woocommerce-order section > [class*=col]:nth-of-type(odd) .explore-item,
  .woocommerce .woocommerce-order .flexibleblocks.__sidebar section > [class*=col]:nth-of-type(odd) .explore-item, .flexibleblocks.__sidebar .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout .flexibleblocks.__sidebar .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(odd) .explore-item, .flexibleblocks.__sidebar .wc-block-mini-cart__template-part > [class*=col]:nth-of-type(odd) .explore-item {
    padding: 80px 59px 80px 93px;
  }
}
@media (min-width: 1200px) {
  .flexibleblocks.__sidebar .row > [class*=col]:nth-of-type(even) .explore-item, .flexibleblocks.__sidebar .woocommerce .woocommerce-order .woocommerce-notice > [class*=col]:nth-of-type(even) .explore-item, .woocommerce .woocommerce-order .flexibleblocks.__sidebar .woocommerce-notice > [class*=col]:nth-of-type(even) .explore-item,
  .flexibleblocks.__sidebar .woocommerce .woocommerce-order > p > [class*=col]:nth-of-type(even) .explore-item,
  .woocommerce .flexibleblocks.__sidebar .woocommerce-order > p > [class*=col]:nth-of-type(even) .explore-item,
  .flexibleblocks.__sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview > [class*=col]:nth-of-type(even) .explore-item,
  .woocommerce .woocommerce-order .flexibleblocks.__sidebar ul.woocommerce-order-overview > [class*=col]:nth-of-type(even) .explore-item,
  .flexibleblocks.__sidebar .woocommerce .woocommerce-order section > [class*=col]:nth-of-type(even) .explore-item,
  .woocommerce .woocommerce-order .flexibleblocks.__sidebar section > [class*=col]:nth-of-type(even) .explore-item, .flexibleblocks.__sidebar .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(even) .explore-item, .woocommerce-checkout.page .wp-block-woocommerce-checkout .flexibleblocks.__sidebar .wc-block-components-sidebar-layout > [class*=col]:nth-of-type(even) .explore-item, .flexibleblocks.__sidebar .wc-block-mini-cart__template-part > [class*=col]:nth-of-type(even) .explore-item {
    padding: 80px 59px 80px 76px;
  }
}
.flexibleblocks.__sidebar .flexibleblocks-block .container, .flexibleblocks.__sidebar .flexibleblocks-block .woocommerce-notices-wrapper, .flexibleblocks.__sidebar .flexibleblocks-block .woocommerce .woocommerce-order, .woocommerce .flexibleblocks.__sidebar .flexibleblocks-block .woocommerce-order, .flexibleblocks.__sidebar .flexibleblocks-block .woocommerce-checkout.page .wp-block-woocommerce-checkout, .woocommerce-checkout.page .flexibleblocks.__sidebar .flexibleblocks-block .wp-block-woocommerce-checkout, .flexibleblocks.__sidebar .flexibleblocks-block .wc-block-components-drawer__content, .flexibleblocks.__sidebar .flexibleblocks-block .wp-block-woocommerce-cart, .flexibleblocks.__sidebar .flexibleblocks-block .woocommerce.my-account-container, .flexibleblocks.__sidebar .flexibleblocks-block .variable-modal-container .modalblock-container, .variable-modal-container .flexibleblocks.__sidebar .flexibleblocks-block .modalblock-container {
  padding: 0 !important;
}

.stickyNav {
  display: block;
  position: sticky;
  transition: 0.3s ease all;
  z-index: 9999;
  min-height: 90px;
}
.stickyNav.__sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease all;
}
.stickyNav.__sticky + main .page-navigation.__sticky {
  top: 90px;
}
.stickyNav.__sticky .header {
  opacity: 1;
  top: 0;
}
.stickyNav.__navFade .header {
  opacity: 0;
}

.contact {
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  .contact {
    padding: 80px 0 0 0;
  }
}
.contact-contactus {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .contact-contactus {
    padding-bottom: 100px;
  }
}
.contact-info {
  margin-bottom: 50px;
}
.contact-info-image.objectfit-wrap {
  position: relative;
}
.contact-info-image .objectfit-ratio {
  height: 0;
  padding-bottom: 82%;
}
.contact-info-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info-itemwrap {
  background-color: #333333;
  padding: 30px 15px 20px 15px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .contact-info-itemwrap {
    padding: 30px 35px 20px 35px;
  }
}
.contact-info-item {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contact-info-item {
    margin-bottom: 40px;
  }
}
.contact-info-item-title {
  color: #FFFFFF;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.25rem;
  margin: 0 0 6px 0;
}
@media (min-width: 768px) {
  .contact-info-item-title {
    font-size: 1.625rem;
  }
}
.contact-info-item-description {
  color: #FFFFFF;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.0625rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact-info-item-description {
    font-size: 1.125rem;
  }
}
.contact-info-item-description[href]:hover, .contact-info-item-description[href]:focus, .contact-info-item-description[href]:active {
  text-decoration: underline;
}
.contact-info .socialwrap {
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .contact-info .socialwrap {
    padding-top: 0;
  }
}
.contact-location {
  background-color: #008539;
  color: #FFFFFF;
  overflow: hidden;
}
.contact-location-content {
  height: 100%;
  padding: 50px 30px;
}
@media (min-width: 768px) {
  .contact-location-content {
    padding: 50px 0 50px 70px;
  }
}
@media (min-width: 1400px) {
  .contact-location-content {
    padding: 50px 0 50px 130px;
  }
}
.contact-location-title {
  font-size: 2rem;
  line-height: 1;
  display: block;
  margin-bottom: 13px;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
@media (min-width: 768px) {
  .contact-location-title {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .contact-location-title {
    font-size: 3.75rem;
  }
}
.contact-location-button {
  padding-top: 30px;
}
.contact-location-map {
  background: #f2f0f0;
  min-height: 408px;
  height: 100%;
}

.mapinfowindow {
  color: #333333;
  padding: 0 0 10px 10px;
}
.mapinfowindow-paragraph {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* These styles accompany the Glossary (premium) plugin. If the plugin is changed, they styles will need to be rewritten */
.glossary-list {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .glossary-list {
    padding-bottom: 129px;
  }
}
.glossary-list-key {
  display: flex;
  gap: 10px 2px;
  flex-wrap: wrap;
  padding: 46px 0;
}
@media (min-width: 768px) {
  .glossary-list-key {
    padding: 56px 0 68px 0;
  }
}
.glossary-list-item:hover .listitem-article-title, .glossary-list-item:focus .listitem-article-title {
  color: #333333;
}
.glossary-list-item-title {
  background-color: #FFC600;
  margin-bottom: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .glossary-list-item-title {
    width: 74px;
    height: 74px;
  }
}
.glossary-list .listitem-article:hover .listitem-article-title span, .glossary-list .listitem-article:focus .listitem-article-title span {
  background-size: 0% 2px;
  color: #333333;
}
.glossary-list .listitem-article-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .glossary-list .listitem-article-title {
    font-size: 1.75rem;
  }
}
.glossary-list .listitem-article-title span {
  background-image: linear-gradient(#FFC600, #FFC600);
  background-size: 100% 2px;
}
.glossary-list .listitem-article-text {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
}
.glossary-list .container-fluid, .glossary-list .container-sm, .glossary-list .container-md, .glossary-list .container-lg, .glossary-list .container-xl {
  max-width: 1280px;
}

.glossary-tooltip-text {
  font-size: 16px;
}
.glossary-tooltip .glossary-link a {
  background: none;
  border-bottom: 2px dotted #008539 !important;
  font-weight: 400;
  padding: 0;
  text-decoration: none !important;
}
.glossary-tooltip .glossary-link a:hover, .glossary-tooltip .glossary-link a:focus {
  border-bottom: 2px dotted transparent !important;
}

.single-glossary .textblock {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .single-glossary .textblock {
    padding-bottom: 60px;
  }
}

.news-list,
.multimedia-list {
  padding-bottom: 40px;
  margin-top: 40px;
}
.news-list-item,
.multimedia-list-item {
  position: relative;
}
.news-list-item:hover .listitem-article-title span, .news-list-item:focus .listitem-article-title span,
.multimedia-list-item:hover .listitem-article-title span,
.multimedia-list-item:focus .listitem-article-title span {
  background-size: 100% 1px;
}
.news-list-item .objectfit-wrap,
.multimedia-list-item .objectfit-wrap {
  position: relative;
  height: 100%;
}
.news-list-item .objectfit-ratio,
.multimedia-list-item .objectfit-ratio {
  height: 0;
  padding-bottom: 63%;
}
.news-list-item .objectfit,
.multimedia-list-item .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.news-list-item .listitem-article,
.multimedia-list-item .listitem-article {
  color: #333333;
  padding: 0;
  margin: 0;
  line-height: 1.125;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
.news-list-item .listitem-article-title,
.multimedia-list-item .listitem-article-title {
  transition: 0.3s ease all;
  font-size: 1.5rem;
  line-height: 1.1111;
  font-weight: 500;
  transition: all 0.3s;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
.news-list-item .listitem-article-title span,
.multimedia-list-item .listitem-article-title span {
  background-position: 0 80%;
}
.news-list-item .listitem-article-description,
.multimedia-list-item .listitem-article-description {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  color: #32383C;
  line-height: 1.68;
  padding-top: 8px;
}
.news-list-item .listitem-content,
.multimedia-list-item .listitem-content {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .news-list-item .listitem-content,
  .multimedia-list-item .listitem-content {
    padding: 0;
  }
}
.news-list-item:hover h2, .news-list-item:focus h2, .news-list-item:active h2,
.multimedia-list-item:hover h2,
.multimedia-list-item:focus h2,
.multimedia-list-item:active h2 {
  color: #008539;
}
.news-type,
.multimedia-type {
  position: absolute;
  top: 10px;
  right: 9px;
  z-index: 2;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 13.5px;
}
.news-type .icon,
.multimedia-type .icon {
  margin-right: 5px;
  transform: translateY(-2px);
}
.news-type .icon::before,
.multimedia-type .icon::before {
  content: "\e938";
}
.news-type.__purple,
.multimedia-type.__purple {
  color: #FFFFFF;
  background: #9242ED;
}
.news-type.__purple .icon,
.multimedia-type.__purple .icon {
  color: #FFFFFF;
  font-size: 0.875rem;
}
.news-type.__purple .icon::before,
.multimedia-type.__purple .icon::before {
  content: "\e940";
}
.news-type.__lightpurple,
.multimedia-type.__lightpurple {
  color: #685BC7;
  background: #d1ceee;
}
.news-type.__lightpurple .icon,
.multimedia-type.__lightpurple .icon {
  color: #685BC7;
  font-size: 0.875rem;
}
.news-type.__lightpurple .icon::before,
.multimedia-type.__lightpurple .icon::before {
  content: "\e916";
}
.news-type.__yellow,
.multimedia-type.__yellow {
  color: #333333;
  background: #ffc600;
}
.news-type.__yellow .icon,
.multimedia-type.__yellow .icon {
  color: #333333;
  font-size: 0.75rem;
}
.news-type.__yellow .icon::before,
.multimedia-type.__yellow .icon::before {
  content: "\e938";
}
.news-type.__green,
.multimedia-type.__green {
  color: #008539;
  background: #d5f1e2;
}
.news-type.__green .icon,
.multimedia-type.__green .icon {
  color: #008539;
  font-size: 0.875rem;
}
.news-type.__green .icon::before,
.multimedia-type.__green .icon::before {
  content: "\e924";
}
.news-type.__lightgreen,
.multimedia-type.__lightgreen {
  color: #333333;
  background: #DBFD77;
}
.news-type.__lightgreen .icon,
.multimedia-type.__lightgreen .icon {
  color: #333333;
  font-size: 0.875rem;
}
.news-type.__lightgreen .icon::before,
.multimedia-type.__lightgreen .icon::before {
  content: "\e93f";
}
.news-type.__pink,
.multimedia-type.__pink {
  color: #B200AB;
  background: #FFE6FE;
}
.news-type.__pink .icon,
.multimedia-type.__pink .icon {
  color: #B200AB;
  font-size: 0.875rem;
}
.news-type.__pink .icon::before,
.multimedia-type.__pink .icon::before {
  content: "\e921";
}
.news-type.__orange,
.multimedia-type.__orange {
  color: #333333;
  background: #FF9C00;
}
.news-type.__orange .icon,
.multimedia-type.__orange .icon {
  color: #333333;
  font-size: 0.875rem;
}
.news-type.__orange .icon::before,
.multimedia-type.__orange .icon::before {
  content: "\e92b";
}
.news-type.__blue,
.multimedia-type.__blue {
  color: #0A3D85;
  background: #9CC5FF;
}
.news-type.__blue .icon,
.multimedia-type.__blue .icon {
  color: #0A3D85;
  font-size: 0.875rem;
}
.news-type.__blue .icon::before,
.multimedia-type.__blue .icon::before {
  content: "\e936";
}
.news-type.__lightblue,
.multimedia-type.__lightblue {
  color: #00839A;
  background: #D9F5FA;
}
.news-type.__lightblue .icon,
.multimedia-type.__lightblue .icon {
  color: #00839A;
  font-size: 1rem;
  transform: translateY(0px);
}
.news-type.__lightblue .icon::before,
.multimedia-type.__lightblue .icon::before {
  content: "\e92e";
}

.event-list,
.course-list {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .event-list,
  .course-list {
    padding: 40px 0 76px 0;
  }
}
.event-list-item,
.course-list-item {
  width: 100%;
}
.event-list-item-info,
.course-list-item-info {
  padding: 0 0 49px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
@media (min-width: 992px) {
  .event-list-item-info,
  .course-list-item-info {
    padding: 47px 0 49px 100px;
    border-bottom: none;
  }
}
.event-list-item-info li,
.course-list-item-info li {
  font-size: 1rem;
  line-height: 1;
}
.event-list-item-info-title,
.course-list-item-info-title {
  font-size: 1.875rem;
  line-height: 1.1111;
  font-weight: 500;
  margin: 11px 0 2px 0;
  transition: all 0.3s;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
.event-list-item-info-text,
.course-list-item-info-text {
  padding-bottom: 15px;
  font-size: 1.0625rem;
  line-height: 1.58823;
}
.event-list-item:hover .event-list-item-info-title,
.event-list-item:hover .shortcourse-list-item-info-title, .event-list-item:focus .event-list-item-info-title,
.event-list-item:focus .shortcourse-list-item-info-title,
.course-list-item:hover .event-list-item-info-title,
.course-list-item:hover .shortcourse-list-item-info-title,
.course-list-item:focus .event-list-item-info-title,
.course-list-item:focus .shortcourse-list-item-info-title {
  color: #008539;
}
.event-list-item:hover .__outline, .event-list-item:focus .__outline,
.course-list-item:hover .__outline,
.course-list-item:focus .__outline {
  color: white;
  background: left top/210% 100% linear-gradient(to left, white 50%, #008539 50%);
}
.event-list-item .item-status,
.course-list-item .item-status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1rem;
  line-height: 1;
  background-color: #008539;
  color: white;
  font-weight: 700;
  padding: 8px 10px;
  box-shadow: 0 10px 52px 0 rgba(0, 0, 0, 0.13);
}
@media (min-width: 992px) {
  .event-list-item .item-status,
  .course-list-item .item-status {
    left: -11px;
    top: 14px;
  }
}
.event-list-item .item-status.__dark,
.course-list-item .item-status.__dark {
  background: #333333;
}

.event-list-item img {
  aspect-ratio: 1.87;
}
@supports not (aspect-ratio: 1.87) {
  .event-list-item img::before {
    content: "";
    float: left;
    padding-top: calc(100 / 187 * 100%);
  }
  .event-list-item img::after {
    content: "";
    display: block;
    clear: both;
  }
}

.publication-list-item,
.search-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: 0.3s ease all;
  padding-bottom: 36px;
}
.publication-list-item:not(:last-child),
.search-list-item:not(:last-child) {
  border-bottom: 2px solid rgba(209, 209, 209, 0.6);
}
@media (min-width: 992px) {
  .publication-list-item:last-child,
  .search-list-item:last-child {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .publication-list-item,
  .search-list-item {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .publication-list-item,
  .search-list-item {
    padding: 40px 54px 47px 43px;
  }
}
@media (min-width: 1400px) {
  .publication-list-item,
  .search-list-item {
    margin-left: 6%;
    width: 94%;
  }
}
.publication-list-item a:not(.publication-list-item-title-wrap),
.search-list-item a:not(.publication-list-item-title-wrap) {
  position: relative;
  z-index: 3;
}
.publication-list-item .objectfit-wrap,
.search-list-item .objectfit-wrap {
  position: relative;
}
.publication-list-item-image,
.search-list-item-image {
  max-width: 400px;
  width: 100%;
  flex: 1 0 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .publication-list-item-image,
  .search-list-item-image {
    margin-bottom: 0;
    width: 184px;
    height: 240px;
    flex: 0 0 auto;
  }
}
.publication-list-item-image .objectfit-ratio,
.search-list-item-image .objectfit-ratio {
  height: 0;
  padding-bottom: 129%;
}
.publication-list-item-image .objectfit,
.search-list-item-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.publication-list-item-series,
.search-list-item-series {
  color: #333333;
  display: inline-block;
  font-size: 1rem;
  margin-top: 13px;
  transition: 0.3s ease all;
}
.publication-list-item-series:hover, .publication-list-item-series:focus,
.search-list-item-series:hover,
.search-list-item-series:focus {
  color: #008539;
}
.publication-list-item-description,
.search-list-item-description {
  color: #32383C;
  line-height: 1.68;
  font-size: 0.875rem;
  padding: 0 0 13px;
  margin-top: 13px;
}
@media (min-width: 576px) {
  .publication-list-item-description,
  .search-list-item-description {
    font-size: 1rem;
  }
}
.publication-list-item-text,
.search-list-item-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 13px;
  font-size: 1rem;
}
.publication-list-item-content,
.search-list-item-content {
  width: 100%;
}
@media (min-width: 768px) {
  .publication-list-item-content,
  .search-list-item-content {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .publication-list-item-content,
  .search-list-item-content {
    margin-left: 51px;
  }
}
.publication-list-item-content .item-meta.__article,
.search-list-item-content .item-meta.__article {
  margin-top: 10px;
}
.publication-list-item-title,
.search-list-item-title {
  transition: 0.3s ease all;
}
.publication-list-item-title-wrap .item-meta,
.search-list-item-title-wrap .item-meta {
  flex-wrap: nowrap;
  margin-top: 0;
}
.publication-list-item-title-wrap .item-meta li,
.search-list-item-title-wrap .item-meta li {
  flex: 0 1 auto;
}
.publication-list-item .button,
.publication-list-item .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .publication-list-item .reset_variations, .publication-list-item .submit_wrap button, .submit_wrap .publication-list-item button,
.publication-list-item .form-submit button,
.form-submit .publication-list-item button, .publication-list-item .slick-autoplay-toggle-button,
.search-list-item .button,
.search-list-item .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .search-list-item .reset_variations,
.search-list-item .submit_wrap button,
.submit_wrap .search-list-item button,
.search-list-item .form-submit button,
.form-submit .search-list-item button,
.search-list-item .slick-autoplay-toggle-button {
  margin-top: 13px;
}
@media (min-width: 992px) {
  .publication-listing .paging-wrap,
  .search-listing .paging-wrap {
    margin-bottom: 70px;
  }
}

.publication-list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .publication-list-item:hover, .publication-list-item:focus {
    border-color: rgba(209, 209, 209, 0);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.08);
  }
}
.publication-list-item[href]:hover .publication-list-item-title, .publication-list-item[href]:focus .publication-list-item-title,
.publication-list-item [href]:hover .publication-list-item-title,
.publication-list-item [href]:focus .publication-list-item-title {
  color: #008539;
}
.publication-list-item-title-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-list-item {
  position: relative;
}
@media (min-width: 768px) {
  .search-list-item {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .search-list-item {
    padding: 68px 0 78px 0;
  }
}
.search-list-item:not(:last-child) {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .search-list-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.search-list-item:hover .search-list-item-title, .search-list-item:focus .search-list-item-title {
  color: #008539;
}
.search-list-item:hover .button .button-text::before,
.search-list-item:hover .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::before,
.woocommerce .product-page .product-info .cart .variations .search-list-item:hover .reset_variations .button-text::before, .search-list-item:hover .submit_wrap button .button-text::before, .submit_wrap .search-list-item:hover button .button-text::before,
.search-list-item:hover .form-submit button .button-text::before,
.form-submit .search-list-item:hover button .button-text::before, .search-list-item:hover .slick-autoplay-toggle-button .button-text::before, .search-list-item:focus .button .button-text::before,
.search-list-item:focus .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::before,
.woocommerce .product-page .product-info .cart .variations .search-list-item:focus .reset_variations .button-text::before, .search-list-item:focus .submit_wrap button .button-text::before, .submit_wrap .search-list-item:focus button .button-text::before,
.search-list-item:focus .form-submit button .button-text::before,
.form-submit .search-list-item:focus button .button-text::before, .search-list-item:focus .slick-autoplay-toggle-button .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.search-list-item:hover .button .button-text::after,
.search-list-item:hover .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::after,
.woocommerce .product-page .product-info .cart .variations .search-list-item:hover .reset_variations .button-text::after, .search-list-item:hover .submit_wrap button .button-text::after, .submit_wrap .search-list-item:hover button .button-text::after,
.search-list-item:hover .form-submit button .button-text::after,
.form-submit .search-list-item:hover button .button-text::after, .search-list-item:hover .slick-autoplay-toggle-button .button-text::after, .search-list-item:focus .button .button-text::after,
.search-list-item:focus .woocommerce .product-page .product-info .cart .variations .reset_variations .button-text::after,
.woocommerce .product-page .product-info .cart .variations .search-list-item:focus .reset_variations .button-text::after, .search-list-item:focus .submit_wrap button .button-text::after, .submit_wrap .search-list-item:focus button .button-text::after,
.search-list-item:focus .form-submit button .button-text::after,
.form-submit .search-list-item:focus button .button-text::after, .search-list-item:focus .slick-autoplay-toggle-button .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}
.search-list-item.__no-image .search-list-item-content {
  margin-left: 0;
}
.search-list-item-image {
  background-color: #EFEFEF;
  height: auto;
}
@media (min-width: 768px) {
  .search-list-item-image {
    width: 299px;
  }
}
.search-list-item-image img {
  max-height: 215px;
}
.search-list-item-title {
  font-size: 1.25rem;
  line-height: 1.04;
  margin-bottom: 10px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .search-list-item-title {
    font-size: 1.75rem;
    margin-bottom: 11px;
    text-decoration: none;
  }
}
.search-list-item-title-wrap .item-meta {
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.search-list-item-title-wrap .item-meta li {
  white-space: nowrap;
}
.search-list-item-text {
  margin-bottom: 26px;
}
.search-list .textblock .no-results {
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 24px 44px 25px 44px;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .search-list .textblock .no-results {
    font-size: 1.375rem;
    justify-content: flex-start;
    text-align: left;
    flex-direction: row;
    padding-right: 70px;
  }
}
.search-list .textblock .no-results .container, .search-list .textblock .no-results .woocommerce-notices-wrapper, .search-list .textblock .no-results .woocommerce .woocommerce-order, .woocommerce .search-list .textblock .no-results .woocommerce-order, .search-list .textblock .no-results .woocommerce-checkout.page .wp-block-woocommerce-checkout, .woocommerce-checkout.page .search-list .textblock .no-results .wp-block-woocommerce-checkout, .search-list .textblock .no-results .wc-block-components-drawer__content, .search-list .textblock .no-results .wp-block-woocommerce-cart, .search-list .textblock .no-results .woocommerce.my-account-container, .search-list .textblock .no-results .variable-modal-container .modalblock-container, .variable-modal-container .search-list .textblock .no-results .modalblock-container {
  margin: 0 !important;
  padding: 0 !important;
}
.search-list .textblock .no-results .mx-auto {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.search-list .textblock .no-results .icon {
  display: inline-flex;
  align-content: center;
}
@media (min-width: 768px) {
  .search-list .textblock .no-results .icon {
    margin-right: 8px;
  }
}
.search-list .textblock .no-results .icon::before {
  content: "\e96c";
  color: #DC3E48;
  position: relative;
  top: 0;
  left: 0;
  font-size: 27px;
}
@media (min-width: 768px) {
  .search-list .textblock .no-results .icon::before {
    padding-right: 23px;
  }
}

.staff-list {
  padding: 40px 0;
}
.staff-list-item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(142, 142, 142, 0.5);
}
.staff-list-item:last-child {
  border-bottom: 0;
}
.staff-list-item-image {
  height: 66px;
  width: 66px;
  flex: 0 0 auto;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 100px;
}
.staff-list-item-text {
  padding-left: 15px;
}
.staff-list-item-text-title {
  font-weight: 500;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125rem;
  padding-bottom: 3px;
  transition: 0.3s ease all;
}
.staff-list-item:hover .staff-list-item-text-title, .staff-list-item:focus .staff-list-item-text-title {
  color: #008539;
}
.staff-list-item:hover .button,
.staff-list-item:hover .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .staff-list-item:hover .reset_variations, .staff-list-item:hover .submit_wrap button, .submit_wrap .staff-list-item:hover button,
.staff-list-item:hover .form-submit button,
.form-submit .staff-list-item:hover button, .staff-list-item:hover .slick-autoplay-toggle-button, .staff-list-item:focus .button,
.staff-list-item:focus .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .staff-list-item:focus .reset_variations, .staff-list-item:focus .submit_wrap button, .submit_wrap .staff-list-item:focus button,
.staff-list-item:focus .form-submit button,
.form-submit .staff-list-item:focus button, .staff-list-item:focus .slick-autoplay-toggle-button {
  background: left top/210% 100% linear-gradient(to right, #008539 50%, transparent 50%);
  color: #FFFFFF;
}

.timelinepage-intro {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .timelinepage-intro {
    padding: 65px 0;
  }
}
.timelinepage-intro-title {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 2.875rem;
  line-height: 0.9;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .timelinepage-intro-title {
    font-size: 3.75rem;
  }
}
.timelinepage-intro-quote {
  position: relative;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}
.timelinepage-intro-quote::before {
  content: "";
  background-color: #fff;
  background-image: url(/images/blockquote.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 25px;
  display: block;
  z-index: 2;
}
.timelinepage-intro-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #008539;
}
.timelinepage-intro-quote p {
  color: #008539;
  margin: 0 0 15px 0;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.4375rem;
  line-height: 1.3;
}
.timelinepage-intro-quote footer {
  font-weight: 500;
  color: #32383C;
}
.timelinepage-timeline {
  position: relative;
  margin: 60px 0;
}
@media (min-width: 992px) {
  .timelinepage-timeline {
    margin: 100px 0;
  }
}
.timelinepage-timeline::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 30px);
  top: -15px;
  left: 10%;
  background: #333;
}
@media (min-width: 576px) {
  .timelinepage-timeline::before {
    left: 7%;
  }
}
@media (min-width: 768px) {
  .timelinepage-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.timelinepage-block {
  position: relative;
  margin: 0 0 45px 0;
}
.timelinepage-block-title {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.875rem;
  line-height: 0.9;
  margin: 0 0 10px 0;
}
.timelinepage-block-text {
  margin: 0 0 10px 0;
}
.timelinepage-block-seemore {
  color: #008539;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 26px;
  width: 100%;
}
.timelinepage-block-seemore::before {
  content: "\e939";
  color: #008539;
  font-size: 14px;
  right: auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  position: absolute;
}
.timelinepage-block-seemore.__less::before {
  content: "\e90e";
}
.timelinepage-block-readmore {
  position: relative;
  font-size: 1.0625rem;
}
.timelinepage-block.__alt .timelinepage-img {
  height: 95px;
}
@media (min-width: 576px) {
  .timelinepage-block.__alt .timelinepage-img {
    height: 151px;
  }
}
@media (min-width: 768px) {
  .timelinepage-block.__alt .timelinepage-img {
    height: 134px;
  }
}
@media (min-width: 992px) {
  .timelinepage-block.__alt .timelinepage-img {
    height: 188px;
  }
}
@media (min-width: 1200px) {
  .timelinepage-block.__alt .timelinepage-img {
    height: 186px;
  }
}
.timelinepage-block.__alt .timelinepage-highlight {
  background: #333;
}
.timelinepage-highlight {
  position: absolute;
  top: 0;
  left: 4%;
  background-color: #008539;
  padding: 5px 8px;
  color: #fff;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-weight: 700;
  text-align: center;
  max-width: 100px;
  font-size: 0.875rem;
  z-index: 2;
  line-height: 0.9;
}
@media (min-width: 576px) {
  .timelinepage-highlight {
    left: 3%;
  }
}
@media (min-width: 768px) {
  .timelinepage-highlight {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .timelinepage-highlight {
    font-size: 1.875rem;
    max-width: 150px;
    font-weight: 400;
  }
}
.timelinepage-img {
  width: 100%;
  height: 132px;
  margin: 40px 0 20px 0;
}
@media (min-width: 576px) {
  .timelinepage-img {
    height: 204px;
  }
}
@media (min-width: 768px) {
  .timelinepage-img {
    height: 169px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .timelinepage-img {
    height: 235px;
  }
}
@media (min-width: 1200px) {
  .timelinepage-img {
    height: 233px;
  }
}
.timelinepage-diamond {
  height: 15px;
  width: 15px;
  border: 1px solid #333;
  display: block;
  position: absolute;
  top: -25px;
  left: 10%;
  transform: translate(calc(-50% + 0.5px), -50%) rotate(45deg);
}
@media (min-width: 576px) {
  .timelinepage-diamond {
    left: 7%;
  }
}
@media (min-width: 768px) {
  .timelinepage-diamond {
    left: 50%;
  }
}
.timelinepage-diamond.__bottom {
  top: auto;
  bottom: -40px;
}

.modal-container {
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  animation: fadeIn 0.3s ease;
}
.modal-container[aria-hidden=true] {
  display: none;
}

.modalblock {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(51, 51, 51, 0.27);
  z-index: 1;
  transition: all 2.3s;
}
.modalblock-container {
  background-color: white;
  margin: 120px auto;
  width: 95%;
  max-width: 746px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  box-shadow: 0 26px 20px 0 rgba(0, 0, 0, 0.08);
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 768px) {
  .modalblock-container {
    height: auto;
    width: 95%;
  }
}
@media (min-width: 992px) {
  .modalblock-container {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .modalblock-container {
    width: 60%;
  }
}
.modalblock-content {
  padding: 45px 15px 15px 15px;
  overflow: auto;
}
@media (min-width: 992px) {
  .modalblock-content {
    padding: 56px;
  }
}
.modalblock-title {
  text-align: center;
  padding: 50px 15px 15px 15px;
  margin: 0;
}
@media (min-width: 768px) {
  .modalblock-title {
    padding: 50px 100px 15px 100px;
  }
}
.modalblock-description {
  text-align: center;
}
.modalblock-image-stretched {
  margin: 30px -15px -30px -15px;
}
@media (min-width: 768px) {
  .modalblock-image-stretched {
    margin: 95px -56px -56px -56px;
  }
}
.modalblock-image-stretched.objectfit-wrap {
  position: relative;
  height: 100%;
}
.modalblock-image-stretched .objectfit-ratio {
  height: 0;
  padding-bottom: 63%;
}
.modalblock-image-stretched .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.modalblock-image-timeline img {
  max-height: 300px;
}
@media (min-width: 992px) {
  .modalblock-image-timeline img {
    max-height: 350px;
  }
}
.modalblock-slider {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.modalblock-slider::before {
  content: "";
  height: calc(100% - 80px);
  background-color: #008539;
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: -30px;
}
@media (min-width: 768px) {
  .modalblock-slider::before {
    left: -56px;
    bottom: -56px;
    right: -56px;
  }
}
.modalblock-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .modalblock-close {
    top: 20px;
    right: 20px;
  }
}
.modalblock-close::after {
  content: "\e912";
  font-size: 18px;
  color: #333333;
  opacity: 0.5;
  transition: 0.3s ease all;
}
.modalblock-close:hover, .modalblock-close:focus {
  opacity: 1;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .percentbar_blue,
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar .percentbar_blue {
  background-color: #008539;
}
.gform_wrapper .gform-body .gform_fields,
.gform_wrapper.gravity-theme .gform-body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform-body fieldset,
.gform_wrapper .gform-body .gfield,
.gform_wrapper.gravity-theme .gform-body fieldset,
.gform_wrapper.gravity-theme .gform-body .gfield {
  position: relative;
}
.gform_wrapper .gform-body fieldset.gfield--type-section,
.gform_wrapper .gform-body .gfield.gfield--type-section,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.gform_wrapper .gform-body fieldset.gfield--type-section .gsection_description a,
.gform_wrapper .gform-body .gfield.gfield--type-section .gsection_description a,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-section .gsection_description a,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-section .gsection_description a {
  cursor: pointer;
}
.gform_wrapper .gform-body fieldset.gfield--has-description.field_description_above .gfield_label,
.gform_wrapper .gform-body .gfield.gfield--has-description.field_description_above .gfield_label,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--has-description.field_description_above .gfield_label,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--has-description.field_description_above .gfield_label {
  transform: translateY(2.3em) !important;
}
.gform_wrapper .gform-body fieldset.gfield--has-description.field_description_above .gfield_label.__label-shift,
.gform_wrapper .gform-body .gfield.gfield--has-description.field_description_above .gfield_label.__label-shift,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--has-description.field_description_above .gfield_label.__label-shift,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--has-description.field_description_above .gfield_label.__label-shift {
  transform: translate(-3px, 32px) scale(0.875) !important;
}
.gform_wrapper .gform-body fieldset.gfield--type-choice .gfield_label,
.gform_wrapper .gform-body .gfield.gfield--type-choice .gfield_label,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-choice .gfield_label,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-choice .gfield_label {
  color: #333333;
}
.gform_wrapper .gform-body fieldset.gfield--type-address .ginput_container > span,
.gform_wrapper .gform-body .gfield.gfield--type-address .ginput_container > span,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-address .ginput_container > span,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-address .ginput_container > span {
  position: relative;
}
.gform_wrapper .gform-body fieldset.gfield--type-address .ginput_right.address_country .ginput_address_country,
.gform_wrapper .gform-body .gfield.gfield--type-address .ginput_right.address_country .ginput_address_country,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-address .ginput_right.address_country .ginput_address_country,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-address .ginput_right.address_country .ginput_address_country {
  position: relative;
}
.gform_wrapper .gform-body fieldset.gfield--type-address .ginput_right.address_country .ginput_address_country::after,
.gform_wrapper .gform-body .gfield.gfield--type-address .ginput_right.address_country .ginput_address_country::after,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-address .ginput_right.address_country .ginput_address_country::after,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-address .ginput_right.address_country .ginput_address_country::after {
  content: "";
  border-color: #000 transparent transparent;
  border-width: 8px 5px 0;
  border-style: solid;
  height: 0;
  right: 15px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.gform_wrapper .gform-body fieldset.gfield--type-address .ginput_right.address_country select,
.gform_wrapper .gform-body .gfield.gfield--type-address .ginput_right.address_country select,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-address .ginput_right.address_country select,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-address .ginput_right.address_country select {
  border: 1px solid #DFDFDF;
  font-size: 1rem;
  height: 54px;
  padding-top: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper .gform-body fieldset.gfield--type-address .ginput_right.address_country select:focus, .gform_wrapper .gform-body fieldset.gfield--type-address .ginput_right.address_country select:active,
.gform_wrapper .gform-body .gfield.gfield--type-address .ginput_right.address_country select:focus,
.gform_wrapper .gform-body .gfield.gfield--type-address .ginput_right.address_country select:active,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-address .ginput_right.address_country select:focus,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-address .ginput_right.address_country select:active,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-address .ginput_right.address_country select:focus,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-address .ginput_right.address_country select:active {
  border-color: #008539;
  outline-color: rgba(0, 133, 57, 0.5);
}
.gform_wrapper .gform-body fieldset.gfield--type-address .ginput_right.address_country select option:checked,
.gform_wrapper .gform-body .gfield.gfield--type-address .ginput_right.address_country select option:checked,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-address .ginput_right.address_country select option:checked,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-address .ginput_right.address_country select option:checked {
  background: #008539;
  color: #FFFFFF;
}
.gform_wrapper .gform-body fieldset.gfield--type-html .button.__slidein, .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .gform_wrapper .gform-body fieldset.gfield--type-html input.button#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html a.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html button.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html input.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .gform_wrapper .gform-body fieldset.gfield--type-html input.button#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html a.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html button.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html input.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .wp-block-woocommerce-empty-cart-block .button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body fieldset.gfield--type-html .button.wp-block-button__link,
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations .__slidein.reset_variations,
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.reset_variations#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.reset_variations#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations .reset_variations.wp-block-button__link,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .__slidein.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html #respond input.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html #respond input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.reset_variations:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .reset_variations.wp-block-button__link, .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.__slidein,
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap button.wp-block-button__link, .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.__slidein,
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button.wp-block-button__link,
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.__slidein,
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body fieldset.gfield--type-html .form-submit button.wp-block-button__link,
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.__slidein,
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.reset_variations:not(.__outline),
.form-submit .gform_wrapper .gform-body fieldset.gfield--type-html .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button.wp-block-button__link, .gform_wrapper .gform-body fieldset.gfield--type-html .__slidein.slick-autoplay-toggle-button, .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.slick-autoplay-toggle-button#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .gform_wrapper .gform-body fieldset.gfield--type-html input.slick-autoplay-toggle-button#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html a.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body fieldset.gfield--type-html input.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.slick-autoplay-toggle-button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .gform_wrapper .gform-body fieldset.gfield--type-html input.slick-autoplay-toggle-button#submit,
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html a.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body fieldset.gfield--type-html input.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body fieldset.gfield--type-html .wp-block-woocommerce-empty-cart-block .slick-autoplay-toggle-button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body fieldset.gfield--type-html .slick-autoplay-toggle-button.wp-block-button__link, .gform_wrapper .gform-body fieldset.gfield--type-html [id^=mc_embed] .button,
.gform_wrapper .gform-body fieldset.gfield--type-html [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body fieldset.gfield--type-html [id^=mc_embed] .reset_variations, [id^=mc_embed] .gform_wrapper .gform-body fieldset.gfield--type-html .button,
[id^=mc_embed] .gform_wrapper .gform-body fieldset.gfield--type-html .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .gform_wrapper .gform-body fieldset.gfield--type-html .reset_variations, .gform_wrapper .gform-body fieldset.gfield--type-html [id^=mc_embed] .submit_wrap button, [id^=mc_embed] .submit_wrap .gform_wrapper .gform-body fieldset.gfield--type-html button, .gform_wrapper .gform-body fieldset.gfield--type-html .submit_wrap [id^=mc_embed] button, .submit_wrap [id^=mc_embed] .gform_wrapper .gform-body fieldset.gfield--type-html button,
.gform_wrapper .gform-body fieldset.gfield--type-html [id^=mc_embed] .form-submit button,
[id^=mc_embed] .form-submit .gform_wrapper .gform-body fieldset.gfield--type-html button,
.gform_wrapper .gform-body fieldset.gfield--type-html .form-submit [id^=mc_embed] button,
.form-submit [id^=mc_embed] .gform_wrapper .gform-body fieldset.gfield--type-html button, .gform_wrapper .gform-body fieldset.gfield--type-html [id^=mc_embed] .slick-autoplay-toggle-button, [id^=mc_embed] .gform_wrapper .gform-body fieldset.gfield--type-html .slick-autoplay-toggle-button,
.gform_wrapper .gform-body .gfield.gfield--type-html .button.__slidein,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .gform_wrapper .gform-body .gfield.gfield--type-html input.button#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html a.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html button.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html input.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .gform_wrapper .gform-body .gfield.gfield--type-html input.button#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html a.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html button.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html input.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .wp-block-woocommerce-empty-cart-block .button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body .gfield.gfield--type-html .button.wp-block-button__link,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations .__slidein.reset_variations,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations #respond input.reset_variations#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations input.reset_variations#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations #respond input.reset_variations#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce #respond .product-page .product-info .cart .variations input.reset_variations#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations a.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations a.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .submit_wrap .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .form-submit .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations input.reset_variations.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations input.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations .reset_variations.wp-block-button__link,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .__slidein.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html #respond input.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html #respond input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.reset_variations:not(.__outline),
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .wp-block-woocommerce-empty-cart-block .reset_variations.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .reset_variations.wp-block-button__link,
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.__slidein,
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap button.wp-block-button__link,
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.__slidein,
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button.wp-block-button__link,
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.__slidein,
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body .gfield.gfield--type-html .form-submit button.wp-block-button__link,
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.__slidein,
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button:not(.__outline),
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button:not(.__outline),
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.reset_variations:not(.__outline),
.form-submit .gform_wrapper .gform-body .gfield.gfield--type-html .wp-block-woocommerce-empty-cart-block button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button.wp-block-button__link,
.gform_wrapper .gform-body .gfield.gfield--type-html .__slidein.slick-autoplay-toggle-button,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.slick-autoplay-toggle-button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .gform_wrapper .gform-body .gfield.gfield--type-html input.slick-autoplay-toggle-button#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html a.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.slick-autoplay-toggle-button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper .gform-body .gfield.gfield--type-html input.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.slick-autoplay-toggle-button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .gform_wrapper .gform-body .gfield.gfield--type-html input.slick-autoplay-toggle-button#submit,
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html a.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html a.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html button.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.slick-autoplay-toggle-button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper .gform-body .gfield.gfield--type-html input.slick-autoplay-toggle-button:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html input.slick-autoplay-toggle-button.reset_variations:not(.__outline),
.gform_wrapper .gform-body .gfield.gfield--type-html .wp-block-woocommerce-empty-cart-block .slick-autoplay-toggle-button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper .gform-body .gfield.gfield--type-html .slick-autoplay-toggle-button.wp-block-button__link,
.gform_wrapper .gform-body .gfield.gfield--type-html [id^=mc_embed] .button,
.gform_wrapper .gform-body .gfield.gfield--type-html [id^=mc_embed] .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform-body .gfield.gfield--type-html [id^=mc_embed] .reset_variations,
[id^=mc_embed] .gform_wrapper .gform-body .gfield.gfield--type-html .button,
[id^=mc_embed] .gform_wrapper .gform-body .gfield.gfield--type-html .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations [id^=mc_embed] .gform_wrapper .gform-body .gfield.gfield--type-html .reset_variations,
.gform_wrapper .gform-body .gfield.gfield--type-html [id^=mc_embed] .submit_wrap button,
[id^=mc_embed] .submit_wrap .gform_wrapper .gform-body .gfield.gfield--type-html button,
.gform_wrapper .gform-body .gfield.gfield--type-html .submit_wrap [id^=mc_embed] button,
.submit_wrap [id^=mc_embed] .gform_wrapper .gform-body .gfield.gfield--type-html button,
.gform_wrapper .gform-body .gfield.gfield--type-html [id^=mc_embed] .form-submit button,
[id^=mc_embed] .form-submit .gform_wrapper .gform-body .gfield.gfield--type-html button,
.gform_wrapper .gform-body .gfield.gfield--type-html .form-submit [id^=mc_embed] button,
.form-submit [id^=mc_embed] .gform_wrapper .gform-body .gfield.gfield--type-html button,
.gform_wrapper .gform-body .gfield.gfield--type-html [id^=mc_embed] .slick-autoplay-toggle-button,
[id^=mc_embed] .gform_wrapper .gform-body .gfield.gfield--type-html .slick-autoplay-toggle-button,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .button.__slidein,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html input.button#submit,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html a.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html button.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html input.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html input.button#submit,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html a.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html button.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html input.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .wp-block-woocommerce-empty-cart-block .button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-html .button.wp-block-button__link,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .button.__slidein,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.button#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html input.button#submit,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html a.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html button.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html input.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input.button#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html input.button#submit,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html a.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html a.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html button.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html button.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html input.button:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.button.reset_variations:not(.__outline),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html input.button.reset_variations:not(.__outline),
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .wp-block-woocommerce-empty-cart-block .button.wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-html .button.wp-block-button__link {
  border-radius: 5px;
  color: #333333;
  font-weight: 700;
  padding: 15px 31px;
}
.gform_wrapper .gform-body fieldset.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after,
.gform_wrapper .gform-body .gfield.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  background-color: #008539;
}
.gform_wrapper .gform-body fieldset.gfield--image-choice-appearance-card .gchoice:focus-within,
.gform_wrapper .gform-body .gfield.gfield--image-choice-appearance-card .gchoice:focus-within,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--image-choice-appearance-card .gchoice:focus-within,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--image-choice-appearance-card .gchoice:focus-within {
  border-color: #008539;
  outline-color: rgba(0, 133, 57, 0.5);
}
.gform_wrapper .gform-body fieldset.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label,
.gform_wrapper .gform-body .gfield.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label {
  padding-left: 0;
}
.gform_wrapper .gform-body fieldset.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::before, .gform_wrapper .gform-body fieldset.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper .gform-body .gfield.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::before,
.gform_wrapper .gform-body .gfield.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::before,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::before,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--image-choice-appearance-card .ginput_container.ginput_container_radio .gchoice label::after {
  content: none;
}
.gform_wrapper .gform-body fieldset.gfield--type-time .ginput_complex,
.gform_wrapper .gform-body .gfield.gfield--type-time .ginput_complex,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-time .ginput_complex,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-time .ginput_complex {
  align-items: stretch;
}
.gform_wrapper .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select,
.gform_wrapper .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select {
  border: 1px solid #DFDFDF;
  font-size: 1rem;
  height: 100%;
  line-height: 3;
}
.gform_wrapper .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select:focus, .gform_wrapper .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select:active,
.gform_wrapper .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select:focus,
.gform_wrapper .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select:active,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select:focus,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select:active,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select:focus,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select:active {
  border-color: #008539;
  outline-color: rgba(0, 133, 57, 0.5);
}
.gform_wrapper .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select option:checked,
.gform_wrapper .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select option:checked,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-time .ginput_complex .ginput_container_time select option:checked,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-time .ginput_complex .ginput_container_time select option:checked {
  background: #008539;
  color: #FFFFFF;
}
.gform_wrapper .gform-body fieldset.gfield--type-select select,
.gform_wrapper .gform-body .gfield.gfield--type-select select,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-select select,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-select select {
  border: 1px solid #DFDFDF;
  font-size: 1rem;
  height: 47px;
  padding-top: 3px;
}
.gform_wrapper .gform-body fieldset.gfield--type-select select:focus, .gform_wrapper .gform-body fieldset.gfield--type-select select:active,
.gform_wrapper .gform-body .gfield.gfield--type-select select:focus,
.gform_wrapper .gform-body .gfield.gfield--type-select select:active,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-select select:focus,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-select select:active,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-select select:focus,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-select select:active {
  border-color: #008539;
  outline-color: rgba(0, 133, 57, 0.5);
}
.gform_wrapper .gform-body fieldset.gfield--type-select select option:checked,
.gform_wrapper .gform-body .gfield.gfield--type-select select option:checked,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-select select option:checked,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-select select option:checked {
  background: #008539;
  color: #FFFFFF;
}
.gform_wrapper .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect,
.gform_wrapper .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect {
  margin-bottom: 20px;
  position: relative;
  min-height: 54px;
}
.gform_wrapper .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect select,
.gform_wrapper .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect select,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect select,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect select {
  border: 1px solid #DFDFDF;
  height: auto;
  padding: 10px;
}
.gform_wrapper .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect select:focus, .gform_wrapper .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect select:active,
.gform_wrapper .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect select:focus,
.gform_wrapper .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect select:active,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect select:focus,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect select:active,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect select:focus,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect select:active {
  border-color: #008539;
  outline-color: rgba(0, 133, 57, 0.5);
}
.gform_wrapper .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect option:checked,
.gform_wrapper .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect option:checked,
.gform_wrapper.gravity-theme .gform-body fieldset.gfield--type-multiselect .ginput_container_multiselect option:checked,
.gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-multiselect .ginput_container_multiselect option:checked {
  background: #008539;
  color: #FFFFFF;
}
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label,
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label,
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label {
  left: 18px;
  line-height: 1.25;
  margin: 0;
  position: absolute;
  top: 0;
  transform: translateY(1em);
  transform-origin: top left;
  transition: all 0.2s ease;
}
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label.__label-shift,
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label.__label-shift,
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label.__label-shift,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label.__label-shift,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label.__label-shift,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label.__label-shift,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label.__label-shift,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label.__label-shift,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label.__label-shift,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) label.__label-shift,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gfield_label.__label-shift,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) .gform-field-label.__label-shift {
  transform: translate(-3px, 7px) scale(0.875);
}
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect),
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect),
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect),
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) {
  /* Hide placeholder if label inside field */
}
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::-webkit-input-placeholder,
.gform_wrapper .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::placeholder,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::-webkit-input-placeholder,
.gform_wrapper .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-choice, .gfield--input-type-date, .gfield--type-time, .gfield--type-fileupload, .gfield--input-type-select, .gfield--input-type-multiselect) ::placeholder {
  opacity: 0 !important;
}
.gform_wrapper .gform-body fieldset .ginput_container input:focus,
.gform_wrapper .gform-body fieldset .ginput_container textarea.textarea:focus,
.gform_wrapper .gform-body .gfield .ginput_container input:focus,
.gform_wrapper .gform-body .gfield .ginput_container textarea.textarea:focus,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container input:focus,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container textarea.textarea:focus,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container input:focus,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container textarea.textarea:focus {
  box-shadow: none;
  outline: 2px solid #008539;
}
.gform_wrapper .gform-body fieldset .ginput_container input.__input-shift,
.gform_wrapper .gform-body fieldset .ginput_container textarea.textarea.__input-shift,
.gform_wrapper .gform-body .gfield .ginput_container input.__input-shift,
.gform_wrapper .gform-body .gfield .ginput_container textarea.textarea.__input-shift,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container input.__input-shift,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container textarea.textarea.__input-shift,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container input.__input-shift,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container textarea.textarea.__input-shift {
  border: 1px solid #50575e;
  line-height: 1em;
  padding: 25px 13px 5px 13px;
}
.gform_wrapper .gform-body fieldset .ginput_container input ::-webkit-input-placeholder,
.gform_wrapper .gform-body fieldset .ginput_container input ::placeholder,
.gform_wrapper .gform-body fieldset .ginput_container textarea.textarea ::-webkit-input-placeholder,
.gform_wrapper .gform-body fieldset .ginput_container textarea.textarea ::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container input ::-webkit-input-placeholder,
.gform_wrapper .gform-body .gfield .ginput_container input ::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea.textarea ::-webkit-input-placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea.textarea ::placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container input ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container input ::placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container textarea.textarea ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container textarea.textarea ::placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container input ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container input ::placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container textarea.textarea ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container textarea.textarea ::placeholder {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container textarea,
.gform_wrapper .gform-body .gfield .ginput_container textarea,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container textarea,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container textarea {
  padding-top: 24px;
}
.gform_wrapper .gform-body fieldset .ginput_container label,
.gform_wrapper .gform-body .gfield .ginput_container label,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container label,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container label {
  color: hsla(0, 0%, 7%, 0.5);
  font-size: 1em;
}
.gform_wrapper .gform-body fieldset .ginput_container,
.gform_wrapper .gform-body .gfield .ginput_container,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container {
  /* Placeholders */
}
.gform_wrapper .gform-body fieldset .ginput_container ::-webkit-input-placeholder,
.gform_wrapper .gform-body fieldset .ginput_container ::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container ::-webkit-input-placeholder,
.gform_wrapper .gform-body .gfield .ginput_container ::placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container ::placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container ::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container ::placeholder {
  opacity: 0.6;
  color: #333333;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_complex label.gform-field-label--type-sub,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_complex label.gform-field-label--type-sub,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_complex label.gform-field-label--type-sub,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_complex label.gform-field-label--type-sub {
  padding-top: 0;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_complex span,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_complex span,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_complex span,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_complex span {
  position: relative;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_complex > p,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_complex > p,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_complex > p,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_complex > p {
  flex: 1;
  inline-size: auto;
  margin-bottom: 0;
  position: relative;
  padding: 0 6px;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_complex > p br,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_complex > p br,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_complex > p br,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_complex > p br {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_complex > p > span,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_complex > p > span,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_complex > p > span,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_complex > p > span {
  padding-inline: 0;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent {
  cursor: pointer;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent input[type=checkbox],
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent input[type=checkbox],
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent input[type=checkbox],
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent input[type=checkbox] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0 !important;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent label,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent label,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent label,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent label {
  color: #333333;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent label.gfield_consent_label,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent label.gfield_consent_label,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent label.gfield_consent_label,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent label.gfield_consent_label {
  padding-left: 24px;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent::before {
  content: "";
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent::after {
  content: "\e948";
  font-size: 14px;
  color: #008539;
  position: absolute;
  top: 4px;
  left: 5px;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent.__checked::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent.__checked::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent.__checked::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent.__checked::before {
  background: #DBE7E8;
  border-color: #008539;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_consent.__checked::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_consent.__checked::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_consent.__checked::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_consent.__checked::after {
  opacity: 1;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice {
  color: #333333;
  cursor: pointer;
  display: block;
  margin: 0 0 5px 0;
  min-height: 20px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice input[type=checkbox],
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice input[type=checkbox],
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice input[type=checkbox],
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice input[type=checkbox] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0 !important;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice label,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice label,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice label,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice label {
  color: #333333;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice label.gfield_consent_label,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice label.gfield_consent_label,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice label.gfield_consent_label,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice label.gfield_consent_label {
  padding-left: 24px;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice::before {
  content: "";
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice::after {
  content: "\e948";
  font-size: 14px;
  color: #008539;
  position: absolute;
  top: 4px;
  left: 5px;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice.__checked::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice.__checked::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice.__checked::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice.__checked::before {
  background: #DBE7E8;
  border-color: #008539;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice.__checked::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice.__checked::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice.__checked::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice.__checked::after {
  opacity: 1;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice.__focused::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice.__focused::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_checkbox .gchoice.__focused::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_checkbox .gchoice.__focused::before {
  border-color: rgb(0, 82, 35.1428571429);
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice {
  color: #333333;
  cursor: pointer;
  display: block;
  margin: 0 0 5px 0;
  min-height: 20px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice input[type=radio],
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice input[type=radio],
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice input[type=radio],
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice input[type=radio] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0 !important;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label {
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
  color: #333333;
  display: flex;
  align-items: center;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label::before, .gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label::after {
  display: block;
  width: 24px;
  height: 24px;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label:before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label:before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label:before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label:before {
  content: "";
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
  color: transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: -10px;
  transition: 0.3s ease all;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice label::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice label::after {
  content: "";
  border: 1px solid white;
  background: #008539;
  color: transparent;
  border-radius: 50%;
  transform: scale(0.4);
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: -10px;
  opacity: 0;
  transition: 0.3s ease all;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice.__checked label::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice.__checked label::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice.__checked label::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice.__checked label::before {
  background-color: #DBE7E8;
  border-color: #008539;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_radio .gchoice.__checked label::after,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_radio .gchoice.__checked label::after,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_radio .gchoice.__checked label::after,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_radio .gchoice.__checked label::after {
  opacity: 1;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .add_list_item::before,
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .add_list_item::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .add_list_item::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .add_list_item::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item::before {
  background-color: #008539;
  border-radius: 50%;
}
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:hover::before, .gform_wrapper .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:focus::before,
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:hover::before,
.gform_wrapper .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:focus::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:hover::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:focus::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:hover::before,
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:focus::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:hover::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:focus::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:hover::before,
.gform_wrapper.gravity-theme .gform-body fieldset .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:focus::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:hover::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .add_list_item:focus::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:hover::before,
.gform_wrapper.gravity-theme .gform-body .gfield .ginput_container.ginput_container_list .gfield_list_icons .delete_list_item:focus::before {
  background-color: rgb(0, 82, 35.1428571429);
}
.gform_wrapper .gform-body fieldset .gfield_label,
.gform_wrapper .gform-body .gfield .gfield_label,
.gform_wrapper.gravity-theme .gform-body fieldset .gfield_label,
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_label {
  color: rgba(51, 51, 51, 0.7);
  display: block !important;
  font-size: 1em;
}
.gform_wrapper .gform-body fieldset .gfield_label .gfield_required_text,
.gform_wrapper .gform-body .gfield .gfield_label .gfield_required_text,
.gform_wrapper.gravity-theme .gform-body fieldset .gfield_label .gfield_required_text,
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_label .gfield_required_text {
  padding-left: 6px;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer,
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 32px 0;
}
.gform_wrapper .gform_footer:has(.button[disabled=disabled],
.woocommerce .product-page .product-info .cart .variations [disabled=disabled].reset_variations, .submit_wrap button[disabled=disabled],
.form-submit button[disabled=disabled], [disabled=disabled].slick-autoplay-toggle-button),
.gform_wrapper .gform_page_footer:has(.button[disabled=disabled],
.woocommerce .product-page .product-info .cart .variations [disabled=disabled].reset_variations, .submit_wrap button[disabled=disabled],
.form-submit button[disabled=disabled], [disabled=disabled].slick-autoplay-toggle-button),
.gform_wrapper.gravity-theme .gform_footer:has(.button[disabled=disabled],
.woocommerce .product-page .product-info .cart .variations [disabled=disabled].reset_variations, .submit_wrap button[disabled=disabled],
.form-submit button[disabled=disabled], [disabled=disabled].slick-autoplay-toggle-button),
.gform_wrapper.gravity-theme .gform_page_footer:has(.button[disabled=disabled],
.woocommerce .product-page .product-info .cart .variations [disabled=disabled].reset_variations, .submit_wrap button[disabled=disabled],
.form-submit button[disabled=disabled], [disabled=disabled].slick-autoplay-toggle-button) {
  padding: 0 0 12px 0;
}
.gform_wrapper .gform_footer .button,
.gform_wrapper .gform_footer .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_footer .reset_variations, .gform_wrapper .gform_footer .submit_wrap button, .submit_wrap .gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer .form-submit button,
.form-submit .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .slick-autoplay-toggle-button,
.gform_wrapper .gform_page_footer .button,
.gform_wrapper .gform_page_footer .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_page_footer .reset_variations,
.gform_wrapper .gform_page_footer .submit_wrap button,
.submit_wrap .gform_wrapper .gform_page_footer button,
.gform_wrapper .gform_page_footer .form-submit button,
.form-submit .gform_wrapper .gform_page_footer button,
.gform_wrapper .gform_page_footer .slick-autoplay-toggle-button,
.gform_wrapper.gravity-theme .gform_footer .button,
.gform_wrapper.gravity-theme .gform_footer .submit_wrap button,
.submit_wrap .gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer .form-submit button,
.form-submit .gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer .slick-autoplay-toggle-button,
.gform_wrapper.gravity-theme .gform_page_footer .button,
.gform_wrapper.gravity-theme .gform_page_footer .submit_wrap button,
.submit_wrap .gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer .form-submit button,
.form-submit .gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer .slick-autoplay-toggle-button {
  background: right top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%) !important;
  color: #333333 !important;
  display: inline-block;
  padding: 15px 31px !important;
  border: none !important;
  border-radius: 5px !important;
  line-height: 1.06;
  text-align: center;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 576px) {
  .gform_wrapper .gform_footer .button,
  .gform_wrapper .gform_footer .woocommerce .product-page .product-info .cart .variations .reset_variations,
  .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_footer .reset_variations, .gform_wrapper .gform_footer .submit_wrap button, .submit_wrap .gform_wrapper .gform_footer button,
  .gform_wrapper .gform_footer .form-submit button,
  .form-submit .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .slick-autoplay-toggle-button,
  .gform_wrapper .gform_page_footer .button,
  .gform_wrapper .gform_page_footer .woocommerce .product-page .product-info .cart .variations .reset_variations,
  .woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_page_footer .reset_variations,
  .gform_wrapper .gform_page_footer .submit_wrap button,
  .submit_wrap .gform_wrapper .gform_page_footer button,
  .gform_wrapper .gform_page_footer .form-submit button,
  .form-submit .gform_wrapper .gform_page_footer button,
  .gform_wrapper .gform_page_footer .slick-autoplay-toggle-button,
  .gform_wrapper.gravity-theme .gform_footer .button,
  .gform_wrapper.gravity-theme .gform_footer .submit_wrap button,
  .submit_wrap .gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gravity-theme .gform_footer .form-submit button,
  .form-submit .gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gravity-theme .gform_footer .slick-autoplay-toggle-button,
  .gform_wrapper.gravity-theme .gform_page_footer .button,
  .gform_wrapper.gravity-theme .gform_page_footer .submit_wrap button,
  .submit_wrap .gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gravity-theme .gform_page_footer .form-submit button,
  .form-submit .gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gravity-theme .gform_page_footer .slick-autoplay-toggle-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.gform_wrapper .gform_footer .button:hover,
.gform_wrapper .gform_footer .woocommerce .product-page .product-info .cart .variations .reset_variations:hover,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_footer .reset_variations:hover, .gform_wrapper .gform_footer .submit_wrap button:hover, .submit_wrap .gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_footer .form-submit button:hover,
.form-submit .gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer .slick-autoplay-toggle-button:hover, .gform_wrapper .gform_footer .button:focus,
.gform_wrapper .gform_footer .woocommerce .product-page .product-info .cart .variations .reset_variations:focus,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_footer .reset_variations:focus, .gform_wrapper .gform_footer .submit_wrap button:focus, .submit_wrap .gform_wrapper .gform_footer button:focus,
.gform_wrapper .gform_footer .form-submit button:focus,
.form-submit .gform_wrapper .gform_footer button:focus, .gform_wrapper .gform_footer .slick-autoplay-toggle-button:focus,
.gform_wrapper .gform_page_footer .button:hover,
.gform_wrapper .gform_page_footer .woocommerce .product-page .product-info .cart .variations .reset_variations:hover,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_page_footer .reset_variations:hover,
.gform_wrapper .gform_page_footer .submit_wrap button:hover,
.submit_wrap .gform_wrapper .gform_page_footer button:hover,
.gform_wrapper .gform_page_footer .form-submit button:hover,
.form-submit .gform_wrapper .gform_page_footer button:hover,
.gform_wrapper .gform_page_footer .slick-autoplay-toggle-button:hover,
.gform_wrapper .gform_page_footer .button:focus,
.gform_wrapper .gform_page_footer .woocommerce .product-page .product-info .cart .variations .reset_variations:focus,
.woocommerce .product-page .product-info .cart .variations .gform_wrapper .gform_page_footer .reset_variations:focus,
.gform_wrapper .gform_page_footer .submit_wrap button:focus,
.submit_wrap .gform_wrapper .gform_page_footer button:focus,
.gform_wrapper .gform_page_footer .form-submit button:focus,
.form-submit .gform_wrapper .gform_page_footer button:focus,
.gform_wrapper .gform_page_footer .slick-autoplay-toggle-button:focus,
.gform_wrapper.gravity-theme .gform_footer .button:hover,
.gform_wrapper.gravity-theme .gform_footer .button:focus,
.gform_wrapper.gravity-theme .gform_page_footer .button:hover,
.gform_wrapper.gravity-theme .gform_page_footer .button:focus {
  background: left top/210% 100% linear-gradient(to right, #FED74F 50%, #FFC600 50%) !important;
  color: #333333 !important;
}

.logged-in .content-area,
.logged-in .woocommerce,
.logged-in .navwrap,
.logged-in .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list {
  padding-top: 46px;
}
@media (min-width: 768px) {
  .logged-in .content-area,
  .logged-in .woocommerce,
  .logged-in .navwrap,
  .logged-in .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .logged-in .content-area,
  .logged-in .woocommerce,
  .logged-in .navwrap,
  .logged-in .nav ul > li.menu-item-has-children.menu-item-has-megamenu .megamenu ul.megamenu-nav-list {
    padding-top: 0;
  }
}
.logged-in .stickyNav.__sticky {
  top: 0px;
}
@media (min-width: 768px) {
  .logged-in .stickyNav.__sticky {
    top: 32px;
  }
}
.logged-in .stickyNav.__sticky .header {
  top: 0;
}
.logged-in .stickyNav.__loggedInAdjust .header {
  top: 0;
}
.logged-in .stickyNav .header {
  top: 46px;
}
@media (min-width: 768px) {
  .logged-in .stickyNav .header {
    top: 32px;
  }
}
@media (min-width: 1200px) {
  .logged-in .stickyNav .header {
    top: 0;
  }
}
.logged-in .select2-dropdown {
  transform: translateY(46px);
}
@media (min-width: 1200px) {
  .logged-in .select2-dropdown {
    transform: translateY(32px);
  }
}

.woocommerce .account-login-and-register {
  padding: 80px 0 60px;
}
@media (min-width: 768px) {
  .woocommerce .account-login-and-register {
    padding: 120px 0 131px 0;
  }
}
.woocommerce .account-login-and-register .tabpanel {
  border: 1px solid #AFAFAF;
  border-radius: 16px;
  padding: 35px 30px;
}
@media (min-width: 768px) {
  .woocommerce .account-login-and-register .tabpanel {
    padding: 56px 52px 64px 52px;
  }
}
.woocommerce .account-login-and-register .tabpanel-head {
  border: none;
}
.woocommerce .account-login-and-register .tabpanel-tab {
  background: none;
  color: #6E6E6E;
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.21;
  padding: 0;
  position: relative;
}
.woocommerce .account-login-and-register .tabpanel-tab::after {
  content: "";
  background-color: #FFC600;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 4px;
  width: 0%;
  transition: 0.4s ease all;
}
.woocommerce .account-login-and-register .tabpanel-tab:first-child {
  margin-right: 38px;
}
.woocommerce .account-login-and-register .tabpanel-tab.__active {
  color: #333333;
}
.woocommerce .account-login-and-register .tabpanel-tab.__active::after {
  width: 100%;
}
.woocommerce .account-login-and-register .tabpanel-panel {
  padding: 35px 0 0 0;
}
.woocommerce .account-login-and-register .tabpanel br {
  display: none;
}
.woocommerce .account-login-and-register .account-login .button-wrap a, .woocommerce .account-login-and-register .account-login .slideritem-link a {
  color: #008539;
  text-decoration: underline;
  transition: 0.3s ease all;
}
@media (min-width: 576px) {
  .woocommerce .account-login-and-register .account-login .button-wrap a, .woocommerce .account-login-and-register .account-login .slideritem-link a {
    margin-left: 30px;
  }
}
.woocommerce .account-login-and-register .account-login .button-wrap a:hover, .woocommerce .account-login-and-register .account-login .slideritem-link a:hover, .woocommerce .account-login-and-register .account-login .button-wrap a:focus, .woocommerce .account-login-and-register .account-login .slideritem-link a:focus {
  text-decoration: none;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation {
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-navigation {
    flex: 0 0 auto;
    padding: 27px 0 50px;
    width: 25%;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  padding-left: 40px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.16;
  display: block;
  width: 100%;
  padding: 22px 0;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a::before {
  content: "\eb78";
  color: #333333;
  font-size: 18px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a:hover, .woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a:focus, .woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a:active {
  color: #008539;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a:hover::before, .woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a:focus::before, .woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li > a:active::before {
  color: #008539;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.is-active {
  border-color: #008539;
  position: relative;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.is-active > a {
  color: #008539;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.is-active > a::before {
  color: #008539;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.is-active:not(:first-child)::before {
  content: "";
  background-color: #008539;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\e962";
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\e963";
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\e964";
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\e969";
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\e96a";
}
.woocommerce.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\e96b";
}
.woocommerce.my-account-container .woocommerce-MyAccount-content {
  width: 100%;
  margin-left: 0;
  display: inline-block;
  overflow: auto;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content {
    flex: 0 0 auto;
    width: calc(75% - 60px);
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content {
    width: calc(75% - 120px);
    margin-left: 120px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form {
  border: 1px solid #979797;
  border-radius: 8px;
  background-color: #F8F8F8;
  max-width: 615px;
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form {
    padding: 33px 70px 45px 41px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form h3 {
  font-size: 1.625rem;
  line-height: 1.08;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form h3 {
    font-size: 2.25rem;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form .form-row {
  margin-bottom: 14px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form .form-row:last-of-type {
  margin-bottom: 0;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form .select2-container--default .select2-selection--single {
  height: 48px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 13px 20px 11px 20px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333333;
  line-height: 24px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content.__address-form-active form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content p {
  color: #32383C;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content p.__large-paragraph {
  font-size: 1.125rem;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content p a:not(.button):not(.slick-autoplay-toggle-button) {
  color: #006C20;
  text-decoration: underline;
  display: inline;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content p a:not(.button):not(.slick-autoplay-toggle-button):hover, .woocommerce.my-account-container .woocommerce-MyAccount-content p a:not(.button):not(.slick-autoplay-toggle-button):focus, .woocommerce.my-account-container .woocommerce-MyAccount-content p a:not(.button):not(.slick-autoplay-toggle-button):active {
  text-decoration: none;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content input {
  margin: 0;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap {
  border-bottom: solid 1px #E6E6E8;
  margin-bottom: 34px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap-title {
  font-size: 1.625rem;
  margin-bottom: 5px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap-title {
    font-size: 2.25rem;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap p {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 23px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap p a {
  margin-left: 14px;
}
@media (min-width: 1200px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap p {
    margin-right: 145px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap + p {
  background-color: #E5EEE9;
  border: 1px solid #008539;
  border-radius: 8px;
  padding: 32px 31px 35px 40px;
}
@media (min-width: 1200px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .dashboard-titlewrap + p {
    margin-right: 145px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) {
  border-collapse: collapse;
  position: relative;
  z-index: 3;
  width: 100%;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) tr {
  border-bottom: 1px solid #CEE6E5;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.11;
  padding: 0 20px 15px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) thead th:first-child {
    padding-left: 0;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) tbody td {
  font-size: 1rem;
  padding: 24px 20px 24px 20px;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content table:not(.woocommerce-MyAccount-paymentMethods) tbody td:first-child {
    padding-left: 0;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error {
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 24px 44px 25px 44px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error {
    justify-content: flex-start;
    flex-direction: row;
    padding-right: 70px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error::before {
  content: "\e96c";
  color: #DC3E48;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 23px;
  font-size: 27px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .product-page .product-info .cart .variations .wc-forward.reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-message .wc-forward.reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .submit_wrap button.wc-forward, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .form-submit button.wc-forward,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .product-page .product-info .cart .variations .wc-forward.reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-info .wc-forward.reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .submit_wrap button.wc-forward,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .form-submit button.wc-forward,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .product-page .product-info .cart .variations .wc-forward.reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-error .wc-forward.reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .submit_wrap button.wc-forward,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .form-submit button.wc-forward,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.slick-autoplay-toggle-button {
  margin-right: 0;
  color: #333333;
  display: block;
  text-decoration: none;
  position: relative;
  order: 2;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.button,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .product-page .product-info .cart .variations .wc-forward.reset_variations,
  .woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-message .wc-forward.reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .submit_wrap button.wc-forward, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .form-submit button.wc-forward,
  .form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message button.wc-forward, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-message .wc-forward.slick-autoplay-toggle-button,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .product-page .product-info .cart .variations .wc-forward.reset_variations,
  .woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-info .wc-forward.reset_variations,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .submit_wrap button.wc-forward,
  .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .form-submit button.wc-forward,
  .form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info button.wc-forward,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-info .wc-forward.slick-autoplay-toggle-button,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.button,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .product-page .product-info .cart .variations .wc-forward.reset_variations,
  .woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-error .wc-forward.reset_variations,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .submit_wrap button.wc-forward,
  .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .form-submit button.wc-forward,
  .form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error button.wc-forward,
  .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-error .wc-forward.slick-autoplay-toggle-button {
    margin-top: 0;
    padding: 13px 42px 13px 42px;
    position: absolute;
    right: 17px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-form-row em {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content form {
    width: 90%;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account {
  border: 1px solid #979797;
  border-radius: 8px;
  background-color: #F8F8F8;
  max-width: 615px;
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account {
    padding: 33px 70px 45px 41px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account h3 {
  font-size: 1.625rem;
  line-height: 1.08;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account h3 {
    font-size: 2.25rem;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account .form-row br {
  display: none;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account legend {
  font-size: 1.25rem;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account .password-input {
  position: relative;
  display: block;
  width: 100%;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account .password-input .show-password-input {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account .password-input .show-password-input::after {
  color: #6B6A77;
  content: "\e96e";
  font-size: 1.25rem;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form.edit-account .password-input .show-password-input.display-password::after {
  content: "\e96f";
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form h3 {
  font-size: 2rem;
  margin-bottom: 32px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form input,
.woocommerce.my-account-container .woocommerce-MyAccount-content form select {
  padding: 13px 16px 11px 16px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form label {
  color: #000000;
  font-size: 1rem;
  line-height: 1.06;
  margin-bottom: 2px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 16px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content form .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content form .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content form .reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content form .submit_wrap button, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content form button,
.woocommerce.my-account-container .woocommerce-MyAccount-content form .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content form button, .woocommerce.my-account-container .woocommerce-MyAccount-content form .slick-autoplay-toggle-button {
  font-size: 1rem;
  margin-top: 22px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content fieldset legend {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
  margin-top: 37px;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
    display: flex;
    gap: 24px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses::before {
  content: none;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address {
  border-radius: 8px;
  background-color: #F9F9F9;
  padding: 31px 45px 35px 29px;
}
@media (min-width: 1200px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address {
    max-width: 373px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address-title h3 {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 21px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address-title a {
  font-size: 0rem;
  position: relative;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address-title a::before {
  content: "\e970";
  font-size: 1.5rem;
  transform: translateX(18px);
  transition: 0.3s ease all;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address-title a:hover::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address-title a:focus::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address-title a:active::before {
  color: #008539;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address address {
  font-style: normal;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress {
  position: relative;
  padding-bottom: 119px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a {
  color: #333333;
  position: absolute;
  bottom: 35px;
  display: flex;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 16px 24px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a {
    bottom: 13px 47px 13px 46px;
  }
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.__noaddress .woocommerce-Address-title a::before {
  content: none;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .backto {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 34px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .backto .icon {
  display: flex;
  align-items: center;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .backto .icon::before {
  color: #008539;
  font-size: 16px;
  margin-right: 8px;
  transition: 0.3s ease all;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .backto a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .backto:hover .icon::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .backto:focus .icon::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .backto:active .icon::before {
  transform: translateX(-6px);
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .backto:hover a, .woocommerce.my-account-container .woocommerce-MyAccount-content .backto:focus a, .woocommerce.my-account-container .woocommerce-MyAccount-content .backto:active a {
  color: #008539;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads {
  border: none;
  margin-top: 22px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table thead tr,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads thead tr {
  border-bottom: 1px solid #E6E6E8;
  font-weight: 500;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table thead tr td span,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads thead tr td span {
  font-weight: 500;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr {
  border: none;
  border-bottom: 1px solid #E6E6E8;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file {
  padding: 17px 0 17px 20px;
  text-align: right;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file::before {
  padding: 12px 0;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions button, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .submit_wrap button,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-actions .slick-autoplay-toggle-button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button::before, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button::before,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button::before {
  content: "\e919";
  color: #333333;
  font-size: 16px;
  position: relative;
  margin-right: 9px;
  bottom: 1px;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button:hover::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:hover::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations:hover::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button:hover::before, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:hover::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button:hover::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:hover::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button:hover::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button:focus::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:focus::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations:focus::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button:focus::before, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:focus::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button:focus::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:focus::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button:focus::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .button:active::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:active::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .reset_variations:active::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .submit_wrap button:active::before, .submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:active::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .form-submit button:active::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file button:active::before, .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.download-file .slick-autoplay-toggle-button:active::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button:hover::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:hover::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations:hover::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button:hover::before,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:hover::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button:hover::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:hover::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button:hover::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button:focus::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:focus::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations:focus::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button:focus::before,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:focus::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button:focus::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:focus::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button:focus::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .button:active::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .product-page .product-info .cart .variations .reset_variations:active::before,
.woocommerce.my-account-container .product-page .product-info .cart .variations .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .reset_variations:active::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .submit_wrap button:active::before,
.submit_wrap .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:active::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .form-submit button:active::before,
.form-submit .woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file button:active::before,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td.download-file .slick-autoplay-toggle-button:active::before {
  color: #FFFFFF;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td p,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td p {
  margin: 0;
}
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td br,
.woocommerce.my-account-container .woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr td br {
  display: none;
}
.woocommerce .woocommerce-form .field_wrap {
  margin-bottom: 14px;
}
.woocommerce .woocommerce-form .field_wrap:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form .field_wrap .label_wrap label {
  line-height: 1;
}
.woocommerce .woocommerce-form .field_wrap .label_wrap br {
  display: none;
}
.woocommerce .woocommerce-form .field_wrap .input_wrap {
  position: relative;
}
.woocommerce .woocommerce-form .field_wrap .input_wrap .icon {
  position: absolute;
  right: 16px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-form .field_wrap .input_wrap .icon::before {
  color: #9C9CA4;
}
.woocommerce .woocommerce-form .field_wrap .input_wrap br {
  display: none;
}
.woocommerce .woocommerce-form.woocommerce-form-login {
  border: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content {
    padding-top: 81px;
  }
}
.woocommerce-edit-address .select2-dropdown {
  transform: none;
}

.wp-block-woocommerce-cart {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .wp-block-woocommerce-cart {
    padding: 55px 24px 120px;
  }
}
@media (min-width: 992px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    align-items: flex-start;
  }
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main {
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main {
    padding-right: 82px;
    width: 67%;
  }
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items thead {
  border-bottom: 1px solid #E6E6E8;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items thead th {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody {
  padding-top: 21px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row {
    display: table-row;
  }
}
@media (min-width: 992px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row:first-child td {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row:last-child td {
    padding-bottom: 87px;
  }
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__image a {
  border-radius: 13px;
  width: 101px;
  height: 101px;
  overflow: hidden;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__image a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product {
    padding-left: 27px;
  }
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-product-name {
  color: #000000;
  font-size: 1.5rem;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices {
  color: #333333;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices ins {
  font-size: 1.125rem;
  margin-left: 11px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-product-metadata {
  font-size: 1rem;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  min-width: 136px;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after {
  border-color: #CECDD2;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity input {
  font-weight: 400;
  padding: 13px 0;
  width: 40px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button--minus {
  font-size: 1.5rem;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__remove-link {
  font-size: 1rem;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__total {
  flex: 0 0 100%;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-end;
  }
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main .wc-block-cart-items tbody .wc-block-components-sale-badge {
  background-color: #D42E2E;
  border: none;
  color: #FFFFFF;
  font-size: 1rem;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 31px 48px 46px 48px;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    border: 1px solid #E6E6E8;
    border-radius: 16px;
    width: 33%;
  }
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0 12px 0;
  text-align: left;
  text-transform: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper {
  border: none;
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper > div:not(.wc-block-components-totals-footer-item) {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  padding: 0 0 18px 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon input:focus {
  border-color: #008539;
  outline-color: #008539;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon button {
  color: #008539;
  font-size: 1.125rem;
  padding-right: 0;
  text-decoration: underline;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon button:hover, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon button:focus, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon button:active {
  text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon a {
  color: #008539;
  font-size: 1.125rem;
  text-decoration: underline;
  transition: 0.3s ease all;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon a:hover, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon a:focus, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon a:active {
  text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-subtotal-block {
  padding: 16px 0 14px 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__value {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item {
  border-bottom: 1px solid #E6E6E8;
  padding: 0 0 20px 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-button {
  margin-top: 28px;
  width: 100%;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit-container--sticky {
  background-color: #FFFFFF !important;
}

.wc-block-components-drawer {
  overflow-y: auto;
}
.wc-block-components-drawer__screen-overlay {
  background-color: rgba(95, 95, 95, 0.35);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: 9999;
  display: none;
}
.wc-block-components-drawer__screen-overlay--with-slide-in {
  animation-duration: 0.3s;
  animation-name: fadein;
}
.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  animation-duration: 0.3s;
  animation-name: slidein;
}
.wc-block-components-drawer__screen-overlay--with-slide-out {
  transition: opacity 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
  transition: transform 0.3s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slidein {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.wc-block-components-drawer__content {
  height: 100dvh;
  position: relative;
}
@media (min-width: 1200px) {
  .wc-block-components-drawer__content {
    max-width: 480px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .wc-block-components-drawer__content {
    max-width: 567px;
  }
}
@media (min-width: 1400px) {
  .wc-block-components-drawer__content {
    max-width: 700px;
  }
}

.wc-block-mini-cart.__items .icon-woo-basket::before {
  color: #FFC600;
}
.wc-block-mini-cart__quantity-badge {
  align-items: center;
  display: flex;
  position: absolute;
  left: 38px;
}
@media (min-width: 1200px) {
  .wc-block-mini-cart__quantity-badge {
    position: relative;
    left: unset;
  }
}
.wc-block-mini-cart__badge {
  background-color: #FFFFFF;
  color: #333333;
  align-items: center;
  border-radius: 1em;
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 16px;
  min-width: 16px;
  justify-content: center;
  left: 100%;
  margin-left: -44%;
  padding: 0 0.25em;
  position: absolute;
  transform: translate(-30%, -40%);
  white-space: nowrap;
  z-index: 1;
}
.wc-block-mini-cart__badge:empty {
  opacity: 0;
}
.wc-block-mini-cart__icon {
  transform: scaleX(-1);
}
.wc-block-mini-cart__drawer.wc-block-components-drawer {
  background: #fff;
  display: block;
  height: 100%;
  max-width: 100%;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .wc-block-mini-cart__drawer.wc-block-components-drawer {
    width: 50%;
  }
}
.wc-block-mini-cart__template-part {
  height: calc(100% - 62px);
  padding: 30px 30px 0 30px;
}
@media (min-width: 768px) {
  .wc-block-mini-cart__template-part {
    padding-left: 67px;
  }
}
@media (min-width: 1200px) {
  .wc-block-mini-cart__template-part {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .wc-block-mini-cart__template-part {
    padding-right: 0;
  }
}
.wc-block-mini-cart__template-part .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wc-block-mini-cart__template-part .widget_shopping_cart_content .cart-lower {
  margin-top: auto;
  padding-bottom: 50px;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents {
  flex: 0 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  justify-content: center;
  padding: 0 !important;
  top: 0;
  height: 100%;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .basket-title {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.21;
  margin: 14px 0 0 0;
}
.wc-block-mini-cart__template-part .basket-item-count .cart-items-count {
  color: #5F5F5F;
  font-size: 1.25rem;
}
.wc-block-mini-cart__template-part .wc-block-components-drawer__close {
  background-color: #f2f0f0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
.wc-block-mini-cart__template-part .wc-block-components-drawer__close::after {
  color: #333333;
  content: "\e912";
  font-size: 1rem;
  transition: 0.3s ease all;
}
.wc-block-mini-cart__template-part .wc-block-components-drawer__close:hover, .wc-block-mini-cart__template-part .wc-block-components-drawer__close:focus {
  background-color: #333333;
}
.wc-block-mini-cart__template-part .wc-block-components-drawer__close:hover::after, .wc-block-mini-cart__template-part .wc-block-components-drawer__close:focus::after {
  color: #FFFFFF;
}
.wc-block-mini-cart__template-part .wc-block-components-drawer__close:focus-visible {
  outline-color: #FFC600;
}
.wc-block-mini-cart__template-part .wc-block-components-drawer__close-wrapper {
  display: flex;
  justify-content: flex-end;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart__empty-message {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1;
  margin-bottom: 48px;
  padding-top: 180px;
}
@media (min-width: 768px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart__empty-message {
    padding-top: 240px;
  }
}
@media (min-width: 1400px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart__empty-message {
    padding: 240px 50px 0 50px;
  }
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item {
  display: flex;
  flex-direction: column;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item:first-child {
  padding-top: 37px;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content-wrap {
  flex-direction: column;
}
@media (min-width: 576px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content-wrap {
    flex-direction: row;
  }
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-image {
  border-radius: 13px;
  width: 101px;
  height: 101px;
  overflow: hidden;
  flex-shrink: 0;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-details {
  padding: 20px 0 0 0;
}
@media (min-width: 576px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-details {
    padding: 0 0 0 27px;
  }
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart-item-content .woocommerce-mini-cart-item-title {
    font-size: 1.5rem;
  }
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item .quantity {
  font-size: 1.125rem;
  font-weight: 500;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item .quantity del {
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: 400;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item .quantity ins {
  font-weight: 500;
  text-decoration: none;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item .item-total {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: right;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart-item .item-total {
    font-size: 1.5rem;
    margin-left: auto;
  }
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item .remove {
  color: #5F5F5F !important;
  font-size: 0.875rem;
  font-weight: 500;
  height: auto;
  width: auto;
  padding: 22px 0 30px 0;
  text-align: left;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart-item .remove {
    padding: 22px 0 30px 128px;
  }
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart-item .remove:hover, .wc-block-mini-cart__template-part .woocommerce-mini-cart-item .remove:focus, .wc-block-mini-cart__template-part .woocommerce-mini-cart-item .remove:active {
  background: none;
  color: #5F5F5F !important;
  text-decoration: none;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart__total {
  border-top: 1px solid #CECDD2;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 16px;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart__shipping {
  color: #5F5F5F;
  font-size: 0.875rem;
  margin-top: 10px;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .button,
.wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .woocommerce .product-page .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .reset_variations, .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .submit_wrap button, .submit_wrap .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons button,
.wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .form-submit button,
.form-submit .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons button, .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .slick-autoplay-toggle-button {
  width: 100%;
}
@media (min-width: 576px) {
  .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .button,
  .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .woocommerce .product-page .product-info .cart .variations .reset_variations,
  .woocommerce .product-page .product-info .cart .variations .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .reset_variations, .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .submit_wrap button, .submit_wrap .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons button,
  .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .form-submit button,
  .form-submit .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons button, .wc-block-mini-cart__template-part .woocommerce-mini-cart__buttons .slick-autoplay-toggle-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.wc-block-mini-cart__template-part .dropdown-menu-mini-cart,
.wc-block-mini-cart__template-part .dropdown-menu-mini-cart > li,
.wc-block-mini-cart__template-part .widget_shopping_cart_content {
  height: calc(100% - 28px);
}

.woocommerce-checkout.page .wp-block-woocommerce-checkout {
  margin: auto;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form {
  border: 1px solid #979797;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding: 32px;
}
@media (min-width: 992px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form {
    padding: 32px 70px 54px 40px;
  }
}
@media (min-width: 1400px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form {
    margin-right: 30px;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-checkout-step__heading {
  margin: 0 0 7px 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-checkout-step__heading .wc-block-components-title {
  color: #000000;
  font-size: 1.625rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-checkout-step__heading .wc-block-components-title {
    font-size: 2.25rem;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-checkout-step__heading .wc-block-components-title::before {
  content: none;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-components-checkout-step__description {
  margin: 0 0 23px 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form fieldset {
  padding: 0;
  margin-bottom: 27px;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form fieldset.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container::after {
  content: none;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row {
  flex-direction: column;
}
@media (min-width: 576px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row {
    flex-direction: row;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row a {
  color: #006C20;
  font-size: 1.125rem;
  text-decoration: underline;
  transition: 0.3s ease all;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row a:hover, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row a:focus, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row a:active {
  text-decoration: none;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button {
    padding: 13px 60px;
  }
}
@media (min-width: 1400px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form.wc-block-checkout__form .wc-block-checkout__actions_row button {
    margin-left: 66px;
    padding: 13px 74px;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  border: 1px solid #E6E6E8;
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 32px;
}
@media (min-width: 992px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    flex: 0 0 38.6666666667%;
    max-width: 38.6666666667%;
    margin-left: 3%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    flex: 0 0 46%;
    max-width: 46%;
    margin-left: 0;
    padding: 44px 57px 46px 46px !important;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block > div {
  border: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  padding: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary {
  padding: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__button {
  margin-bottom: 39px;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary__button-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.09;
}
@media (min-width: 992px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary__button-text {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary__button-text {
    font-size: 2rem;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content {
  border-bottom: 1px solid #E6E6E8;
  padding-bottom: 21px;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item {
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item {
    flex-wrap: nowrap;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  border-radius: 13px;
  flex-shrink: 0;
  width: 101px;
  height: 101px;
  margin: 0 27px 0 0;
  overflow: hidden;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity::before {
    content: "";
    float: left;
    padding-top: calc(1 / 1 * 100%);
  }
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity::after {
    content: "";
    display: block;
    clear: both;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  transform: translate(-25%, 25%);
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 101px;
  height: 101px;
  max-width: unset;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  padding: 9px 12px 16px 0;
}
@media (min-width: 1400px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    padding: 9px 12px 16px 0;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-size: 1.5rem;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices del {
  font-size: 1rem;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices ins,
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__content .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices .wc-block-components-order-summary-item__individual-price {
  font-size: 1.125rem;
  font-weight: 500;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary-item__total-price {
  font-size: 1.125rem;
  font-weight: 500;
  flex: 0 0 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary-item__total-price {
    flex: 0 0 auto;
    margin-top: 15px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary-item__total-price {
    flex: 0 0 100%;
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary-item__total-price {
    flex: 0 0 auto;
    margin-top: 15px;
    text-align: right;
  }
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  font-size: 1.125rem;
  padding: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-wrapper {
  font-size: 1.5rem;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  padding: 24px 0 0 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon input:focus {
  outline-color: #008539;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon a {
  color: #008539;
  font-size: 1.125rem;
  text-decoration: underline;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon a:hover, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon a:focus, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon a:active {
  text-decoration: none;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form button {
  color: #008539;
  font-size: 1.125rem;
  padding-right: 0;
  text-decoration: underline;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form button:hover, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form button:focus, .woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form button:active {
  text-decoration: none;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block {
  padding: 32px 0 14px 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item {
  padding: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item span {
  font-size: 1.125rem;
  font-weight: 500;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item {
  padding: 0;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item span {
  font-size: 1.5rem;
  font-weight: 500;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url] {
  color: #008539;
}
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active label,
.woocommerce-checkout.page .wp-block-woocommerce-checkout .wc-block-components-combobox.is-active .wc-block-components-combobox-control label {
  color: #5A5A5A;
}

.woocommerce .woocommerce-order {
  padding: 0 24px 40px 24px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order {
    padding: 40px 24px;
  }
}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  margin-top: 32px;
}
.woocommerce .woocommerce-order-details .woocommerce-table {
  border: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table tbody tr th,
.woocommerce .woocommerce-order-details .woocommerce-table tbody tr td,
.woocommerce .woocommerce-order-details .woocommerce-table thead tr th,
.woocommerce .woocommerce-order-details .woocommerce-table thead tr td {
  padding: 12px 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table tbody tr th:first-child,
.woocommerce .woocommerce-order-details .woocommerce-table tbody tr td:first-child,
.woocommerce .woocommerce-order-details .woocommerce-table thead tr th:first-child,
.woocommerce .woocommerce-order-details .woocommerce-table thead tr td:first-child {
  padding-left: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table tfoot tr th {
  padding: 12px 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table tfoot tr td {
  padding: 12px 0;
}
.woocommerce .woocommerce-order .woocommerce-notice,
.woocommerce .woocommerce-order > p,
.woocommerce .woocommerce-order ul.woocommerce-order-overview,
.woocommerce .woocommerce-order section {
  margin: 0;
}
.woocommerce .woocommerce-order .woocommerce-notice {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  padding-bottom: 30px;
}
.woocommerce .woocommerce-order > p:not(.woocommerce-notice) {
  margin-bottom: 30px;
  border: solid 3px #FFC600;
  border-radius: 4px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce .woocommerce-order ul.woocommerce-order-overview {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-order ul.woocommerce-order-overview li {
  border: none;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order ul.woocommerce-order-overview li {
    display: grid;
    grid-template-columns: 200px auto;
    font-size: 1.125rem;
  }
}
.woocommerce .woocommerce-order ul.woocommerce-order-overview li strong {
  font-size: 1.125rem;
  font-weight: 400;
}
.woocommerce .woocommerce-order section {
  padding-bottom: 30px;
}
.woocommerce .woocommerce-order section h2 {
  font-family: "Amiri", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
.woocommerce .woocommerce-order section table.woocommerce-table,
.woocommerce .woocommerce-order section address {
  border: 1px solid #979797;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding: 20px;
}
.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
}

.product-archive {
  overflow: hidden;
  padding-bottom: 12px;
}
.product-archive-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-archive-item-notice, .product-archive-item-sale {
  display: none;
}
.product-archive-item-image {
  border: 1px solid #E6E6E8;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.product-archive-item-image img {
  height: 269px;
  width: 100%;
}
.product-archive-item-image-placeholder {
  background-color: #008539;
  width: 100%;
  height: 269px;
}
.product-archive-item-info {
  padding-top: 17px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .product-archive-item-info {
    margin-bottom: 72px;
  }
}
.product-archive-item-format {
  color: #006C20;
  margin-bottom: 18px;
  min-height: 22px;
}
.product-archive-item-title {
  font-size: 1.375rem;
  line-height: 1.27;
  margin-bottom: 7px;
}
.product-archive-item-authors {
  color: #5A5A5A;
  margin-bottom: 15px;
}
.product-archive-item-price {
  margin-bottom: 22px;
}
.product-archive-item-price del {
  font-size: 1rem;
  margin-right: 8px;
}
.product-archive-item-price ins,
.product-archive-item-price > span {
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
.product-archive-item-button {
  margin: auto auto 0 auto;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.product-archive .woocommerce-no-products-found {
  padding: 0 !important;
}
.product-archive .woocommerce-no-products-found .woocommerce-info {
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 24px 44px 25px 44px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product-archive .woocommerce-no-products-found .woocommerce-info {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .product-archive .woocommerce-no-products-found .woocommerce-info {
    justify-content: flex-start;
    flex-direction: row;
    padding-right: 70px;
  }
}
.product-archive .woocommerce-no-products-found .woocommerce-info::before {
  content: "\e96c";
  color: #DC3E48;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 23px;
  font-size: 27px;
}
.product-archive .product {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .product-archive .product {
    max-width: 261px;
  }
}
.product-archive .product-archive-meta {
  padding: 35px 0 29px 0;
}
.product-archive .product-archive-meta.__end {
  border-top: 1px solid #E1E1E1;
}
.product-archive .product-archive-meta-showing {
  color: #333333;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .product-archive .product-archive-meta-showing {
    margin-bottom: 0;
  }
}
.product-archive .product-archive-meta .woocommerce-ordering {
  margin: 0;
}
.product-archive .product-archive-meta .woocommerce-ordering .select2.select2-selection--single {
  padding: 8px 20px 7px 11px;
}
@media (min-width: 992px) {
  .product-archive .product-archive-meta .woocommerce-ordering .select2.select2-container {
    width: 232px !important;
  }
}
.product-archive .product-archive-meta .woocommerce-ordering .field_wrap.__select {
  margin: 0;
}

.product.outofstock .product-archive-item {
  pointer-events: none;
}
.product.outofstock .product-archive-item-notice {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #F8D8E5;
  padding: 9px 10px 7px 10px;
  text-align: center;
  width: 100%;
}
.product.outofstock .product-archive-item-title, .product.outofstock .product-archive-item-price {
  opacity: 70%;
}
.product.outofstock .product-archive-item-author {
  opacity: 90%;
}
.product.outofstock .product-archive-item-button {
  display: none;
}
.product.sale .product-archive-item-sale {
  background-color: #D42E2E;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  padding: 4px 16px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 15px;
}
.product.outofstock.sale .product-archive-item-sale {
  top: 48px;
}

.woocommerce .product-page {
  padding-top: 26px;
}
@media (min-width: 992px) {
  .woocommerce .product-page {
    padding-top: 44px;
  }
}
.woocommerce .product-page .slider-products {
  overflow: hidden;
  position: relative;
}
.woocommerce .product-page .slider-products-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .woocommerce .product-page .slider-products-wrap {
    padding-right: 37px;
  }
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images {
  margin-bottom: 40px;
  width: 100%;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image a,
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image--placeholder {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1) {
  .woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image a::before,
  .woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image--placeholder::before {
    content: "";
    float: left;
    padding-top: calc(1 / 1 * 100%);
  }
  .woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image a::after,
  .woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image--placeholder::after {
    content: "";
    display: block;
    clear: both;
  }
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image a img,
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image--placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image a::before,
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image--placeholder::before {
  border: none;
  content: "\e941";
  color: #FFFFFF;
  font-size: 23px;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  position: absolute;
  right: 22px;
  top: 22px;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image a::after,
.woocommerce .product-page .slider-products .woocommerce-product-gallery.images .woocommerce-product-gallery__image--placeholder::after {
  content: none;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery ol.flex-control-thumbs {
  display: flex;
  margin: 10px 0;
  gap: 8px;
  overflow-x: auto;
  cursor: pointer;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery ol.flex-control-thumbs li img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  opacity: 0.5;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery ol.flex-control-thumbs li img:hover, .woocommerce .product-page .slider-products .woocommerce-product-gallery ol.flex-control-thumbs li img:focus {
  opacity: 0.8;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(80% - 10px);
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a {
  background: left top/210% 100% linear-gradient(to left, #E0E0E0 50%, #FFFFFF 50%);
  left: 0;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a::after {
  content: "\e966";
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a:hover, .woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a:focus {
  background: right top/210% 100% linear-gradient(to left, #E0E0E0 50%, #FFFFFF 50%);
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a {
  background: right top/210% 100% linear-gradient(to right, #E0E0E0 50%, #FFFFFF 50%);
  right: 0;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a:hover, .woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a:focus {
  background: left top/210% 100% linear-gradient(to right, #E0E0E0 50%, #FFFFFF 50%);
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li a {
  position: absolute;
  top: calc(50% - 29px);
  font-size: 0;
  transition: 0.5s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
}
.woocommerce .product-page .slider-products .woocommerce-product-gallery .flex-direction-nav li a::after {
  content: "\e967";
  color: #333333;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .woocommerce .product-page .product-samples {
    padding-right: 37px;
  }
}
.woocommerce .product-page .product-audio-extract-label {
  margin-bottom: 12px;
}
.woocommerce .product-page .product-audio-extract-label .icon {
  margin-left: 8px;
}
.woocommerce .product-page .product-audio-extract-label .icon::before {
  font-size: 1.25rem;
  transform: translateY(-2px);
}
.woocommerce .product-page .product-audio-extract audio {
  width: 300px;
}
.woocommerce .product-page .product-share .socialwrap {
  margin-top: 20px;
}
.woocommerce .product-page .product-share .socialwrap-title {
  margin-right: 12px;
  font-size: 1rem;
  font-weight: 500;
}
.woocommerce .product-page .product-share .socialwrap .socialicon {
  margin: 0 10px;
}
.woocommerce .product-page .product-share .socialwrap .socialicon::before {
  margin: auto;
  font-size: 1.25rem;
}
.woocommerce .product-page .product-share .socialwrap .socialicon.__twitter::before {
  font-size: 1.125rem !important;
}
.woocommerce .product-page .product-info {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .woocommerce .product-page .product-info {
    padding: 0 90px 124px 42px;
  }
}
.woocommerce .product-page .product-info-author {
  margin-bottom: 14px;
}
.woocommerce .product-page .product-info-author-detail {
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.woocommerce .product-page .product-info-author .light {
  color: #5A5A5A;
}
.woocommerce .product-page .product-info-collection {
  color: #333333;
  font-size: 1rem;
  line-height: 1.63;
  margin-bottom: 17px;
}
.woocommerce .product-page .product-info-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 11px;
  margin-bottom: 30px;
}
.woocommerce .product-page .product-info-category {
  background-color: #f2f0f0;
  border-radius: 17px;
  color: #006C20;
  padding: 3px 18px 5px 18px;
  transition: 0.3s ease all;
}
.woocommerce .product-page .product-info-category:hover, .woocommerce .product-page .product-info-category:focus, .woocommerce .product-page .product-info-category:active {
  background-color: #008539;
  color: #FFFFFF;
}
.woocommerce .product-page .product-info-link {
  margin-top: 42px;
}
.woocommerce .product-page .product-info-link a {
  text-decoration: underline;
  transition: 0.3s ease all;
}
.woocommerce .product-page .product-info-link a:hover, .woocommerce .product-page .product-info-link a:focus, .woocommerce .product-page .product-info-link a:active {
  text-decoration: none;
}
.woocommerce .product-page .product-info-button-wrap {
  gap: 16px;
  align-items: flex-start;
}
.woocommerce .product-page .product-info .price {
  color: #333333;
  font-weight: 500;
  font-size: 1.375rem;
}
.woocommerce .product-page .product-info .price-wrap {
  gap: 17px;
  margin-bottom: 15px;
}
.woocommerce .product-page .product-info .price-sku {
  font-size: 0.875rem;
  color: #333333;
}
.woocommerce .product-page .product-info .price-wrap {
  gap: 17px;
}
.woocommerce .product-page .product-info .price-sku {
  font-size: 0.875rem;
}
.woocommerce .product-page .product-info .price del {
  opacity: 1;
  font-size: 1.125rem;
  font-weight: 400;
}
.woocommerce .product-page .product-info .price ins {
  font-weight: 500;
  text-decoration: none;
}
.woocommerce .product-page .product-info .entry-title,
.woocommerce .product-page .product-info .product_title {
  color: #000000;
  font-size: 1.625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .woocommerce .product-page .product-info .entry-title,
  .woocommerce .product-page .product-info .product_title {
    font-size: 2.25rem;
  }
}
.woocommerce .product-page .product-info .woocommerce-product-details__short-description {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 22px;
}
.woocommerce .product-page .product-info .variations_form.cart,
.woocommerce .product-page .product-info .cart {
  margin-bottom: 42px;
}
.woocommerce .product-page .product-info .variations_form.cart .variations select,
.woocommerce .product-page .product-info .cart .variations select {
  max-width: 272px;
  margin-bottom: 12px;
}
.woocommerce .product-page .product-info .variations_form.cart .variations select option,
.woocommerce .product-page .product-info .cart .variations select option {
  height: 120px;
}
.woocommerce .product-page .product-info .variations_form.cart .variations select option:hover,
.woocommerce .product-page .product-info .cart .variations select option:hover {
  background: #008539;
}
.woocommerce .product-page .product-info .variations_form.cart .variations select option:checked,
.woocommerce .product-page .product-info .cart .variations select option:checked {
  background: #008539;
  color: white;
}
.woocommerce .product-page .product-info .variations_form.cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .reset_variations {
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.woocommerce .product-page .product-info .variations_form.cart .single_variation_wrap .woocommerce-variation-price,
.woocommerce .product-page .product-info .cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 12px;
}
.woocommerce .product-page .product-info .variations_form.cart .variations_button,
.woocommerce .product-page .product-info .cart .variations_button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce .product-page .product-info .variations_form.cart .quantity,
.woocommerce .product-page .product-info .cart .quantity {
  margin-bottom: 36px;
  width: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CECDD2;
  border-radius: 4px;
  padding: 0 10px;
  /* Hide native toggle */
}
.woocommerce .product-page .product-info .variations_form.cart .quantity input::-webkit-outer-spin-button,
.woocommerce .product-page .product-info .variations_form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce .product-page .product-info .cart .quantity input::-webkit-outer-spin-button,
.woocommerce .product-page .product-info .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .product-page .product-info .variations_form.cart .quantity,
.woocommerce .product-page .product-info .cart .quantity {
  /* Hide native toggle in Firefox */
}
.woocommerce .product-page .product-info .variations_form.cart .quantity input[type=number],
.woocommerce .product-page .product-info .cart .quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.woocommerce .product-page .product-info .variations_form.cart .quantity input,
.woocommerce .product-page .product-info .cart .quantity input {
  line-height: 1;
  background: none;
  border: none;
  text-align: center;
  margin-bottom: 0;
  padding: 13px 10px;
}
.woocommerce .product-page .product-info .variations_form.cart .quantity input.qty,
.woocommerce .product-page .product-info .cart .quantity input.qty {
  display: flex;
  justify-content: center;
}
.woocommerce .product-page .product-info .variations_form.cart .quantity button.plus, .woocommerce .product-page .product-info .variations_form.cart .quantity button.minus,
.woocommerce .product-page .product-info .cart .quantity button.plus,
.woocommerce .product-page .product-info .cart .quantity button.minus {
  background: none;
  border: none;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  color: #6B6A77;
  font-size: 1.25rem;
}
.woocommerce .product-page .product-info .cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce .product-page .product-info .stock:not(.out-of-stock) {
  color: #006C20;
  margin-bottom: 8px;
}
.woocommerce .product-page .product-info .stock.out-of-stock {
  background-color: #D42E2E;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 7px 14px;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce .product-page .product-tabs .tabpanel-head {
  border: none;
  overflow-x: auto;
}
.woocommerce .product-page .product-tabs .tabpanel-head .tabpanel-tab {
  flex-shrink: 0;
  background: none;
  border-bottom: 1px solid #CECDD2;
  padding: 0 20px 19px 0;
  position: relative;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 576px) {
  .woocommerce .product-page .product-tabs .tabpanel-head .tabpanel-tab {
    flex: 1 0 25%;
    font-size: 1.125rem;
  }
}
.woocommerce .product-page .product-tabs .tabpanel-head .tabpanel-tab::after {
  content: "";
  background-color: #008539;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  transition: 0.4s ease all;
}
.woocommerce .product-page .product-tabs .tabpanel-head .tabpanel-tab.__active {
  background: none;
  color: #008539;
}
.woocommerce .product-page .product-tabs .tabpanel-head .tabpanel-tab.__active::after {
  width: 100%;
}
.woocommerce .product-page .product-tabs .tabpanel-panel {
  background: none;
  padding: 55px 0 60px 0;
}
.woocommerce .product-page .product-tabs .tabpanel-title {
  color: #008539;
  font-size: 1.5rem;
  line-height: 1.09;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce .product-page .product-tabs .tabpanel-title {
    font-size: 2rem;
  }
}
.woocommerce .product-page .product-tabs .tabpanel-title.__title-color {
  color: #333333;
}
.woocommerce .product-page .woocommerce-notices-wrapper {
  padding: 0 !important;
}
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message {
  border: 1px solid #008539;
  border-radius: 4px;
  background-color: #E5EEE9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 24px 44px 25px 44px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message {
    justify-content: flex-start;
    flex-direction: row;
    padding-right: 70px;
    padding-left: 73px;
  }
}
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::before, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::after {
  left: calc(50% - 18px);
  position: absolute;
  top: 16px;
}
@media (min-width: 1200px) {
  .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::before, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::after {
    left: 23px;
  }
}
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "\e948";
  color: #008539;
  font-size: 20px;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message::after {
  content: "";
  border: 3px solid #008539;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  position: absolute;
}
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .submit_wrap button, .submit_wrap .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .form-submit button,
.form-submit .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .slick-autoplay-toggle-button,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .product-info .cart .variations .reset_variations,
.woocommerce .product-page .product-info .cart .variations .woocommerce-notices-wrapper .woocommerce-message .reset_variations {
  background: none;
  border: none;
  color: #008539;
  font-weight: 400;
  display: block;
  text-decoration: underline;
  padding: 0;
  position: relative;
  margin: 40px 0 10px 0;
  transition: 0.3s ease all;
}
@media (min-width: 1200px) {
  .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .submit_wrap button, .submit_wrap .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button,
  .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .form-submit button,
  .form-submit .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .slick-autoplay-toggle-button,
  .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .product-info .cart .variations .reset_variations,
  .woocommerce .product-page .product-info .cart .variations .woocommerce-notices-wrapper .woocommerce-message .reset_variations {
    margin: 0;
    position: absolute;
    right: 27px;
  }
}
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .button:hover, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .submit_wrap button:hover, .submit_wrap .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button:hover,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .form-submit button:hover,
.form-submit .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button:hover, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .slick-autoplay-toggle-button:hover,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .product-info .cart .variations .reset_variations:hover,
.woocommerce .product-page .product-info .cart .variations .woocommerce-notices-wrapper .woocommerce-message .reset_variations:hover, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .button:focus, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .submit_wrap button:focus, .submit_wrap .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button:focus,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .form-submit button:focus,
.form-submit .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button:focus, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .slick-autoplay-toggle-button:focus,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .product-info .cart .variations .reset_variations:focus,
.woocommerce .product-page .product-info .cart .variations .woocommerce-notices-wrapper .woocommerce-message .reset_variations:focus, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .button:active, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .submit_wrap button:active, .submit_wrap .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button:active,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .form-submit button:active,
.form-submit .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message button:active, .woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .slick-autoplay-toggle-button:active,
.woocommerce .product-page .woocommerce-notices-wrapper .woocommerce-message .product-info .cart .variations .reset_variations:active,
.woocommerce .product-page .product-info .cart .variations .woocommerce-notices-wrapper .woocommerce-message .reset_variations:active {
  text-decoration: none;
}
.woocommerce .product-page .products-related {
  padding: 59px 0 0 0;
}
@media (min-width: 992px) {
  .woocommerce .product-page .products-related {
    padding: 59px 0 56px 0;
  }
}
.woocommerce .product-page .products-related-title {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .woocommerce .product-page .products-related-title {
    margin-bottom: 0;
  }
}
.woocommerce .product-page .products-related-title-wrap {
  margin-bottom: 25px;
}
.woocommerce .product-page .products-related .slider-button-wrap {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .woocommerce .product-page .products-related .slider-button-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .woocommerce .product-page .products-related .slick-track {
    margin: 0;
  }
}
.woocommerce .product-page .products-related .slick-slide {
  margin: 0 15px;
}
.woocommerce .product-page .products-related .slick-list {
  margin: 0 -15px;
}

.pswp {
  z-index: 9999;
}
.pswp__bg {
  background: rgba(0, 0, 0, 0.5);
}
.pswp .pswp__ui--fit .pswp__caption,
.pswp .pswp__ui--fit .pswp__top-bar {
  background: none;
}

.woocommerce .product-descriptions .woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce .product-descriptions #reviews #comments .woocommerce-Reviews-title {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist,
.woocommerce .product-descriptions #reviews #comments ol.commentlist {
  margin: 12px 0 22px 0;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist li.review,
.woocommerce .product-descriptions #reviews #comments ol.commentlist li.review {
  border-bottom: 1px solid #E6E6E8;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist li.review:not(:last-child),
.woocommerce .product-descriptions #reviews #comments ol.commentlist li.review:not(:last-child) {
  margin-bottom: 36px;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container {
  display: flex;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container img.avatar,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container img.avatar {
  float: unset;
  position: unset;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  margin-right: 40px;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .comment-text,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .comment-text {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: none;
  padding: 0;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .comment-text .meta,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .comment-text .meta {
  margin-bottom: 16px;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating {
  height: 32px;
  margin-bottom: 16px;
  font-size: 0;
  overflow: visible;
  width: auto;
  display: flex;
  align-items: center;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating::before, .woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating::after {
  color: #008539;
  position: relative;
  font-size: 1.5rem;
  transition: 0.5s ease all;
  letter-spacing: 8px;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating::before {
  opacity: 100%;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating::after {
  opacity: 40%;
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__one::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__one::before {
  content: "\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__one::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__one::after {
  content: "\e945\e945\e945\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__two::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__two::before {
  content: "\e945\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__two::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__two::after {
  content: "\e945\e945\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__three::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__three::before {
  content: "\e945\e945\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__three::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__three::after {
  content: "\e945\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__four::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__four::before {
  content: "\e945\e945\e945\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__four::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__four::after {
  content: "\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__five::before,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__five::before {
  content: "\e945\e945\e945\e945\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews ol.commentlist .comment_container .star-rating.__five::after,
.woocommerce .product-descriptions #reviews #comments ol.commentlist .comment_container .star-rating.__five::after {
  content: "";
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating label,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating label {
  margin-bottom: 5px;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars:hover a::before, .woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars:focus a::before, .woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars:active a::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars:hover a::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars:focus a::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars:active a::before {
  content: "\e945";
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars span,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars span {
  display: flex;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-1.active) .star-1::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-1.active) .star-1::before {
  content: "\e945";
  opacity: 100%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-1.active) .star-2::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-1.active) .star-3::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-1.active) .star-4::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-1.active) .star-5::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-1.active) .star-2::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-1.active) .star-3::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-1.active) .star-4::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-1.active) .star-5::before {
  content: "\e945";
  opacity: 40%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-2.active) .star-1::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-2.active) .star-2::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-2.active) .star-1::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-2.active) .star-2::before {
  content: "\e945";
  opacity: 100%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-2.active) .star-3::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-2.active) .star-4::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-2.active) .star-5::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-2.active) .star-3::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-2.active) .star-4::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-2.active) .star-5::before {
  content: "\e945";
  opacity: 40%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-3.active) .star-1::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-3.active) .star-2::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-3.active) .star-3::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-3.active) .star-1::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-3.active) .star-2::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-3.active) .star-3::before {
  content: "\e945";
  opacity: 100%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-3.active) .star-4::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-3.active) .star-5::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-3.active) .star-4::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-3.active) .star-5::before {
  content: "\e945";
  opacity: 40%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-4.active) .star-1::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-4.active) .star-2::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-4.active) .star-3::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-4.active) .star-4::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-4.active) .star-1::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-4.active) .star-2::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-4.active) .star-3::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-4.active) .star-4::before {
  content: "\e945";
  opacity: 100%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-4.active) .star-5::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-4.active) .star-5::before {
  content: "\e945";
  opacity: 40%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-5.active) .star-1::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-5.active) .star-2::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-5.active) .star-3::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-5.active) .star-4::before,
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected:has(.star-5.active) .star-5::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-5.active) .star-1::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-5.active) .star-2::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-5.active) .star-3::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-5.active) .star-4::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected:has(.star-5.active) .star-5::before {
  content: "\e945";
  opacity: 100%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars.selected [class^=star-].active::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars.selected [class^=star-].active::before {
  content: "\e945";
  opacity: 100%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars a,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars a {
  font-size: 0;
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars a::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars a::before {
  content: "\e945";
  color: #008539;
  position: relative;
  font-size: 1.5rem;
  opacity: 40%;
  transition: 0.5s ease all;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars a:hover::before, .woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars a:focus::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars a:hover::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars a:focus::before {
  opacity: 70%;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .stars + .stars,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .stars + .stars {
  display: none;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-rating .form-submit,
.woocommerce .product-descriptions #reviews #comments .comment-form-rating .form-submit {
  margin-top: 24px;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form p,
.woocommerce .product-descriptions #reviews #comments .comment-form p {
  margin-bottom: 14px;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-reply-title,
.woocommerce .product-descriptions #reviews #comments .comment-reply-title {
  margin: 22px 0 12px 0;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent input[type=checkbox],
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent input[type=checkbox] {
  margin: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0 !important;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent label,
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent label {
  color: #333333;
  cursor: pointer;
  display: block;
  margin: -15px 0 15px 0;
  min-height: 20px;
  padding-left: 34px;
  position: relative;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent label::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent label::before {
  content: "";
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  transition: 0.3s ease all;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent label::after,
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent label::after {
  content: "\e948";
  font-size: 14px;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  top: 5px;
  left: 7px;
  opacity: 0;
  transition: 0.3s ease all;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent label.__checked::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent label.__checked::before {
  background: #008539;
  border-color: #008539;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent label.__checked::after,
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent label.__checked::after {
  opacity: 1;
}
.woocommerce .product-descriptions .woocommerce-Reviews .comment-form-cookies-consent label.__checked.__focused::before,
.woocommerce .product-descriptions #reviews #comments .comment-form-cookies-consent label.__checked.__focused::before {
  background: rgb(0, 184, 78.8571428571);
  border-color: rgb(0, 184, 78.8571428571);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.__yellow, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.__yellow.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.__yellow,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.__yellow,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.__yellow,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.__yellow,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.__yellow.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.__yellow,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.__yellow.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.__yellow,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.__yellow,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.__yellow,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.__yellow,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.__yellow.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations {
  background: right top/210% 100% linear-gradient(to right, #FFC600 50%, transparent 50%);
  border: 1px solid #FFC600;
  color: #FFFFFF;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.__yellow:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.__yellow.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.__yellow:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.__yellow.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.__yellow:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.__yellow.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.__yellow:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.__yellow:hover,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.__yellow:hover,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.__yellow:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.__yellow:focus,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.__yellow:focus,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.__yellow:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.__yellow:active,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.__yellow:active,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.__yellow.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.__yellow:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.__yellow.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.__yellow:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.__yellow.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.__yellow:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.__yellow.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.__yellow:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.__yellow.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.__yellow:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.__yellow.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.__yellow:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.__yellow.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.__yellow.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.__yellow:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.__yellow:hover,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.__yellow:hover,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.__yellow:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.__yellow:focus,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.__yellow:focus,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.__yellow:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.__yellow:active,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.__yellow:active,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.__yellow.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.__yellow.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.__yellow:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.__yellow.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.__yellow:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.__yellow.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.__yellow:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.__yellow.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.__yellow.reset_variations:active {
  background: left top/210% 100% linear-gradient(to right, #FFC600 50%, transparent 50%);
  color: #333333;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.alt.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.alt,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.alt,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.alt.slick-autoplay-toggle-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.alt.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.alt,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.alt,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.alt.slick-autoplay-toggle-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations {
  color: #333333;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.alt.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.alt.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__outline.__outline.alt:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__outline.__outline.alt.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.alt:hover,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.alt:hover,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.alt:focus,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.alt:focus,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__outline.__outline.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__outline.__outline.alt:active,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__outline.__outline.alt:active,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__outline.__outline.alt.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.alt.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.alt.slick-autoplay-toggle-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__outline.__outline.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__outline.__outline.alt.slick-autoplay-toggle-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.alt.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.alt.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__outline.__outline.alt:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__outline.__outline.alt.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__outline.__outline.alt.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.alt:hover,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.alt:hover,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.alt:focus,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.alt:focus,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__outline.__outline.alt:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__outline.__outline.alt:active,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__outline.__outline.alt:active,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__outline.__outline.alt.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__outline.__outline.alt.reset_variations:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.alt.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.alt.slick-autoplay-toggle-button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__outline.__outline.alt:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__outline.__outline.alt.slick-autoplay-toggle-button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__outline.__outline.alt.reset_variations:active {
  color: #333333;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline .button-text, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline .button-text,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline .button-text,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button .button-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline .button-text,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline .button-text,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button .button-text,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations .button-text {
  background: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline:hover,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline:hover,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline:hover,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline:hover,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations:hover {
  background: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline:hover .button-text::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline:hover .button-text::before,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline:hover .button-text::before,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline:hover .button-text::before,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline:hover .button-text::before,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations:hover .button-text::before {
  width: 0;
  right: 0;
  left: auto;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.__inline.__inline:hover .button-text::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations a.__inline.__inline.reset_variations:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.__inline.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .submit_wrap button.__inline.__inline:hover .button-text::after,
.submit_wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .form-submit button.__inline.__inline:hover .button-text::after,
.form-submit .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations button.__inline.__inline.reset_variations:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.__inline.__inline:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-page .product-info .cart .variations input.__inline.__inline.reset_variations:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.__inline.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations a.__inline.__inline.reset_variations:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.__inline.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .submit_wrap button.__inline.__inline:hover .button-text::after,
.submit_wrap :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .form-submit button.__inline.__inline:hover .button-text::after,
.form-submit :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations button.__inline.__inline.reset_variations:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.__inline.__inline:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.__inline.__inline.slick-autoplay-toggle-button:hover .button-text::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .product-page .product-info .cart .variations input.__inline.__inline.reset_variations:hover .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.3s;
}

.woocommerce .breadcrumb-placeholder {
  position: relative;
}

.woocommerce-account.woocommerce-page h1:not(.banner-title),
.woocommerce-page.woocommerce-cart h1:not(.banner-title),
.woocommerce-page.woocommerce-checkout h1:not(.banner-title) {
  display: none;
}

.logged-in.woocommerce-account.woocommerce-page .woocommerce {
  opacity: 0;
  min-height: 450px;
  transition: 0.3s ease all;
}
.logged-in.woocommerce-account.woocommerce-page .woocommerce.my-account-container {
  opacity: 1;
}
.logged-in.woocommerce-account.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li > a {
  padding: 22px 0;
}

.wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background-color: #008539;
  border: #008539;
}
.wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked svg {
  fill: #FFFFFF;
}
.wc-block-components-form .wc-block-components-checkbox.__checked svg {
  fill: #FFFFFF;
}

/*# sourceMappingURL=main.css.map*/