@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 0.625em;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  position: relative;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7777777778;
  color: #333;
  text-align: left;
  background: linear-gradient(#ffffff, #ffffff 50rem, #ECFEEA calc(100% - 50rem), #ffffff);
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #228B22;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b27e49;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858585;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 4rem;
  line-height: 1.2692307692;
  color: #228B22;
}

h1, .h1 {
  font-size: 5.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858585;
}
.blockquote-footer::before {
  content: "— ";
}

.container {
  width: calc(100% - 3rem);
  max-width: 135rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 9rem);
  }
}
.container .container {
  width: 100%;
}

.gb-content > :not(.b-block),
.container-p0 {
  width: calc(100% - 3rem);
  max-width: 135rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .gb-content > :not(.b-block),
.container-p0 {
    width: calc(100% - 9rem);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .gb-content > .wp-el,
.gb-content > [class*=wp-block],
.container-p0 {
    width: calc(100% - 3rem);
  }
}
.btn, .button {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0.2rem solid transparent;
  padding: 0.9rem 2.9rem;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 9rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .button {
    transition: none;
  }
}
.btn:hover, .button:hover {
  color: #fff;
  text-decoration: none;
}
.btn:focus, .button:focus, .btn.focus, .focus.button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(202, 164, 125, 0.25);
}
.btn.disabled, .disabled.button, .btn:disabled, .button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled a.button {
  pointer-events: none;
}

.btn-primary {
  color: #fff !important;
  background-color: #228B22;
  border-color: #228B22;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #1B1B1B;
  background-color: #228B22;
  border-color: #228B22;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
}

.btn-secondary, .p-cat-banner__form form .btn-primary, .button {
  color: #333 !important;
  background-color: #98FB98;
  border-color: #98FB98;
}
.btn-secondary:hover, .p-cat-banner__form form .btn-primary:hover, .button:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
}
.btn-secondary:focus, .p-cat-banner__form form .btn-primary:focus, .button:focus, .btn-secondary.focus, .p-cat-banner__form form .focus.btn-primary, .focus.button {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
}
.btn-secondary.disabled, .p-cat-banner__form form .disabled.btn-primary, .disabled.button, .btn-secondary:disabled, .p-cat-banner__form form .btn-primary:disabled, .button:disabled {
  color: #1B1B1B;
  background-color: #228B22;
  border-color: #228B22;
}
.btn-secondary:not(:disabled):not(.disabled):active, .p-cat-banner__form form .btn-primary:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .p-cat-banner__form form .btn-primary:not(:disabled):not(.disabled).active, .button:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .p-cat-banner__form form .show > .dropdown-toggle.btn-primary, .show > .dropdown-toggle.button {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
}

.btn-outline-primary {
  color: #228B22;
  border-color: #228B22;
}
.btn-outline-primary:hover {
  color: #1B1B1B;
  background-color: #228B22;
  border-color: #228B22;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #228B22;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #1B1B1B;
  background-color: #228B22;
  border-color: #228B22;
}

.btn-outline-secondary {
  color: #228B22;
  border-color: #228B22;
}
.btn-outline-secondary:hover {
  color: #1B1B1B;
  background-color: #228B22;
  border-color: #228B22;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #228B22;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #1B1B1B;
  background-color: #228B22;
  border-color: #228B22;
}

.btn-secondary, .p-cat-banner__form form .btn-primary, .button {
  color: #fff;
}

.btn-link, .btn-link-white {
  display: inline-flex;
  align-items: center;
  color: #228B22;
  padding: 0;
  box-shadow: none !important;
  border: none;
}
.btn-link:hover, .btn-link-white:hover {
  color: currentColor;
}
.btn-link:focus, .btn-link.focus, .btn-link-white:focus, .btn-link-white.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled, .btn-link-white:disabled, .btn-link-white.disabled {
  color: #858585;
  pointer-events: none;
}
.btn-link-white {
  color: #fff;
}

.btn-lg {
  padding: 0.5rem 1.5rem;
  font-size: 1.875rem;
  line-height: 1.5;
  border-radius: 9rem;
}

.btn-sm, [name=update_cart], .woocommerce-message .button,
.cart .out-of-stock .button,
.woocommerce-info .button {
  letter-spacing: 0;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 9rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1.5rem;
}
.nav-link[href]:hover, .nav-link[href]:focus {
  text-decoration: none;
}
.nav-link[href].disabled {
  color: #858585;
  pointer-events: none;
  cursor: default;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  transition: color 0.2s;
  color: #858585;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  position: relative;
  padding-bottom: 1rem;
}
.nav-tabs .nav-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #228B22;
  transform: scale(0);
  transition: transform 0.2s, background-color 0.2s;
}
.nav-tabs .nav-link[href]:hover {
  color: #228B22 !important;
}
.nav-tabs .nav-link[href]:hover:after {
  transform: scale(1);
  background-color: #228B22;
}
.nav-tabs .nav-link[href].disabled {
  color: #858585;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #228B22;
}
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-item.show .nav-link:after {
  transform: scale(1);
}
@media (max-width: 767.98px) {
  .nav-tabs {
    display: block;
  }
  .nav-tabs .nav-link {
    padding-top: 0;
  }
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(3rem - 1px);
  border-top-right-radius: calc(3rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(3rem - 1px);
  border-bottom-left-radius: calc(3rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2rem;
}

.card-header {
  padding: 1.25rem 2rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
}
.card-header:first-child {
  border-radius: calc(3rem - 1px) calc(3rem - 1px) 0 0;
}

.card-footer {
  padding: 1.25rem 2rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(3rem - 1px) calc(3rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(3rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(3rem - 1px);
  border-top-right-radius: calc(3rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(3rem - 1px);
  border-bottom-left-radius: calc(3rem - 1px);
}

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

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.alert, .woocommerce-error, .woocommerce-message,
.cart .out-of-stock,
.woocommerce-info {
  position: relative;
  padding: 2rem 2rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 1rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 6.25rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 2rem 2rem;
  color: inherit;
}

.alert-primary, .woocommerce-message,
.cart .out-of-stock,
.woocommerce-info {
  color: #695541;
  background-color: #f4ede5;
  border-color: #f0e6db;
}
.alert-primary hr, .woocommerce-message hr,
.cart .out-of-stock hr,
.woocommerce-info hr {
  border-top-color: #e9dac9;
}
.alert-primary .alert-link, .woocommerce-message .alert-link,
.cart .out-of-stock .alert-link,
.woocommerce-info .alert-link {
  color: #4a3c2e;
}

.alert-secondary, .woocommerce-error {
  color: #695541;
  background-color: #f4ede5;
  border-color: #f0e6db;
}
.alert-secondary hr, .woocommerce-error hr {
  border-top-color: #e9dac9;
}
.alert-secondary .alert-link, .woocommerce-error .alert-link {
  color: #4a3c2e;
}

.woocommerce-notices-wrapper,
.woocommerce-info,
.woocommerce-message {
  flex: 0 0 100%;
}

[name=update_cart] {
  margin-left: auto;
}

table.cart [colspan="6"] {
  text-align: right;
  background: transparent !important;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-notices-wrapper .btn, .woocommerce-notices-wrapper .button {
  display: block;
  margin: 0 auto 1rem;
}

.bg-primary {
  background-color: #228B22 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #bb8b59 !important;
}

.bg-secondary {
  background-color: #228B22 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bb8b59 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #EEEEEE !important;
}
.bg-light * {
  color: #1B1B1B !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d5d5 !important;
}

.bg-dark {
  background-color: #1B1B1B !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #020202 !important;
}

.bg-primary-gradient {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='510' viewBox='0 0 1920 510'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.784' gradientTransform='matrix(0.6, -0.8, 0.488, 0.366, -0.044, 0.717)' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%230ec5d1'/%3E%3Cstop offset='1' stop-color='%2300aab5'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='1920' height='510' fill='url(%23radial-gradient)'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: cover;
}

.bg-light-gradient {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='760' viewBox='0 0 1920 760'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.328' cy='0.318' r='0.49' gradientTransform='matrix(0.608, -0.794, 0.54, 0.413, -0.067, 0.705)' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23e5f6f8'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='1920' height='760' fill='url(%23radial-gradient)'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: cover;
}

.bg-white {
  background-color: #fff !important;
  color: #1B1B1B;
}

.bg-transparent {
  background-color: transparent !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;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-base {
  color: #fff !important;
}

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

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

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

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

.text-primary {
  color: #228B22 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #b27e49;
}

.text-secondary {
  color: #228B22 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b27e49;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a;
}

.text-light {
  color: #EEEEEE !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c8c8c8;
}

.text-dark {
  color: #1B1B1B !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.pad-top-0 {
  padding-top: 0rem;
}

.pad-top-10 {
  padding-top: 1rem;
}

.pad-top-20 {
  padding-top: 2rem;
}

.pad-top-30 {
  padding-top: 3rem;
}

.pad-top-40 {
  padding-top: 4rem;
}

.pad-top-50 {
  padding-top: 5rem;
}

.pad-top-60 {
  padding-top: 6rem;
}

.pad-top-70 {
  padding-top: 7rem;
}

.pad-top-80 {
  padding-top: 8rem;
}

.pad-top-90 {
  padding-top: 9rem;
}

.pad-top-100 {
  padding-top: 10rem;
}

.pad-top-110 {
  padding-top: 11rem;
}

.pad-top-120 {
  padding-top: 12rem;
}

.pad-top-130 {
  padding-top: 13rem;
}

.pad-top-140 {
  padding-top: 14rem;
}

.pad-top-150 {
  padding-top: 15rem;
}

@media (max-width: 991.98px) {
  .pad-top-60,
.pad-top-70,
.pad-top-80,
.pad-top-90,
.pad-top-100,
.pad-top-110,
.pad-top-120,
.pad-top-130,
.pad-top-140,
.pad-top-150 {
    padding-top: 5rem;
  }
}
.pad-bottom-0 {
  padding-bottom: 0rem;
}

.pad-bottom-10 {
  padding-bottom: 1rem;
}

.pad-bottom-20 {
  padding-bottom: 2rem;
}

.pad-bottom-30 {
  padding-bottom: 3rem;
}

.pad-bottom-40 {
  padding-bottom: 4rem;
}

.pad-bottom-50 {
  padding-bottom: 5rem;
}

.pad-bottom-60 {
  padding-bottom: 6rem;
}

.pad-bottom-70 {
  padding-bottom: 7rem;
}

.pad-bottom-80 {
  padding-bottom: 8rem;
}

.pad-bottom-90 {
  padding-bottom: 9rem;
}

.pad-bottom-100 {
  padding-bottom: 10rem;
}

.pad-bottom-110 {
  padding-bottom: 11rem;
}

.pad-bottom-120 {
  padding-bottom: 12rem;
}

.pad-bottom-130 {
  padding-bottom: 13rem;
}

.pad-bottom-140 {
  padding-bottom: 14rem;
}

.pad-bottom-150 {
  padding-bottom: 15rem;
}

@media (max-width: 991.98px) {
  .pad-bottom-60,
.pad-bottom-70,
.pad-bottom-80,
.pad-bottom-90,
.pad-bottom-100,
.pad-bottom-110,
.pad-bottom-120,
.pad-bottom-130,
.pad-bottom-140,
.pad-bottom-150 {
    padding-bottom: 5rem;
  }
}
.c-head__right { }
/*
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000 ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0; /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-pagination {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0;
}
.swiper-pagination-bullet {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background: transparent;
  cursor: pointer;
  border: 0.2rem solid #228B22;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  width: 62.5%;
  height: 62.5%;
  border-radius: 9rem;
  left: 18.75%;
  top: 18.75%;
  background: #228B22;
  transform: scale(0);
  transition: transform 0.2s;
}
.swiper-pagination-bullet:not(:first-child) {
  margin-left: 1rem;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet-active:before {
  transform: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDI0IDEyIj48cGF0aCBkPSJNMTcuNTA4LDExLjAyNWw0LjAzNi00LjMzNkgwVjUuMzExSDIxLjU0NEwxNy41MDguOTc1LDE4LjQxNCwwLDI0LDZsLTUuNTg2LDZaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  cursor: pointer;
  z-index: 1;
}

.swiper-button-prev {
  left: 15rem;
  transform: scaleX(-1);
}
.swiper-button-prev:hover {
  animation: 0.4s linear shake-x-mirrored;
}

.swiper-button-next {
  right: 15rem;
}
.swiper-button-next:hover {
  animation: 0.4s linear shake;
}

@media (max-width: 991.98px) {
  .swiper-button-prev {
    left: 2rem;
  }
  .swiper-button-next {
    right: 2rem;
  }
  .swiper-button-prev,
.swiper-button-next {
    top: auto;
    bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .swiper-wrapper {
    padding-bottom: 4rem;
  }
  .swiper-button-prev,
.swiper-button-next {
    bottom: 2rem;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a, button, input, textarea, select {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.row:before, .row:after {
  width: 0;
  height: 0;
}

.fill-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 2500px;
  max-height: 2500px;
  pointer-events: none;
  z-index: -1;
}

.c-hero,
.c-entry-header,
.b-block {
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  body.toggled {
    overflow: hidden;
  }
}
/* =============================================================================
   gutenberg, content
   ========================================================================== */
.gb-content .alignfull {
  max-width: unset;
}
.gb-content > :first-child:not(.b-block) {
  padding-top: 4rem;
}
.gb-content > :last-child:not(.b-block) {
  padding-bottom: 6rem;
  margin-bottom: 0;
}
.gb-content > h1:not(:first-child), .gb-content > h2:not(:first-child), .gb-content > h3:not(:first-child), .gb-content > h4:not(:first-child), .gb-content > .wp-block-group:not(:first-child) {
  margin-top: 3rem;
}
.gb-content .wp-block-table:not(:last-child) {
  margin-bottom: 2rem;
}
.gb-content table {
  width: 100%;
}
.gb-content table td, .gb-content table th {
  padding: 1.4rem 0 1.4rem 3rem;
}
.gb-content table td:first-child, .gb-content table th:first-child {
  padding-left: 2rem;
}
.gb-content table td:last-child, .gb-content table th:last-child {
  padding-right: 2rem;
}
.gb-content table tr:hover {
  background: rgba(202, 164, 125, 0.1);
}
.gb-content table thead th, .gb-content table thead td {
  border-bottom: 1px solid rgba(34, 139, 34, 0.3);
}
.gb-content table .btn, .gb-content table .button {
  margin-right: 1.5rem;
}
.gb-content .b-block:not(:first-child) {
  margin-top: 2rem;
}
.gb-content .b-block[class*=bg-] + :not(.b-block),
.gb-content .b-block[class*=bg-]:not(:first-child) {
  margin-top: 3rem;
}
.gb-content .b-block + * {
  margin-top: 3rem;
}
.gb-content .b-block + .b-block {
  margin-top: 0 !important;
}
@media (max-width: 767.98px) {
  .gb-content > :first-child:not(.b-block) {
    padding-top: 2.5rem;
  }
  .gb-content > :last-child:not(.b-block) {
    padding-bottom: 5rem;
  }
  .gb-content .b-block:not(:first-child) {
    margin-top: 0;
  }
  .gb-content .b-block[class*=bg-] + *,
.gb-content .b-block[class*=bg-]:not(:first-child) {
    margin-top: 3rem;
  }
  .gb-content .b-block + * {
    margin-top: 1rem;
  }
  .gb-content table td, .gb-content table th {
    padding: 0.7rem 0 0.7rem 2rem;
  }
  .gb-content table td:first-child, .gb-content table th:first-child {
    padding-left: 2rem;
  }
  .gb-content table td:last-child, .gb-content table th:last-child {
    padding-right: 2rem;
  }
}
@media (max-width: 599px) {
  .gb-content .wp-block-column + .wp-block-column {
    margin-top: 2rem;
  }
}

.editor-content {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.editor-content p {
  margin-bottom: 1.3333333333em;
}
.editor-content h1:not(:first-child), .editor-content h2:not(:first-child), .editor-content h3:not(:first-child), .editor-content h4:not(:first-child), .editor-content h5:not(:first-child), .editor-content h6:not(:first-child) {
  margin-top: 4rem;
}
.editor-content > :last-child {
  margin-bottom: 0;
}
.editor-content a:not([class]) {
  text-decoration: underline;
}

iframe {
  width: 100%;
  margin-bottom: 2rem;
}

.ari-fancybox:not(.ari-fancybox-pdf) {
  display: block;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.ari-fancybox:not(.ari-fancybox-pdf):hover {
  box-shadow: 0 0.3rem 0.6rem rgba(202, 164, 125, 0.3);
}
.ari-fancybox:not(.ari-fancybox-pdf):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSI+CiAgICAgICAgPHBhdGggZD0iTTIxLjcsMjAuMjg1bC01LjQtNS4zODhBNy45MTgsNy45MTgsMCwwLDAsMTgsMTBhOCw4LDAsMSwwLTgsOCw3LjkxOCw3LjkxOCwwLDAsMCw0LjktMS42OWw1LjM4OCw1LjRhMSwxLDAsMSwwLDEuNDItMS40MlpNNCwxMGE2LDYsMCwxLDEsNiw2QTYsNiwwLDAsMSw0LDEwWiIKICAgICAgICAgICAgICBmaWxsPSIjZmZmIi8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat center, rgba(34, 139, 34, 0.3);
  background-size: 20%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s, background-size 0.3s;
}
.ari-fancybox:not(.ari-fancybox-pdf):hover:after {
  opacity: 1;
  background-size: 18.6666666667%;
}
.ari-fancybox:not(.ari-fancybox-pdf) img {
  transition: transform 0.3s;
}
.ari-fancybox:not(.ari-fancybox-pdf):hover img {
  transform: scale(1.1);
}

.editor-content ul,
ul.wp-el {
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
.editor-content ul:not(:last-child),
ul.wp-el:not(:last-child) {
  margin-bottom: 2.5rem;
}
.editor-content ul li + li,
ul.wp-el li + li {
  margin-top: 0.5333333333em;
}
.editor-content ul li,
ul.wp-el li {
  position: relative;
  padding-left: 1.3333333333em;
}

.editor-content ul li:before,
ul.wp-el li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5333333333em;
  height: 0.5333333333em;
  border-radius: 0.5333333333em;
  top: 0.4666666667em;
  left: 0.1333333333em;
  background: #228B22;
}

ol.wp-el, ol:not([class]) {
  padding-left: 0;
  list-style: none;
  line-height: 1.4;
}
ol.wp-el li, ol:not([class]) li {
  counter-increment: ol-c;
}
ol.wp-el li:before, ol:not([class]) li:before {
  content: counter(ol-c) ". ";
}
ol.wp-el li + li, ol:not([class]) li + li {
  margin-top: 1em;
}

.wpcf7 label, .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 0.8rem;
  font-weight: 700;
}
.wpcf7 abbr {
  color: #dc3545;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .btn, .wpcf7 .button {
  margin-top: 1.5rem;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 1.5rem;
  line-height: 1.35;
  text-transform: none !important;
}

.wpcf7-response-output {
  margin-bottom: 0 !important;
}

form div, form span, form p, form li {
  position: relative;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local],
input[type=email], input[type=file], input[type=month],
input[type=number], input[type=password], input[type=search], input[type=tel],
input[type=text], input[type=time], input[type=url], input[type=week],
textarea, select {
  background: #fff;
  color: #333 !important;
  line-height: 1.2;
  width: 100%;
  padding: 0.9rem 1.8rem;
  border: 0.1rem solid #333 !important;
  border-radius: 2.8rem;
}
footer input[type=color], footer input[type=date], footer input[type=datetime], footer input[type=datetime-local],
footer input[type=email], footer input[type=file], footer input[type=month],
footer input[type=number], footer input[type=password], footer input[type=search], footer input[type=tel],
footer input[type=text], footer input[type=time], footer input[type=url], footer input[type=week],
footer textarea, footer select {
	background: transparent;
	border: 0.1rem solid #fff !important;
}
input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder,
input[type=email]::placeholder, input[type=file]::placeholder, input[type=month]::placeholder,
input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder,
input[type=text]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder,
textarea::placeholder, select::placeholder {
  transition: opacity 0.2s;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]: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=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 {
  border-color: #228B22;
}
input[type=color]:focus::placeholder, input[type=date]:focus::placeholder, input[type=datetime]:focus::placeholder, input[type=datetime-local]:focus::placeholder,
input[type=email]:focus::placeholder, input[type=file]:focus::placeholder, input[type=month]:focus::placeholder,
input[type=number]:focus::placeholder, input[type=password]:focus::placeholder, input[type=search]:focus::placeholder, input[type=tel]:focus::placeholder,
input[type=text]:focus::placeholder, input[type=time]:focus::placeholder, input[type=url]:focus::placeholder, input[type=week]:focus::placeholder,
textarea:focus::placeholder, select:focus::placeholder {
  opacity: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xMjEiIGhlaWdodD0iNy44MTEiIHZpZXdCb3g9IjAgMCAxNC4xMjEgNy44MTEiPjxwYXRoIGQ9Ik0xMiwwLDUuOTYyLDYsMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjA2MSAxLjA2MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==) no-repeat calc(100% - 1.9rem) center, #fff;
  background-size: 1.4121rem 0.7811rem;
}

textarea {
  min-height: 20rem;
}

.mc4wp-form:not(:first-child):not(:nth-child(2)) {
  margin-top: 2rem;
}

.mc4wp-form-fields {
  display: flex;
  gap: 2rem;
}
.mc4wp-form-fields .btn, .mc4wp-form-fields .button {
  flex: 0 0 auto;
}

.mc4wp-error {
  color: #dc3545;
}

label {
  display: block;
}

.mc4wp-checkbox label > input[type=checkbox], .mc4wp-checkbox label > input[type=radio],
.woocommerce-form__label > input[type=checkbox],
.woocommerce-form__label > input[type=radio],
:not(label) > input[type=checkbox],
:not(label) > input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.mc4wp-checkbox label > input[type=checkbox] + span, .mc4wp-checkbox label > input[type=checkbox] + label, .mc4wp-checkbox label > input[type=radio] + span, .mc4wp-checkbox label > input[type=radio] + label,
.woocommerce-form__label > input[type=checkbox] + span,
.woocommerce-form__label > input[type=checkbox] + label,
.woocommerce-form__label > input[type=radio] + span,
.woocommerce-form__label > input[type=radio] + label,
:not(label) > input[type=checkbox] + span,
:not(label) > input[type=checkbox] + label,
:not(label) > input[type=radio] + span,
:not(label) > input[type=radio] + label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 3.2rem;
  padding-left: 4.7rem;
  margin-bottom: 2rem;
}
.mc4wp-checkbox label > input[type=checkbox] + span:before, .mc4wp-checkbox label > input[type=checkbox] + label:before, .mc4wp-checkbox label > input[type=radio] + span:before, .mc4wp-checkbox label > input[type=radio] + label:before,
.woocommerce-form__label > input[type=checkbox] + span:before,
.woocommerce-form__label > input[type=checkbox] + label:before,
.woocommerce-form__label > input[type=radio] + span:before,
.woocommerce-form__label > input[type=radio] + label:before,
:not(label) > input[type=checkbox] + span:before,
:not(label) > input[type=checkbox] + label:before,
:not(label) > input[type=radio] + span:before,
:not(label) > input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMi42MzEiIHZpZXdCb3g9IjAgMCAxNiAxMi42MzEiPgogICAgPHBhdGggZD0iTTE1LjcxMSw1NC4xMTZhLjg0Mi44NDIsMCwwLDAtMS4xODguMDc5TDUuNTU3LDY0LjQ0MmwtNC4xLTQuMzc1QS44NDIuODQyLDAsMCwwLC4yMjcsNjEuMjJsNC43MzcsNS4wNTNhLjg0NS44NDUsMCwwLDAsLjYxNS4yNjVoLjAxNGEuODM5LjgzOSwwLDAsMCwuNjItLjI4N0wxNS43OTEsNTUuM0EuODQyLjg0MiwwLDAsMCwxNS43MTEsNTQuMTE2WiIKICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAxIC01My45MDcpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=) no-repeat center;
  background-size: 0;
  border: 0.1rem solid #E3E3E3;
  border-radius: 9rem;
  transition: border-color 0.2s, background-color 0.2s, background-size 0.2s;
}
@media (max-width: 767.98px) {
  .mc4wp-checkbox label > input[type=checkbox] + span + .required, .mc4wp-checkbox label > input[type=checkbox] + label + .required, .mc4wp-checkbox label > input[type=radio] + span + .required, .mc4wp-checkbox label > input[type=radio] + label + .required,
.woocommerce-form__label > input[type=checkbox] + span + .required,
.woocommerce-form__label > input[type=checkbox] + label + .required,
.woocommerce-form__label > input[type=radio] + span + .required,
.woocommerce-form__label > input[type=radio] + label + .required,
:not(label) > input[type=checkbox] + span + .required,
:not(label) > input[type=checkbox] + label + .required,
:not(label) > input[type=radio] + span + .required,
:not(label) > input[type=radio] + label + .required {
    display: none;
  }
}
.mc4wp-checkbox label > input[type=checkbox]:hover + span:before, .mc4wp-checkbox label > input[type=checkbox]:hover + label:before, .mc4wp-checkbox label > input[type=radio]:hover + span:before, .mc4wp-checkbox label > input[type=radio]:hover + label:before,
.woocommerce-form__label > input[type=checkbox]:hover + span:before,
.woocommerce-form__label > input[type=checkbox]:hover + label:before,
.woocommerce-form__label > input[type=radio]:hover + span:before,
.woocommerce-form__label > input[type=radio]:hover + label:before,
:not(label) > input[type=checkbox]:hover + span:before,
:not(label) > input[type=checkbox]:hover + label:before,
:not(label) > input[type=radio]:hover + span:before,
:not(label) > input[type=radio]:hover + label:before {
  border-color: #228B22;
}
.mc4wp-checkbox label > input[type=checkbox]:checked + span:before, .mc4wp-checkbox label > input[type=checkbox]:checked + label:before, .mc4wp-checkbox label > input[type=radio]:checked + span:before, .mc4wp-checkbox label > input[type=radio]:checked + label:before,
.woocommerce-form__label > input[type=checkbox]:checked + span:before,
.woocommerce-form__label > input[type=checkbox]:checked + label:before,
.woocommerce-form__label > input[type=radio]:checked + span:before,
.woocommerce-form__label > input[type=radio]:checked + label:before,
:not(label) > input[type=checkbox]:checked + span:before,
:not(label) > input[type=checkbox]:checked + label:before,
:not(label) > input[type=radio]:checked + span:before,
:not(label) > input[type=radio]:checked + label:before {
  background-color: #228B22;
  background-size: 1.6rem;
  border-color: #228B22;
}
form .mc4wp-checkbox label a,
form .woocommerce-form__label a,
form :not(label) a {
  position: relative;
  z-index: 2;
}

.woocommerce-form__label {
  position: relative;
}

.woocommerce-terms-and-conditions {
  margin: 3rem 0;
  padding: 2rem 1.5rem;
  background: #fff;
}
.woocommerce-terms-and-conditions * {
  color: #1B1B1B !important;
}
.woocommerce-terms-and-conditions h1, .woocommerce-terms-and-conditions h2, .woocommerce-terms-and-conditions h3, .woocommerce-terms-and-conditions h4, .woocommerce-terms-and-conditions h5, .woocommerce-terms-and-conditions h6 {
  font-size: 1.2em;
  margin-bottom: 1.5rem;
}
.woocommerce-terms-and-conditions p, .woocommerce-terms-and-conditions ul, .woocommerce-terms-and-conditions ol, .woocommerce-terms-and-conditions span {
  font-size: 0.9em;
}

a > .text-primary {
  transition: color 0.3s;
}
a:hover > .text-primary {
  color: #228B22 !important;
}

/* =============================================================================
   components
   ========================================================================== */
.c-toggle {
  display: none;
  position: relative;
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
  border: none;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  z-index: 31000;
}
.c-toggle__line {
  display: block;
  position: absolute;
  width: 2.6rem;
  top: 50%;
  left: 50%;
  margin: -0.1rem 0 0 -1.3rem;
  height: 0.2rem;
  background: #228B22;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  border-radius: 0.1rem;
}
.c-toggle:not(.toggled) .c-toggle__top {
  transform: translateY(-0.5rem);
}
.c-toggle:not(.toggled) .c-toggle__bot {
  transform: translateY(0.5rem);
}
.c-toggle.toggled .c-toggle__top {
  transform: rotate(45deg);
}
.c-toggle.toggled .c-toggle__mid {
  opacity: 0;
}
.c-toggle.toggled .c-toggle__bot {
  transform: rotate(-225deg);
}

.c-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 1rem 0 0;
  margin-top: 4rem;
}
.c-pagination__item {
  margin-left: 1rem;
  border-radius: 3.5rem;
  overflow: hidden;
}
.c-pagination__link {
  display: block;
  text-align: center;
  width: 3.5rem;
  line-height: 3.5rem;
  background: #EEEEEE;
  color: #fff;
  transition: color 0.2s, background-color 0.2s;
}
.c-pagination__link--active, .c-pagination__link:hover {
  background: #228B22;
  color: #fff;
  text-decoration: none;
}

.c-hl {
  color: #228B22;
}
.text-white .c-hl {
  color: #fff;
  text-decoration: underline;
}

/* =============================================================================
   header
   ========================================================================== */
.c-head {
  background: #228b22;
  z-index: 30000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  user-select: none;
  transition: box-shadow 0.3s;
}
.c-head + * {
  margin-top: 14.8rem;
}
@media (max-width: 767.98px) {
  .c-head + * {
  margin-top: 8.8rem;
}
}
.c-head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9.8rem;
}

.c-head__logo {
  font-weight: 200;
  font-size: 3.8rem;
  line-height: 1.2631578947;
  white-space: nowrap;
  color: #fff;
}
.c-head__logo path {
	fill: #fff;
}
.c-head__logo .text-primary {
  transition: color 0.3s;
  font-weight: 500;
}
.c-head__logo:hover {
  color: #fff;
}
.c-head__logo:hover .text-primary {
  color: #fff;
}
.c-head__nav {
  margin: 0 auto;
}

/* Right-side wrapper to push actions to the right and add spacing */
.c-head__right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

/* Ensure nav inside header centers correctly when it's a sibling */
.c-head__nav {
  margin: 0 auto;
}
.c-head__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-head__menu a {
  display: block;
  color: #fff;
  transition: color 0.3s;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-head__menu .active > a {
  color: #98FB98;
}
.c-head__menu a:hover {
  color: #98FB98;
}
.c-head__menu li {
  display: inline-block;
  position: relative;
}
.c-head__menu li + li {
  margin-left: 5rem;
}
.c-head__cart {
  display: flex;
  align-items: center;
  color: #fff;
  transition: color 0.3s;
}
.c-head__cart svg path {
	fill: #fff
}
.c-head__cart-main {
  margin-left: 1rem;
}
.c-head__cart-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.c-head__cart-total {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: -0.2rem;
  font-weight: 300;
}
.c-head__cart-count {
  display: block;
  text-align: center;
  border-radius: 1.2rem;
  color: #333;
  margin-left: 1rem;
  background: #98FB98;
  padding: 0.2rem 0.8rem 0.1rem;
  min-width: 2.4rem;
  line-height: 2.1rem;
  font-size: 1.4rem;
  font-weight: 300;
  transition: background-color 0.3s;
}
.c-head__cart svg {
  height: 2.4rem;
  width: auto;
}
.c-head__cart path {
  transition: fill 0.3s;
}
.c-head__cart:hover {
  color: #98fb98;
}
.c-head__cart:hover path {
  fill: #98fb98;
}
.c-head__cart:hover .c-head__cart-count {
  background: #fff;
}
.c-head__search {
  position: relative;
  height: 4rem;
  width: 4rem;
  margin: 0 5.4rem 0 0;
}
.c-head__search:after {
  background: #fff;
  content: "";
  display: block;
  height: 1.6rem;
  width: 1px;
  position: absolute;
  top: 50%;
  right: -2.4rem;
  margin-top: -0.8rem;
}
.c-head__search form,
.c-head__search [type=submit], .c-head__search-toggle {
  position: absolute;
  right: 0;
  top: 0;
}
.c-head__search [type=submit] {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16174.486,22389.74l-6.082-5.982a10.259,10.259,0,0,1-6.289,2.154,9.957,9.957,0,1,1,10.123-9.953,9.838,9.838,0,0,1-2.551,6.586l6.055,5.959a.868.868,0,0,1,.26.621.852.852,0,0,1-.26.615.889.889,0,0,1-1.256,0Zm-20.709-13.781a8.343,8.343,0,1,0,8.338-8.2A8.28,8.28,0,0,0,16153.777,22375.959Z' transform='translate(-16152.002 -22366)' fill='%23333333'/%3E%3C/svg%3E") no-repeat center, transparent;
  background-size: 2.4rem;
  width: 4rem;
  height: 100%;
  border: none;
  color: transparent;
}
.c-head__search-toggle {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16174.486,22389.74l-6.082-5.982a10.259,10.259,0,0,1-6.289,2.154,9.957,9.957,0,1,1,10.123-9.953,9.838,9.838,0,0,1-2.551,6.586l6.055,5.959a.868.868,0,0,1,.26.621.852.852,0,0,1-.26.615.889.889,0,0,1-1.256,0Zm-20.709-13.781a8.343,8.343,0,1,0,8.338-8.2A8.28,8.28,0,0,0,16153.777,22375.959Z' transform='translate(-16152.002 -22366)' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center, transparent;
  background-size: 2.4rem;
  width: 4rem;
  height: 100%;
  border: none;
  color: transparent;
}
.c-head__search form {
  display: none;
  width: 25rem;
  z-index: 1;
}
.c-head__search .screen-reader-text {
  display: none;
}
.c-head__search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.c-head__search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.c-head__search input[type=search]::-webkit-search-decoration,
.c-head__search input[type=search]::-webkit-search-cancel-button,
.c-head__search input[type=search]::-webkit-search-results-button,
.c-head__search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.c-head__toggle-text {
  display: none;
}
.c-head--shadow {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.05);
  background: #228b22 !important;
}
@media (max-width: 1500px) {
  .c-head__cart-title {
    display: none;
  }
  .c-head__menu li + li {
    margin-left: 2rem;
  }
}
@media (min-width: 1270.02px) {
  .c-head__menu .has-sub {
    display: inline-flex;
    align-items: center;
  }
  .c-head__menu .has-sub span {
    transition: transform 0.3s;
    margin-left: 0.5rem;
  }
  .c-head__menu .has-sub:hover > span {
    transform: scaleY(-1);
  }
  .c-head__menu .sub-menu {
    position: absolute;
    padding: 0;
    background: #fff;
    z-index: 40000;
    border: 0.1rem solid #E3E3E3;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(1.5rem);
    transition: transform 0.3s, opacity 0.3s;
  }
  .c-head__menu .sub-menu li {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 1.5rem;
  }
  .c-head__menu .sub-menu li a {
    flex: 1 1 100%;
  }
  .c-head__menu .sub-menu li:hover span {
    transform: rotate(-90deg);
  }
  .c-head__menu li:hover > .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: none;
  }
  .c-head__menu > li > .sub-menu {
    border-top: none;
    top: 100%;
    left: -1.5rem;
    padding: 1rem 0 0;
    background-color: #228B22;
  }
  .c-head__menu > li > .sub-menu a {
    font-size: 1.4rem;
  }
  .c-head__menu > li > .sub-menu li + li {
    margin-left: 0;
  }
  .c-head__menu > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
}
@media (max-width: 1270px) {
  .c-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    transform: none;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  }
  .c-head__toggle {
    display: block;
  }
  .c-head__toggle-text {
    display: block;
    line-height: 4rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-right: 1rem;
    font-weight: 700;
	color: #fff;
  }
  .c-head__right {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-left: auto;
  }
  .c-head__right .c-head__nav {
    margin: 0;
  }
  .c-head__cart {
    margin: 0 1.5rem 0 0;
  }
  .c-head__cart-count {
    margin-left: 0;
    transform: translate(-50%, 50%);
  }
  .c-head__nav {
    max-width: 100%;
    height: 100%;
    padding: 10rem 1.5rem 4rem;
    z-index: 30000;
    overflow-y: auto;
    font-size: 2rem;
    margin-top: 0;
    text-align: left;
  }
  .c-head__nav:before {
    content: "";
    z-index: 1;
    height: 7rem;
  }
  .c-head__nav, .c-head__nav:before {
    display: block;
    width: 40rem;
    background: #228B22;
    position: fixed;
    top: 0;
    left: 100%;
    border-left: 0.1rem solid #228B22;
    transition: left 0.3s;
  }
  .c-head__nav.toggled:before, .c-head__nav.toggled {
    left: calc(100% - 40rem);
  }
  .c-head__nav .c-cl a {
    color: #fff;
  }
  .c-head__menu {
    margin-top: 4rem;
    white-space: nowrap;
  }
  .c-head__menu li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-head__menu li + li {
    margin-left: 0;
  }
  .c-head__menu a {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 6rem;
    padding: 0;
    flex: 1 1 100%;
  }
  .c-head__menu > .has-sub > a {
    max-width: calc(100% - 7.2rem);
  }
  .c-head__menu .sub-menu .has-sub > a {
    max-width: calc(100% - 5.2rem);
  }
  .c-head__menu > li + li {
    border-top: 0.1rem solid #EEEEEE;
    margin-top: 0;
  }
  .c-head__menu .sub-menu {
    display: none;
    list-style: none;
    padding: 0 0 0 1.5rem;
    flex: 0 0 100%;
    border-left: 0.1rem solid #EEEEEE;
  }
  .c-head__menu .sub-menu a {
    font-size: 1.4rem;
    line-height: 4rem;
  }
  .c-head__menu .sub-menu .sub-menu-toggle {
    width: 4rem;
    height: 4rem;
  }
  .c-head__menu .sub-menu-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    margin-left: 1.2rem;
    background: #EEEEEE;
  }
  .c-head__menu .sub-menu-toggle svg {
    transition: transform 0.3s;
  }
  .c-head__menu .sub-menu-toggle.toggled svg {
    transform: scaleY(-1);
  }
  .c-head__menu .active > a {
    color: #98FB98;
  }
  .c-head__logo {
    margin-right: auto;
    font-size: 2.3rem;
  }
  .c-head__search form {
    position: fixed;
    left: 0;
    top: 6.4rem;
    width: 100%;
  }
  .c-head__search form input {
    background: #98FB98;
	border-radius: 0;
  }
  .c-head__search {
    margin-right: 2rem;
  }
  .c-head__search:after {
    display: none;
  }
  .c-head .c-shoplink__container {
    max-height: none;
  }
  .c-head__cart-count {
    display: none;
  }
  /* Shrink mobile */
  .c-head__inner {
    height: 6.4rem;
    padding: 0 1rem;
  }

  /* Make logo smaller and allow svg to scale nicely */
  .c-head__logo {
    font-size: 1.8rem;
    margin-right: 0.5rem;
  }
  .c-head__logo svg {
    height: 3.2rem;
    width: auto;
    display: block;
  }

}

.c-shoplink {
  position: static !important;
}
.c-shoplink__label {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.c-shoplink__label svg {
  width: 1rem;
  height: auto;
}
.c-shoplink__toggle {
  background: transparent;
  border: none;
  margin-left: 1.5rem;
  padding: 0;
}
.c-shoplink.active .c-shoplink__link, .c-shoplink:hover .c-shoplink__link {
  color: #228B22;
}
.c-shoplink ul {
  list-style: none;
  margin: 0;
}
.c-shoplink ul > li + li {
  margin-left: 0;
}
.c-shoplink__container {
  border: 0.1rem solid rgba(202, 164, 125, 0.3);
  border-radius: 1rem;
  overflow: auto;
  max-height: var(--vh-no-header, 30rem);
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
}
.c-shoplink__menu {
  padding: 0;
}
@media (min-width: 1270.02px) {
  .c-shoplink__menu {
    columns: 3;
    column-gap: 0;
  }
  .c-shoplink__menu:before, .c-shoplink__menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 100%;
    background: rgba(202, 164, 125, 0.3);
  }
  .c-shoplink__menu:before {
    left: calc(33.3333333333% - .1rem);
    top: 0;
  }
  .c-shoplink__menu:after {
    left: calc(66.6666666667% - .1rem);
    top: 0;
  }
  .c-shoplink__container {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transform: translate(-50%, 0);
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }
  .c-shoplink:hover .c-shoplink__label:after {
    content: "";
    display: block;
    position: absolute;
    height: 10rem;
    width: 120%;
    left: -10%;
    top: 100%;
  }
  .c-shoplink:hover .c-shoplink__container {
    opacity: 1;
    transform: translate(-50%, -2rem);
    pointer-events: all;
  }
}
@media (max-width: 1270px) {
  .c-shoplink__label svg {
    width: 2rem;
  }
  .c-shoplink__toggle {
    content: "";
    display: block;
    width: 5rem;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c-shoplink__container {
    display: none;
    width: 100%;
  }
}

.c-cl {
  display: inline-block;
  width: 100%;
}
.c-cl--ni > a {
  padding-left: 2rem !important;
}
.c-cl--ni .c-cl__submenu {
  margin-top: -0.8rem;
  padding-top: 0;
  padding-left: 3.5rem;
  padding-bottom: 1rem;
  z-index: 1;
}
.c-cl.active {
	font-weight: 600;
}
.c-cl a {
  color: #000;
  transition: color 0.2s;
}
.c-cl a:hover {
  color: #228B22;
}
.c-cl .active > a, .c-cl.active > a {
  color: #228B22;
}
.c-sidebar .c-cl > a {
  padding-left: 3.6rem;
}
.c-sidebar .c-cl svg {
  left: 0;
  transform: translateY(-50%);
}
.c-sidebar .c-cl__submenu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.c-sidebar .c-cl__submenu a {
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.c-sidebar .c-cl__submenu li {
  position: relative;
}
.c-sidebar .c-cl__submenu > li {
  padding-left: 2rem;
}
.c-sidebar .c-cl__submenu > li:before {
  background: currentColor;
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.c-sidebar .c-cl__submenu > li + li {
  margin-top: 1rem;
}
.c-sidebar .c-cl__submenu .c-cl__submenu {
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.c-sidebar .c-cl__submenu .c-cl__submenu li {
  padding-left: 1rem;
}
.c-sidebar .c-cl__submenu .c-cl__submenu li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 0.5rem;
  background: #228B22;
}
.c-cl > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.8rem 2rem 0.8rem 7rem;
  transition: color 0.2s;
  min-height: 5rem;
}
.c-cl > a:hover {
  color: #228B22;
}
.c-cl > a:hover path {
  fill: #228B22;
}
.c-cl path {
  fill: #228B22;
  transition: fill 0.2s;
}
.c-cl svg {
  position: absolute;
  top: 50%;
  left: 3.6rem;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 3rem;
  max-height: 3rem;
  margin-left: 0;
}
.c-cl__submenu {
  padding: 1.5rem 2rem 2.5rem 8rem;
}
.c-cl__submenu li {
  display: block;
}
.c-cl__submenu li + li {
  margin-top: 1rem;
}
.c-cl__submenu a {
  font-size: 1.3rem;
  font-weight: 400;
}
.c-cl__submenu li, .c-cl__submenu a {
  line-height: 0.9 !important;
}
.c-cl + .c-cl {
  border-top: 1px solid rgba(34, 139, 34, 0.3);
  margin-top: -1px;
}
@media (max-width: 1270px) {
  .c-head .c-cl > a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5rem;
  }
  .c-head .c-cl svg {
    left: 2.6rem;
  }
  .c-head .c-cl__submenu {
    padding-left: 5rem;
  }
}

/* =============================================================================
   entry-header
   ========================================================================== */
.c-hero,
.c-entry-header {
  width: 100%;
  overflow: hidden;
}

/*.c-hero{
    &__inner{
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 60rem;
        padding: 9rem 0 5rem;
        &:after{
            background: linear-gradient(to right, $light, transparentize($white, .3) 30%, transparentize($black, 1) 55%);
            content: "";
            display: block;
            width: 100%; height: 100%;
            position: absolute;
            left: 0; top: 0;
        }
    }
    &__content{position: relative; z-index: 20000 !important}
    &__title{margin-bottom: 0}
    &__text{margin-top: 2.3rem}
    &__buttons{margin-top: 4.5rem}
    &__title,&__text{
        width: 100%;
        max-width: 57rem;
    }
    &__icons{
        margin-top: 10.3rem;
        margin-bottom: -$grid-gutter-width;
        &-item{
            flex: 0 0 25%;
            position: relative;
            padding-left: 6rem+($grid-gutter-width/2);
            margin-bottom: $grid-gutter-width;
        }
        &-image{
            position: absolute;
            left: $grid-gutter-width/2;
            top: .5rem;
            width: 4.5rem;
            height: auto;
        }
        &-title{font-size: 1.6rem; line-height: (21/16); font-weight: $font-weight-semibold; color: $primary}
        &-text{font-size: 1.4rem; line-height: 1; margin-top: .3rem}
    }
    @include media-breakpoint-down(md) {
        &__icons{
            margin-top: 5rem;
            &-image{width: 4rem}
            &-item{flex: 0 0 50%; padding-left: 5rem + $grid-gutter-width/2}
            &-title{font-size: 1.5rem; line-height: (18/16)}
        }
        &__wrapper{padding-bottom: 0}
        &__inner:after{
            background: linear-gradient(to right, $light, transparentize($white, .3) 30%, transparentize($white, .8) 100%);
        }
    }
}*/
.c-entry-header {
  position: relative;
}
.c-entry-header--has-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}
.c-entry-header__title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  line-height: 1.3888888889;
}
@media (max-width: 767.98px) {
  .c-entry-header__title {
    line-height: 1.1666666667;
  }
}

/* =============================================================================
   builder
   ========================================================================== */
.b-block {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.b-block.bg-primary, .b-block.bg-primary a:not([class]) {
  color: #fff;
}

.b-part + .b-part {
  margin-top: 5rem;
}

.p-btn + .p-btn {
  margin-top: 3rem;
}

.p-title + .b-part {
  margin-top: 4rem;
}

.p-title + .p-title {
  margin-top: 3.4rem;
}

.p-title + .p-cols {
  margin-top: 6rem;
}

@media (max-width: 991.98px) {
  .b-part + .b-part {
    margin-top: 3rem;
  }
}
.p-cat-banner {
  display: grid;
  grid-template-columns: 51fr 79fr;
  gap: 5rem;
}
.p-cat-banner__terms, .p-cat-banner__slider {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.p-cat-banner__terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 3rem;
  padding: 3rem;
  /*background: url(7cbc3f6fc8426444e9981089d76ef0b8.jpg) center/cover no-repeat;*/
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  border-bottom: solid 3px #228b22;
}
.p-cat-banner__term {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: currentColor;
}
.p-cat-banner__term svg {
  flex: 0 0 3rem;
  height: 3rem;
}
.p-cat-banner__term path {
  fill: currentColor !important;
}
.p-cat-banner__term:hover {
  color: #228B22 !important;
  text-decoration: underline;
}
.p-cat-banner .splide__track {
  align-items: stretch;
  height: 100%;
}
.p-cat-banner__slide {
  height: 100%;
  padding: 48.1012658228% 0 0;
}
.p-cat-banner__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.p-cat-banner__slide--text, .p-cat-banner__slide--newsletter {
  padding: 0;
}
.p-cat-banner__text, .p-cat-banner__form {
  padding: 3rem 5rem;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.p-cat-banner__text-title, .p-cat-banner__form-title {
  line-height: 1.0833333333 !important;
  width: 100%;
  max-width: 39rem;
}
.p-cat-banner__text {
  align-items: start;
}
.p-cat-banner__text-title {
  margin-bottom: 2rem !important;
}
.p-cat-banner__text-content {
  width: 100%;
  max-width: 39rem;
  font-size: 1.7rem;
  line-height: 1.4117647059;
}
.p-cat-banner__text-button:not(:first-child) {
  margin-top: 3rem;
}
.p-cat-banner__text .c-hl {
  color: currentColor;
  font-weight: 700;
}
.p-cat-banner__form {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='790' height='380' viewBox='0 0 790 380'%3E%3Cdefs%3E%3ClinearGradient id='a' x2='0.586' y2='0.702' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ebecfb'/%3E%3Cstop offset='0.444' stop-color='%23fff' stop-opacity='0.502'/%3E%3Cstop offset='1' stop-color='%23fcfbfc' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='790' height='380' fill='url(%23a)'/%3E%3C/svg%3E") left/cover no-repeat;
}
.p-cat-banner__form-title {
  margin-bottom: 3rem !important;
}
.p-cat-banner__form form {
  margin-top: 0 !important;
}
.p-cat-banner__form form .btn-primary {
  border-radius: 9rem;
}
.p-cat-banner__form [type=email] {
  height: 4.8rem !important;
  border-radius: 1rem !important;
  font-size: 1.5rem !important;
  padding: 1rem 2rem !important;
  border: none !important;
  max-width: 30rem;
}
.p-cat-banner__form [type=email]::placeholder {
  opacity: 1;
  color: #000;
}
.p-cat-banner__form .mc4wp-form-fields {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.p-cat-banner .splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  display: flex;
  gap: 1rem;
  padding: 0;
  transform: translateX(-50%);
}
.p-cat-banner .splide__pagination__page {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: inset 0 0 0 1px #228B22;
  transition: box-shadow 0.2s;
}
.p-cat-banner .splide__pagination__page.is-active {
  box-shadow: inset 0 0 0 0.6rem #228B22;
}
@media (max-width: 1190px) {
  .p-cat-banner {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 2rem;
  }
  .p-cat-banner__terms, .p-cat-banner__slider {
    flex: 0 0 auto;
  }
  .p-cat-banner .splide__pagination {
    left: 2rem;
    bottom: 1.5rem;
  }
}

.p-advantages {
  background: #ECFEEA;
  color: #333;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 10rem;
  padding: 2.5rem 5rem;
}
.p-advantages__item {
  position: relative;
  min-height: 11.5rem;
}
.p-advantages__item:not(:nth-child(4n)):after {
  background: rgba(34, 139, 34, 0.3);
  content: "";
  display: block;
  height: 11.5rem;
  width: 1px;
  position: absolute;
  top: 0;
  left: calc(100% + 5rem);
}
.p-advantages__icon {
  height: 5rem;
  width: auto;
  margin-bottom: 2rem;
}
.p-advantages__title {
  color: #228B22;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.p-advantages__title:not(:last-child) {
  margin-bottom: 0.3rem;
}
.p-advantages__text {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
@media (max-width: 1050px) {
  .p-advantages {
    grid-template-columns: 1fr 1fr;
  }
  .p-advantages__item:nth-child(2n):after {
    display: none;
  }
}
@media (max-width: 560px) {
  .p-advantages {
    display: block;
  }
  .p-advantages__item:after {
    display: none !important;
  }
  .p-advantages__item + .p-advantages__item {
    margin-top: 3rem;
  }
}

.p-title {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-title__content {
  display: block;
  position: relative;
  align-items: center;
  margin-bottom: 0;
  max-width: 67rem;
}
.p-title__content--narrow {
  max-width: 57rem;
}
.p-title__content--full {
  max-width: 100%;
}
.p-title__content:before, .p-title__content:after {
  content: "";
  display: block;
  height: 1px;
  width: 50vw;
  position: absolute;
  top: 50%;
  background: rgba(34, 139, 34, 0.3);
}
.p-title__content:before {
  right: calc(2.2rem + 100%);
}
.p-title__content:after {
  left: calc(2.2rem + 100%);
}
.p-title.text-center {
  align-items: center;
}
.p-title.text-right {
  align-items: flex-end;
}
.p-title__subtitle {
  max-width: 79rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.p-title .c-hl {
  color: currentColor;
  font-weight: 700;
}
.p-title a {
  color: currentColor;
  text-decoration: underline;
}

.p-logos {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  gap: 3rem;
}
.p-logos__item {
  display: grid;
  place-items: center;
  padding: 3rem;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 1rem;
  grid-column: span 5;
  min-height: 17rem;
}
@media (min-width: 1200px) {
  .p-logos__item:nth-child(n+4) {
    grid-column: span 3;
    min-height: 10rem;
  }
}
@media (max-width: 660px) {
  .p-logos__item {
    padding: 2rem;
  }
}
@media (max-width: 550px) {
  .p-logos {
    grid-template-columns: 1fr 1fr;
  }
  .p-logos__item {
    grid-column: span 1;
  }
}

.p-text--narrow {
  max-width: 100rem;
}
.p-text :last-child {
  margin-bottom: 0;
}

.p-cols__row {
  margin-bottom: -5rem;
  align-items: stretch;
}
.p-cols__col {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
.p-cols__col--w-25 {
  flex: 0 0 25%;
}
.p-cols__col--w-50 {
  flex: 0 0 50%;
}
.p-cols__col--w-75 {
  flex: 0 0 75%;
}
.p-cols__col--w-100 {
  flex: 0 0 100%;
}
.p-cols__col-title {
  display: block;
  font-weight: 600;
  color: #1B1B1B;
  margin-bottom: 1.9rem;
}
.p-cols__col :last-child {
  margin-bottom: 0;
}
.p-cols__link {
  margin-top: 2rem;
}
.p-cols h1, .p-cols h2, .p-cols h3, .p-cols h4, .p-cols h5, .p-cols h6 {
  color: #228B22;
}
.bg-primary > .p-cols h1, .bg-primary > .p-cols h2, .bg-primary > .p-cols h3, .bg-primary > .p-cols h4, .bg-primary > .p-cols h5, .bg-primary > .p-cols h6 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .p-cols__col {
    flex: 0 0 100%;
  }
  .p-cols__col:not(:last-child) {
    margin-bottom: 4rem;
  }
  .p-cols__col h1, .p-cols__col h2, .p-cols__col h3, .p-cols__col h4, .p-cols__col h5, .p-cols__col h6 {
    margin-bottom: 2rem;
  }
  .p-cols__link {
    margin-top: 0;
  }
}

.p-btn {
  margin-bottom: -3rem;
}
.p-btn__item {
  margin: 0 1.5rem 3rem;
}

.p-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
.p-links__item {
  color: currentColor;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  color: #1B1B1B;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  padding: 3rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-links__item:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.4rem 5rem rgba(0, 0, 0, 0.15);
}
.p-links__item--icon {
  padding-right: 14rem;
}
.p-links__item--icon:after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  right: 14rem;
  top: 3rem;
  bottom: 3rem;
  background-color: rgba(202, 164, 125, 0.3);
}
.p-links__title {
  font-size: 2.3rem;
  line-height: 2.8rem;
  font-weight: 600;
}
.p-links__text {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.p-links__link {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
  border: solid currentColor;
  border-width: 0 0 1px;
  padding: 1.5rem 0 0.3rem;
  color: #228B22;
}
.p-links__icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  height: 8rem;
  width: 8rem;
  margin-top: -4rem;
  object-fit: contain;
}
@media (max-width: 1320px) {
  .p-links {
    gap: 2.5rem;
  }
  .p-links__item {
    padding: 2rem;
  }
  .p-links__item--icon {
    padding-right: 10rem;
  }
  .p-links__item--icon:after {
    right: 10rem;
  }
  .p-links__icon {
    right: 2rem;
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
  }
}
@media (max-width: 1110px) {
  .p-links {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .p-links {
    grid-template-columns: 1fr;
  }
}

.p-txtmedia {
  display: flex;
  flex-wrap: wrap;
  max-width: 135rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  background: #000;
  border-radius: 1rem;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.p-txtmedia--center {
  align-items: center;
}
.p-txtmedia--reverse {
  flex-direction: row-reverse;
}
.p-txtmedia__media {
  flex: 0 0 50%;
  overflow: hidden;
}
.p-txtmedia__content {
  flex: 1 1 0;
  padding: 3rem 8rem;
}
.p-txtmedia__title-upper {
  font-size: 3.2rem;
  line-height: 3.7rem;
  margin-bottom: 2rem;
}
.p-txtmedia__title {
  margin-bottom: 4rem;
  font-size: 4.5rem;
  line-height: 5.4rem;
  font-weight: 800;
}
.p-txtmedia__editor {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.p-txtmedia__editor ol {
  counter-reset: p-txtmedia;
}
.p-txtmedia__editor ol li {
  counter-increment: p-txtmedia;
  position: relative;
  padding-left: 7rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
.p-txtmedia__editor ol li:before {
  content: counter(p-txtmedia);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  text-align: center;
  color: #228B22;
  background: #EBECFB;
  font-size: 2.5rem;
}
.p-txtmedia__button {
  margin-top: 4rem;
}
.p-txtmedia__prev {
  left: 1.5rem;
}
.p-txtmedia__next {
  right: 1.5rem;
}
@media (max-width: 1150px) {
  .p-txtmedia__content {
    padding: 3rem 4rem;
  }
}
@media (max-width: 991.98px) {
  .p-txtmedia__content {
    flex: 0 0 40.7407407407%;
  }
  .p-txtmedia__title-upper {
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
  .p-txtmedia__title {
    margin-bottom: 3rem;
    font-size: 3.5rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 767.98px) {
  .p-txtmedia--reverse {
    flex-direction: row;
  }
  .p-txtmedia__media, .p-txtmedia__content {
    flex: 0 0 100%;
  }
  .p-txtmedia__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-icons__row {
  justify-content: center;
  margin-bottom: -5rem;
}
.p-icons__item {
  flex: 0 0 25%;
  margin-bottom: 5rem;
  text-align: center;
  font-weight: 600;
}
.p-icons__icon {
  display: block;
  margin: 0 auto 1.9rem;
  height: 5.4rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .p-icons__row {
    margin-bottom: -2rem;
  }
  .p-icons__item {
    margin-bottom: 2rem;
  }
  .p-icons__item {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .p-icons__icon {
    margin: 0 3rem 0 0;
    width: 5.4rem;
    height: auto;
  }
}

.p-cover {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #EEEEEE 9.6296296296%, rgba(0, 0, 0, 0) 61.1111111111%);
}
.p-cover__content {
  position: relative;
  z-index: 2;
  padding: 10rem;
}
.p-cover__title, .p-cover__text {
  width: 100%;
  max-width: 40rem;
}
.p-cover__title {
  margin-bottom: 2.1rem;
}
.p-cover__text a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s;
}
.p-cover__text a:hover {
  color: #228B22;
}
.p-cover__button {
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .p-cover:after {
    background: linear-gradient(to right, #EEEEEE 46.6666666667%, rgba(0, 0, 0, 0) 83.3333333333%);
  }
  .p-cover__content {
    padding: 6rem;
  }
}
@media (max-width: 767.98px) {
  .p-cover__content {
    padding: 3rem;
  }
}

.p-products {
  position: relative;
}
.p-products .splide__arrows {
    position: relative;
    display: flex;
    justify-content: center;   /* центр по горизонтали */
    align-items: center;
    gap: 16px;                 /* расстояние между стрелками */
    margin-top: 24px;
    pointer-events: auto;      /* вернуть клики */
}
.p-products .splide__arrow {
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12'%3E%3Cpath d='M17.508,11.025l4.036-4.336H0V5.311H21.544L17.508.975,18.414,0,24,6l-5.586,6Z' fill='%23228B22'/%3E%3C/svg%3E") center/2.4rem auto no-repeat;
  width: 5rem;
  height: 5rem;
  pointer-events: all;
  border-radius: 50%;
  border: 2px solid #228B22;
}
.p-products .splide__arrow[disabled] {
  opacity: 0.5;
}
.p-products .splide__arrow--prev {
  transform: scaleX(-1);
}
.p-products .splide__slide__row {
  height: auto !important;
}
.p-products .w-product {
  height: 100%;
}

.p-cta {
  border-radius: 1rem;
  background-color: #000;
  padding: 9rem;
  min-height: 50rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.p-cta__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  width: 100%;
  max-width: 42rem;
  z-index: 1;
}
.p-cta__content:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 10rem, #fff);
  content: "";
  display: block;
  height: calc(100% + 18rem);
  min-height: 50rem;
  width: 120vw;
  position: absolute;
  right: -15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.p-cta__title {
  font-size: 3.3rem;
  line-height: 3.9rem;
  margin-bottom: 0;
}
.p-cta__text {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 300;
}
.p-cta__links {
  display: flex;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .p-cta {
    padding: 5rem 3rem;
    min-height: 0;
  }
}

/* =============================================================================
   products
   ========================================================================== */
.w-wrapper {
	padding-bottom: 7rem;
}
@media (max-width: 767.98px) {
  .w-wrapper {
    padding-bottom: 3.5rem;
  }
}

.w-archive__empty {
  margin-top: 3rem;
}
.w-archive__header {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
}
.w-archive__header-title {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 0;
}
.w-archive__header-title:before, .w-archive__header-title:after {
  background: rgba(34, 139, 34, 0.3);
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  position: absolute;
  top: 50%;
}
.w-archive__header-title:before {
  right: calc(100% + 2.1rem);
}
.w-archive__header-title:after {
  left: calc(100% + 2.1rem);
}
.w-archive__desc {
  margin: 1.6rem 0 3rem;
}
.w-archive__bdesc {
  margin-top: 8rem;
}
.w-archive__bdesc h1, .w-archive__bdesc h2, .w-archive__bdesc h3, .w-archive__bdesc h4, .w-archive__bdesc h5, .w-archive__bdesc h6 {
  font-size: 2.6rem !important;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.w-archive__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w-archive__meta .woocommerce-ordering {
  min-width: 30rem;
  margin-left: 20rem;
}
.w-archive__meta .woocommerce-ordering select {
  color: #333 !important;
  border: solid 1px #228b22 !important;
}
@media (max-width: 767.98px) {
  .w-archive__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .w-archive__meta .woocommerce-ordering {
    margin-top: 3rem;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
.w-archive .w-breadcrumb {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.w-archive .w-products:not(:first-child) {
  margin-top: 3rem;
}

.w-archive, .w-single {
  flex: 1 1 0;
}
@media (max-width: 991.98px) {
  .w-archive, .w-single {
    flex: 0 0 100%;
  }
}

.w-single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.w-single .woocommerce-notices-wrapper {
  margin-top: 2rem;
}
.w-single .woocommerce-message {
  margin-bottom: 0;
}
.w-single .related .h2, .w-single__title {
  font-size: 2.6rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}
.w-single__excerpt {
  margin-top: 1.6rem;
}
.w-single .related {
  flex: 0 0 100%;
}
.w-single__images {
  flex: 0 0 42.5287356322%;
}
.w-single__content {
  flex: 0 0 45.9770114943%;
}
.w-single__cart, .w-single__cart .cart {
  display: flex;
  flex-wrap: wrap;
}
.w-single__cart .cart {
  flex: 0 0 auto;
  align-items: center;
  gap: 2rem;
}
.w-single__cart .stock {
  flex: 0 0 100%;
}
.w-single .single_variation_wrap .price, .w-single__price {
  flex: 0 0 100%;
  font-weight: 500;
  font-size: 2.6rem;
}
.w-single .single_variation_wrap .price > .price, .w-single__price > .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}
.w-single .single_variation_wrap .price > .price > *, .w-single__price > .price > * {
  flex: 0 0 100%;
}
.w-single .single_variation_wrap .price > .price > del, .w-single .single_variation_wrap .price > .price > ins, .w-single__price > .price > del, .w-single__price > .price > ins {
  flex: 0 0 auto !important;
}
.w-single .single_variation_wrap .price > .price ins, .w-single__price > .price ins {
  order: -1;
}
.w-single__price {
  margin-top: 3rem;
}
.w-single__info {
  flex: 0 0 100%;
}
.w-single__info:not(:first-child) {
  margin-top: 4rem;
}
.w-single__info em {
  color: #dc3545;
  font-style: normal;
}
.w-single__cat a {
  color: #fff;
  text-decoration: underline;
}
.w-single__cat a:hover {
  color: #b27e49;
}
.w-single__brands {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 2rem;
}
.w-single__brands-title {
  font-weight: 800;
}
.w-single .woocommerce-notices-wrapper {
  margin-bottom: 3rem;
}
.w-single .reset_variations {
  display: none !important;
}
.w-single .variations_form.cart {
  position: relative;
  display: flex;
  align-items: center;
}
.w-single .variations_form.cart .variations tr {
  display: flex;
  flex-direction: column;
}
.w-single .variations_form.cart .variations .label {
  font-weight: 600;
  line-height: 1.1470588235;
}
.w-single .variations_form.cart .price {
  display: block;
  margin: 2.1rem 0 0 2rem;
}
.w-single .variations_form.cart .single_add_to_cart_button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.w-single .variations_form.cart td.value {
  padding-bottom: 8rem;
}
.w-single .editor-content table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  line-height: 1.6rem;
}
.w-single .editor-content td, .w-single .editor-content th {
  vertical-align: top;
  padding: 1.2rem 0.6rem;
  margin: 0;
  border: none;
  text-align: center;
  min-width: 5rem;
  transition: all 0.2s ease;
}
.w-single .editor-content tr:nth-child(even) td, .w-single .editor-content tr:nth-child(even) th {
  background: rgba(255, 255, 255, 0.05);
}
.w-single .editor-content th {
  width: 10rem;
}
.w-single .related {
  margin-top: 4rem;
}
.w-single .w-breadcrumb {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(34, 139, 34, 0.3);
}
@media (max-width: 767.98px) {
  .w-single__images, .w-single__content {
    flex: 0 0 100%;
  }
  .w-single__images {
    margin-bottom: 3rem;
  }
  .w-single__title {
    margin-bottom: 2rem;
  }
  .w-single__info {
    margin-top: 2rem;
  }
}

.w-images {
  text-align: center;
  position: relative;
}
.w-images .swiper-wrapper {
  align-items: center;
}
.w-images__text {
  width: 100%;
  max-width: 33rem;
  margin: 1rem auto 0;
}
.w-images__lg {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  border-bottom: solid 3px #228B22 !important;
}
.w-images__lg:not(:last-child) {
  margin-bottom: 3rem;
}
.w-images__lg-img {
  display: block;
  padding: 50% 0;
  position: relative;
}
.w-images__lg-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.w-images__lg-img:hover img {
  transform: translate(-50%, -50%) scale(1.1) !important;
}
.w-images__nav {
  position: relative;
  padding: 0 6rem;
}
.w-images__link {
  cursor: pointer;
}
.w-images__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1;
  background: linear-gradient(to right, #34210E 5.5rem, transparent 5.5rem, transparent calc(100% - 5.5rem), #34210E calc(100% - 5.5rem));
  pointer-events: none;
}
.w-images__arrows-next, .w-images__arrows-prev {
  display: block;
  margin-top: 0;
  width: 4rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: all;
  border: 1px solid #fff;
}
.w-images__arrows-next {
  right: 0;
}
.w-images__arrows-prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 767.98px) {
  .w-images {
    font-size: 1.3rem;
  }
}

.w-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media (max-width: 1290px) {
  .w-products {
    gap: 3rem;
  }
}
@media (max-width: 900px) {
  .w-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .w-products {
    grid-template-columns: 1fr 1fr;
  }
}

.w-products,
.w-load-more__button {
  transition: opacity 0.4s;
}
.w-products.loading,
.w-load-more__button.loading {
  opacity: 0.2;
  pointer-events: none;
}

.w-product img, .w-cat img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.w-product .fallback, .w-cat .fallback {
  max-width: 75%;
}

.w-product {
  position: relative;
  text-align: center;
}
.w-product.col {
  flex: 0 0 25%;
  margin-bottom: 3rem;
}
.swiper-container:not(.swiper-container-initialized) .w-product.swiper-slide {
  flex: 0 0 25%;
  margin-right: 3rem;
}
@media (max-width: 767.98px) {
  .swiper-container:not(.swiper-container-initialized) .w-product.swiper-slide {
    flex: 0 0 50%;
  }
}
.w-product__link:hover .w-product__thumb {
  border-color: #228B22;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(202, 164, 125, 0.1);
}
.w-product__hover:hover, .w-product__link:hover + .w-product__hover {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.w-product.col .w-product__hover:hover, .w-product.col .w-product__link:hover + .w-product__hover {
  transform: translate(-50%, -50%) scale(0.8);
}
.w-product__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50%;
  background: #fff;
  border-bottom: solid 3px #228B22;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.w-product__title {
  display: block;
  margin: 2rem 0 0;
  line-height: 1.2666666667;
}
.w-product__price {
  display: block;
  font-size: 2.4rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 500;
  min-height: 6rem;
  width: 100%;
  white-space: nowrap;
  padding-top: 1rem;
  margin-top: auto;
}
.w-product__price--sale {
  direction: rtl;
}
.w-product__link {
  position: relative;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: color 0.2s;
}
.w-product__link:hover {
	color: #228B22;
  text-decoration: none;
}
.w-product .added_to_cart {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  white-space: nowrap;
}
.w-product__badges {
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.w-product__badges > span {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #228B22;
  border-radius: 0.4rem;
  font-weight: 800;
}
.w-product__badges > span + span {
  margin-left: 1rem;
}
.w-product.col .w-product__hover {
  top: 17rem;
}
.w-product__hover {
  position: absolute;
  top: 14rem;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 0.2s, transform 0.2s;
}
.w-product__hover .btn, .w-product__hover .button {
  font-size: 1.6rem;
  line-height: 1.4375;
  min-width: 15rem;
  padding: 0.7rem 1rem;
}
.w-product__hover .btn + .btn, .w-product__hover .button + .btn, .w-product__hover .btn + .button, .w-product__hover .button + .button {
  margin-top: 1.5rem;
}
.w-product__hover a {
  pointer-events: all;
}
.w-product__hover .added_to_cart {
  position: absolute;
  display: block;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .w-product__link {
    margin-bottom: 1rem;
  }
  .w-product__badges {
    right: 1rem;
    top: 1rem;
  }
  .w-product__badges > span {
    padding: 0.2rem 1rem 0.4rem;
    min-width: 0;
  }
  .w-product__badges > span + span {
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .w-product__hover {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .w-product__price {
    position: relative;
    margin-top: 1.5rem;
  }
  .w-product__price del, .w-product__price ins {
    display: block;
  }
  .w-product__link {
    padding-bottom: 0;
  }
}

.w-cat {
  margin-bottom: 6rem;
  flex: 0 0 33.3333333333%;
}
@media (max-width: 991.98px) {
  .w-cat {
    flex: 0 0 50%;
  }
}
.w-cat.swiper-slide {
  margin-bottom: 0;
}
.w-cat__link {
  display: block;
  border-radius: 0.5rem;
  border: 0.5rem solid #EDF1F5;
  background: #EDF1F5;
  color: #fff;
  transition: color 0.2s;
}
.w-cat__link:hover {
  text-decoration: none;
}
.w-cat__thumb {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 100%;
}
.w-cat__title {
  position: relative;
  display: block;
  text-align: center;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin: 1.6rem 0 1.2rem;
}

.w-breadcrumb {
  width: 100%;
  flex: 0 0 100%;
  margin: 1rem 0 3rem;
  line-height: 1.3333333333;
}
.w-breadcrumb svg {
  margin: 0 1rem;
  height: 0.9414rem;
  width: auto;
}
.w-breadcrumb a {
  color: #228b22;
  transition: color 0.3s;
}
.w-breadcrumb a:hover {
  color: #98fb98;
}

.c-sale {
  background-color: #228B22 !important;
}

.w-subcats {
  margin-top: 12.5rem;
}
@media (max-width: 767.98px) {
  .w-subcats {
    margin-top: 4.5rem;
  }
}

.w-load-more {
  margin-top: 5rem;
}

.woocommerce-message .button {
  margin-right: 1rem;
}

.price {
  color: #228B22;
}
.price del {
  color: #888888;
  font-weight: 300;
}
.price ins {
  text-decoration: none;
  color: #228B22;
}
.price--sale {
  direction: rtl;
}

/* =============================================================================
   sidebar
   ========================================================================== */
.w-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
}
@media (max-width: 991.98px) {
  .w-container {
    padding-top: 0;
    gap: 0;
  }
}
.c-sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.c-sb__sidebar {
  flex: 0 0 25.641025641%;
}
.c-sb__main {
  flex: 0 0 65.811965812%;
}
.c-sb__main > .wp-el,
.c-sb__main > [class*=wp-block],
.c-sb__main .container-p0,
.c-sb__main .container {
  width: 100%;
}
.c-sb .b-block:first-child {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .c-sb__sidebar, .c-sb__main {
    flex: 0 0 100%;
  }
}
@media (max-width: 767.98px) {
  .c-sb {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.c-sidebar {
  flex: 0 0 17.037037037%;
  min-width: 24rem;
}
.c-sidebar__menu {
  margin: 0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1.5rem;
}
@media (min-width: 992px) {
  .c-sidebar__header {
    display: none;
  }
  .c-sidebar h3 {
    font-size: 2.4rem;
  }
  .c-sidebar p + h3 {
    margin-top: 8rem;
  }
  .c-sidebar p {
    margin-bottom: 4rem;
  }
  .c-sidebar__content {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .c-sidebar {
    flex: 0 0 100%;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .c-sidebar__header, .c-sidebar__content {
    margin-bottom: 1.25rem;
  }
  .c-sidebar__header {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    text-transform: uppercase;
	cursor: pointer;
  }
  .c-sidebar__toggle {
    z-index: 29000;
    display: block;
    border: none;
    width: 2.6rem;
    margin: 0 1.5rem 0 0;
    background: transparent;
  }
  .c-sidebar__toggle span {
    background: #228B22;
  }

  .c-sidebar__content {
    display: none;
  }
}

.c-sidebar__filters {
  display: block;
  
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1.5rem;
}
.c-sidebar__filter-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(34, 139, 34, 0.06);
  padding-left: 3.6rem;
  min-height: 5rem;
  margin: 0;
}
.c-sidebar__filter-item:last-child {
  border-bottom: none;
}

.c-sidebar__filter-item > svg,
.c-sidebar__filter-item .c-filter__icon {
position: absolute;
  top: 50%;
  left: 3.6rem;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 3rem;
  max-height: 3rem;
  margin-left: 0;
}
.c-sidebar__filter-item > svg {
  display: block;
  fill: currentColor;
}
.c-filter__icon--empty {
  width: 3rem;
  height: 3rem;
  background: transparent;
  border-radius: 0.4rem;
  border: 1px solid rgba(34, 139, 34, 0.08);
}
.c-sidebar__filter-item span {
  line-height: 1;
  color: #222;
}

.c-sidebar__filter-item input[type="checkbox"]:checked ~ span {
  color: #228B22;
  font-weight: 600;
}

/* =============================================================================
   cart
   ========================================================================== */
.gb-content > .woocommerce {
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .gb-content > .woocommerce {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }
}

.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.woocommerce-cart .button[name=update_cart] {
  margin-top: 2rem;
  padding: 0.4rem 2rem 0.5rem;
}
.woocommerce-cart .shop_table {
  min-width: 100%;
}

.woocommerce-cart-form__contents tbody tr:last-child {
  background: transparent !important;
}
.woocommerce-cart-form__contents td.actions {
  display: none;
}

.woocommerce-cart-form {
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  .woocommerce-cart-form .product-name {
    min-width: 18rem;
  }
}
.woocommerce-cart-form a {
  color: #333;
  transition: color 0.2s;
}
.woocommerce-cart-form a.remove {
  font-size: 3rem;
}
.woocommerce-cart-form a:hover {
  color: #228B22;
  text-decoration: none;
}
.woocommerce-cart-form img {
  max-height: 7rem;
  width: auto;
}
.woocommerce-cart-form .product-thumbnail {
  min-width: 5rem;
}
.woocommerce-cart-form th, .woocommerce-cart-form td {
  padding: 1.2rem 1rem;
}
.woocommerce-cart-form .quantity {
  transform: scale(0.9);
  transform-origin: left center;
}

@media (max-width: 991.98px) {
  .woocommerce-cart-form {
    overflow-x: auto;
  }
}
/* =============================================================================
   checkout
   ========================================================================== */
.gb-content > .woocommerce + .woocommerce {
  margin-top: 1rem;
}

.gb-content .woocommerce-checkout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}
.gb-content .woocommerce-checkout .col2-set {
  flex: 0 0 50%;
}
.gb-content .woocommerce-checkout .col2-set > div {
  position: relative;
}
.gb-content .woocommerce-checkout td.product-name {
  max-width: 65%;
}
@media (max-width: 991.98px) {
  .gb-content .woocommerce-checkout .col2-set,
.gb-content .woocommerce-checkout .order-review {
    flex: 0 0 100% !important;
  }
}
.gb-content .woocommerce-checkout .col2-set .form-row:not(.mc4wp-checkbox) {
  position: relative;
}
.gb-content .woocommerce-checkout .col2-set .form-row:not(.mc4wp-checkbox).val label, .gb-content .woocommerce-checkout .col2-set .form-row:not(.mc4wp-checkbox):focus-within label {
  opacity: 1;
  top: 0;
  transform: scale(0.75) translateY(-50%);
  background: #fff;
}
.gb-content .woocommerce-checkout .col2-set .form-row:not(.mc4wp-checkbox) label {
  position: absolute;
  pointer-events: none;
  left: 1.5rem;
  top: 0.6rem;
  transform-origin: top left;
  opacity: 0.6;
  width: auto !important;
  margin: 0 !important;
  border-radius: 0.5rem;
  padding: 0 0.8rem;
  transition: opacity 0.3s, transform 0.3s, top 0.3s;
  z-index: 1;
  color: #000;
}
.gb-content .woocommerce-checkout .col2-set .form-row:not(.mc4wp-checkbox) select {
  position: relative;
  z-index: 2;
}
.gb-content .woocommerce-checkout .col2-set .form-row:not(.mc4wp-checkbox) ::placeholder {
  color: transparent;
}
.gb-content .woocommerce-checkout .form-row.mc4wp-checkbox,
.gb-content .woocommerce-checkout #ship-to-different-address {
  margin-left: 2.3rem;
}
.gb-content .woocommerce-checkout .order-review {
  flex: 0 0 47%;
  position: sticky;
  top: 11.6rem;
}
@media (max-width: 991.98px) {
  .gb-content .woocommerce-checkout .order-review {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 3rem;
  }
}
.gb-content .woocommerce-checkout .order-review {
  border-radius: 1rem;
  padding: 3rem;
  background: #fff;
  border-bottom: solid 3px #228b22;
}
.gb-content .woocommerce-checkout .order-review select {
  width: 100% !important;
}
.gb-content .woocommerce-checkout .order-review .payment_box {
  margin-bottom: 1.5rem;
}
.gb-content .woocommerce-checkout .order-review #everypay_bank-form .payment-method-options {
  display: flex;
  flex-wrap: wrap;
}
.gb-content .woocommerce-checkout .order-review #everypay_bank-form .payment-method-options label {
  position: relative;
  max-width: calc(33.3333333333% - 1rem);
  margin-right: 1rem;
}
.gb-content .woocommerce-checkout .order-review #everypay_bank-form .payment-method-options input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block !important;
  opacity: 0;
}
.gb-content .woocommerce-checkout .order-review .preferred-country {
  display: none;
}
.gb-content .woocommerce-checkout .order-review .blockOverlay {
  background-color: #000 !important;
}
.gb-content .woocommerce-checkout .shipping {
  flex: 0 0 100%;
}
.gb-content .woocommerce-checkout .shipping tr {
  margin-bottom: 0;
}
.gb-content .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
}
.gb-content .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
  padding: 1.5rem;
  list-style: none;
  background: rgba(220, 53, 69, 0.05);
  border: 1px solid rgba(220, 53, 69, 0.7);
}
.gb-content .woocommerce-checkout ul {
  list-style: none;
  padding-left: 0;
}
.gb-content .woocommerce-checkout .cart-subtotal {
  margin-top: 2rem;
}

input[name=payment_method] {
  height: 3.2rem !important;
}

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

#order_review_heading {
  margin-bottom: 3rem;
}

#payment,
#place_order {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  #customer_details {
    padding-right: 3rem;
  }
}
#customer_details label {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
}
#customer_details .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
#customer_details .required {
  color: #dc3545;
}

.woocommerce-cart .gb-content input:not([type=radio]):not([type=checkbox]),
.woocommerce-cart .gb-content select, .woocommerce-cart .gb-content textarea,
.woocommerce-checkout .gb-content input:not([type=radio]):not([type=checkbox]),
.woocommerce-checkout .gb-content select,
.woocommerce-checkout .gb-content textarea {
  border: 0.1rem solid #cfcfcf;
}
.woocommerce-cart .gb-content input:not([type=radio]):not([type=checkbox]):focus,
.woocommerce-cart .gb-content select:focus, .woocommerce-cart .gb-content textarea:focus,
.woocommerce-checkout .gb-content input:not([type=radio]):not([type=checkbox]):focus,
.woocommerce-checkout .gb-content select:focus,
.woocommerce-checkout .gb-content textarea:focus {
  border-color: #228B22;
  box-shadow: 0 0 0.5rem rgba(202, 164, 125, 0.1);
}

.cart-collaterals .shop_table, .order-review .shop_table {
  display: flex;
  flex-wrap: wrap;
}
.cart-collaterals .shop_table tbody, .order-review .shop_table tbody {
  flex: 0 0 100%;
  width: 100%;
}
.cart-collaterals .shop_table tbody > tr, .order-review .shop_table tbody > tr {
  display: flex;
  width: 100%;
  background: transparent;
}
.cart-collaterals .shop_table tbody > tr:not(.cart_item), .order-review .shop_table tbody > tr:not(.cart_item) {
  flex-direction: column;
}
.cart-collaterals .shop_table tbody > tr:not(.cart_item) + tr, .order-review .shop_table tbody > tr:not(.cart_item) + tr {
  margin-top: 1rem;
}
.cart-collaterals .shop_table tbody > tr.cart-item, .order-review .shop_table tbody > tr.cart-item {
  justify-content: space-between;
}
.cart-collaterals .shop_table .product-total, .order-review .shop_table .product-total {
  display: block;
  margin-left: auto;
}
.cart-collaterals .shop_table th, .cart-collaterals .shop_table td, .order-review .shop_table th, .order-review .shop_table td {
  padding: 0.5rem 0 !important;
}
.cart-collaterals .shop_table td + td, .order-review .shop_table td + td {
  padding-left: 2rem;
}
.cart-collaterals .shop_table .order-total, .cart-collaterals .shop_table .cart-subtotal, .order-review .shop_table .order-total, .order-review .shop_table .cart-subtotal {
  flex-direction: row !important;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .page-template-tpl-cart .gb-content > .woocommerce:first-child {
    padding-bottom: 0;
  }
}

.woocommerce-thankyou-order-received {
  font-size: 5.4rem;
}

/* =============================================================================
   posts
   ========================================================================== */
.c-posts {
  margin-bottom: -5rem;
}

.c-post {
  position: relative;
  margin-bottom: 5rem;
  flex: 0 0 33.3333333333%;
}
.c-post--sticky:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGQ9Ik0xOCA2YzAtMy4zMTQtMi42ODctNi02LTZzLTYgMi42ODYtNiA2YzAgMi45NzIgMi4xNjQgNS40MzMgNSA1LjkxdjEyLjA5bDItMnYtMTAuMDljMi44MzYtLjQ3NyA1LTIuOTM4IDUtNS45MXptLTguNjYtMS4xNTljLS41My0uNDY3LS41MTYtMS4zNzIuMDM0LTIuMDIzLjU0OC0uNjUgMS40MjItLjc5OSAxLjk1Mi0uMzMzcy41MTUgMS4zNzItLjAzMyAyLjAyMWMtLjU0OS42NTItMS40MjMuODAxLTEuOTUzLjMzNXoiCiAgICAgICAgICBmaWxsPSIjMDA2M0FEIi8+Cjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0rem;
  right: 1.5rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.c-post__link {
  position: relative;
  height: 100%;
  display: flex;
  color: #fff;
  transition: color 0.3s;
}
.c-post__thumb {
  flex: 0 0 10rem;
  height: auto;
  margin-right: 2rem;
}
.c-post__title {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .c-post {
    flex: 0 0 50%;
  }
}
@media (max-width: 550px) {
  .c-post {
    flex: 0 0 100%;
  }
}

.c-archive {
  padding: 6rem 0;
}
.c-archive .alert, .c-archive .woocommerce-message,
.c-archive .cart .out-of-stock,
.cart .c-archive .out-of-stock,
.c-archive .woocommerce-info, .c-archive .woocommerce-error {
  margin-bottom: 0;
}

/** Quantity */
.quantity {
  display: flex;
  width: 12rem;
  height: 4rem;
  border: 0.2rem solid #228B22;
  border-radius: 9rem;
  background-color: #fff;
  user-select: none;
}
.quantity input {
  flex: 0 0 5rem;
  border: none !important;
  background-color: transparent;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .plus, .quantity .minus {
  background-size: 1.6rem;
  width: 3.6rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  border-radius: 0;
}
.quantity .plus:hover, .quantity .minus:hover {
  background-color: var(--ama-color-light);
}
.quantity .minus {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='2' viewBox='0 0 16 2'%3E%3Cpath d='M14,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H14a1,1,0,0,1,1,1A1,1,0,0,1,14,1Z' transform='translate(1 1)'/%3E%3C/svg%3E");
}
.quantity .plus {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M-22819,13411v-6h-6a1,1,0,0,1-1-1,1,1,0,0,1,1-1h6v-6a1,1,0,0,1,1-1,1,1,0,0,1,1,1v6h6a1,1,0,0,1,1,1,1,1,0,0,1-1,1h-6v6a1,1,0,0,1-1,1A1,1,0,0,1-22819,13411Z' transform='translate(22826.002 -13396)'/%3E%3C/svg%3E");
}
.quantity .plus[disabled],
.quantity .minus[disabled] {
  opacity: 0.3;
}

/* =============================================================================
   footer
   ========================================================================== */
.c-footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #228b22;
  color: #fff;
}
.c-footer .btn-primary {
	background: #98fb98;
	border-color: #98fb98;
	color: #333 !important;
}
.c-footer .btn-primary:hover,
.c-footer .btn-primary:focus,
.c-footer .btn-primary:active {
	background: #333;
	border-color: #333;
	color: #fff !important;
}
.c-footer input {
	color: #fff !important;
}
.c-footer input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.c-footer a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s;
}
.c-footer a[href^="tel:"], .c-footer a[href^="mailto:"] {
  text-decoration: underline;
}
.c-footer a:hover {
  color: #98fb98;
  text-decoration: underline;
}
.c-footer__logo {
  display: block;
  text-decoration: none !important;
}
.c-footer__logo:not(:last-child) {
  margin-bottom: 2rem;
}
.c-footer__col {
  flex: 0 0 20%;
}
.c-footer__col--double {
  flex: 0 0 40%;
}
.c-footer__logo, .c-footer__title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 2rem;
  font-weight: 500 !important;
  color: #98fb98 !important;
}
@media (max-width: 991.98px) {
  .c-footer {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .c-footer__col {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .c-footer__col {
    flex: 0 0 100%;
  }
}

/* =============================================================================
   media query
   ========================================================================== */
@media (max-width: 1380px) {
  html {
    font-size: 0.6rem;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3.8rem;
  }
  h2, .h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 2.25vw;
  }
}
