/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --plyr-color-main: #555;
  --plyr-video-control-background-hover: #555;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
input,
select,
optgroup,
textarea {
  color: #9E8B3B;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 500px) {
  body,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}

:root {
  --plyr-color-main: #555;
  --plyr-video-control-background-hover: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.8em;
  line-height: 1.1em;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #F4F0DB;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1em;
}

:root {
  --plyr-color-main: #555;
  --plyr-video-control-background-hover: #555;
}

p {
  margin: 1em 0;
}

b, strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  border: 1px solid #F4F0DB;
  background: #ffffff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #F4F0DB;
  cursor: help;
}

mark,
ins {
  background: #F4F0DB;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

hr {
  background-color: #F4F0DB;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}
table th {
  background-color: #eee;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}
table td, table th {
  padding: 0.5em 1em;
  border: 1px solid #ffffff;
}
table tbody tr td:nth-child(1) {
  background-color: #9E8B3B;
  font-weight: 700;
}
table tbody tr td:nth-child(n+2) {
  background-color: #faf6f6;
}

/* Links
--------------------------------------------- */
a {
  color: currentColor;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
a:visited {
  color: currentColor;
}
a:hover, a:focus, a:active {
  color: currentColor;
}
a:focus {
  outline: 2px solid currentColor;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button {
  color: currentColor;
}

.button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  background: transparent;
  color: #9E8B3B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  gap: 0.5em;
  text-align: center;
  line-height: 1em;
}
.button svg,
input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg {
  height: 0.7em;
  width: auto;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.1s -webkit-transform ease-out;
  transition: 0.1s -webkit-transform ease-out;
  transition: 0.1s transform ease-out;
  transition: 0.1s transform ease-out, 0.1s -webkit-transform ease-out;
}
.button svg path,
input[type=button] svg path,
input[type=reset] svg path,
input[type=submit] svg path {
  -webkit-transition: 0.1s stroke ease-out;
  transition: 0.1s stroke ease-out;
  stroke: currentColor;
}
.button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #9E8B3B;
}
.button:hover, .button:focus, .button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background-color: #9E8B3B;
  color: #ffffff;
  border-color: #9E8B3B;
}
.button:hover svg, .button:focus svg, .button:active svg,
input[type=button]:hover svg,
input[type=button]:focus svg,
input[type=button]:active svg,
input[type=reset]:hover svg,
input[type=reset]:focus svg,
input[type=reset]:active svg,
input[type=submit]:hover svg,
input[type=submit]:focus svg,
input[type=submit]:active svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.button:hover svg path, .button:focus svg path, .button:active svg path,
input[type=button]:hover svg path,
input[type=button]:focus svg path,
input[type=button]:active svg path,
input[type=reset]:hover svg path,
input[type=reset]:focus svg path,
input[type=reset]:active svg path,
input[type=submit]:hover svg path,
input[type=submit]:focus svg path,
input[type=submit]:active svg path {
  stroke: currentColor;
}
.button.button-alt,
input[type=button].button-alt,
input[type=reset].button-alt,
input[type=submit].button-alt {
  color: #eee;
  background-color: transparent;
  border-color: #eee;
}
.button.button-alt:visited,
input[type=button].button-alt:visited,
input[type=reset].button-alt:visited,
input[type=submit].button-alt:visited {
  color: #eee;
}
.button.button-alt:hover, .button.button-alt:focus, .button.button-alt:active,
input[type=button].button-alt:hover,
input[type=button].button-alt:focus,
input[type=button].button-alt:active,
input[type=reset].button-alt:hover,
input[type=reset].button-alt:focus,
input[type=reset].button-alt:active,
input[type=submit].button-alt:hover,
input[type=submit].button-alt:focus,
input[type=submit].button-alt:active {
  color: #9E8B3B;
  border-color: #eee;
  background-color: #eee;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  border-radius: 0;
  background-color: transparent;
  padding: 0.35em 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1em;
  border-width: 0 0 1px 0;
  border-color: #9E8B3B;
  border-style: solid;
  outline: 1px solid transparent;
  -webkit-transition: 0.1s outline ease, 0.1s border-color ease;
  transition: 0.1s outline ease, 0.1s border-color ease;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #000000;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 300;
  color: #000000;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #000000;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: 300;
  color: #000000;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  font-weight: 300;
  color: #000000;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: #F4F0DB;
}

textarea {
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #eee;
}

label {
  margin: 0 0 0.3em 0;
  display: inline-block;
  line-height: 1.1em;
  font-size: 0.9em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.wrapper {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wrapper.wrapper--l {
  max-width: 1280px;
}
.wrapper.wrapper--m {
  max-width: 920px;
}
.wrapper.wrapper--s {
  max-width: 640px;
}
.wrapper .wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 920px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-main {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.site-main .wrapper {
  height: 100%;
  position: relative;
}
.site-main > article, .site-main > .wp-block-group, .site-main > section,
.site-main .wrapper > section {
  position: relative;
  z-index: 1;
}

.has-page-padding .site-main {
  padding-top: calc(4rem + 2em);
  padding-bottom: 4em;
}

.site-footer {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 920px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 920px) {
  .mobile-only {
    display: block;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Global
--------------------------------------------- */
.site-header {
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.1s background-color ease-out, 0.1s -webkit-box-shadow ease-out;
  transition: 0.1s background-color ease-out, 0.1s -webkit-box-shadow ease-out;
  transition: 0.1s box-shadow ease-out, 0.1s background-color ease-out;
  transition: 0.1s box-shadow ease-out, 0.1s background-color ease-out, 0.1s -webkit-box-shadow ease-out;
  color: #222;
  background-color: #f4f0db;
}
@media screen and (max-width: 920px) {
  .site-header {
    height: 4rem;
  }
}
.site-header .wrapper {
  height: 100%;
}
.site-header .header-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  position: relative;
}
.site-header .header-container .navigation-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .navigation-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-container .navigation-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.site-header .header-container .hamburger {
  pointer-events: auto;
  height: 2em;
  width: 2em;
  padding: 0;
  border: 0;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  cursor: pointer;
  color: #eee;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .hamburger {
    display: block;
  }
}
.site-header .header-container .hamburger svg {
  width: 100%;
  height: 100%;
}
.site-header .header-container .site-branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.site-header .header-container .site-branding .desktop-logo,
.site-header .header-container .site-branding .mobile-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 60%;
  max-width: 200px;
}
@media screen and (max-width: 1280px) {
  .site-header .header-container .site-branding .desktop-logo {
    display: none;
  }
}
.site-header .header-container .site-branding .mobile-logo {
  display: none;
}
@media screen and (max-width: 1280px) {
  .site-header .header-container .site-branding .mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header .header-container .site-branding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.site-header .header-container .site-branding a svg,
.site-header .header-container .site-branding a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header .header-container .site-branding a:focus {
  outline: 1px solid #eee;
}
.site-header .header-container .main-navigation {
  -webkit-transition: 0.1s opacity ease-out;
  transition: 0.1s opacity ease-out;
  width: 100%;
  pointer-events: none;
}
.site-header .header-container .main-navigation .mobile-nav-close {
  display: none;
  position: fixed;
  top: 0.85em;
  bottom: auto;
  left: auto;
  right: 1.5em;
  padding: 0.25em;
  height: 3em;
  width: 3em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .site-header .header-container .main-navigation .mobile-nav-close {
    right: 0.5em;
  }
}
.site-header .header-container .main-navigation .mobile-nav-close svg {
  width: 100%;
  height: 100%;
}
.site-header .header-container .main-navigation ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  pointer-events: none;
}
.site-header .header-container .main-navigation ul * {
  pointer-events: auto;
}
.site-header .header-container .main-navigation ul li {
  position: relative;
}
.site-header .header-container .main-navigation ul li a {
  display: block;
  padding: 0.35em 0;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  color: #9E8B3B;
  line-height: 1.1em;
  text-align: center;
  height: 100%;
  font-weight: 500;
}
.site-header .header-container .main-navigation ul li a .item-title {
  position: relative;
}
.site-header .header-container .main-navigation ul li a .item-title::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.1em);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  pointer-events: none;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  -webkit-transition: 0.1s background-color ease-out, 0.1s -webkit-transform ease-out;
  transition: 0.1s background-color ease-out, 0.1s -webkit-transform ease-out;
  transition: 0.1s background-color ease-out, 0.1s transform ease-out;
  transition: 0.1s background-color ease-out, 0.1s transform ease-out, 0.1s -webkit-transform ease-out;
}
.site-header .header-container .main-navigation ul li a:focus {
  outline: 1px solid #eee;
}
.site-header .header-container .main-navigation ul li a:hover .item-title::before {
  background-color: #9E8B3B;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .header-container .main-navigation ul li.current-menu-item > a .item-title::before {
  background-color: #9E8B3B;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .header-container .main-navigation ul li.menu-item-has-children > a {
  padding-right: 1.5rem;
}
.site-header .header-container .main-navigation ul li .menu-item-with-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header-container .main-navigation ul li .menu-item-with-children > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .header-container .main-navigation ul li.menu-item-has-children.open > .menu-item-with-children .dropdown-arrow {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.site-header .header-container .main-navigation ul li .dropdown-toggle {
  position: relative;
  width: 1.4em;
  height: 1.4em;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .header-container .main-navigation ul li .dropdown-toggle .dropdown-arrow {
  width: 60%;
  height: auto;
  stroke: currentColor;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.site-header .header-container .main-navigation ul li .dropdown-toggle:hover .dropdown-arrow {
  stroke: #eee;
}
.site-header .header-container .main-navigation ul ul {
  display: none;
  position: absolute;
  top: calc(100% + 0.5em);
  left: -1.5em;
  background-color: rgba(244, 240, 219, 0.75);
  padding: 0.5em 1.5em;
  height: auto;
  width: auto;
  grid-template-columns: auto auto;
  margin-top: 0.5em;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.site-header .header-container .main-navigation ul ul li a {
  padding: 0.35em 0em 0.35em 0em;
  width: auto;
  white-space: nowrap;
  text-align: left;
  height: auto;
}
.site-header .header-container .main-navigation ul ul ul {
  z-index: 2;
  background-color: rgba(244, 240, 219, 0.7);
  grid-template-columns: 1fr;
  top: -1em;
  left: calc(100% + 1.5em);
}
.site-header .header-container .main-navigation ul ul li .menu-item-with-children .dropdown-toggle .dropdown-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.site-header .header-container .main-navigation ul ul li.menu-item-has-children.open > .menu-item-with-children .dropdown-arrow {
  -webkit-transform: rotate(-90deg) scaleY(-1);
          transform: rotate(-90deg) scaleY(-1);
}
.site-header .header-container .main-navigation ul li.menu-item-has-children.open > ul {
  display: grid;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation ul li.menu-item-has-children.open > ul {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #F4F0DB;
    display: block;
    height: 100%;
    padding: calc(4rem + 4em) 2em 1em 2em;
    overflow-y: auto;
    -webkit-transition: 0.1s opacity ease-out, 0.1s -webkit-transform ease-out;
    transition: 0.1s opacity ease-out, 0.1s -webkit-transform ease-out;
    transition: 0.1s transform ease-out, 0.1s opacity ease-out;
    transition: 0.1s transform ease-out, 0.1s opacity ease-out, 0.1s -webkit-transform ease-out;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 920px) and (max-width: 500px) {
  .site-header .header-container .main-navigation {
    padding: calc(4rem + 4em) 1em 1em 1em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation::after {
    content: "";
    display: block;
    width: 100%;
    height: 2em;
  }
  .site-header .header-container .main-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .site-header .header-container .main-navigation ul li {
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 920px) and (max-width: 640px) {
  .site-header .header-container .main-navigation ul li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation ul li .dropdown-toggle {
    background-color: rgba(34, 34, 34, 0.1);
    -webkit-transition: 0.1s background-color ease-out;
    transition: 0.1s background-color ease-out;
  }
  .site-header .header-container .main-navigation ul li .dropdown-toggle .dropdown-arrow {
    width: 40%;
    -webkit-transition: 0.1s color ease-out, 0.1s -webkit-transform ease-out;
    transition: 0.1s color ease-out, 0.1s -webkit-transform ease-out;
    transition: 0.1s color ease-out, 0.1s transform ease-out;
    transition: 0.1s color ease-out, 0.1s transform ease-out, 0.1s -webkit-transform ease-out;
  }
  .site-header .header-container .main-navigation ul li .dropdown-toggle:hover {
    background-color: #222;
  }
  .site-header .header-container .main-navigation ul li .dropdown-toggle:hover .dropdown-arrow {
    color: #eee;
  }
  .site-header .header-container .main-navigation ul li a {
    padding: 0.7em 1em;
    background-color: #9E8B3B;
    color: white;
    text-align: left;
    -webkit-transition: 0.1s color ease-out, 0.1s background-color ease-out;
    transition: 0.1s color ease-out, 0.1s background-color ease-out;
  }
  .site-header .header-container .main-navigation ul li a:hover {
    color: #eee;
    background-color: #222;
  }
  .site-header .header-container .main-navigation ul li a::before {
    display: none;
  }
  .site-header .header-container .main-navigation ul li.menu-item-has-children .menu-item-with-children {
    position: relative;
  }
  .site-header .header-container .main-navigation ul li.menu-item-has-children .menu-item-with-children .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 2.8rem;
  }
  .site-header .header-container .main-navigation ul li.menu-item-has-children .dropdown-toggle {
    width: 3.5em;
    height: 3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 920px) and (max-width: 640px) {
  .site-header .header-container .main-navigation ul li.menu-item-has-children .dropdown-toggle {
    width: 2em;
    height: 2em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation ul li ul {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding: 0.5rem 0 0 0.5rem;
    display: none;
    margin-top: 0;
  }
  .site-header .header-container .main-navigation ul li ul li {
    font-size: 0.9em;
    width: 100%;
  }
  .site-header .header-container .main-navigation ul li ul li .dropdown-toggle {
    background-color: rgba(34, 34, 34, 0.05);
  }
  .site-header .header-container .main-navigation ul li ul li a {
    padding: 0.9em 1.1em;
    white-space: wrap;
    font-weight: 300;
    text-align: left;
    background-color: rgba(34, 34, 34, 0.05);
  }
  .site-header .header-container .main-navigation ul li ul li ul {
    padding-bottom: 0.5rem;
    padding-bottom: 0;
  }
  .site-header .header-container .main-navigation ul li ul li ul li a {
    background-color: rgba(34, 34, 34, 0.03);
  }
  .site-header .header-container .main-navigation ul li ul li.menu-item-has-children .menu-item-with-children .dropdown-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .site-header .header-container .main-navigation ul li ul li.menu-item-has-children.open > .menu-item-with-children .dropdown-arrow {
    -webkit-transform: rotate(0deg) scaleY(-1);
            transform: rotate(0deg) scaleY(-1);
  }
}
@media screen and (max-width: 920px) {
  .site-header.navigation-expanded .header-container .main-navigation {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 920px) {
  .site-header.navigation-expanded .header-container .main-navigation .mobile-nav-close {
    display: block;
  }
}

.scrolled .site-header {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.has-transparent-navigation .site-header {
  background-color: rgba(244, 240, 219, 0);
}
.has-transparent-navigation.scrolled .site-header {
  background-color: #f4f0db;
}

.site-footer {
  background-color: #F4F0DB;
  color: #9E8B3B;
}
.site-footer a {
  color: #9E8B3B;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-footer a:hover {
  opacity: 0.7;
}
.site-footer .footer-container {
  padding: 0 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-container {
    padding: 0 1.5rem;
  }
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
.site-footer .footer-logo a {
  display: inline-block;
  width: 15rem;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-logo a {
    width: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-logo a {
    width: 10.5rem;
    margin: 0 auto;
  }
}
.site-footer .footer-logo a img,
.site-footer .footer-logo a svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-nav {
  justify-self: center;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-nav {
    justify-self: center;
    width: 100%;
  }
}
.site-footer .footer-nav .footer-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-nav .footer-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.site-footer .footer-nav .footer-navigation ul li {
  margin: 0;
}
.site-footer .footer-nav .footer-navigation ul a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.site-footer .footer-nav .footer-navigation ul a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #9E8B3B;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.site-footer .footer-nav .footer-navigation ul a:hover::after {
  width: 100%;
}
.site-footer .footer-nav .footer-navigation ul a:hover {
  opacity: 1;
}
.site-footer .footer-socials {
  justify-self: end;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-socials {
    justify-self: end;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-socials {
    justify-self: center;
  }
}
.site-footer .footer-socials .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-socials .socials .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-socials .socials .social-link img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-footer .footer-socials .socials .social-link:hover img {
  opacity: 0.7;
}
.site-footer .footer-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3rem;
  padding: 0rem 0 2rem;
  border-top: none;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-middle {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-middle {
    text-align: center;
  }
}
.site-footer .footer-newsletter {
  margin-bottom: -20px;
}
.site-footer .footer-newsletter .footer-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0rem;
  color: #9E8B3B;
}
.site-footer .footer-newsletter .gform_wrapper {
  margin: 0;
}
.site-footer .footer-newsletter .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-newsletter .gform_wrapper form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer .footer-newsletter .gform_wrapper form button {
  background-color: #F4F0DB !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #9E8B3B !important;
  color: #9E8B3B !important;
  font-weight: 300 !important;
  border-radius: 5px !important;
}
.site-footer .footer-newsletter .gform_wrapper form button:hover {
  background-color: #9E8B3B !important;
  color: #F4F0DB !important;
}
.site-footer .footer-newsletter .gform_wrapper .gform_body {
  width: 100%;
  max-width: 320px;
}
.site-footer .footer-newsletter .gform_wrapper .gfield {
  margin: 0;
  padding: 0;
}
.site-footer .footer-newsletter .gform_wrapper .gfield_label {
  display: none;
}
.site-footer .footer-newsletter .gform_wrapper input[type=email],
.site-footer .footer-newsletter .gform_wrapper input[type=text] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  background: transparent;
  color: #9E8B3B;
  font-size: 0.875rem;
}
.site-footer .footer-newsletter .gform_wrapper input[type=email]::-webkit-input-placeholder, .site-footer .footer-newsletter .gform_wrapper input[type=text]::-webkit-input-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.site-footer .footer-newsletter .gform_wrapper input[type=email]::-moz-placeholder, .site-footer .footer-newsletter .gform_wrapper input[type=text]::-moz-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.site-footer .footer-newsletter .gform_wrapper input[type=email]:-ms-input-placeholder, .site-footer .footer-newsletter .gform_wrapper input[type=text]:-ms-input-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.site-footer .footer-newsletter .gform_wrapper input[type=email]::-ms-input-placeholder, .site-footer .footer-newsletter .gform_wrapper input[type=text]::-ms-input-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.site-footer .footer-newsletter .gform_wrapper input[type=email]::placeholder,
.site-footer .footer-newsletter .gform_wrapper input[type=text]::placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.site-footer .footer-newsletter .gform_wrapper input[type=email]:focus,
.site-footer .footer-newsletter .gform_wrapper input[type=text]:focus {
  outline: none;
  border-color: #9E8B3B;
}
.site-footer .footer-newsletter .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.site-footer .footer-newsletter .gform_wrapper .gform_footer .gform_button,
.site-footer .footer-newsletter .gform_wrapper .gform_footer button {
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  background-color: #F4F0DB;
  color: #9E8B3B;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-newsletter .gform_wrapper .gform_footer .gform_button:hover,
.site-footer .footer-newsletter .gform_wrapper .gform_footer button:hover {
  background-color: #9E8B3B;
  color: #F4F0DB;
}
.site-footer .footer-newsletter .gform_wrapper .validation_message,
.site-footer .footer-newsletter .gform_wrapper .gfield_description {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.site-footer .footer-contacts {
  justify-self: end;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-contacts {
    justify-self: start;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-contacts {
    justify-self: center;
  }
}
.site-footer .footer-contacts .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-contacts .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.site-footer .footer-contacts .contacts .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #9E8B3B;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-footer .footer-contacts .contacts .contact-item:hover {
  opacity: 0.7;
}
.site-footer .footer-contacts .contacts .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-contacts .contacts .contact-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-contacts .contacts .contact-label {
  font-size: 0.9rem;
}
.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(158, 139, 59, 0.2);
  font-size: 0.8rem;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.site-footer .footer-copyright {
  color: #9E8B3B;
}
.site-footer .footer-policy .footer-policy-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-policy .footer-policy-navigation ul {
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-policy .footer-policy-navigation ul li {
  margin: 0;
}
.site-footer .footer-policy .footer-policy-navigation ul a {
  font-size: 0.8rem;
  color: #9E8B3B;
  text-decoration: none;
}
.site-footer .footer-policy .footer-policy-navigation ul a:hover {
  text-decoration: underline;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

@media screen and (max-width: 920px) {
  .no-m-br br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .no-s-br br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .no-xs-br br {
    display: none;
  }
}

.error-message {
  text-align: center;
  margin-top: 2em;
}

.error-message p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #eee;
  text-align: center;
}

.loading-indicator {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: 700;
  color: #eee;
  text-align: center;
}

.no-posts {
  text-align: center;
  margin-top: 2em;
}
.no-posts p {
  margin: 1em 0;
}
.no-posts .no-posts-title {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #eee;
}

.has-white-background-color {
  background-color: #ffffff;
}

.archive-title {
  margin-top: 0;
}

.related-posts {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #ffffff;
}
.related-posts .related-posts-title {
  margin-top: 0;
  font-size: 2em;
  color: #9E8B3B;
}
.related-posts .related-posts-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}

.related-posts-container {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em 1em;
}
@media screen and (max-width: 1280px) {
  .related-posts-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .related-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .related-posts-container {
    grid-template-columns: 1fr;
  }
}

.blog-container {
  padding-top: calc(4rem + 3em);
  padding-bottom: 3em;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .blog-container {
    padding-top: calc(4rem + 2em);
    padding-bottom: 2em;
  }
}
.blog-container .posts-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em 1em;
}
@media screen and (max-width: 1280px) {
  .blog-container .posts-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .blog-container .posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .blog-container .posts-container {
    grid-template-columns: 1fr;
  }
}
.blog-container .posts-container .loading-indicator,
.blog-container .posts-container .error-message,
.blog-container .posts-container .no-posts {
  grid-column: 1/5;
}
@media screen and (max-width: 1280px) {
  .blog-container .posts-container .loading-indicator,
  .blog-container .posts-container .error-message,
  .blog-container .posts-container .no-posts {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 640px) {
  .blog-container .posts-container .loading-indicator,
  .blog-container .posts-container .error-message,
  .blog-container .posts-container .no-posts {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 500px) {
  .blog-container .posts-container .loading-indicator,
  .blog-container .posts-container .error-message,
  .blog-container .posts-container .no-posts {
    grid-column: 1/2;
  }
}
.blog-container .dynamic-posts .dynamic-posts-filters {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .blog-container .dynamic-posts .dynamic-posts-filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tease-post {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.tease-post .tease-image {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #F4F0DB;
}
.tease-post .tease-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tease-post .tease-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tease-post .tease-image.no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tease-post .tease-image.no-image svg {
  width: 40%;
  height: auto;
}
.tease-post .tease-content {
  padding: 1.25rem;
}
@media screen and (max-width: 640px) {
  .tease-post .tease-content {
    padding: 1rem;
  }
}
.tease-post .tease-title {
  color: #9E8B3B;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .tease-post .tease-title {
    font-size: 1.1rem;
  }
}
.tease-post .tease-title a {
  color: inherit;
  text-decoration: none;
}
.tease-post .tease-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #9E8B3B;
  margin-bottom: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .tease-post .tease-meta {
    font-size: 0.8rem;
  }
}
.tease-post .tease-meta a {
  color: inherit;
  text-decoration: none;
}
.tease-post .tease-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .tease-post .tease-excerpt {
    font-size: 0.9rem;
  }
}
.tease-post .button {
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .tease-post .button {
    font-size: 0.9rem;
  }
}

.post-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .post-gallery {
    gap: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .post-gallery {
    gap: 0.5em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-gallery .post-gallery-item {
  aspect-ratio: 1;
}
.post-gallery .post-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.back-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  text-decoration: none;
  line-height: 1em;
  color: #9E8B3B;
  border-bottom: 1px solid #9E8B3B;
  font-size: 0.9em;
}
.back-button svg {
  height: 1em;
  width: auto;
}
.back-button svg [stroke] {
  stroke: #9E8B3B;
}
.back-button:hover {
  opacity: 0.7;
}

.single-post {
  margin-top: -70px;
}
.single-post .single-hero {
  background-color: #F4F0DB;
  padding: 2em 0;
  margin-top: 4rem;
}
@media screen and (max-width: 920px) {
  .single-post .single-hero {
    margin-top: 4rem;
    padding: 1.5em 0;
  }
}
.single-post .single-hero img {
  display: block;
  max-width: 900px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}
.single-post .single-body {
  background-color: #ffffff;
  padding: 3em 0;
}
@media screen and (max-width: 920px) {
  .single-post .single-body {
    padding: 2em 0;
  }
}
.single-post:not(:has(.single-hero)) .single-body {
  padding-top: calc(4rem + 3em);
}
@media screen and (max-width: 920px) {
  .single-post:not(:has(.single-hero)) .single-body {
    padding-top: calc(4rem + 2em);
  }
}
.single-post .single-title {
  color: #9E8B3B;
  margin: 0.5em 0 0.2em;
  font-size: 2.2em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .single-post .single-title {
    font-size: 1.8em;
  }
}
.single-post time {
  color: #9E8B3B;
  font-size: 0.9em;
  display: block;
  margin-bottom: 1.5em;
}
.single-post .single-content {
  color: #222;
  line-height: 1.7;
}
.single-post .single-content p {
  margin-bottom: 1em;
}
.single-post .single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.single-post .single-footer {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(158, 139, 59, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.single-post .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.single-post .post-tags .post-tag {
  text-decoration: none;
  background-color: #9E8B3B;
  color: #ffffff;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  font-size: 0.85em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-post .post-tags .post-tag:hover {
  opacity: 0.8;
}
.single-post .post-gallery {
  margin-top: 2em;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.share button {
  background-color: #ffffff;
  border: 1px solid #9E8B3B;
  color: #9E8B3B;
  cursor: pointer;
  border-radius: 3px;
  width: 2em;
  height: 2em;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.share button svg {
  height: 50%;
  width: auto;
}
.share button:hover {
  background-color: #9E8B3B;
  color: #ffffff;
}

.error404 {
  background-color: #ffffff;
}
.error404 .error404-wrapper {
  height: 100%;
  padding-top: calc(4rem + 6em);
  padding-bottom: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .error404 .error404-wrapper {
    padding-top: calc(4rem + 6em);
  }
}
.error404 .error404-title {
  font-size: 3em;
  line-height: 1em;
  margin: 0;
  color: #9E8B3B;
}
.error404 .error404-description {
  color: #9E8B3B;
  margin-bottom: 2em;
}

.dynamic-posts .dynamic-posts-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter {
  padding: 0.2em 0.5em 0.2em 0;
  background-color: transparent;
  color: #9E8B3B;
  accent-color: #9E8B3B;
  cursor: pointer;
  width: auto;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter option {
  color: #9E8B3B;
  background-color: #ffffff;
  cursor: pointer;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter option:hover {
  background-color: #9E8B3B;
  color: #ffffff;
}
.dynamic-posts .dynamic-posts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0em 3em;
}
@media screen and (max-width: 640px) {
  .dynamic-posts .dynamic-posts-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dynamic-posts .dynamic-posts-header .dynamic-posts-count {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  color: #9E8B3B;
}

.password-form-container {
  padding-top: calc(4rem + 4em);
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .password-form-container {
    padding-top: calc(4rem + 3em);
    padding-bottom: 3em;
  }
}
.password-form-container .password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  padding: 3em 2em;
  background-color: #9E8B3B;
  max-width: 30em;
  margin: 0 auto;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .password-form-container .password-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.password-form-container .password-form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .password-form-container .password-form input {
    width: 100%;
  }
}
.password-form-container .password-form .button {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8em;
}
@media screen and (max-width: 640px) {
  .password-form-container .password-form .button {
    width: 100%;
  }
}

.search-results-section {
  background-color: #F4F0DB;
  padding-top: calc(4rem + 4em);
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .search-results-section {
    padding-top: calc(4rem + 3em);
    padding-bottom: 3em;
  }
}

.search-results-title {
  text-align: center;
  color: #9E8B3B;
}

.search-results-container {
  max-width: 40em;
  margin: 0 auto;
}
.search-results-container .search-result {
  margin-bottom: 1em;
  padding: 1.5em;
  background-color: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.search-results-container .search-result a {
  text-decoration: none;
}
.search-results-container .search-result .search-result-image {
  width: 30%;
}
.search-results-container .search-result .search-result-image .search-result-thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4F0DB;
  border-radius: 3px;
}
.search-results-container .search-result .search-result-image .search-result-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.search-results-container .search-result .search-result-image .search-result-thumbnail svg {
  width: 50%;
  height: auto;
}
.search-results-container .search-result .search-result-content {
  width: 70%;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0;
}
.search-results-container .search-result .search-result-content .search-result-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-results-container .search-result .search-result-content .search-result-excerpt {
  font-size: 0.9em;
  color: #222;
}
.search-results-container .search-result .search-result-content .search-result-title {
  font-size: 1.4em;
  margin: 0.7em 0 0.5em 0;
  line-height: 1.2em;
  color: #9E8B3B;
}
.search-results-container .search-result .search-result-content .search-result-title a {
  color: inherit;
}
.search-results-container .search-result .search-result-content .search-result-type {
  display: inline-block;
  padding: 0.4em 0.8em;
  color: #ffffff;
  background-color: #9E8B3B;
  border-radius: 3px;
  line-height: 1.1em;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.search-results-no-results {
  text-align: center;
}
.search-results-no-results .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  padding: 2em;
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 30em;
  margin: 2em auto 0;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-results-no-results .search-form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5rem 1rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  background: transparent;
  color: #222;
  font-size: 1rem;
}
.search-results-no-results .search-form input::-webkit-input-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.search-results-no-results .search-form input::-moz-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.search-results-no-results .search-form input:-ms-input-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.search-results-no-results .search-form input::-ms-input-placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.search-results-no-results .search-form input::placeholder {
  color: #9E8B3B;
  opacity: 0.6;
}
.search-results-no-results .search-form input:focus {
  outline: none;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form input {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form .button {
    width: 100%;
  }
}
.search-results-no-results .search-form .button svg {
  height: 1em;
  width: auto;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-top: 3em;
}
.pagination .page-button {
  border: 1px solid #9E8B3B;
  padding: 0;
  width: 2.2em;
  height: 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9E8B3B;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-button.first-button, .pagination .page-button.last-button, .pagination .page-button.prev-button, .pagination .page-button.next-button {
  width: auto;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.pagination .page-button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.pagination .page-button:hover, .pagination .page-button.active {
  background-color: #9E8B3B;
  color: #ffffff;
}

/* Blocks
--------------------------------------------- */
.has-text-align-center {
  text-align: center;
}

.block-cwi a:not(.button) {
  color: #eee;
}
.block-cwi .cwi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5rem 0;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 3rem;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container {
    padding: 3rem 0;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .block-cwi .cwi-container {
    padding: 2rem 0;
  }
}
.block-cwi .cwi-container .cwi-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container .cwi-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-cwi .cwi-container .cwi-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container .cwi-content {
    padding: 3rem 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .block-cwi .cwi-container .cwi-content {
    padding: 2rem 1.5rem;
  }
}
.block-cwi .cwi-container .cwi-content .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 640px) {
  .block-cwi .cwi-container .cwi-content .section-title {
    font-size: 1.25rem;
  }
}
.block-cwi .cwi-container .cwi-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
.block-cwi .cwi-container .cwi-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .block-cwi .cwi-container .cwi-content p {
    font-size: 0.9rem;
  }
}
.block-cwi .cwi-container .cwi-content .cwi-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons .button {
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  color: #9E8B3B;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons .button:hover, .block-cwi .cwi-container .cwi-content .cwi-buttons .button:focus, .block-cwi .cwi-container .cwi-content .cwi-buttons .button:active {
  border-color: #9E8B3B;
  background-color: #9E8B3B;
  color: #ffffff;
}
.block-cwi .cwi-container .cwi-content > *:first-child {
  margin-top: 0;
}
.block-cwi .cwi-container .cwi-content > *:last-child {
  margin-bottom: 0;
}
.block-cwi.content-position-left .cwi-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-cwi.content-position-left .cwi-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 920px) {
  .block-cwi.content-position-left .cwi-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-cwi.content-position-left .cwi-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-cwi.content-position-right .cwi-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.block-cwi.content-position-right .cwi-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-cwi.image-ratio-square .cwi-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-cwi.image-ratio-square .cwi-container .cwi-content {
  padding-top: 0;
  padding-bottom: 0;
}
.block-cwi.image-ratio-square .cwi-image-container {
  aspect-ratio: 1;
}
.block-cwi.image-ratio-square .cwi-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 920px) {
  .block-cwi.image-ratio-square .cwi-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .block-cwi.image-ratio-square .cwi-image-container {
    aspect-ratio: 1;
  }
}
.block-cwi.image-ratio-match .cwi-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-cwi.image-ratio-match .cwi-image {
  height: auto;
}
.block-cwi.image-ratio-match .cwi-image-container {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  position: relative;
}
.block-cwi.image-ratio-match .cwi-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 920px) {
  .block-cwi.image-ratio-match .cwi-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-cwi.image-ratio-match .cwi-image {
    width: 100%;
  }
  .block-cwi.image-ratio-match .cwi-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .block-cwi.image-ratio-match .cwi-image-container {
    aspect-ratio: 1;
  }
}

.block-contact {
  background-color: #9E8B3B;
}
.block-contact .contact-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  min-height: 600px;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.block-contact .contact-info {
  padding: 4rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-info {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-info {
    padding: 2rem 1.5rem;
  }
}
.block-contact .contact-title {
  color: #F4F0DB;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-title {
    font-size: 1.75rem;
  }
}
.block-contact .contact-description {
  color: #F4F0DB;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .block-contact .contact-description {
    font-size: 0.9rem;
  }
}
.block-contact .contact-description p {
  margin: 0;
}
.block-contact .contact-decorations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-decorations {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.block-contact .contact-arch-up {
  width: 180px;
  height: 220px;
  background-color: #F4F0DB;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-arch-up {
    width: 140px;
    height: 170px;
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-arch-up {
    width: 100px;
    height: 120px;
    border-radius: 60px 60px 0 0;
  }
}
.block-contact .contact-arch-down {
  width: 180px;
  height: 100px;
  background-color: #F4F0DB;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-arch-down {
    width: 140px;
    height: 80px;
    border-radius: 0 0 80px 80px;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-arch-down {
    width: 100px;
    height: 60px;
    border-radius: 0 0 60px 60px;
  }
}
.block-contact .contact-form-wrapper {
  padding: 4rem 3rem;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-form-wrapper {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-form-wrapper {
    padding: 2rem 1.5rem;
  }
}
.block-contact .contact-form-wrapper .gfield_label,
.block-contact .contact-form-wrapper label {
  color: #F4F0DB;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.5rem;
}
.block-contact .contact-form-wrapper .gfield input[type=text],
.block-contact .contact-form-wrapper .gfield input[type=email],
.block-contact .contact-form-wrapper .gfield input[type=tel],
.block-contact .contact-form-wrapper .gfield input[type=url],
.block-contact .contact-form-wrapper .gfield input[type=password],
.block-contact .contact-form-wrapper .gfield input[type=number],
.block-contact .contact-form-wrapper .gfield select,
.block-contact .contact-form-wrapper .gfield textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  background-color: #F4F0DB;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-family: inherit;
  color: #9E8B3B;
}
.block-contact .contact-form-wrapper .gfield input[type=text]::-webkit-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=email]::-webkit-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=tel]::-webkit-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=url]::-webkit-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=password]::-webkit-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=number]::-webkit-input-placeholder, .block-contact .contact-form-wrapper .gfield select::-webkit-input-placeholder, .block-contact .contact-form-wrapper .gfield textarea::-webkit-input-placeholder {
  color: #9E8B3B;
  opacity: 0.7;
}
.block-contact .contact-form-wrapper .gfield input[type=text]::-moz-placeholder, .block-contact .contact-form-wrapper .gfield input[type=email]::-moz-placeholder, .block-contact .contact-form-wrapper .gfield input[type=tel]::-moz-placeholder, .block-contact .contact-form-wrapper .gfield input[type=url]::-moz-placeholder, .block-contact .contact-form-wrapper .gfield input[type=password]::-moz-placeholder, .block-contact .contact-form-wrapper .gfield input[type=number]::-moz-placeholder, .block-contact .contact-form-wrapper .gfield select::-moz-placeholder, .block-contact .contact-form-wrapper .gfield textarea::-moz-placeholder {
  color: #9E8B3B;
  opacity: 0.7;
}
.block-contact .contact-form-wrapper .gfield input[type=text]:-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=email]:-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=tel]:-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=url]:-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=password]:-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=number]:-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield select:-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield textarea:-ms-input-placeholder {
  color: #9E8B3B;
  opacity: 0.7;
}
.block-contact .contact-form-wrapper .gfield input[type=text]::-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=email]::-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=tel]::-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=url]::-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=password]::-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield input[type=number]::-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield select::-ms-input-placeholder, .block-contact .contact-form-wrapper .gfield textarea::-ms-input-placeholder {
  color: #9E8B3B;
  opacity: 0.7;
}
.block-contact .contact-form-wrapper .gfield input[type=text]::placeholder,
.block-contact .contact-form-wrapper .gfield input[type=email]::placeholder,
.block-contact .contact-form-wrapper .gfield input[type=tel]::placeholder,
.block-contact .contact-form-wrapper .gfield input[type=url]::placeholder,
.block-contact .contact-form-wrapper .gfield input[type=password]::placeholder,
.block-contact .contact-form-wrapper .gfield input[type=number]::placeholder,
.block-contact .contact-form-wrapper .gfield select::placeholder,
.block-contact .contact-form-wrapper .gfield textarea::placeholder {
  color: #9E8B3B;
  opacity: 0.7;
}
.block-contact .contact-form-wrapper .gfield input[type=text]:focus,
.block-contact .contact-form-wrapper .gfield input[type=email]:focus,
.block-contact .contact-form-wrapper .gfield input[type=tel]:focus,
.block-contact .contact-form-wrapper .gfield input[type=url]:focus,
.block-contact .contact-form-wrapper .gfield input[type=password]:focus,
.block-contact .contact-form-wrapper .gfield input[type=number]:focus,
.block-contact .contact-form-wrapper .gfield select:focus,
.block-contact .contact-form-wrapper .gfield textarea:focus {
  outline: 2px solid #F4F0DB;
  outline-offset: 2px;
}
.block-contact .contact-form-wrapper .gfield textarea {
  min-height: 120px;
  resize: vertical;
}
.block-contact .contact-form-wrapper .gform_footer,
.block-contact .contact-form-wrapper .gform-footer {
  margin-top: 1.5rem;
}
.block-contact .contact-form-wrapper .gform_footer .gform_button,
.block-contact .contact-form-wrapper .gform_footer button.gform_button,
.block-contact .contact-form-wrapper .gform_footer button.gform_button.button,
.block-contact .contact-form-wrapper .gform_footer #gform_submit_button_1,
.block-contact .contact-form-wrapper .gform-footer .gform_button,
.block-contact .contact-form-wrapper .gform-footer button.gform_button,
.block-contact .contact-form-wrapper .gform-footer button.gform_button.button,
.block-contact .contact-form-wrapper .gform-footer #gform_submit_button_1 {
  display: inline-block;
  padding: 0.5rem 2rem !important;
  background-color: transparent !important;
  background: transparent !important;
  border: 1px solid #F4F0DB !important;
  border-radius: 5px !important;
  color: #F4F0DB !important;
  font-size: 1rem !important;
  font-weight: 300;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.block-contact .contact-form-wrapper .gform_footer .gform_button span,
.block-contact .contact-form-wrapper .gform_footer button.gform_button span,
.block-contact .contact-form-wrapper .gform_footer button.gform_button.button span,
.block-contact .contact-form-wrapper .gform_footer #gform_submit_button_1 span,
.block-contact .contact-form-wrapper .gform-footer .gform_button span,
.block-contact .contact-form-wrapper .gform-footer button.gform_button span,
.block-contact .contact-form-wrapper .gform-footer button.gform_button.button span,
.block-contact .contact-form-wrapper .gform-footer #gform_submit_button_1 span {
  color: inherit;
}
.block-contact .contact-form-wrapper .gform_footer .gform_button:hover, .block-contact .contact-form-wrapper .gform_footer .gform_button:focus, .block-contact .contact-form-wrapper .gform_footer .gform_button:active,
.block-contact .contact-form-wrapper .gform_footer button.gform_button:hover,
.block-contact .contact-form-wrapper .gform_footer button.gform_button:focus,
.block-contact .contact-form-wrapper .gform_footer button.gform_button:active,
.block-contact .contact-form-wrapper .gform_footer button.gform_button.button:hover,
.block-contact .contact-form-wrapper .gform_footer button.gform_button.button:focus,
.block-contact .contact-form-wrapper .gform_footer button.gform_button.button:active,
.block-contact .contact-form-wrapper .gform_footer #gform_submit_button_1:hover,
.block-contact .contact-form-wrapper .gform_footer #gform_submit_button_1:focus,
.block-contact .contact-form-wrapper .gform_footer #gform_submit_button_1:active,
.block-contact .contact-form-wrapper .gform-footer .gform_button:hover,
.block-contact .contact-form-wrapper .gform-footer .gform_button:focus,
.block-contact .contact-form-wrapper .gform-footer .gform_button:active,
.block-contact .contact-form-wrapper .gform-footer button.gform_button:hover,
.block-contact .contact-form-wrapper .gform-footer button.gform_button:focus,
.block-contact .contact-form-wrapper .gform-footer button.gform_button:active,
.block-contact .contact-form-wrapper .gform-footer button.gform_button.button:hover,
.block-contact .contact-form-wrapper .gform-footer button.gform_button.button:focus,
.block-contact .contact-form-wrapper .gform-footer button.gform_button.button:active,
.block-contact .contact-form-wrapper .gform-footer #gform_submit_button_1:hover,
.block-contact .contact-form-wrapper .gform-footer #gform_submit_button_1:focus,
.block-contact .contact-form-wrapper .gform-footer #gform_submit_button_1:active {
  background-color: #F4F0DB !important;
  background: #F4F0DB !important;
  color: #9E8B3B !important;
  border-color: #F4F0DB !important;
}

.block-gallery .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.block-gallery .gallery-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media screen and (max-width: 920px) {
  .block-gallery .gallery-items {
    gap: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .block-gallery .gallery-items {
    gap: 0.5em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-gallery .gallery-items .gallery-item {
  aspect-ratio: 1;
}
.block-gallery .gallery-items .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-hero-banner .hero-banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.block-hero-banner .hero-banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-hero-banner .hero-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.block-hero-banner .hero-banner-video-desktop {
  display: block;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-video-desktop {
    display: none;
  }
}
.block-hero-banner .hero-banner-video-mobile {
  display: none;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-video-mobile {
    display: block;
  }
}
.block-hero-banner .hero-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.block-hero-banner .hero-banner-background-desktop {
  display: block;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-background-desktop {
    display: none;
  }
}
.block-hero-banner .hero-banner-background-mobile {
  display: none;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-background-mobile {
    display: block;
  }
}
.block-hero-banner .hero-banner-text {
  position: relative;
  z-index: 2;
  padding: 2rem;
  text-align: center;
  min-width: 80%;
}
.block-hero-banner .hero-banner-top-title,
.block-hero-banner .hero-banner-center-title,
.block-hero-banner .hero-banner-bottom-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.block-hero-banner .hero-banner-top-title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 8rem;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-top-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.block-hero-banner .hero-banner-center-title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-center-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .block-hero-banner .hero-banner-center-title {
    font-size: 3rem;
  }
}
.block-hero-banner .hero-banner-bottom-title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-bottom-title {
    font-size: 3rem;
    text-align: center;
  }
}
.block-hero-banner .hero-banner-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 2rem;
  background-color: #eee;
  color: #9E8B3B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 0.5em;
  text-align: center;
  line-height: 1em;
}
.block-hero-banner .hero-banner-button:hover, .block-hero-banner .hero-banner-button:focus, .block-hero-banner .hero-banner-button:active {
  color: #eee;
  border-color: #9E8B3B;
  background-color: #9E8B3B;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-button {
    margin-top: 5rem;
  }
}

.block-mall-stats .mall-stats-container {
  position: relative;
  width: 100%;
  padding: 4rem 2rem;
  background-color: #F4F0DB;
}
.block-mall-stats .mall-stats-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stats-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-mall-stats .mall-stats-content {
    grid-template-columns: 1fr;
  }
}
.block-mall-stats .mall-stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  position: relative;
}
.block-mall-stats .mall-stat-item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #9E8B3B;
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stat-item:not(:nth-child(3n))::after {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stat-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #9E8B3B;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .block-mall-stats .mall-stat-item::after {
    display: none !important;
  }
}
.block-mall-stats .mall-stat-item:nth-child(-n+3)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9E8B3B;
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stat-item:nth-child(-n+3)::before {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stat-item:nth-child(-n+4)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9E8B3B;
    display: block;
  }
  .block-mall-stats .mall-stat-item:nth-child(n+5)::before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .block-mall-stats .mall-stat-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9E8B3B;
    display: block !important;
  }
  .block-mall-stats .mall-stat-item:last-child::before {
    display: none !important;
  }
}
.block-mall-stats .mall-stat-icon {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.block-mall-stats .mall-stat-icon img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stat-icon img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .block-mall-stats .mall-stat-icon img {
    max-width: 55px;
    max-height: 55px;
  }
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stat-icon {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .block-mall-stats .mall-stat-icon {
    height: 55px;
  }
}
.block-mall-stats .mall-stat-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #9E8B3B;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  min-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 920px) {
  .block-mall-stats .mall-stat-title {
    font-size: 1.2rem;
    min-height: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .block-mall-stats .mall-stat-title {
    font-size: 1.2rem;
    min-height: 1.5rem;
  }
}
.block-mall-stats .mall-stat-description {
  font-size: 0.875rem;
  font-weight: 300;
  color: #9E8B3B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .block-mall-stats .mall-stat-description {
    font-size: 0.75rem;
  }
}

.block-featured-activities .featured-activities-container {
  width: 100%;
  padding: 4rem 2rem;
}
.block-featured-activities .featured-activities-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .block-featured-activities .featured-activities-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-featured-activities .featured-activities-content {
    grid-template-columns: 1fr;
  }
}
.block-featured-activities .featured-activity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-featured-activities .featured-activity-title {
  font-size: 2rem;
  font-weight: 700;
  color: #9E8B3B;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .block-featured-activities .featured-activity-title {
    font-size: 1.5rem;
  }
}
.block-featured-activities .featured-activity-description {
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.block-featured-activities .featured-activity-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 50% 50% 0 0/50% 50% 0 0;
  height: 400px;
}
.block-featured-activities .featured-activity-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-featured-activities .featured-activity-image .featured-activity-overlay {
  font-size: 1rem;
  position: absolute;
  inset: 0;
  background-color: rgba(158, 139, 59, 0.85);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 640px) {
  .block-featured-activities .featured-activity-image .featured-activity-overlay {
    opacity: 1;
  }
}
.block-featured-activities .featured-activity-image:hover .featured-activity-overlay {
  opacity: 1;
}
.block-featured-activities .featured-activity-button {
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  color: #9E8B3B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.block-featured-activities .featured-activity-button:hover {
  background-color: #9E8B3B;
  color: #ffffff;
}

.block-facilities-section .facilities-section-container {
  width: 100%;
}
.block-facilities-section .facilities-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
@media screen and (max-width: 920px) {
  .block-facilities-section .facilities-section-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.block-facilities-section .facilities-section-information {
  background-color: #9E8B3B;
  padding: 0 8% 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-facilities-section .facilities-section-text {
  background-color: #F4F0DB;
  padding: 1rem 2.5rem 3rem;
  text-align: center;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 920px) {
  .block-facilities-section .facilities-section-text {
    padding: 1rem 2rem 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .block-facilities-section .facilities-section-text {
    padding: 1rem 1.5rem 2rem;
  }
}
.block-facilities-section .facilities-section-title {
  color: #9E8B3B;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 920px) {
  .block-facilities-section .facilities-section-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .block-facilities-section .facilities-section-title {
    font-size: 1.5rem;
  }
}
.block-facilities-section .facilities-section-description {
  color: #9E8B3B;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}
.block-facilities-section .facilities-section-button {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  color: #9E8B3B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.block-facilities-section .facilities-section-button:hover {
  background-color: #9E8B3B;
  color: #ffffff;
}
.block-facilities-section .facilities-section-facilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 1rem;
  padding: 15% 10%;
}
@media screen and (max-width: 920px) {
  .block-facilities-section .facilities-section-facilities {
    gap: 3rem 1rem;
  }
}
@media screen and (max-width: 640px) {
  .block-facilities-section .facilities-section-facilities {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
.block-facilities-section .facilities-section-facility-item {
  text-align: center;
}
.block-facilities-section .facilities-section-facility-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-facilities-section .facilities-section-facility-icon img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
.block-facilities-section .facilities-section-facility-name {
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
.block-facilities-section .facilities-section-bottom {
  position: relative;
  min-height: 500px;
  padding: 0 8%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 920px) {
  .block-facilities-section .facilities-section-bottom {
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .block-facilities-section .facilities-section-bottom {
    min-height: 350px;
  }
}
.block-facilities-section .facilities-section-bottom > div {
  background-color: #F4F0DB;
  padding: 3rem 2.5rem 2rem;
  text-align: center;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .block-facilities-section .facilities-section-bottom > div {
    padding: 2.5rem 2rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .block-facilities-section .facilities-section-bottom > div {
    padding: 2rem 1.5rem 1rem;
  }
}
.block-facilities-section .facilities-section-bottom-title {
  font-size: 2rem;
  font-weight: 700;
  color: #9E8B3B;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 920px) {
  .block-facilities-section .facilities-section-bottom-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .block-facilities-section .facilities-section-bottom-title {
    font-size: 1.5rem;
  }
}
.block-facilities-section .facilities-section-bottom-description {
  font-size: 1rem;
  color: #9E8B3B;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding: 0 2rem;
}
.block-facilities-section .facilities-section-bottom-button {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  color: #9E8B3B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.block-facilities-section .facilities-section-bottom-button:hover {
  background-color: #9E8B3B;
  color: #ffffff;
}

.block-floor-plans .floor-plans-container {
  width: 100%;
  height: 100vh;
  background-color: #F4F0DB;
  padding: 2rem 0;
}
.block-floor-plans .floor-plans-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-floor-plans .floor-plans-tabs {
  position: absolute;
  top: 5rem;
  left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .block-floor-plans .floor-plans-tabs {
    top: 3rem;
    left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .block-floor-plans .floor-plans-tabs {
    top: 2rem;
    left: 2rem;
    gap: 0.5rem;
  }
}
.block-floor-plans .floor-plans-tab {
  padding: 0.5rem 2rem;
  background-color: transparent;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  color: #9E8B3B;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.block-floor-plans .floor-plans-tab:hover, .block-floor-plans .floor-plans-tab.is-active {
  background-color: #9E8B3B;
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  .block-floor-plans .floor-plans-tab {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 640px) {
  .block-floor-plans .floor-plans-tab {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}
.block-floor-plans .floor-plans-zoom {
  position: absolute;
  top: 5rem;
  right: 5rem;
  z-index: 2;
  text-decoration: none;
  display: block;
}
.block-floor-plans .floor-plans-zoom span {
  font-size: 3.5rem;
  font-weight: 700;
  color: #9E8B3B;
  line-height: 1;
}
.block-floor-plans .floor-plans-zoom:hover span {
  opacity: 0.7;
}
@media screen and (max-width: 920px) {
  .block-floor-plans .floor-plans-zoom {
    top: 3rem;
    right: 3rem;
  }
  .block-floor-plans .floor-plans-zoom span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .block-floor-plans .floor-plans-zoom {
    top: 2rem;
    right: 2rem;
  }
  .block-floor-plans .floor-plans-zoom span {
    font-size: 2.5rem;
  }
}
.block-floor-plans .floor-plans-panels {
  width: 100%;
  height: 100%;
  position: relative;
}
.block-floor-plans .floor-plans-panel {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.block-floor-plans .floor-plans-panel.is-active {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .block-floor-plans .floor-plans-panel {
    padding: 1rem;
  }
}
.block-floor-plans .floor-plans-panel img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-instagram .instagram-container {
  width: 100%;
  background-color: white;
  padding: 4rem 2rem;
}
@media screen and (max-width: 920px) {
  .block-instagram .instagram-container {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .block-instagram .instagram-container {
    padding: 2rem 1rem;
  }
}
.block-instagram .instagram-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.block-instagram .instagram-title {
  color: #9E8B3B;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 920px) {
  .block-instagram .instagram-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .block-instagram .instagram-title {
    font-size: 1.5rem;
  }
}
.block-instagram .instagram-description {
  color: #9E8B3B;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .block-instagram .instagram-description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
}
.block-instagram .instagram-button {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  color: #9E8B3B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-instagram .instagram-button:hover {
  background-color: #9E8B3B;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .block-instagram .instagram-button {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}

.block-content-with-image-icon .cwii-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 5rem 0;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon .cwii-container {
    grid-template-columns: 1fr;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-container {
    padding: 2rem 0;
  }
}
.block-content-with-image-icon .cwii-image-side {
  position: relative;
  background-color: #F4F0DB;
  height: 440px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon .cwii-image-side {
    height: 375px;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-image-side {
    height: 310px;
  }
}
.block-content-with-image-icon .cwii-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block-content-with-image-icon .cwii-arch {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  aspect-ratio: 2/1;
  background-color: #ffffff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon .cwii-arch {
    width: 30%;
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-arch {
    width: 60%;
    padding: 0.5rem 1rem;
  }
}
.block-content-with-image-icon .cwii-icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon .cwii-icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0.25rem;
  }
}
.block-content-with-image-icon .cwii-icon-label {
  color: #9E8B3B;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon .cwii-icon-label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-icon-label {
    font-size: 0.875rem;
  }
}
.block-content-with-image-icon .cwii-content-side {
  padding: 4rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon .cwii-content-side {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-content-side {
    padding: 2rem 1.5rem;
  }
}
.block-content-with-image-icon .cwii-title {
  color: #9E8B3B;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-title {
    font-size: 1.25rem;
  }
}
.block-content-with-image-icon .cwii-text {
  color: #9E8B3B;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon .cwii-text {
    font-size: 0.9rem;
  }
}
.block-content-with-image-icon .cwii-text p {
  margin: 0 0 1.5rem;
}
.block-content-with-image-icon .cwii-text p:last-child {
  margin-bottom: 0;
}
.block-content-with-image-icon .cwii-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.block-content-with-image-icon .cwii-buttons .button {
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  color: #9E8B3B;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-content-with-image-icon .cwii-buttons .button:hover, .block-content-with-image-icon .cwii-buttons .button:focus, .block-content-with-image-icon .cwii-buttons .button:active {
  background-color: #9E8B3B;
  color: #ffffff;
}
.block-content-with-image-icon.content-position-left .cwii-container {
  direction: rtl;
}
.block-content-with-image-icon.content-position-left .cwii-container > * {
  direction: ltr;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon.content-position-left .cwii-container {
    direction: ltr;
  }
  .block-content-with-image-icon.content-position-left .cwii-image-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .block-content-with-image-icon.content-position-left .cwii-content-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.block-content-with-image-icon.image-ratio-square .cwii-image-side {
  aspect-ratio: 1/1;
  height: auto;
  max-height: 440px;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon.image-ratio-square .cwii-image-side {
    aspect-ratio: auto;
    height: 375px;
    max-height: none;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon.image-ratio-square .cwii-image-side {
    height: 310px;
  }
}
@media screen and (max-width: 500px) {
  .block-content-with-image-icon.image-ratio-square .cwii-image-side {
    height: 250px;
  }
}
.block-content-with-image-icon.image-ratio-match .cwii-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-content-with-image-icon.image-ratio-match .cwii-image-side {
  height: auto;
  min-height: 375px;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-icon.image-ratio-match .cwii-image-side {
    height: 375px;
    min-height: 0;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-icon.image-ratio-match .cwii-image-side {
    height: 310px;
  }
}
@media screen and (max-width: 500px) {
  .block-content-with-image-icon.image-ratio-match .cwii-image-side {
    height: 250px;
  }
}

.block-shops-listing .shops-listing {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 920px) {
  .block-shops-listing .shops-listing {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-listing {
    padding: 2rem 0;
  }
}
.block-shops-listing .shops-filters {
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-filters {
    margin-bottom: 3rem;
  }
}
.block-shops-listing .shops-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-categories {
    margin-bottom: 2rem;
    gap: 0.5rem;
  }
}
.block-shops-listing .shop-category-btn {
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  background: transparent;
  color: #9E8B3B;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-category-btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}
.block-shops-listing .shop-category-btn:hover, .block-shops-listing .shop-category-btn.active {
  background: #9E8B3B;
  color: #fff;
}
.block-shops-listing .shop-category-btn:focus {
  outline: 2px solid #9E8B3B;
  outline-offset: 2px;
}
.block-shops-listing .shops-alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 920px) {
  .block-shops-listing .shops-alphabet {
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-alphabet {
    gap: 0.625rem;
  }
}
.block-shops-listing .shop-letter-btn {
  padding: 0;
  border: none;
  background: transparent;
  color: #9E8B3B;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  .block-shops-listing .shop-letter-btn {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-letter-btn {
    font-size: 1rem;
  }
}
.block-shops-listing .shop-letter-btn:hover:not(.disabled) {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.block-shops-listing .shop-letter-btn.active {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.block-shops-listing .shop-letter-btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.block-shops-listing .shop-letter-btn:focus {
  outline: none;
}
.block-shops-listing .shops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.5rem;
}
@media screen and (max-width: 920px) {
  .block-shops-listing .shops-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .block-shops-listing .shops-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
    gap: 2rem;
  }
}
.block-shops-listing .tease-shop {
  text-align: center;
}
.block-shops-listing .shop-thumbnail {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #F4F0DB;
  border-radius: 50% 50% 0 0/40% 40% 0 0;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-thumbnail {
    margin-bottom: 1rem;
  }
}
.block-shops-listing .shop-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-shops-listing .shop-thumbnail .shop-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 139, 59, 0.85);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 50% 50% 0 0/40% 40% 0 0;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-thumbnail .shop-overlay {
    padding: 1rem;
    font-size: 0.8rem;
  }
}
.block-shops-listing .shop-thumbnail .shop-logo {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-thumbnail .shop-logo {
    max-width: 100px;
    max-height: 50px;
    margin-bottom: 0.75rem;
  }
}
.block-shops-listing .shop-thumbnail .shop-overlay-content {
  font-size: 0.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-thumbnail .shop-overlay-content {
    font-size: 0.8rem;
  }
}
.block-shops-listing .shop-thumbnail:hover .shop-overlay {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-thumbnail .shop-overlay {
    opacity: 0;
  }
  .block-shops-listing .shop-thumbnail:active .shop-overlay {
    opacity: 1;
  }
}
.block-shops-listing .shop-info {
  padding: 0 0.5rem;
}
.block-shops-listing .shop-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #9E8B3B;
  margin: 0 0 0.375rem;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-title {
    font-size: 1.1rem;
  }
}
.block-shops-listing .shop-floor {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shop-floor {
    font-size: 0.8rem;
  }
}
.block-shops-listing .no-shops {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
}
.block-shops-listing .no-shops p {
  margin: 0;
  font-size: 1.1rem;
}
.block-shops-listing .shops-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-pagination {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.block-shops-listing .shops-pagination-btn {
  padding: 0.5rem 2rem;
  border: 1px solid #9E8B3B;
  border-radius: 5px;
  background: transparent;
  color: #9E8B3B;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-pagination-btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}
.block-shops-listing .shops-pagination-btn:hover:not(:disabled) {
  background: #9E8B3B;
  color: #fff;
}
.block-shops-listing .shops-pagination-btn:disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}
.block-shops-listing .shops-pagination-btn:focus {
  outline: 2px solid #9E8B3B;
  outline-offset: 2px;
}
.block-shops-listing .shops-pagination-info {
  font-size: 0.875rem;
  color: #666;
}
@media screen and (max-width: 640px) {
  .block-shops-listing .shops-pagination-info {
    font-size: 0.8rem;
  }
}
.block-shops-listing .shops-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.block-shops-listing .shops-loading-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #F4F0DB;
  border-top-color: #9E8B3B;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-form {
  color: red;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
body .gform_required_legend {
  display: none;
}
body .gform-theme--framework .gform_validation_errors {
  border: none !important;
  outline: none !important;
  background-color: transparent;
  padding-block: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body .gform-theme--framework .gform_validation_errors .gform_submission_error {
  margin: 0;
}
body .gform_validation_errors ol {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-size: 0.8em;
}
body .gform_wrapper.gravity-theme legend {
  margin-bottom: 0.5em;
}
body .gform_submission_error {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin: 0 0 2rem 0;
  line-height: 1.2em;
  padding: 1rem 1rem;
  background-color: #F4F0DB;
  border: 1px solid #F4F0DB;
  color: #ffffff;
  border-radius: 0;
  font-family: "Inter", sans-serif;
}
body .gform_submission_error .gform-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .gfield_error input[type=text],
body .gfield_error input[type=email],
body .gfield_error input[type=url],
body .gfield_error input[type=password],
body .gfield_error input[type=search],
body .gfield_error input[type=number],
body .gfield_error input[type=tel],
body .gfield_error input[type=range],
body .gfield_error input[type=date],
body .gfield_error input[type=month],
body .gfield_error input[type=week],
body .gfield_error input[type=time],
body .gfield_error input[type=datetime],
body .gfield_error input[type=datetime-local],
body .gfield_error input[type=color],
body .gfield_error select,
body .gfield_error textarea {
  border-color: #F4F0DB;
}
body .gfield_required_asterisk {
  color: #F4F0DB;
}
body .validation_message {
  padding: 0.2em 0 0 0;
  color: #eee;
  font-size: 0.8em;
}
body .gform_fields {
  row-gap: 1em !important;
  -webkit-column-gap: 1em !important;
     -moz-column-gap: 1em !important;
          column-gap: 1em !important;
}
@media screen and (max-width: 639px) {
  body .gform_fields {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
}
body .gfield--type-consent {
  margin: 1em 0;
}
body .gform_wrapper.gravity-theme .gform_drop_area {
  background-color: #9E8B3B;
  border: 1px dashed #F4F0DB;
  border-radius: 0;
}
body .gravity-theme.ui-datepicker a.ui-state-default {
  border-radius: 0;
  -webkit-transition: 0.1s background-color ease, 0.1s color ease;
  transition: 0.1s background-color ease, 0.1s color ease;
}
body .gravity-theme.ui-datepicker a.ui-state-default.ui-state-hover {
  background-color: #eee;
  color: #ffffff;
}
body .gravity-theme.ui-datepicker .ui-state-disabled {
  opacity: 0.5;
  text-align: center;
}
body .gravity-theme.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  margin-left: 1.5em;
}
body .gravity-theme.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-right: 1.5em;
}
body .gravity-theme.ui-datepicker .ui-datepicker-next,
body .gravity-theme.ui-datepicker .ui-datepicker-prev {
  top: 10px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-prev {
  left: 15px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-next {
  right: 15px;
}
body .gfield input[type=text],
body .gfield input[type=email],
body .gfield input[type=url],
body .gfield input[type=password],
body .gfield input[type=search],
body .gfield input[type=number],
body .gfield input[type=tel],
body .gfield input[type=range],
body .gfield input[type=date],
body .gfield input[type=month],
body .gfield input[type=week],
body .gfield input[type=time],
body .gfield input[type=datetime],
body .gfield input[type=datetime-local],
body .gfield input[type=color],
body .gfield select,
body .gfield textarea {
  width: 100%;
}
body .gform_footer {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .gform_footer br {
  display: none;
}
body .gform_footer .gform_button {
  padding: 0.9em 2.2em 1em 2.2em;
  text-transform: lowercase;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 4em;
}
body .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 7em;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 10em;
}
@media screen and (min-width: 641px) {
  body .gfmc-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #F4F0DB;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #F4F0DB;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=main.min.6b44417eea36fead22a7.css.map*/