.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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,
button,
input,
select,
optgroup,
textarea {
  color: #2C3D3A;
  font-family: "source-sans-pro";
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.8em;
  line-height: 1.2em;
  font-weight: 200;
  font-family: "Le Grand";
}

.section-title {
  font-size: 3.8em;
  margin: 0.6em 0;
  line-height: 1.1em;
}

@media screen and (max-width: 920px) {
  .section-title {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 460px) {
  .section-title {
    font-size: 2.4em;
  }
}
h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  border: 1px solid #364646;
  background-color: #ffffff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  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 #364646;
  cursor: help;
}

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

big {
  font-size: 125%;
}

@font-face {
  font-family: "Le Grand";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(../fonts/le-grand-regular.woff2) format("woff2");
}
.font-alpha {
  font-family: "source-sans-pro";
}

.font-beta {
  font-family: "Le Grand";
}

/* Elements
--------------------------------------------- */
body {
  background: #2C3D3A;
}

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

ul,
ol {
  margin: 0 0;
}

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 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: currentColor;
  -webkit-transition: 0.1s color ease;
  transition: 0.1s color ease;
}
a:visited {
  color: currentColor;
}
a:hover, a:focus, a:active {
  color: currentColor;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid;
  border-color: currentColor;
  border-width: 0 0 0 0;
  color: inherit;
  line-height: 1em;
  padding: 1.2em 0 1.1em;
  text-decoration: none;
  -webkit-transition: 0.2s color ease, 0.2s background-color ease, 0.2s border-color ease;
  transition: 0.2s color ease, 0.2s background-color ease, 0.2s border-color ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  letter-spacing: 0.08em;
}
.button svg,
input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg {
  height: 0.6em;
  width: auto;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  pointer-events: none;
}
.button svg [fill],
input[type=button] svg [fill],
input[type=reset] svg [fill],
input[type=submit] svg [fill] {
  fill: currentColor;
}
.button svg [stroke],
input[type=button] svg [stroke],
input[type=reset] svg [stroke],
input[type=submit] svg [stroke] {
  stroke: currentColor;
}
.button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: currentColor;
}
.button:hover svg,
input[type=button]:hover svg,
input[type=reset]:hover svg,
input[type=submit]:hover svg {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
.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 {
  color: #D1AF84;
  background-color: transparent;
  border-color: #D1AF84;
}

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 {
  color: #2C3D3A;
  border-radius: 0;
  background-color: #faf7f5;
  background-color: #F8F3E8;
  padding: 0.5em 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1em;
  border-width: 0 0 1px 0;
  outline: 2px solid transparent;
  -webkit-transition: 0.2s outline ease, 0.2s border-color ease;
  transition: 0.2s outline ease, 0.2s border-color ease;
}
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 {
  color: currentColor;
}
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 {
  color: currentColor;
}
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 {
  color: currentColor;
}
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 {
  color: currentColor;
}
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 {
  color: currentColor;
}
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: #D4633C;
  outline: none;
}

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

label {
  font-weight: 300;
  margin: 0 0 0.3em 0;
  display: inline-block;
  line-height: 1.1em;
  font-size: 1.3em;
  color: #6B8786;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.wrapper {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wrapper.wrapper--l {
  max-width: 1200px;
}
.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: 460px) {
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@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
--------------------------------------------- */
.has-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offset-vertically {
  margin-top: -3rem;
}

.has-glow {
  position: relative;
  overflow: hidden;
}
.has-glow .agius-glow {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #D4633C 0%, rgba(212, 99, 60, 0) 100%);
  -webkit-filter: blur(59.5px);
          filter: blur(59.5px);
  width: 50%;
  pointer-events: none;
}

.section-intro-container {
  padding-top: 4em;
  padding-bottom: 6em;
  background-color: #364646;
  color: #D1AF84;
  text-align: center;
}

.section-intro > *:first-child {
  margin-top: 0;
}
.section-intro > *:last-child {
  margin-bottom: 0;
}
.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2em, 2vw) 2.5%;
}
@media screen and (max-width: 920px) {
  .tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .tiles {
    grid-template-columns: 1fr;
  }
}
.tiles .tile {
  aspect-ratio: 0.75;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .tiles .tile {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 360px) {
  .tiles .tile {
    aspect-ratio: 0.75;
  }
}
.tiles .tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}
.tiles .tile .tile-logo-container {
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20%;
  width: 40%;
  aspect-ratio: 2.7;
}
.tiles .tile .tile-logo-container img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .tiles .tile .tile-logo-container {
    bottom: 15%;
  }
}
.tiles .tile.tile-description {
  display: grid;
  place-items: center;
  padding: max(1em, 10%) max(2em, 15%);
  text-align: center;
}
.tiles .tile.tile-description > *:first-child {
  margin-top: 0;
}
.tiles .tile.tile-description > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .tiles .tile.tile-description {
    background-color: #F8F3E8;
    grid-column: span 3;
    aspect-ratio: auto;
    padding: 2em 2em;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  .tiles .tile.tile-description {
    grid-column: span 2;
  }
}
@media screen and (max-width: 640px) {
  .tiles .tile.tile-description {
    grid-column: span 1;
  }
}
.tiles .tile.content-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #364646;
  opacity: 0.85;
  mix-blend-mode: multiply;
  z-index: 2;
}
.tiles .tile.content-tile .tile-title {
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15%;
  font-weight: 400;
  text-align: center;
  color: #D1AF84;
  font-size: clamp(1em, 1.5vw, 1.4em);
  text-transform: uppercase;
  z-index: 3;
  letter-spacing: 0.4em;
  font-family: "source-sans-pro";
}
@media screen and (max-width: 920px) {
  .tiles .tile.content-tile .tile-title {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .tiles .tile.content-tile .tile-title {
    font-size: 1em;
  }
}
.tiles .tile.content-tile .tile-details-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.tiles .tile.content-tile .tile-details-container .tile-details {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em 1em 1em 1em;
  background-color: #2C3D3A;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: max(2em, 30%) max(2em, 15%) 10% max(2em, 15%);
  color: #D1AF84;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .tiles .tile.content-tile .tile-details-container .tile-details {
    font-size: 0.9em;
    padding-top: max(2em, 20%);
  }
}
@media screen and (max-width: 1200px) {
  .tiles .tile.content-tile .tile-details-container .tile-details {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 920px) {
  .tiles .tile.content-tile .tile-details-container .tile-details {
    font-size: 0.85em;
    padding: max(2em, 15%) max(2em, 10%) 5% max(2em, 10%);
  }
}
@media screen and (max-width: 640px) {
  .tiles .tile.content-tile .tile-details-container .tile-details {
    font-size: 1em;
    padding-top: max(2em, 15%);
  }
}
@media screen and (max-width: 460px) {
  .tiles .tile.content-tile .tile-details-container .tile-details {
    font-size: 0.9em;
    padding: 2em 2em 1em 2em;
  }
}
@media screen and (max-width: 360px) {
  .tiles .tile.content-tile .tile-details-container .tile-details {
    font-size: 0.85em;
  }
}
.tiles .tile.content-tile .tile-details-container .tile-details .button {
  bottom: max(1em, 5%);
  left: 50%;
}
.tiles .tile.content-tile .tile-details-container .tile-details .button:hover {
  color: #F8F3E8;
}
.tiles .tile.content-tile:hover .tile-details-container {
  opacity: 1;
  pointer-events: auto;
}

.site-header {
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: 0.2s -webkit-box-shadow ease-out;
  transition: 0.2s -webkit-box-shadow ease-out;
  transition: 0.2s box-shadow ease-out;
  transition: 0.2s box-shadow ease-out, 0.2s -webkit-box-shadow ease-out;
  color: #F8F3E8;
}
.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;
}
.site-header .header-container > * {
  height: 100%;
}
.site-header .header-container .hamburger {
  height: 2em;
  width: 2em;
  padding: 0;
  border: 0;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  cursor: pointer;
}
@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: 1;
      flex-shrink: 1;
}
.site-header .header-container .site-branding a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .header-container .site-branding a img {
  height: 50%;
  width: auto;
}
@media screen and (max-width: 460px) {
  .site-header .header-container .site-branding a img {
    height: 45%;
  }
}
.site-header .header-container .main-navigation {
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
  position: relative;
  background-color: transparent;
}
.site-header .header-container .main-navigation .button {
  font-size: 0.8rem;
}
.site-header .header-container .main-navigation .mobile-nav-close {
  display: none;
  position: fixed;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
  height: 3em;
  width: 3em;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 460px) {
  .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 {
  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: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}
.site-header .header-container .main-navigation ul li {
  position: relative;
}
.site-header .header-container .main-navigation ul li a {
  display: block;
  padding: 1em 0em;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #D1AF84;
  letter-spacing: 0.15em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  height: 100%;
  position: relative;
  font-size: 1.1em;
}
.site-header .header-container .main-navigation ul li a::before {
  content: "";
  position: absolute;
  top: 2.3em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D1AF84;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.site-header .header-container .main-navigation ul li a:hover::before {
  opacity: 1;
}
.site-header .header-container .main-navigation ul li.current-menu-item > a {
  font-weight: 600;
}
.site-header .header-container .main-navigation ul li ul {
  position: absolute;
  top: 100%;
  left: -1em;
  display: none;
  padding: 1em 0;
  height: auto;
  width: auto;
  min-width: 8em;
  color: #364646;
  background-color: #F8F3E8;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.site-header .header-container .main-navigation ul li ul li {
  width: 100%;
}
.site-header .header-container .main-navigation ul li ul li a {
  padding: 0.2em 1em;
  text-align: left;
  color: #364646;
}
.site-header .header-container .main-navigation ul li ul li a::before {
  display: none;
}
.site-header .header-container .main-navigation ul li ul li:not(:last-child) {
  margin-bottom: 1em;
}
.site-header .header-container .main-navigation ul li ul ul {
  left: 100%;
  top: -1em;
}
.site-header .header-container .main-navigation ul li:hover > 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: #364646;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4em 1em 1em 1em;
    font-size: 1.3rem;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
  }
  .site-header .header-container .main-navigation .button {
    font-size: 1rem;
  }
  .site-header .header-container .main-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;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .site-header .header-container .main-navigation ul li {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 20px;
    padding: 0;
  }
  .site-header .header-container .main-navigation ul li a {
    padding: 0.5em 1em;
    height: auto;
  }
  .site-header .header-container .main-navigation ul li ul {
    position: relative;
    display: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .site-header .header-container .main-navigation ul li ul li {
    margin: 0;
  }
  .site-header .header-container .main-navigation ul li ul li a {
    color: #F8F3E8;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 0.9em;
  }
  .site-header .header-container .main-navigation ul li ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .site-header .header-container .main-navigation ul li:hover > ul {
    display: block;
    position: relative;
    left: 0;
    top: 10px;
  }
}
@media screen and (max-width: 920px) {
  .site-header.navigation-expanded .header-container .main-navigation {
    visibility: visible;
    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);
}

.site-footer {
  background-color: #364646;
  color: #D1AF84;
  position: relative;
  overflow: hidden;
  line-height: 1.4em;
  font-weight: 300;
}
.site-footer.not-homepage {
  padding-top: 3em;
}
.site-footer .agius-glow {
  top: 0;
  left: 0;
  bottom: 3em;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}
.site-footer .wrapper {
  position: relative;
  overflow: hidden;
}
.site-footer .wrapper .footer-decor {
  position: absolute;
  z-index: 0;
  top: 3em;
  bottom: -1em;
  right: 0;
  width: auto;
  pointer-events: none;
}
@media screen and (max-width: 920px) {
  .site-footer .wrapper .footer-decor {
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.site-footer .wrapper .footer-decor svg {
  height: 100%;
  width: auto;
}
.site-footer .wrapper .footer-decor svg path {
  fill: #2C3D3A;
}
.site-footer .ce-icon {
  display: none;
}
.site-footer .footer-contact-container {
  position: relative;
  z-index: 1;
  padding: 3em 0;
  display: grid;
  grid-template-columns: 1fr 40%;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  row-gap: 3em;
  border-bottom: 1px solid #D1AF84;
  margin-bottom: 3em;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-contact-container {
    grid-template-columns: 1fr;
  }
}
.site-footer .footer-contact-container .footer-contact {
  padding-left: 40%;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-contact-container .footer-contact {
    padding-left: 0;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.site-footer .footer-contact-container .footer-contact .footer-contact-subtitle {
  margin: 0 0 1em 0;
}
.site-footer .footer-contact-container .footer-contact .footer-contact-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 2em;
  margin: 1em 0 1em 0;
  line-height: 1.2em;
  font-weight: 400;
}
.site-footer .footer-contact-container .footer-contact .ce {
  display: block;
  margin-bottom: 1em;
}
.site-footer .footer-contact-container .footer-statistics .number:not(:last-child) {
  margin-bottom: 2em;
}
.site-footer .footer-contact-container .footer-statistics .number .number-value {
  font-size: 3.4em;
  line-height: 1em;
  margin: 0 0 0.2em 0;
  font-family: "Le Grand";
}
.site-footer .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .navigation-menu li:not(:last-child) {
  margin-bottom: 0.5em;
}
.site-footer svg [fill] {
  fill: currentColor;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.site-footer svg [stroke] {
  stroke: currentColor;
  -webkit-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.site-footer a {
  color: #D1AF84;
  text-decoration: none;
}
.site-footer a:hover {
  color: #F8F3E8;
}
.site-footer a:hover svg [fill] {
  fill: #F8F3E8;
}
.site-footer a:hover svg [stroke] {
  stroke: #F8F3E8;
}
.site-footer .footer-container {
  position: relative;
  z-index: 1;
  padding-top: 2em;
  padding-bottom: 3em;
  display: grid;
  row-gap: 3em;
  grid-template-columns: 1fr 40%;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-container {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    grid-template-columns: 1fr;
  }
}
.site-footer .footer-container .footer-contacts .ce {
  display: block;
}
.site-footer .footer-container .footer-contacts .ce:not(:last-child) {
  margin-bottom: 0.5em;
}
.site-footer .footer-container .footer-title {
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0 0 1em 0;
  line-height: 1.2em;
  font-weight: 300;
}
.site-footer .footer-container .footer-content {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 0.9em;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-container .footer-content {
    grid-column: 1/2;
  }
}
.site-footer .footer-container .footer-content .footer-logo {
  width: 6em;
  height: auto;
  margin-bottom: 2em;
}
.site-footer .footer-container .footer-content .footer-text {
  line-height: 1.6em;
}
.site-footer .footer-container .footer-navigation {
  grid-column: 2/3;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 3em;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-container .footer-navigation {
    grid-column: 1/2;
    grid-row: 2/3;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.site-footer .footer-container .footer-navigation .footer-nav-element {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8em;
          flex: 1 1 8em;
}
.site-footer .footer-container .footer-copyright {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 0.8em;
  margin-top: 3rem;
  line-height: 1.2em;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-container .footer-copyright {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 0;
    text-align: center;
  }
}
.site-footer .footer-container .socials {
  grid-column: 2/3;
  grid-row: 2/3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.4em;
     -moz-column-gap: 1.4em;
          column-gap: 1.4em;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-container .socials {
    grid-column: 1/2;
    grid-row: 3/4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-container .socials a {
  display: inline-block;
}
.site-footer .footer-container .socials a svg {
  height: 1.2em;
  width: auto;
}

.contact-popup-button {
  position: fixed;
  bottom: 10%;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 999;
  background-color: #D1AF84;
  border: 0;
  display: grid;
  place-items: center;
  border-radius: 50% 0 0 50%;
  padding: 0 0 0 0.4em;
  cursor: pointer;
  -webkit-transition: 0.1s background-color ease;
  transition: 0.1s background-color ease;
}
.contact-popup-button svg {
  width: 60%;
  height: auto;
  vertical-align: middle;
}
.contact-popup-button:hover {
  background-color: #6B8786;
}

.contact-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(54, 70, 70, 0.5);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.contact-popup.active {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}
.contact-popup .contact-popup-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.contact-popup .contact-popup-wrapper .contact-popup-body {
  position: relative;
  width: 95%;
  max-height: 90%;
  max-width: 600px;
  overflow: auto;
  background-color: #F8F3E8;
  height: auto;
  padding: 3em 2em 1em 2em;
}
.contact-popup .contact-popup-wrapper .contact-popup-body::-webkit-scrollbar {
  width: 1em;
  margin-right: 0; /* width of the entire scrollbar */
}
.contact-popup .contact-popup-wrapper .contact-popup-body::-webkit-scrollbar-track {
  background: #F8F3E8; /* color of the tracking area */
}
.contact-popup .contact-popup-wrapper .contact-popup-body::-webkit-scrollbar-thumb {
  background-color: #F8F3E8; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}
.contact-popup .contact-popup-wrapper .contact-popup-body > *:first-child {
  margin-top: 0;
}
.contact-popup .contact-popup-wrapper .contact-popup-body > *:last-child {
  margin-bottom: 0;
}
.contact-popup .contact-popup-wrapper .contact-popup-body .section-title {
  margin-top: 0;
}
.contact-popup .contact-popup-wrapper .contact-popup-body .popup-close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2em;
  height: 2em;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}
.contact-popup .contact-popup-wrapper .contact-popup-body .popup-close svg {
  width: 100%;
  height: auto;
}
.contact-popup .contact-popup-wrapper .contact-popup-body .popup-close svg [fill] {
  fill: #364646;
}
.contact-popup .contact-popup-wrapper .contact-popup-body .popup-close svg [stroke] {
  stroke: #364646;
}
.contact-popup .contact-popup-wrapper .contact-popup-body form {
  font-size: 0.7em;
}
.contact-popup .contact-popup-wrapper .contact-popup-body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 140px;
}

.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);
  border-radius: 4px;
}

.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%;
    border-radius: 0;
    overflow: hidden;
  }
  .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;
}

.no-posts {
  text-align: center;
  grid-column: 1/4;
  margin-top: 3em;
}
.no-posts p {
  margin: 1em 0;
}
.no-posts .no-posts-title {
  font-size: 1.5em;
}
@media screen and (max-width: 1200px) {
  .no-posts {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 640px) {
  .no-posts {
    grid-column: 1/2;
  }
}

.pagination-container {
  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-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-top: 3em;
}
.pagination-container .page-button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0;
  color: #364646;
  cursor: pointer;
  font-weight: 600;
  color: #6B8786;
  border-radius: 99em;
  width: 2.4em;
  height: 2.4em;
  line-height: 1em;
  display: grid;
  place-items: center;
  text-align: center;
  -webkit-transition: 0.2s color ease, 0.2s background-color ease, 0.2s border-color ease;
  transition: 0.2s color ease, 0.2s background-color ease, 0.2s border-color ease;
}
.pagination-container .page-button:hover {
  border-color: #D1AF84;
}
.pagination-container .page-button.active {
  background-color: #D1AF84;
  color: #F8F3E8;
}

.blog-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  margin-bottom: 1em;
}
.blog-filters select {
  color: #6B8786;
  padding: 0.5em;
}
.blog-filters select:focus {
  outline: 0;
}

.blog-container {
  padding: 3em 2em;
  background-color: #F8F3E8;
  border: 1px solid #D1AF84;
  border-radius: 1.5em;
  margin: 4em 0;
}
.blog-container .section-title {
  margin: 0 0 1em 0;
  text-align: center;
  color: #364646;
}
@media screen and (max-width: 1200px) {
  .blog-container {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 920px) {
  .blog-container {
    padding: 1em 1em;
  }
}

.posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .posts-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .posts-container {
    grid-template-columns: 1fr;
  }
}

.tease {
  background-color: #F8F3E8;
  border-radius: 1em;
  padding: 2em;
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media screen and (max-width: 1200px) {
  .tease {
    padding: 1.5em;
  }
}
@media screen and (max-width: 460px) {
  .tease {
    padding: 1em 1em 1.5em 1em;
  }
}
.tease .p-image {
  width: 100%;
  aspect-ratio: 0.87;
}
.tease .p-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tease .p-image .thumbnail-placeholder {
  background-color: #364646;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.tease .p-image .thumbnail-placeholder img {
  width: 50%;
  height: auto;
}
.tease .p-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: start;
}
.tease .p-excerpt {
  margin: 0;
  text-align: justify;
  line-height: 1.8em;
}
@media screen and (max-width: 920px) {
  .tease .p-excerpt {
    line-height: 1.6em;
  }
}
.tease .p-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.27em;
  line-height: 1.6em;
  font-weight: 600;
  color: #364646;
  margin: 2em 0 2em 0;
  font-family: "source-sans-pro";
}
.tease .button {
  margin-top: 2.5em;
  font-size: 0.9em;
}

.single-post-content .spc-wrapper {
  padding: 0 12%;
}
@media screen and (max-width: 920px) {
  .single-post-content .spc-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-post-hero {
  background-color: #D1AF84;
  height: calc(100vh - 6rem);
  height: calc(100svh - 6rem);
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .single-post-hero {
    height: auto;
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 640px) {
  .single-post-hero {
    height: auto;
    aspect-ratio: unset;
  }
}
.single-post-hero img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .single-post-hero img {
    position: absolute;
    z-index: 1;
  }
}
.single-post-hero .sp-hero-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10% 0;
}
@media screen and (max-width: 640px) {
  .single-post-hero .sp-hero-container {
    position: relative;
    z-index: 2;
  }
}
.single-post-hero .sp-hero-container .wrapper {
  height: 100%;
}
.single-post-hero .sp-hero-container .wrapper .sphc-wrapper {
  padding: 0 12%;
}
@media screen and (max-width: 920px) {
  .single-post-hero .sp-hero-container .wrapper .sphc-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post-hero .sp-title {
  color: #F8F3E8;
  text-transform: uppercase;
  margin: 0.2em 0 0 0;
  max-width: 10em;
  line-height: 1.1em;
  font-size: clamp(1.6em, 4vw, 4em);
  font-family: "Le Grand";
}

.single-post-content {
  margin: 4em 0;
  line-height: 2em;
}
.single-post-content .spc-meta {
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 2em;
}
.single-post-content .sp-categories a {
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  .single-post-content {
    line-height: 1.8em;
  }
}

.single-post-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4em;
  row-gap: 2em;
  padding: 0 10%;
}
@media screen and (max-width: 920px) {
  .single-post-footer {
    grid-template-columns: 1fr 1fr;
  }
}
.single-post-footer .post-share-container {
  text-align: center;
}
.single-post-footer .post-share-container .post-share-label {
  margin: 0 0 0.5em 0;
  line-height: 1em;
}
@media screen and (max-width: 920px) {
  .single-post-footer .post-share-container {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.single-post-footer .share {
  margin-top: 1em;
}
.single-post-footer .post-nav-element a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  line-height: 1.1em;
}
@media screen and (max-width: 920px) {
  .single-post-footer .prev {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 920px) {
  .single-post-footer .next {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: end;
  }
}

.share {
  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: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.share button {
  background-color: #D1AF84;
  border: 0;
  padding: 0.1em;
  color: #364646;
  cursor: pointer;
  font-weight: 600;
  color: #6B8786;
  border-radius: 99em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1em;
  display: grid;
  place-items: center;
  text-align: center;
  -webkit-transition: 0.2s color ease, 0.2s background-color ease, 0.2s border-color ease;
  transition: 0.2s color ease, 0.2s background-color ease, 0.2s border-color ease;
}
.share button svg {
  height: 60%;
  width: auto;
}
.share button:hover {
  background-color: #6B8786;
}
.share button.share-twitter svg {
  height: 50%;
}
.share button.share-linkedin svg {
  height: 55%;
}

.error404 .error404-wrapper {
  padding-top: 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;
}
.error404 .error404-title {
  font-size: 3em;
  line-height: 1em;
  margin: 0;
}

/* Blocks
--------------------------------------------- */
.block-hero {
  height: calc(100vh + 3rem);
  height: calc(100lvh + 3rem);
  padding-top: 6rem;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.block-hero .wrapper {
  height: 100%;
}
.block-hero .section-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media screen and (max-width: 640px) {
  .block-hero .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.block-hero .section-content .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-hero .section-content .hero-slider .splide__track,
.block-hero .section-content .hero-slider .splide__list {
  height: 100%;
}
.block-hero .section-content .hero-slider .splide__slide {
  height: 100%;
  position: relative;
}
.block-hero .section-content .hero-slider .splide__slide::before {
  content: "";
  background: linear-gradient(45deg, rgba(54, 70, 70, 0.8) 0%, rgba(54, 70, 70, 0) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.block-hero .section-content .hero-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-hero .section-content .hero-image {
  height: 100%;
  width: 40%;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  position: relative;
  z-index: 2;
}
.block-hero .section-content .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 640px) {
  .block-hero .section-content .hero-image {
    width: 65vw;
    height: 40vh;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.block-hero .section-content .hero-content {
  width: 32.6%;
  color: #D1AF84;
  position: relative;
  z-index: 3;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 3rem;
}
.block-hero .section-content .hero-content .hero-title {
  margin: 0.2em 0;
  line-height: 1.2em;
  font-size: clamp(2em, 3.7vw, 4.4em);
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
@media screen and (max-width: 640px) {
  .block-hero .section-content .hero-content .hero-title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.block-hero .section-content .hero-content .hero-paragraph {
  margin: 0;
  font-size: clamp(1em, 2vw, 1.2em);
  color: #6B8786;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 0.225em;
  font-weight: 300;
}
@media screen and (max-width: 920px) {
  .block-hero .section-content .hero-content .hero-paragraph br {
    display: none;
  }
}
.block-hero .section-content .hero-content .hero-spacer {
  height: 5em;
}
@media screen and (max-width: 640px) {
  .block-hero .section-content .hero-content .hero-spacer {
    height: 2em;
  }
}
.block-hero .section-content .hero-content .button {
  border-width: 1px 0 0 0;
  border-color: #D1AF84;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
  background-color: transparent;
}
.block-hero .section-content .hero-content .button:hover {
  color: #F8F3E8;
}
@media screen and (max-width: 640px) {
  .block-hero .section-content .hero-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2em 0;
  }
}
.block-hero::before {
  content: "";
  top: 0;
  right: 43%;
  left: 0;
  position: absolute;
  bottom: 3rem;
  background-color: #364646;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .block-hero::before {
    right: 0;
    top: 6rem;
    bottom: 50vh;
  }
}
.block-hero .hero-decor {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 45%;
  bottom: 10.8rem;
}
@media screen and (max-width: 640px) {
  .block-hero .hero-decor {
    right: 0;
    top: -38vh;
    left: 10vh;
  }
}
.block-hero .hero-decor svg {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.block-hero.type-full, .block-hero.type-slider {
  height: 100vh;
  height: 100lvh;
  padding-top: 0;
}
.block-hero.type-full .hero-decor, .block-hero.type-slider .hero-decor {
  display: none;
}
.block-hero.type-full::before, .block-hero.type-slider::before {
  display: none;
}
.block-hero.type-full .section-content .wrapper, .block-hero.type-slider .section-content .wrapper {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.block-hero.type-full .section-content .hero-image, .block-hero.type-slider .section-content .hero-image {
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: absolute;
}
.block-hero.type-full .section-content .hero-image::before, .block-hero.type-slider .section-content .hero-image::before {
  content: "";
  background: linear-gradient(45deg, rgba(54, 70, 70, 0.8) 0%, rgba(54, 70, 70, 0) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.block-hero.type-full .section-content .hero-content, .block-hero.type-slider .section-content .hero-content {
  padding-left: 5%;
}
@media screen and (max-width: 1200px) {
  .block-hero.type-full .section-content .hero-content, .block-hero.type-slider .section-content .hero-content {
    padding-right: 5%;
    width: 100%;
  }
}
.block-hero.type-full .section-content .hero-content .hero-paragraph, .block-hero.type-slider .section-content .hero-content .hero-paragraph {
  color: #D1AF84;
}

.block-content-with-icons,
.block-content-with-image {
  background-color: #F8F3E8;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 920px) {
  .block-content-with-icons,
  .block-content-with-image {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.block-content-with-icons .cwi-container,
.block-content-with-image .cwi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3em;
}
@media screen and (max-width: 1200px) {
  .block-content-with-icons .cwi-container,
  .block-content-with-image .cwi-container {
    -webkit-column-gap: 7%;
       -moz-column-gap: 7%;
            column-gap: 7%;
  }
}
@media screen and (max-width: 920px) {
  .block-content-with-icons .cwi-container,
  .block-content-with-image .cwi-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-content-with-icons .cwi-container .cwi-image,
.block-content-with-image .cwi-container .cwi-image {
  width: 40%;
}
@media screen and (max-width: 920px) {
  .block-content-with-icons .cwi-container .cwi-image,
  .block-content-with-image .cwi-container .cwi-image {
    width: 100%;
  }
}
.block-content-with-icons .cwi-container .cwi-content,
.block-content-with-image .cwi-container .cwi-content {
  width: 50%;
  padding: 2em 0 2em 0;
  text-align: justify;
}
.block-content-with-icons .cwi-container .cwi-content .section-title,
.block-content-with-image .cwi-container .cwi-content .section-title {
  margin-bottom: 0.5em;
  text-align: left;
}
.block-content-with-icons .cwi-container .cwi-content p + .section-title,
.block-content-with-image .cwi-container .cwi-content p + .section-title {
  margin-top: 1em;
}
.block-content-with-icons .cwi-container .cwi-content .button,
.block-content-with-image .cwi-container .cwi-content .button {
  margin-top: 0.5em;
}
.block-content-with-icons .cwi-container .cwi-content .cwi-icons,
.block-content-with-image .cwi-container .cwi-content .cwi-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em 2em;
}
@media screen and (max-width: 460px) {
  .block-content-with-icons .cwi-container .cwi-content .cwi-icons,
  .block-content-with-image .cwi-container .cwi-content .cwi-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-content-with-icons .cwi-container .cwi-content .cwi-icons .cwi-icon,
.block-content-with-image .cwi-container .cwi-content .cwi-icons .cwi-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;
  gap: 1em;
  text-align: center;
}
.block-content-with-icons .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-title,
.block-content-with-image .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-title {
  font-family: "Le Grand";
  line-height: 1.2em;
  font-size: 1.2em;
}
.block-content-with-icons .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-image,
.block-content-with-image .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-image {
  width: auto;
  height: 3em;
}
.block-content-with-icons .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-image img,
.block-content-with-icons .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-image svg,
.block-content-with-image .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-image img,
.block-content-with-image .cwi-container .cwi-content .cwi-icons .cwi-icon .cwi-icon-image svg {
  width: auto;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .block-content-with-icons .cwi-container .cwi-content,
  .block-content-with-image .cwi-container .cwi-content {
    width: 53%;
  }
}
@media screen and (max-width: 920px) {
  .block-content-with-icons .cwi-container .cwi-content,
  .block-content-with-image .cwi-container .cwi-content {
    padding: 0;
    width: 100%;
  }
}
.block-content-with-icons .cwi-container .cwi-content > *:first-child,
.block-content-with-image .cwi-container .cwi-content > *:first-child {
  margin-top: 0;
}
.block-content-with-icons .cwi-container .cwi-content > *:last-child,
.block-content-with-image .cwi-container .cwi-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-content-with-icons.content-position-left .cwi-content,
  .block-content-with-image.content-position-left .cwi-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-content-with-icons.content-position-left .cwi-content h2,
  .block-content-with-image.content-position-left .cwi-content h2 {
    text-align: left !important;
  }
  .block-content-with-icons.content-position-left .cwi-image,
  .block-content-with-image.content-position-left .cwi-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-content-with-icons.content-position-right .cwi-content,
.block-content-with-image.content-position-right .cwi-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 5em;
}
@media screen and (max-width: 1200px) {
  .block-content-with-icons.content-position-right .cwi-content,
  .block-content-with-image.content-position-right .cwi-content {
    padding-right: 3em;
  }
}
@media screen and (max-width: 920px) {
  .block-content-with-icons.content-position-right .cwi-content,
  .block-content-with-image.content-position-right .cwi-content {
    padding-right: 0;
  }
}
.block-content-with-icons.content-position-right .cwi-image,
.block-content-with-image.content-position-right .cwi-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-content-with-icons.image-ratio-square .cwi-image-container,
.block-content-with-image.image-ratio-square .cwi-image-container {
  aspect-ratio: 1;
}
.block-content-with-icons.image-ratio-square .cwi-image-container img,
.block-content-with-image.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;
}
.block-content-with-icons.image-ratio-match .cwi-container,
.block-content-with-image.image-ratio-match .cwi-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-content-with-icons.image-ratio-match .cwi-container .cwi-content,
.block-content-with-image.image-ratio-match .cwi-container .cwi-content {
  padding-top: 0;
  padding-bottom: 0;
}
.block-content-with-icons.image-ratio-match .cwi-image,
.block-content-with-image.image-ratio-match .cwi-image {
  height: auto;
}
.block-content-with-icons.image-ratio-match .cwi-image-container,
.block-content-with-image.image-ratio-match .cwi-image-container {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  position: relative;
}
.block-content-with-icons.image-ratio-match .cwi-image-container img,
.block-content-with-image.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-content-with-icons.image-ratio-match .cwi-container,
  .block-content-with-image.image-ratio-match .cwi-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-content-with-icons.image-ratio-match .cwi-image,
  .block-content-with-image.image-ratio-match .cwi-image {
    width: 100%;
    aspect-ratio: 1;
  }
  .block-content-with-icons.image-ratio-match .cwi-image-container,
  .block-content-with-image.image-ratio-match .cwi-image-container {
    aspect-ratio: 1;
  }
}

.block-numbers {
  color: #F8F3E8;
}
.block-numbers .numbers-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
          column-gap: 1.5%;
  row-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .block-numbers .numbers-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.block-numbers .numbers-container .number {
  text-align: center;
  background: #364646;
  padding: 2.5em 1em 3em 1em;
  border-radius: 1.2em;
  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;
  font-family: "Le Grand";
}
.block-numbers .numbers-container .number .number-value {
  font-size: 5em;
  margin-bottom: 0.25em;
  line-height: 1.1em;
}
@media screen and (max-width: 1200px) {
  .block-numbers .numbers-container .number .number-value {
    font-size: 4em;
  }
}
@media screen and (max-width: 920px) {
  .block-numbers .numbers-container .number .number-value {
    font-size: 3em;
  }
}
.block-numbers .numbers-container .number .number-description {
  line-height: 1.1em;
  font-size: 2em;
  font-family: "source-sans-pro";
}
@media screen and (max-width: 1200px) {
  .block-numbers .numbers-container .number .number-description {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 640px) {
  .block-numbers .numbers-container .number .number-description {
    font-size: 1.4em;
  }
}

.block-contact {
  background-color: #F8F3E8;
  position: relative;
  overflow: hidden;
}
.block-contact .contacts {
  margin-top: 5em;
}
.block-contact .contacts .ce br {
  display: none;
}
.block-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #D4633C;
  z-index: 0;
}
@media screen and (max-width: 920px) {
  .block-contact::before {
    display: none;
  }
}
.block-contact .button {
  background-color: transparent;
  font-size: 1.1em;
}
.block-contact .section-title {
  color: #D4633C;
  font-size: 2.6em;
}
@media screen and (max-width: 920px) {
  .block-contact .section-title {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .section-title {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 460px) {
  .block-contact .section-title {
    font-size: 2em;
  }
}
.block-contact .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .block-contact .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-contact .section-content .contact-form {
  padding: 8em 5% 5em 0;
  width: 45%;
}
.block-contact .section-content .contact-form > *:first-child {
  margin-top: 0;
}
.block-contact .section-content .contact-form > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-contact .section-content .contact-form {
    width: 100%;
    padding-bottom: 3em;
  }
}
.block-contact .section-content .contact-info {
  padding: 8em 0 5em 10%;
  width: 60%;
  background-color: #D4633C;
  color: #F8F3E8;
}
.block-contact .section-content .contact-info > *:first-child {
  margin-top: 0;
}
.block-contact .section-content .contact-info > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-contact .section-content .contact-info {
    width: 100%;
    padding: 5em 10% 5em 10%;
  }
}
.block-contact .section-content .contact-info .section-title {
  color: #F8F3E8;
}

.block-sectors {
  background-color: #F8F3E8;
}
.block-sectors .section-elements-container {
  padding-bottom: 4em;
}

.block-team {
  background-color: #F8F3E8;
  position: relative;
  padding-bottom: 3em;
}
.block-team::before {
  content: "";
  background-color: #D4633C;
  position: absolute;
  top: 0;
  right: 0;
  height: 17em;
  z-index: 1;
  width: 55%;
}
@media screen and (max-width: 920px) {
  .block-team::before {
    width: 100%;
  }
}
.block-team .section-content {
  position: relative;
  z-index: 2;
}
.block-team .section-title {
  margin-bottom: 2em;
}
.block-team .team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media screen and (max-width: 1200px) {
  .block-team .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .block-team .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 460px) {
  .block-team .team-grid {
    grid-template-columns: 1fr;
  }
}
.block-team .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  font-size: clamp(0.8em, 1.1vw, 1em);
}
.block-team .team-member .member-image {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 0.68;
  z-index: 1;
}
.block-team .team-member .member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -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;
}
.block-team .team-member .member-image .member-image-placeholder {
  background-color: #364646;
  height: 100%;
  display: grid;
  place-items: center;
}
.block-team .team-member .member-image .member-image-placeholder svg {
  height: auto;
  width: 60%;
}
.block-team .team-member .member-content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 0;
  background-color: rgba(54, 70, 70, 0.85);
  z-index: 2;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #D1AF84;
  -webkit-transform: translateY(calc(100% - 9em));
          transform: translateY(calc(100% - 9em));
}
.block-team .team-member .member-content .member-top {
  height: 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 1.6em;
}
.block-team .team-member .member-content .member-top .member-name {
  font-size: 1.7em;
  margin: 0 0 0.3em 0;
  line-height: 1.2em;
}
.block-team .team-member .member-content .member-top .member-designation {
  margin: 0 0 0.5em 0;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 300;
  font-size: 0.9em;
}
.block-team .team-member .member-content .member-bio {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0em 2em 2em 2em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.block-team .team-member:hover .member-content {
  background-color: #364646;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.block-team .team-member:hover .member-content .member-bio {
  opacity: 1;
}

.block-features {
  background-color: #F8F3E8;
  position: relative;
  overflow: hidden;
}
.block-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(248, 243, 232, 0)), color-stop(70%, #d4633c));
  background: linear-gradient(90deg, rgba(248, 243, 232, 0) 70%, #d4633c 70%);
}
@media screen and (max-width: 920px) {
  .block-features::before {
    background: transparent;
  }
}
.block-features .features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .block-features .features-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-features .features-container .features-content {
  width: 45%;
  padding: 5em 7% 5em 0;
}
.block-features .features-container .features-content > *:first-child {
  margin-top: 0;
}
.block-features .features-container .features-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-features .features-container .features-content {
    width: 100%;
    padding: 5em 0 5em 0;
  }
}
.block-features .features-container .features-content .section-title {
  margin-bottom: 1em;
}
.block-features .features-container .features-list {
  width: 55%;
  background-color: #D4633C;
  padding: 8em 0 5em 7%;
  padding-right: 5em;
  color: #F8F3E8;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .block-features .features-container .features-list {
    padding-right: 3em;
  }
}
@media screen and (max-width: 920px) {
  .block-features .features-container .features-list {
    padding-right: 0;
  }
}
.block-features .features-container .features-list::before {
  content: "";
  background-color: #D4633C;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3em;
  right: -3em;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 920px) {
  .block-features .features-container .features-list::before {
    display: block;
    left: -2em;
    right: -2em;
  }
}
@media screen and (max-width: 460px) {
  .block-features .features-container .features-list::before {
    left: -1em;
    right: -1em;
  }
}
@media screen and (max-width: 920px) {
  .block-features .features-container .features-list {
    width: 100%;
    padding: 5em 0 5em 0;
  }
}
.block-features .features-container .features-list svg {
  position: absolute;
  bottom: -2em;
  right: -2em;
  width: 45%;
  height: auto;
  opacity: 0.3;
}
.block-features .features-container .features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-features .features-container .features li {
  border-bottom: 1px solid #F8F3E8;
  display: grid;
  place-items: center start;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
}
.block-features .features-container .features li:not(:last-child) {
  margin-bottom: 4em;
}
.block-features .features-container .features li .feature-title {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 1.1em;
  position: relative;
  z-index: 1;
  font-size: 1.4em;
  margin: 0;
  padding-right: 2em;
  width: 100%;
}
.block-features .features-container .features li .feature-title svg {
  position: absolute;
  top: -0.2em;
  right: 0;
  width: auto;
  height: 1.2em;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.block-features .features-container .features li .feature-description {
  color: #364646;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease-in-out, padding-top 0.1s ease-in-out, padding-bottom 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out, padding-top 0.1s ease-in-out, padding-bottom 0.1s ease-in-out;
}
.block-features .features-container .features li .feature-index {
  font-size: 4em;
  line-height: 1em;
  position: absolute;
  font-family: "Le Grand";
  top: -0.2em;
  left: 0;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.block-features .features-container .features li:hover .feature-title svg {
  opacity: 1;
}
.block-features .features-container .features li.open .feature-title svg {
  opacity: 1;
}
.block-features .features-container .features li.open .feature-description {
  max-height: 50em;
  padding-top: 2em;
  padding-bottom: 1em;
}

.block-posts .section-title {
  text-align: center;
  color: #364646;
  margin: 0 0 1em 0;
}
.block-posts .posts-grid .pg-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  line-height: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2em;
}
@media screen and (max-width: 1200px) {
  .block-posts .posts-grid .pg-post {
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
}
@media screen and (max-width: 920px) {
  .block-posts .posts-grid .pg-post {
    line-height: 1.8em;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-posts .posts-grid .pg-post > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-posts .posts-grid .pg-post .p-image {
  aspect-ratio: 1;
  width: 100%;
}
.block-posts .posts-grid .pg-post .p-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-posts .posts-grid .pg-post .p-image .thumbnail-placeholder {
  background-color: #364646;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.block-posts .posts-grid .pg-post .p-image .thumbnail-placeholder img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 920px) {
  .block-posts .posts-grid .pg-post .p-image {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 460px) {
  .block-posts .posts-grid .pg-post .p-image {
    aspect-ratio: 1;
  }
}
.block-posts .posts-grid .pg-post .p-title {
  font-size: 2.6em;
  text-align: left;
}
.block-posts .posts-grid .pg-post .p-content {
  padding: 2em 0;
  text-align: justify;
}
.block-posts .posts-grid .pg-post .p-content .button {
  margin-top: 0.5em;
}
@media screen and (max-width: 920px) {
  .block-posts .posts-grid .pg-post .p-content {
    padding: 0;
  }
}
.block-posts .posts-grid .pg-post .p-content > *:first-child {
  margin-top: 0;
}
.block-posts .posts-grid .pg-post .p-content > *:last-child {
  margin-bottom: 0;
}
.block-posts .posts-grid .pg-post:nth-child(even) .p-title {
  text-align: right;
}
.block-posts .posts-grid .pg-post:nth-child(even) .p-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-posts .posts-grid .pg-post:nth-child(even) .p-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 920px) {
  .block-posts .posts-grid .pg-post:nth-child(even) .p-title {
    text-align: left;
  }
  .block-posts .posts-grid .pg-post:nth-child(even) .p-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-posts .posts-grid .pg-post:nth-child(even) .p-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 920px) {
  .block-posts .posts-grid .pg-post:not(:last-child) {
    margin-bottom: 3em;
  }
}

.block-products {
  position: relative;
  z-index: 2;
  margin-top: -2em;
}
@media screen and (max-width: 920px) {
  .block-products {
    margin-top: -1.2em;
  }
}
.block-products .products-top-wrapper {
  padding: 0 12%;
}
@media screen and (max-width: 920px) {
  .block-products .products-top-wrapper {
    padding: 0;
  }
}
.block-products .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (max-width: 920px) {
  .block-products .filter-buttons {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
  }
}
.block-products .filter-option {
  background-color: #f6eee4;
  border-radius: 0;
  font-size: 1.6em;
  padding: 0.75em 2.2em 0.85em;
  background-color: #F8F3E8;
  border: 0;
  color: #6B8786;
  font-family: "source-sans-pro";
  text-transform: none;
}
@media screen and (max-width: 1200px) {
  .block-products .filter-option {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 920px) {
  .block-products .filter-option {
    font-size: 1.2em;
    padding: 0.6em 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .block-products .filter-option {
    font-size: 1em;
  }
}
.block-products .filter-option:hover, .block-products .filter-option.active {
  background-color: #D1AF84;
  color: #F8F3E8;
}
.block-products .products-intro {
  margin: 3em 0;
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 920px) {
  .block-products .products-intro {
    line-height: 1.8em;
  }
}

.block-logos-carousel {
  background: -webkit-gradient(linear, left top, right top, from(#57706F), color-stop(56.73%, #2C3D3A));
  background: linear-gradient(90deg, #57706F 0%, #2C3D3A 56.73%);
  padding: 5em 1em;
}
.block-logos-carousel .carousel-slide {
  aspect-ratio: 2;
}
.block-logos-carousel .carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-history {
  position: relative;
  color: #D1AF84;
  padding: 5em 0 5em 0;
  position: relative;
  background-color: lightgray;
  background-blend-mode: multiply;
}
@media screen and (max-width: 920px) {
  .block-history .wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .block-history {
    padding-bottom: 2em;
  }
}
.block-history .section-content {
  position: relative;
  z-index: 10;
}
.block-history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #364646;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
.block-history::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #364646;
  z-index: 2;
  opacity: 0.6;
  pointer-events: none;
}
.block-history .agius-glow {
  top: -4em;
  left: 0;
  bottom: -4em;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
  z-index: 3;
}
.block-history .section-title {
  margin-top: 0;
}
.block-history .history-container {
  position: relative;
  padding: 0 0 0 0;
}
.block-history .history-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  padding-right: 5em;
}
@media screen and (max-width: 1200px) {
  .block-history .history-content {
    padding-right: 3em;
  }
}
@media screen and (max-width: 920px) {
  .block-history .history-content {
    padding-right: 0;
  }
}
.block-history .history-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  padding-right: 3%;
  overflow-y: auto;
  max-height: 34em;
}
.block-history .history-nav::-webkit-scrollbar {
  width: 0.25em;
  margin-right: 0;
}
.block-history .history-nav::-webkit-scrollbar-track {
  background: #364646;
  border-radius: 20px;
}
.block-history .history-nav::-webkit-scrollbar-thumb {
  background-color: #D1AF84;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .block-history .history-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 920px) {
  .block-history .history-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9em;
            flex: 0 0 9em;
  }
}
@media screen and (max-width: 640px) {
  .block-history .history-nav {
    max-height: initial;
    overflow-y: visible;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7em;
            flex: 0 0 7em;
  }
}
.block-history .history-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 1200px) {
  .block-history .history-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media screen and (max-width: 920px) {
  .block-history .history-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90% - 9em);
            flex: 0 0 calc(90% - 9em);
  }
}
@media screen and (max-width: 640px) {
  .block-history .history-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90% - 7em);
            flex: 0 0 calc(90% - 7em);
  }
}
.block-history .history-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.block-history .history-nav-list::before {
  content: "";
  position: absolute;
  top: -5em;
  bottom: 0;
  right: -2px;
  width: 2px;
  background-color: #D1AF84;
}
@media screen and (max-width: 640px) {
  .block-history .history-nav-list::before {
    top: 0;
  }
}
.block-history .history-nav-item {
  position: relative;
  text-align: right;
  cursor: pointer;
  height: 6.5rem;
  vertical-align: middle;
  display: grid;
  place-items: center end;
  line-height: 1em;
  font-size: 1.6em;
  letter-spacing: 0.4em;
  padding-right: 2em;
}
@media screen and (max-width: 1200px) {
  .block-history .history-nav-item {
    font-size: 1.3em;
    height: 5rem;
  }
}
@media screen and (max-width: 920px) {
  .block-history .history-nav-item {
    font-size: 1em;
    height: 3.4rem;
    padding-right: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  .block-history .history-nav-item {
    font-size: 1em;
    height: 3rem;
    padding-right: 1.2em;
  }
}
@media screen and (max-width: 360px) {
  .block-history .history-nav-item {
    font-size: 0.8em;
    height: 4rem;
    padding-right: 1em;
  }
}
.block-history .history-nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.66rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #364646;
  -webkit-transition: right 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, border-width 0.3s ease-in, border-color 0.3s ease-out;
  transition: right 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, border-width 0.3s ease-in, border-color 0.3s ease-out;
  border: 2px solid #D1AF84;
}
@media screen and (max-width: 1200px) {
  .block-history .history-nav-item::before {
    width: 1rem;
    height: 1rem;
    right: -0.6rem;
  }
}
.block-history .history-nav-item.active {
  color: #F8F3E8;
  font-family: "Le Grand";
  font-weight: 400;
  letter-spacing: 0;
}
.block-history .history-nav-item.active::before {
  width: 2rem;
  height: 2rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-width: 3px;
  right: -1.05rem;
}
@media screen and (max-width: 1200px) {
  .block-history .history-nav-item.active::before {
    width: 1.5rem;
    height: 1.5rem;
    right: -0.82rem;
  }
}
.block-history .history-nav-item:hover {
  color: #F8F3E8;
}
.block-history .history-nav-item:hover::before {
  border-color: #F8F3E8;
}
.block-history .history-nav-item.active .history-nav-title {
  color: #F8F3E8;
  font-size: 3.8em;
}
@media screen and (max-width: 1200px) {
  .block-history .history-nav-item.active .history-nav-title {
    font-size: 3em;
  }
}
@media screen and (max-width: 920px) {
  .block-history .history-nav-item.active .history-nav-title {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 640px) {
  .block-history .history-nav-item.active .history-nav-title {
    font-size: 1.8em;
  }
}
.block-history .history-nav-title {
  font-size: 1.5em;
  -webkit-transition: color 0.1s ease-out, font-size 0.1s ease-out;
  transition: color 0.1s ease-out, font-size 0.1s ease-out;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .block-history .history-nav-title {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 920px) {
  .block-history .history-nav-title {
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .block-history .history-nav-title {
    font-size: 1em;
  }
}
.block-history .history-detail-item {
  display: none;
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}
.block-history .history-detail-item.active {
  display: block;
}
.block-history .history-detail-content {
  line-height: 1.6;
}
.block-history .history-detail-content p {
  margin-top: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.block-sectors-carousel {
  background-color: #F8F3E8;
}
.block-sectors-carousel .sector-wrapper {
  position: relative;
  height: 100%;
  padding: 4em 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 920px) {
  .block-sectors-carousel .sector-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.block-sectors-carousel .sector-wrapper .sector-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.block-sectors-carousel .sector-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #364646;
  opacity: 0.85;
  mix-blend-mode: multiply;
  z-index: 2;
}
.block-sectors-carousel .sector-wrapper .sector-content {
  position: relative;
  z-index: 3;
  color: #D1AF84;
  text-align: center;
}
.block-sectors-carousel .sector-wrapper .sector-content > *:first-child {
  margin-top: 0;
}
.block-sectors-carousel .sector-wrapper .sector-content > *:last-child {
  margin-bottom: 0;
}
.block-sectors-carousel .sector-wrapper .sector-content .sector-title {
  font-size: clamp(1.5em, 6vw, 4em);
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 640px) {
  .block-sectors-carousel .sector-wrapper .sector-content .sector-excerpt {
    font-size: 0.9em;
  }
}
.block-sectors-carousel .sector-wrapper .sector-content .button {
  background-color: #D4633C;
  color: #D1AF84;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 3px;
  font-size: 1.1em;
  margin-top: 2em;
}
@media screen and (max-width: 1200px) {
  .block-sectors-carousel .sector-wrapper .sector-content .button {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .block-sectors-carousel .sector-wrapper .sector-content .button {
    font-size: 0.9em;
  }
}

.block-brands {
  background-color: #F8F3E8;
}
.block-brands .section-elements-container {
  padding-bottom: 4em;
}

.block-accordions {
  background-color: #364646;
  color: #D1AF84;
}
.block-accordions .wrapper {
  height: 100%;
}
.block-accordions .agius-glow {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-60%);
          transform: translateY(-50%) translateX(-60%);
  z-index: 0;
  aspect-ratio: 1;
}
.block-accordions .section-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3em;
  min-height: 46em;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .block-accordions .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-accordions .section-content .accrodions-text {
  width: 40%;
  padding-right: 10%;
}
.block-accordions .section-content .accrodions-text > *:first-child {
  margin-top: 0;
}
.block-accordions .section-content .accrodions-text > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-accordions .section-content .accrodions-text {
    width: 100%;
  }
}
.block-accordions .section-content .accrodions-text .section-title {
  font-size: 3em;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}
@media screen and (max-width: 1200px) {
  .block-accordions .section-content .accrodions-text .section-title {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 920px) {
  .block-accordions .section-content .accrodions-text .section-title {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 460px) {
  .block-accordions .section-content .accrodions-text .section-title {
    font-size: 1.8em;
  }
}
.block-accordions .section-content .accrodions-text .accrodions-text-small {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  opacity: 0.8;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 300;
}
.block-accordions .section-content .accordions-rows {
  width: 60%;
  padding: 2em 0;
}
@media screen and (max-width: 1200px) {
  .block-accordions .section-content .accordions-rows {
    width: 53%;
  }
}
@media screen and (max-width: 920px) {
  .block-accordions .section-content .accordions-rows {
    padding: 0;
    width: 100%;
  }
}
.block-accordions .section-content .accordions-rows details {
  border-top: 1px solid #D1AF84;
  padding: 1.2em 15% 1.2em 1em;
}
.block-accordions .section-content .accordions-rows details:last-child {
  border-bottom: 1px solid #D1AF84;
}
.block-accordions .section-content .accordions-rows details[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-color: #D4633C;
}
.block-accordions .section-content .accordions-rows details summary {
  position: relative;
  list-style: none;
  font-size: 2em;
  line-height: 1.1em;
  padding-right: 15%;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Le Grand";
}
@media screen and (max-width: 1440px) {
  .block-accordions .section-content .accordions-rows details summary {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 920px) {
  .block-accordions .section-content .accordions-rows details summary {
    font-size: 1.5em;
  }
}
.block-accordions .section-content .accordions-rows details summary::-webkit-details-marker {
  display: none;
}
.block-accordions .section-content .accordions-rows details summary::after {
  content: "";
  position: absolute;
  right: calc(-15% - 1rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
  background-color: #D1AF84;
  width: 1rem;
  height: 0.5rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.block-accordions .section-content .accordions-rows details summary:hover {
  color: #D4633C;
}
.block-accordions .section-content .accordions-rows details summary:hover::after {
  background-color: #D4633C;
}
.block-accordions .section-content .accordions-rows details .accordion-content {
  padding-top: 0.6em;
  line-height: 1.6;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  font-size: 0.9em;
  padding-bottom: 0.5em;
}
.block-accordions .section-content .accordions-rows details .accordion-content p:first-child {
  margin-top: 0;
}
.block-accordions .section-content .accordions-rows details .accordion-content p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.block-vacancies {
  padding: 4em 0;
  background-color: #F8F3E8;
}
@media screen and (max-width: 920px) {
  .block-vacancies {
    padding-top: 0;
  }
}

.vacancies-module {
  position: relative;
}
.vacancies-module .vc-header {
  margin-bottom: 1em;
  top: 6rem;
  background-color: #D4633C;
  padding: 2em 3em;
  color: #F8F3E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 920px) {
  .vacancies-module .vc-header {
    position: sticky;
    padding: 1em 2em;
    top: 0;
    z-index: 1000;
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media screen and (max-width: 460px) {
  .vacancies-module .vc-header {
    margin-left: -1em;
    margin-right: -1em;
    padding: 1em 1em;
  }
}
.vacancies-module .vc-header .vc-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 12em;
      flex-basis: 12em;
}
.vacancies-module .vc-header .vc-search input {
  width: 100%;
  padding: 0.4em 0.7em 0.4em 0.7em;
  border: 1px solid #F8F3E8;
  font-size: 1em;
  background-color: transparent;
  color: #F8F3E8;
  border-radius: 3px;
  line-height: 1em;
}
.vacancies-module .vc-header .vc-search input::-webkit-search-cancel-button {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.vacancies-module .vc-header .vc-search input:focus {
  outline: none;
}
.vacancies-module .vc-header .vc-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vacancies-module .vc-header .vc-filters .vc-filter {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 10em;
      flex-basis: 10em;
}
.vacancies-module .vc-header .vc-filters .vc-filter select {
  padding: 0.35em 0.7em 0.35em 0.7em;
  border-radius: 3px;
  border: 1px solid #F8F3E8;
  font-size: 1em;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  color: #F8F3E8;
  line-height: 1em;
}
.vacancies-module .vc-header .vc-filters .vc-filter select option {
  color: #2C3D3A;
  accent-color: #D4633C;
}
.vacancies-module .vc-header .vc-filters .vc-filter select:focus {
  outline: none;
}
.vacancies-module .vacancy-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.7em;
  margin-bottom: 1rem;
}
.vacancies-module .vacancy-meta span {
  padding: 0.25em 1em 0.3em 1em;
  background-color: transparent;
  border: 1px solid #2C3D3A;
  line-height: 1em;
  border-radius: 3px;
}
.vacancies-module .vc-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 920px) {
  .vacancies-module .vc-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vacancies-module .vc-main .vc-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  max-height: 800px;
  overflow-y: auto;
}
@media screen and (max-width: 920px) {
  .vacancies-module .vc-main .vc-list {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-height: unset;
  }
}
.vacancies-module .vc-main .vc-list::-webkit-scrollbar {
  width: 1em;
  margin-right: 0; /* width of the entire scrollbar */
}
.vacancies-module .vc-main .vc-list::-webkit-scrollbar-track {
  background: #F8F3E8; /* color of the tracking area */
}
.vacancies-module .vc-main .vc-list::-webkit-scrollbar-thumb {
  background-color: #F8F3E8; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}
.vacancies-module .vc-main .vc-list .vacancy-item {
  width: 100%;
  padding: 1em;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: border-color 0.1s ease, background-color 0.1s ease;
  transition: border-color 0.1s ease, background-color 0.1s ease;
}
.vacancies-module .vc-main .vc-list .vacancy-item:not(:last-of-type) {
  margin-bottom: 1em;
}
.vacancies-module .vc-main .vc-list .vacancy-item .vacancy-title {
  font-size: 1.4em;
  margin: 0 0 1rem 0;
}
.vacancies-module .vc-main .vc-list .vacancy-item .vacancy-excerpt {
  font-size: 0.875rem;
}
.vacancies-module .vc-main .vc-list .vacancy-item:hover, .vacancies-module .vc-main .vc-list .vacancy-item.active {
  background-color: #eee1cf;
  border-color: #eee1cf;
}
.vacancies-module .vc-main .vc-list .vacancy-item:hover .vacancy-meta span, .vacancies-module .vc-main .vc-list .vacancy-item.active .vacancy-meta span {
  background-color: #2C3D3A;
  color: #F8F3E8;
}
.vacancies-module .vc-main .vc-list .no-vacancies {
  padding: 2em;
  text-align: center;
}
.vacancies-module .vc-main .vc-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background-color: #eee1cf;
  padding: 1em 2em;
}
@media screen and (max-width: 920px) {
  .vacancies-module .vc-main .vc-content {
    padding: 1em 1em;
  }
}
.vacancies-module .vc-main .vc-content .vacancy-content h1, .vacancies-module .vc-main .vc-content .vacancy-content h2, .vacancies-module .vc-main .vc-content .vacancy-content h3, .vacancies-module .vc-main .vc-content .vacancy-content h4, .vacancies-module .vc-main .vc-content .vacancy-content h5, .vacancies-module .vc-main .vc-content .vacancy-content h6 {
  font-family: "source-sans-pro";
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-title {
  font-size: 2.2em;
  margin: 0 0 1em 0;
  color: #D4633C;
  font-family: "Le Grand";
}
@media screen and (max-width: 1200px) {
  .vacancies-module .vc-main .vc-content .vacancy-content .vacancy-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 920px) {
  .vacancies-module .vc-main .vc-content .vacancy-content .vacancy-title {
    font-size: 1.8em;
  }
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-meta {
  margin-bottom: 2em;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-meta span {
  background-color: #D4633C;
  border-color: #D4633C;
  color: #F8F3E8;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description {
  padding-top: 0.1em;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h2, .vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h3, .vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h4, .vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h5, .vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h6 {
  text-transform: uppercase;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h2 {
  font-size: 1.3em;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h3 {
  font-size: 1.2em;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h3 {
  font-size: 1.1em;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h3 {
  font-size: 1em;
}
.vacancies-module .vc-main .vc-content .vacancy-content .vacancy-description h3 {
  font-size: 1em;
}

.block-properties {
  padding: 0;
  background-color: #364646;
}
.block-properties .section-content {
  position: relative;
}
.block-properties .properties-module {
  padding-top: 16%;
  padding-bottom: 10%;
  border-bottom: 1px solid #D1AF84;
  position: relative;
  z-index: 2;
}
.block-properties .properties-module .properties-map {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .block-properties .properties-module .properties-map {
    width: 100%;
  }
}
.block-properties .properties-module .properties-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #D1AF84;
  line-height: 1.2em;
  padding-bottom: 4%;
  pointer-events: none;
}
.block-properties .properties-module .properties-list .properties-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4%;
}
.block-properties .properties-module .properties-list .properties-list-group.positioning-right {
  text-align: right;
}
.block-properties .properties-module .properties-list .properties-list-group .properties-list-group-location {
  font-size: 1.4em;
  color: #D4633C;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
  line-height: 1.2em;
}
@media screen and (max-width: 920px) {
  .block-properties .properties-module .properties-list .properties-list-group .properties-list-group-location {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .block-properties .properties-module .properties-list .properties-list-group .properties-list-group-location {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
  }
}
@media screen and (max-width: 460px) {
  .block-properties .properties-module .properties-list .properties-list-group .properties-list-group-location {
    font-size: 0.7em;
  }
}
.block-properties .properties-module .properties-list .properties-list-group .properties-list-element {
  font-size: 0.8em;
  padding-bottom: 0.35em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 920px) {
  .block-properties .properties-module .properties-list .properties-list-group .properties-list-element {
    font-size: 0.6em;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .block-properties .properties-module .properties-list .properties-list-group .properties-list-element {
    line-height: 1.2em;
    font-size: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
  }
}
@media screen and (max-width: 460px) {
  .block-properties .properties-module .properties-list .properties-list-group .properties-list-element {
    font-size: 0.4em;
  }
}
.block-properties .properties-module .properties-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block-properties .properties-module .properties-pins .properties-pins-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.block-properties .properties-module .properties-pins .properties-pins-container .properties-pin {
  position: absolute;
  aspect-ratio: 1;
  width: 2.4%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media screen and (max-width: 920px) {
  .block-properties .properties-module .properties-pins .properties-pins-container .properties-pin {
    width: 1.4em;
  }
}
.block-properties .properties-module .properties-pins .properties-pins-container .properties-pin .properties-pin-icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-properties .properties-module .properties-pins .properties-pins-container .properties-pin .properties-pin-icon svg {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  width: 100%;
  height: 100%;
}
.block-properties .properties-module .properties-pins .properties-pins-container .properties-pin .properties-pin-icon::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.block-properties .properties-decor {
  position: absolute;
  top: 5%;
  right: -3%;
  width: auto;
  height: 92%;
  z-index: 1;
  text-align: right;
}
.block-properties .properties-decor svg {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.block-form {
  padding: 3em 0;
  background-color: #F8F3E8;
  position: relative;
  overflow: hidden;
}
.block-form .form-decor {
  position: absolute;
  right: 1%;
  bottom: 1%;
  width: 30%;
  aspect-ratio: 1;
  pointer-events: none;
  max-width: 40em;
}
@media screen and (max-width: 920px) {
  .block-form .form-decor {
    width: 40%;
    right: 5%;
    bottom: 5%;
  }
}
.block-form .form-decor svg {
  width: 100%;
  height: auto;
}
.block-form .form-column {
  width: 40%;
}
.block-form .form-column > *:first-child {
  margin-top: 0;
}
.block-form .form-column > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-form .form-column {
    width: 100%;
  }
}
.block-form .form-column .section-title {
  color: #D4633C;
  font-size: 2.6em;
}
@media screen and (max-width: 920px) {
  .block-form .form-column .section-title {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 640px) {
  .block-form .form-column .section-title {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 460px) {
  .block-form .form-column .section-title {
    font-size: 2em;
  }
}
.block-form .form-column .button {
  background-color: transparent;
  font-size: 1.1em;
}

.block-hero-map {
  height: 100vh;
  height: 100svh;
  padding-top: 9rem;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .block-hero-map {
    padding-top: 7.2rem;
  }
}
.block-hero-map .wrapper {
  height: 100%;
}
.block-hero-map .section-content {
  position: relative;
  height: 100%;
}
.block-hero-map .acf-map {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.block-hero-map::before {
  content: "";
  top: 0;
  right: 43%;
  left: 0;
  position: absolute;
  bottom: 3rem;
  background-color: #364646;
  z-index: 0;
}
.block-hero-map .hero-decor {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 45%;
  bottom: 10.8rem;
}
.block-hero-map .hero-decor svg {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.block-gallery {
  padding-top: 4em;
  padding-bottom: 4em;
}
.block-gallery .lightbox-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 920px) {
  .block-gallery .lightbox-gallery {
    gap: 0.5em;
  }
}
.block-gallery .lightbox-gallery .gallery-item {
  width: calc((100% - 4em) / 5);
  aspect-ratio: 1;
}
@media screen and (max-width: 920px) {
  .block-gallery .lightbox-gallery .gallery-item {
    width: calc((100% - 1.5em) / 4);
  }
}
@media screen and (max-width: 640px) {
  .block-gallery .lightbox-gallery .gallery-item {
    width: calc((100% - 1em) / 3);
  }
}
.block-gallery .lightbox-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Partials
--------------------------------------------- */
.contacts a {
  text-decoration: none;
}
.contacts .ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 920px) {
  .contacts .ce {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.contacts .ce:not(:last-child) {
  margin-bottom: 1.4em;
}
.contacts .ce .ce-icon {
  height: 1.8em;
}
.contacts .ce .ce-icon svg {
  height: 100%;
  width: auto;
}
.contacts .ce .ce-label {
  line-height: 1.1em;
  padding-top: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 0.5em;
}
.contacts .ce .ce-label.label-mail {
  word-break: break-all;
}
.contacts .ce .ce-label.label-phone a {
  white-space: nowrap;
}

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

.bypostauthor {
  display: block;
}

.comment-form {
  color: red;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}
.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;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Carousels
--------------------------------------------- */
.splide__arrow {
  background-color: transparent;
  border-radius: 0;
}
.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.splide__arrow--prev {
  left: 3em;
}
@media screen and (max-width: 1200px) {
  .splide__arrow--prev {
    left: 2em;
  }
}
@media screen and (max-width: 920px) {
  .splide__arrow--prev {
    left: 1em;
  }
}
@media screen and (max-width: 640px) {
  .splide__arrow--prev {
    left: 0.5em;
  }
}

.splide__arrow--next {
  right: 3em;
}
@media screen and (max-width: 1200px) {
  .splide__arrow--next {
    right: 2em;
  }
}
@media screen and (max-width: 920px) {
  .splide__arrow--next {
    right: 1em;
  }
}
@media screen and (max-width: 640px) {
  .splide__arrow--next {
    right: 0.5em;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
body .gform_required_legend {
  display: none;
}
body .gform_submission_error {
  font-size: 1.2rem;
  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 1.5rem;
  background-color: #F8F3E8;
  border: 2px solid #364646;
  color: #364646;
  font-weight: 400;
  border-radius: 0;
}
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: #364646;
}
body .gfield_required_asterisk {
  color: #D4633C;
}
body .validation_message {
  padding: 0.5em 0 0 0;
  color: #D4633C;
}
body .gform_fields {
  row-gap: 1.5em !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-fileupload {
  background-color: #F8F3E8;
  border-radius: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
body .gfield--type-fileupload .gfield_label {
  font-size: 1rem;
  color: #2C3D3A;
  margin: 0;
  cursor: pointer;
  margin-bottom: 1em;
}
body .gfield--type-fileupload .ginput_container {
  cursor: pointer;
}
body .gfield--type-consent {
  margin: 1em 0;
}
body .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  padding-left: 3rem;
}
body .ginput_container_consent input[type=checkbox] {
  position: relative;
  accent-color: #364646;
  margin-top: 0.7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
  border-radius: 0;
}
body .ginput_container_consent input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: -0.7em;
  background-color: #364646;
  border-radius: 0;
  z-index: 1;
}
body .ginput_container_consent input[type=checkbox]::after {
  content: "";
  position: absolute;
  inset: -0.05em;
  background-color: #F8F3E8;
  border-radius: 0;
  z-index: 2;
  border: 2px solid #F8F3E8;
  -webkit-transition: 0.2s border-color ease, 0.2s background-color ease;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}
body .ginput_container_consent input[type=checkbox]:checked::after {
  background-color: #364646;
  border-color: #364646;
}
body .gform_footer {
  margin-top: 2em;
  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;
}
@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: #364646;
  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: #364646;
  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;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=app.css.map*/