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

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

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
@font-face {
  font-family: "Mekona";
  src: url("../fonts/Mekona.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/Fira_Sans/FiraSans-Light.woff2") format("woff2"), url("../fonts/Fira_Sans/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/Fira_Sans/FiraSans-Bold.woff2") format("woff2"), url("../fonts/Fira_Sans/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
input,
select,
optgroup,
textarea {
  color: #001A2B;
  font-family: "Fira Sans";
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 500px) {
  body,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}

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

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

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1em;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 1.6em;
  }
}
.small-title {
  color: #B58646;
  display: block;
  font-size: 1em;
  font-weight: bold;
  font-family: Mekona;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.default-title {
  color: #001A2B;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
}

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

p {
  margin: 1em 0;
}

b, strong {
  font-weight: 700;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

.reports-table {
  margin: 0;
  border-collapse: collapse;
  border: none !important;
}
.reports-table thead {
  border: none !important;
}
.reports-table th {
  background-color: #f0f0f0;
  color: #001A2B;
  font-weight: 700;
  text-align: left;
}
.reports-table td, .reports-table th {
  padding: 0.5em 1em;
  border: none !important;
  border-top: 2px solid #B3ADAD !important;
  border-right: 2px solid #B3ADAD !important;
}
.reports-table td:last-child, .reports-table th:last-child {
  border-right: none !important;
}
.reports-table tbody tr td:nth-child(1) {
  background-color: #fff;
}
.reports-table tbody tr td:nth-child(n+2) {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-transparent-navigation .site-header {
  background-color: rgba(245, 245, 245, 0);
}
.has-transparent-navigation .main-navigation ul li {
  border-color: #F5F5F5 !important;
}
.has-transparent-navigation .main-navigation ul li a {
  color: #F5F5F5 !important;
}
.has-transparent-navigation .main-navigation ul li:hover, .has-transparent-navigation .main-navigation ul li.current-menu-item {
  background-color: #B58646 !important;
}
.has-transparent-navigation .main-navigation ul li:hover a, .has-transparent-navigation .main-navigation ul li.current-menu-item a {
  color: #F5F5F5;
}
.has-transparent-navigation.scrolled .site-header {
  background-color: whitesmoke;
}
.has-transparent-navigation.scrolled .main-navigation ul li {
  border-color: #B58646 !important;
}
.has-transparent-navigation.scrolled .main-navigation ul li a {
  color: #001A2B !important;
}
.has-transparent-navigation.scrolled .main-navigation ul li:hover, .has-transparent-navigation.scrolled .main-navigation ul li.current-menu-item {
  background-color: #B58646;
  border-color: #B58646;
}
.has-transparent-navigation.scrolled .main-navigation ul li:hover a, .has-transparent-navigation.scrolled .main-navigation ul li.current-menu-item a {
  color: #F5F5F5 !important;
}
@media screen and (max-width: 1280px) {
  .has-transparent-navigation.navigation-expanded .main-navigation ul li {
    border-color: #001A2B !important;
  }
  .has-transparent-navigation.navigation-expanded .main-navigation ul li a {
    color: #001A2B !important;
  }
  .has-transparent-navigation.navigation-expanded .main-navigation ul li:hover, .has-transparent-navigation.navigation-expanded .main-navigation ul li.current-menu-item {
    background-color: #B58646 !important;
    border-color: #B58646 !important;
  }
  .has-transparent-navigation.navigation-expanded .main-navigation ul li:hover a, .has-transparent-navigation.navigation-expanded .main-navigation ul li.current-menu-item a {
    color: #F5F5F5 !important;
  }
}

.site-footer {
  line-height: 1.1em;
  color: #ffffff;
}
.site-footer a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #B58646;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  margin-bottom: 0.6em;
}
.site-footer .footer-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .footer-overlay {
  background-color: rgba(0, 26, 43, 0.85);
  padding-top: 5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-overlay {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}
.site-footer .footer-stay-tuned {
  text-align: center;
  padding-bottom: 3em;
}
.site-footer .footer-stay-tuned .footer-stay-tuned-title {
  font-size: 1.875em;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1em 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-stay-tuned .footer-stay-tuned-title {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-stay-tuned .footer-stay-tuned-title {
    font-size: 1.05em;
  }
}
.site-footer .footer-stay-tuned .footer-subscribe-form {
  max-width: 30em;
  margin: 0 auto;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital {
  position: relative;
  --gf-radius: 50px;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gform_heading {
  display: none;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  grid-template-columns: none !important;
  row-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email.gfield--width-two-thirds {
  width: auto;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email input[type=email] {
  width: 100%;
  height: 2.8em;
  padding-right: 7em;
  padding-left: 1.2em;
  border-radius: 50px;
  border: none;
  background-color: #ffffff;
  color: #001A2B;
  outline: none;
  min-height: auto;
  font-size: 1em;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email input[type=email]::-webkit-input-placeholder {
  color: rgba(0, 26, 43, 0.5);
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email input[type=email]::-moz-placeholder {
  color: rgba(0, 26, 43, 0.5);
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email input[type=email]:-ms-input-placeholder {
  color: rgba(0, 26, 43, 0.5);
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email input[type=email]::-ms-input-placeholder {
  color: rgba(0, 26, 43, 0.5);
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-email input[type=email]::placeholder {
  color: rgba(0, 26, 43, 0.5);
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-submit {
  position: absolute;
  right: 0.2em;
  top: 0.2em;
  bottom: 0.2em;
  width: auto;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-submit.gfield--width-one-twelfth {
  width: auto;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-submit .gform-button {
  height: 100%;
  padding: 0 1.5em !important;
  border-radius: 50px !important;
  background-color: #001A2B !important;
  color: #ffffff !important;
  border: none !important;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1em;
  min-height: auto;
  text-transform: none !important;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gfield--type-submit .gform-button:hover {
  background-color: #B58646 !important;
}
.site-footer .footer-stay-tuned .footer-subscribe-form .gform_wrapper.gform-theme--orbital .gform_footer {
  display: none !important;
}
.site-footer .footer-box {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  border-radius: 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 3em 2.5em;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5em;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-box {
    grid-template-columns: 1fr;
    padding: 2em 1.5em;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-box .footer-box-col-1 {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-box .footer-box-col-2,
  .site-footer .footer-box .footer-box-col-3 {
    grid-column: span 1;
  }
}
.site-footer .footer-box .footer-box-logo a {
  display: inline-block;
  width: 10em;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-box .footer-box-logo a {
    width: 8em;
  }
}
.site-footer .footer-box .footer-box-logo a img,
.site-footer .footer-box .footer-box-logo a svg {
  width: 100%;
  height: auto;
}
.site-footer .footer-box .footer-tagline {
  margin: 0.8em 0;
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4em;
}
.site-footer .footer-box .footer-socials-box {
  margin: 1.2em 0;
}
.site-footer .footer-box .footer-socials-box .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-box .footer-socials-box .socials .social-link {
  line-height: 0;
  display: inline-block;
  color: #B58646;
}
.site-footer .footer-box .footer-socials-box .socials .social-link svg {
  width: 1.6em;
  height: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.site-footer .footer-box .footer-socials-box .socials .social-link:hover svg {
  opacity: 0.7;
}
.site-footer .footer-box .footer-paragraph {
  margin: 1em 0;
  font-size: 0.9em;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-box .footer-copyright {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1em;
}
.site-footer .footer-box .footer-menu-title {
  font-size: 1.1em;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1em 0;
  letter-spacing: 0.05em;
}
.site-footer .footer-box .footer-menu li {
  margin-bottom: 1em;
}
.site-footer .footer-box .footer-menu li a {
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.site-footer .footer-box .footer-menu li a:hover {
  color: #B58646;
}
.site-footer .footer-box .footer-box-bottom-author {
  grid-column: 1/-1;
  text-align: center;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-box .footer-box-bottom-author a {
  color: #B58646;
}
.site-footer .footer-box .footer-box-bottom-author a:hover {
  color: #F5F5F5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

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

.glightbox-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-beta {
  background-color: #B58646;
  border-color: #B58646;
  color: #F5F5F5;
}
.button-beta:visited {
  color: #F5F5F5 !important;
}
.button-beta:hover {
  background-color: #F5F5F5;
  border-color: #B58646;
  color: #001A2B !important;
}

.button-alpha {
  background-color: #F5F5F5;
  border-color: #B58646;
  color: #001A2B;
}
.button-alpha:hover {
  background-color: #B58646;
  border-color: #B58646;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-related-posts {
  padding: 1em;
}
.sidebar-related-posts .sidebar-related-posts-title {
  font-size: 1.25em;
  margin: 0 0 1em;
  padding-left: 2em;
  padding-bottom: 0.75em;
  color: #B58646;
  font-family: Mekona;
}
.sidebar-related-posts .sidebar-related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
}
.sidebar-related-posts .sidebar-related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.sidebar-related-posts .sidebar-related-post a {
  text-decoration: none;
}
.sidebar-related-posts .sidebar-related-post:hover {
  border-color: #B58646;
}
.sidebar-related-posts .sidebar-related-post-image {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  display: block;
}
.sidebar-related-posts .sidebar-related-post-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-related-posts .sidebar-related-post-no-image {
  height: 100%;
  background: #F5F5F5;
}
.sidebar-related-posts .sidebar-related-post-body {
  padding: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar-related-posts .sidebar-related-post-body .sidebar-related-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-related-posts .sidebar-related-post-category {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #001A2B;
  padding: 0;
  line-height: 1.1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.sidebar-related-posts .sidebar-related-post-title {
  font-size: 1em;
  margin: 0;
  line-height: 1.3em;
  font-weight: 700;
}
.sidebar-related-posts .sidebar-related-post-title a {
  color: #001A2B;
}
.sidebar-related-posts .sidebar-related-post-title a:hover {
  color: #B58646;
}
.sidebar-related-posts .sidebar-related-post-date {
  font-size: 0.9em;
  color: #001A2B;
}
.sidebar-related-posts .sidebar-related-post-button {
  font-size: 0.8em;
  margin-top: 0.3em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #B58646;
  color: #001A2B;
}
.sidebar-related-posts .sidebar-related-post-button:hover {
  color: #F5F5F5;
}
.sidebar-related-posts .sidebar-related-post-button svg {
  height: 1em;
  width: auto;
}
.sidebar-related-posts .sidebar-related-posts-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-top: 1em;
  font-size: 0.85em;
}
.sidebar-related-posts .sidebar-related-posts-link svg {
  height: 1em;
  width: auto;
}

.tease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.tease a {
  text-decoration: none;
}
.tease-image {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  display: block;
}
.tease-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tease-no-image {
  height: 100%;
  background: #F5F5F5;
}
.tease-body {
  padding: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tease-body .tease-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tease-category {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #001A2B;
  padding: 0;
  line-height: 1.1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.tease-title {
  font-size: 1em;
  margin: 0;
  line-height: 1.3em;
  font-weight: 700;
}
.tease-title a {
  color: #001A2B;
}
.tease-title a:hover {
  color: #B58646;
}
.tease-date {
  font-size: 0.9em;
  color: #001A2B;
}
.tease-button {
  font-size: 0.8em;
  margin-top: 0.3em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #B58646;
  color: #001A2B;
}
.tease-button:hover {
  color: #F5F5F5;
}
.tease-button svg {
  height: 1em;
  width: auto;
}

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

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

.back-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  text-decoration: none;
  line-height: 1em;
  border-bottom: 1px solid #000000;
}
.back-button svg {
  height: 1em;
  width: auto;
}
.back-button svg [stroke] {
  -webkit-transition: 0.1s stroke ease-out;
  transition: 0.1s stroke ease-out;
  stroke: #000000;
}
.back-button:hover {
  color: #B58646;
}
.back-button:hover svg [stroke] {
  stroke: #B58646;
}

.single-content-wrapper .single-content-container {
  position: relative;
  z-index: 2;
}

.single-content-container {
  display: grid;
  padding-top: 3em;
  padding-bottom: 3em;
  grid-template-columns: 1fr 20em;
  row-gap: 3em;
}
@media screen and (max-width: 920px) {
  .single-content-container {
    grid-template-columns: 1fr;
  }
}
.single-content-container .single-content {
  padding-right: 10%;
}
.single-content-container .single-content .single-title {
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  color: #001A2B;
  font-weight: 600;
  font-size: 2em;
}
.single-content-container .single-content .single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  color: #B58646;
  font-size: 1.2em;
  margin: 1.5em 0em 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 920px) {
  .single-content-container .single-content {
    padding-right: 0;
  }
}
.single-content-container .single-content > .single-content-container .single-content:first-child {
  margin-top: 0;
}
.single-content-container .gform_title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #001A2B;
  font-weight: 600;
}
.single-content-container .single-footer {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-content-container .single-footer .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.single-content-container .single-footer .post-tags .post-tag {
  text-decoration: none;
  background-color: #F5F5F5;
  color: #001A2B;
  white-space: nowrap;
  height: 1.8rem;
  line-height: 1em;
  padding: 0.3em 0.5em;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.6em;
}
.share .share-label {
  font-family: Mekona;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #B58646;
  letter-spacing: 0.05em;
}
.share .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.share .share-buttons button {
  background-color: #F5F5F5;
  border: 0;
  padding: 0.1em;
  color: #001A2B;
  cursor: pointer;
  border-radius: 0;
  width: 1.8em;
  height: 1.8em;
  line-height: 1em;
  display: grid;
  place-items: center;
  text-align: center;
  -webkit-transition: 0.1s color ease-out, 0.1s background-color ease-out;
  transition: 0.1s color ease-out, 0.1s background-color ease-out;
}
.share .share-buttons button svg {
  width: 1.6em;
  height: auto;
}
.share .share-buttons button:hover .fillable {
  fill: #B58646;
}

.error404 .error404-wrapper {
  padding-top: calc(4rem + 4em);
  padding-bottom: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .error404 .error404-wrapper {
    padding-top: calc(4rem + 4em);
  }
}
.error404 .error404-number {
  font-size: 10em;
  line-height: 1;
  font-weight: 700;
  color: #B58646;
  opacity: 0.15;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 920px) {
  .error404 .error404-number {
    font-size: 7em;
  }
}
.error404 .error404-title {
  font-size: 2em;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
  color: #001A2B;
  max-width: 24em;
}
@media screen and (max-width: 920px) {
  .error404 .error404-title {
    font-size: 1.5em;
  }
}
.error404 .error404-description {
  font-size: 1em;
  color: #001A2B;
  opacity: 0.7;
  margin: 0 0 2em;
  max-width: 28em;
}
.error404 .error404-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error404 .error404-actions .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}

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

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

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

.search-results-title {
  text-align: center;
  margin-bottom: 0.25em;
  color: #001A2B;
}

.search-results-count {
  text-align: center;
  color: #B58646;
  margin-bottom: 2em;
  font-size: 0.95em;
}

.search-results-container {
  max-width: 42em;
  margin: 0 auto;
}
.search-results-container .search-result {
  margin-bottom: 1.5em;
  background-color: #ffffff;
  border: 1px solid #001A2B;
  border-radius: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.search-results-container .search-result:hover {
  border-color: #B58646;
}
.search-results-container .search-result a {
  text-decoration: none;
}
.search-results-container .search-result .search-result-image {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 26, 43, 0.05);
  min-height: 10em;
}
@media screen and (max-width: 640px) {
  .search-results-container .search-result .search-result-image {
    width: 40%;
    min-height: 8em;
  }
}
.search-results-container .search-result .search-result-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.search-results-container .search-result .search-result-no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em;
}
.search-results-container .search-result .search-result-no-image svg {
  width: 50%;
  height: auto;
}
.search-results-container .search-result .search-result-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 0.6em;
}
.search-results-container .search-result .search-result-content .button {
  margin-top: auto;
  font-size: 0.85em;
}
.search-results-container .search-result .search-result-content .search-result-title {
  font-size: 1.3em;
  margin: 0;
  line-height: 1.3em;
}
.search-results-container .search-result .search-result-content .search-result-title a {
  color: #001A2B;
}
.search-results-container .search-result .search-result-content .search-result-title a:hover {
  color: #B58646;
}
.search-results-container .search-result .search-result-content .search-result-excerpt {
  font-size: 0.9em;
  margin: 0;
  color: #001A2B;
  opacity: 0.8;
}
.search-results-container .search-result .search-result-content .search-result-type {
  display: inline-block;
  padding: 0.3em 0.8em;
  color: #ffffff;
  background-color: #B58646;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 3em;
}

.search-results-no-results {
  text-align: center;
  max-width: 36em;
  margin: 0 auto;
}
.search-results-no-results .search-results-suggestion {
  color: #001A2B;
  margin-bottom: 2em;
}
.search-results-no-results .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  padding: 2em;
  border: 1px solid #B58646;
  background-color: #ffffff;
  border-radius: 0.5em;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-results-no-results .search-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0.6em 1em;
  border: 1px solid #B58646;
  border-radius: 5em;
  font-size: 1em;
  color: #001A2B;
}
.search-results-no-results .search-form input:focus {
  outline: none;
  border-color: #B58646;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form input {
    width: 100%;
  }
}
.search-results-no-results .search-form .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  white-space: nowrap;
  border: 1px solid #B58646;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-results-no-results .search-form .button svg {
  height: 1.15em;
  width: auto;
  pointer-events: none;
}

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

.block-project-grid {
  background: #F5F5F5;
  padding: 4em 0;
}
.block-project-grid .small-title {
  text-align: center;
}
.block-project-grid .default-title {
  text-align: center;
}
.block-project-grid .project-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 2rem 0 3.5rem;
}
.block-project-grid .project-tab {
  background: transparent;
  border: 1px solid #B58646;
  color: #001A2B;
  cursor: pointer;
  font-family: "Fira Sans";
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5em;
}
.block-project-grid .project-tab:hover, .block-project-grid .project-tab.active {
  background: #001A2B;
  color: #F5F5F5;
  border: 1px solid #001A2B;
}
.block-project-grid .project-tab-content {
  display: none;
}
.block-project-grid .project-tab-content.active {
  display: block;
}
.block-project-grid .project-grid {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 920px) {
  .block-project-grid .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-project-grid .project-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.block-project-grid .project-card {
  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;
  background: #F5F5F5;
}
.block-project-grid .project-card a {
  text-decoration: none;
}
.block-project-grid .project-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.block-project-grid .project-card-image {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.block-project-grid .project-card-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  inset: 0;
}
.block-project-grid .project-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 26, 43, 0.7)), color-stop(50%, transparent));
  background: linear-gradient(to top, rgba(0, 26, 43, 0.7) 0%, transparent 50%);
  z-index: 1;
}
.block-project-grid .project-card-footer {
  background: #F5F5F5;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-project-grid .project-card-location svg {
  width: 17px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-project-grid .project-card-location-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}
.block-project-grid .project-card-location-text {
  font-family: "Fira Sans";
  font-size: 0.8em;
  font-weight: 300;
  color: #001A2B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-project-grid .project-card-sep {
  margin: 0 0.3em;
}
.block-project-grid .project-card-title {
  color: #001A2B;
  font-family: "Fira Sans";
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
}
.block-project-grid .project-card-details {
  color: #001A2B;
  font-family: "Fira Sans";
  font-size: 0.85em;
  font-weight: 300;
}
.block-project-grid .project-card-homes {
  color: #9B9B9B;
  font-family: "Fira Sans";
  font-size: 0.85em;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}
.block-project-grid .project-card-homes svg {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-project-grid .project-card-actions {
  margin-top: 0.5rem;
}
.block-project-grid .project-card-actions .button {
  border-color: #B58646;
  color: #001A2B;
}
.block-project-grid .project-card-actions .button:hover {
  background-color: #001A2B;
  border-color: #001A2B;
  color: #F5F5F5;
}
.block-project-grid .project-gallery-section {
  padding: 3rem 0;
}
.block-project-grid .project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
.block-project-grid .project-gallery-item {
  display: block;
  overflow: hidden;
}
.block-project-grid .project-gallery-item img {
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.block-project-grid .project-gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.block-project-grid .project-properties-section {
  padding: 3rem 0;
}
.block-project-grid .project-contact-section {
  padding: 3rem 0;
}
.block-project-grid .project-stats-section {
  padding: 2rem 0;
}
.block-project-grid .project-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.block-project-grid .project-stat {
  border-left: 1px solid rgba(0, 26, 43, 0.2);
  padding-left: 1.5rem;
  text-align: left;
}
.block-project-grid .project-stat:first-child {
  border-left: 0;
  padding-left: 0;
}
.block-project-grid .project-stat-number {
  color: #001A2B;
  display: inline;
  font-family: "Fira Sans";
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
}
.block-project-grid .project-stat-suffix {
  color: #001A2B;
  display: inline;
  font-family: "Fira Sans";
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
}
.block-project-grid .project-stat-label {
  color: #B58646;
  font-family: "Fira Sans";
  font-size: 0.85em;
  font-weight: 300;
  display: block;
  margin-top: 0.15rem;
}
.block-project-grid .project-load-more {
  background: transparent;
  border: 1px solid #B58646;
  color: #001A2B;
  cursor: pointer;
  display: block;
  font-family: "Fira Sans";
  font-size: 0.9em;
  font-weight: 400;
  margin: 2rem auto 0;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5em;
}
.block-project-grid .project-load-more:hover {
  background: #001A2B;
  color: #F5F5F5;
  border: 1px solid #001A2B;
}
.block-project-grid .project-load-more.is-hidden {
  display: none;
}
.block-project-grid .project-card.is-hidden {
  display: none;
}
@media screen and (min-width: 920px) {
  .block-project-grid .project-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .block-project-grid .project-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-project-grid .project-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.project-properties-heading {
  color: #001A2B;
  font-family: "Fira Sans";
  font-size: 1.1em;
  font-weight: 300;
  margin: 2rem 0 1rem;
}
.project-properties-heading .property-count {
  color: #B58646;
}

.project-properties-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 920px) {
  .project-properties-grid .property-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: auto;
  }
  .project-properties-grid .property-card-image {
    min-height: 180px;
  }
}
@media screen and (max-width: 920px) {
  .project-properties-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .project-properties-grid .property-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .project-properties-grid .property-card-image {
    min-height: 160px;
  }
}
.property-card {
  min-height: 280px;
  position: relative;
}
.property-card a {
  text-decoration: none;
}
.property-card-image {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 280px;
  padding: 1.5rem;
  position: relative;
}
.property-card-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  inset: 0;
}
.property-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 26, 43, 0.8)), color-stop(60%, transparent));
  background: linear-gradient(to top, rgba(0, 26, 43, 0.8) 0%, transparent 60%);
  z-index: 1;
}
.property-card-status {
  color: #F5F5F5;
  font-family: "Fira Sans";
  font-size: 1em;
  font-weight: 300;
  display: block;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.property-card-footer {
  background: #001A2B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem 1.5rem;
  gap: 0.35rem;
}
.property-card-title {
  color: #F5F5F5;
  font-family: "Fira Sans";
  font-size: 0.9em;
  font-weight: 300;
}
.property-card-amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.property-card-amenity {
  background: rgba(245, 245, 245, 0.12);
  color: #F5F5F5;
  font-family: "Fira Sans";
  font-size: 0.75em;
  font-weight: 300;
  padding: 0.15rem 0.5rem;
}
.property-card-project {
  font-family: "Fira Sans";
  font-size: 0.8em;
}
.property-card-project a {
  color: #B58646;
  text-decoration: none;
}
.property-card-project a:hover {
  text-decoration: underline;
}
.property-card-cta {
  color: #B58646;
  font-family: "Fira Sans";
  font-size: 0.85em;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.property-card-cta:hover {
  color: #F5F5F5;
}

/* Blocks
--------------------------------------------- */
.block-team-members {
  padding: 4em 0;
  background-color: #F5F5F5;
}
.block-team-members .tm-grid {
  display: grid;
  gap: 2em;
}
.block-team-members.cols-1 .tm-grid {
  grid-template-columns: repeat(1, 1fr);
}
.block-team-members.cols-2 .tm-grid {
  grid-template-columns: repeat(2, 1fr);
}
.block-team-members.cols-3 .tm-grid {
  grid-template-columns: repeat(3, 1fr);
}
.block-team-members.cols-4 .tm-grid {
  grid-template-columns: repeat(4, 1fr);
}
.block-team-members.cols-5 .tm-grid {
  grid-template-columns: repeat(5, 1fr);
}
.block-team-members.cols-6 .tm-grid {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 920px) {
  .block-team-members .tm-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 640px) {
  .block-team-members .tm-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.block-team-members .tm-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (hover: hover) {
  .block-team-members .tm-card:hover .tm-flip-inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.block-team-members .tm-flip-container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  aspect-ratio: 1;
}
.block-team-members .tm-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.block-team-members .tm-flip-front,
.block-team-members .tm-flip-back {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}
.block-team-members .tm-flip-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block-team-members .tm-flip-back {
  background-color: #001A2B;
  color: #ffffff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
}
.block-team-members .tm-flip-back p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.6;
  text-align: center;
}
.block-team-members .tm-flip-container.is-flipped .tm-flip-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.block-team-members .tm-info {
  padding: 1em 0 0;
  text-align: center;
}
.block-team-members .tm-name {
  font-size: 1.1em;
  font-weight: 700;
  color: #001A2B;
  margin: 0 0 0.25em;
}
.block-team-members .tm-designation {
  font-size: 0.9em;
  color: #9B9B9B;
  margin: 0;
}

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

.block-cwi a:not(.button) {
  color: #B58646;
}
.block-cwi .cwi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3em;
}
@media screen and (max-width: 920px) {
  .block-cwi .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-cwi .cwi-container .cwi-image {
  width: 40%;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container .cwi-image {
    width: 100%;
  }
}
.block-cwi .cwi-container .cwi-content {
  width: 60%;
  padding: 2em 10% 2em 0;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 1em;
  margin-top: 2em;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons .button {
  border-color: #001A2B;
  color: #001A2B;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons .button:hover, .block-cwi .cwi-container .cwi-content .cwi-buttons .button:focus, .block-cwi .cwi-container .cwi-content .cwi-buttons .button:active {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container .cwi-content {
    padding: 0;
    width: 100%;
  }
}
.block-cwi .cwi-container .cwi-content > *:first-child {
  margin-top: 0;
}
.block-cwi .cwi-container .cwi-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-cwi.content-position-left .cwi-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-cwi.content-position-left .cwi-content h2 {
    text-align: left !important;
  }
  .block-cwi.content-position-left .cwi-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-cwi.content-position-right .cwi-content {
  padding-right: 0;
  padding-left: 10%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 920px) {
  .block-cwi.content-position-right .cwi-content {
    padding-left: 0;
  }
}
.block-cwi.content-position-right .cwi-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-cwi.image-ratio-square .cwi-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-cwi.image-ratio-square .cwi-container .cwi-content {
  padding-top: 0;
  padding-bottom: 0;
}
.block-cwi.image-ratio-square .cwi-image-container {
  aspect-ratio: 1;
}
.block-cwi.image-ratio-square .cwi-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 920px) {
  .block-cwi.image-ratio-square .cwi-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .block-cwi.image-ratio-square .cwi-image-container {
    aspect-ratio: 1;
  }
}
.block-cwi.image-ratio-match .cwi-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-cwi.image-ratio-match .cwi-image {
  height: auto;
}
.block-cwi.image-ratio-match .cwi-image-container {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  position: relative;
}
.block-cwi.image-ratio-match .cwi-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 920px) {
  .block-cwi.image-ratio-match .cwi-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-cwi.image-ratio-match .cwi-image {
    width: 100%;
  }
  .block-cwi.image-ratio-match .cwi-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .block-cwi.image-ratio-match .cwi-image-container {
    aspect-ratio: 1;
  }
}

.block-contact .contact-top-section {
  background-color: #F5F5F5;
  padding: 4em;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-top-section {
    padding: 4em 0.5em;
  }
}
.block-contact .contact-top-section .wrapper {
  padding-left: 0;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-top-section .wrapper {
    padding-left: 2em;
  }
}
@media screen and (max-width: 500px) {
  .block-contact .contact-top-section .wrapper {
    padding-left: 1em;
  }
}
.block-contact .contact-top-section .section-title {
  margin-top: 0;
  color: #001A2B;
}
.block-contact .contact-top-section .contact-description > *:first-child {
  margin-top: 0;
}
.block-contact .contact-top-section .contact-description > *:last-child {
  margin-bottom: 0;
}
.block-contact .contact-top-section .contact-form {
  margin-top: 2em;
}
.block-contact .contact-top-section .contact-form .button {
  border-color: #001A2B;
  color: #001A2B;
}
.block-contact .contact-top-section .contact-form .button:hover, .block-contact .contact-top-section .contact-form .button:focus, .block-contact .contact-top-section .contact-form .button:active {
  border-color: #F5F5F5;
  background-color: #B58646;
  color: #ffffff;
}
.block-contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
@media screen and (max-width: 920px) {
  .block-contact .contact-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 920px) {
  .block-contact .contact-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-contact .contact-left .contacts .ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75em;
  margin-bottom: 0.8em;
  text-decoration: none;
  color: #001A2B;
}
.block-contact .contact-left .contacts .ce .ce-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8em;
  line-height: 0;
}
.block-contact .contact-left .contacts .ce .ce-icon svg {
  width: 100%;
  height: auto;
}
.block-contact .contact-left .contacts .ce .ce-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.3em;
}
.block-contact .contact-left .contacts-follow {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.block-contact .contact-left .contacts-follow .follow-title {
  color: #B58646;
  font-family: Mekona;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}
.block-contact .contact-left .contacts-follow .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.block-contact .contact-left .contacts-follow .socials .social-link {
  line-height: 0;
  display: inline-block;
}
.block-contact .contact-left .contacts-follow .socials .social-link svg {
  width: 1.8em;
  height: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.block-contact .contact-left .contacts-follow .socials .social-link:hover svg {
  opacity: 0.7;
}
.block-contact .contact-map-section {
  width: 100%;
}
.block-contact .contact-map-section .map-container {
  width: 100%;
  height: 50vh;
}
.block-contact .contact-map-section .map-container .acf-map {
  width: 100%;
  height: 100%;
}

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

.block-hero-banner .hero-banner-container {
  background: #F5F5F5;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.block-hero-banner .hero-banner-content {
  background: #F5F5F5;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (min-width: 1280px) {
  .block-hero-banner .hero-banner-content {
    clip-path: url("#myClip");
  }
}
.block-hero-banner .hero-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.block-hero-banner .hero-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.block-hero-banner .hero-banner-video-desktop {
  display: block;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-video-desktop {
    display: none;
  }
}
.block-hero-banner .hero-banner-video-mobile {
  display: none;
}
@media screen and (max-width: 920px) {
  .block-hero-banner .hero-banner-video-mobile {
    display: block;
  }
}
.block-hero-banner .hero-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.block-hero-banner .hero-banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
}
.block-hero-banner .hero-banner-slider.is-initialized {
  visibility: visible;
}
.block-hero-banner .hero-banner-slider .splide__track {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.block-hero-banner .hero-banner-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}
.block-hero-banner .hero-banner-slider .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.block-hero-banner .hero-banner-slider .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.block-hero-banner .hero-banner-slider .splide__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
.block-hero-banner .hero-banner-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-hero-banner .hero-banner-text {
  position: relative;
  z-index: 2;
  padding: 2rem;
  text-align: left;
  max-width: 1000px;
  margin-left: 7%;
}
.block-hero-banner .hero-banner-title {
  color: #F5F5F5;
  font-size: clamp(2rem, 5vw + 1rem, 4rem);
  font-weight: 300;
  margin: 0 0 0.75em;
  font-family: Mekona;
}
.block-hero-banner .hero-banner-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.block-hero-banner .hero-banner-stat-hr {
  display: none;
}
@media screen and (min-width: 920px) {
  .block-hero-banner .hero-banner-stat-hr {
    -ms-flex-item-align: center;
        align-self: center;
    background: #F5F5F5;
    border: none;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 3em;
    margin: 0;
    width: 1px;
  }
}
.block-hero-banner .hero-banner-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.block-hero-banner .hero-banner-stat-number {
  color: #F5F5F5;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1;
}
.block-hero-banner .hero-banner-stat-surffix {
  color: #F5F5F5;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
}
.block-hero-banner .hero-banner-stat-subtitle {
  color: #F5F5F5;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.block-hero-banner .hero-banner-bottom-content {
  color: #F5F5F5;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
  margin: 1em 0 2em;
  max-width: min(600px, 90%);
}
.block-hero-banner .hero-banner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-hero-banner .hero-banner-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 2rem;
  font-size: 0.9em;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.block-hero-banner .hero-banner-btn-primary {
  background-color: #F5F5F5;
  color: #001A2B;
  border: 1px solid #B58646;
}
.block-hero-banner .hero-banner-btn-primary:hover, .block-hero-banner .hero-banner-btn-primary:focus {
  background-color: #B58646;
  border-color: #B58646;
  color: #F5F5F5;
}
.block-hero-banner .splide__pagination {
  bottom: auto;
  right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-hero-banner .splide__pagination li {
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}
.block-hero-banner .splide__pagination__page {
  opacity: 1;
  display: none;
}
@media screen and (min-width: 920px) {
  .block-hero-banner .splide__pagination__page {
    background-color: #001A2B;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 25px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    width: 5px;
  }
  .block-hero-banner .splide__pagination__page.is-active {
    background: #B58646;
    -webkit-transform: none;
            transform: none;
  }
}

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

.block-content-with-curve-image {
  background: #F5F5F5;
  padding: 2em 0;
}
.block-content-with-curve-image a:not(.button) {
  color: #B58646;
}
.block-content-with-curve-image .cwci-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-content-with-curve-image .cwci-container .cwci-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  position: relative;
}
.block-content-with-curve-image .cwci-container .cwci-image .default-title {
  position: absolute;
  top: 2rem;
  right: 1rem;
  margin: 0;
  color: #001A2B;
  font-weight: 700;
  z-index: 10;
}
.block-content-with-curve-image .cwci-container .cwci-image .cwci-image-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  padding: 0 1rem 2rem;
  position: relative;
  width: 100%;
}
.block-content-with-curve-image .cwci-container .cwci-image .cwci-image-container .cwci-logo img {
  max-height: 60px;
  width: auto;
}
.block-content-with-curve-image .cwci-container .cwci-image .cwci-image-container .cwci-image-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.block-content-with-curve-image .cwci-container .cwci-image .cwci-image-container .cwci-amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.block-content-with-curve-image .cwci-container .cwci-image .cwci-image-container .cwci-amenities .cwci-amenity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5em;
  padding: 0.35rem 0.75rem;
  color: #fff;
  font-size: 0.75em;
}
.block-content-with-curve-image .cwci-container .cwci-image .cwci-image-container .cwci-amenities .cwci-amenity .amenity-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-container .cwci-image {
    width: 100%;
    height: 75vh;
  }
}
.block-content-with-curve-image .cwci-container .cwci-content {
  width: 55%;
  padding: 2em;
  background-color: #fff;
  border-radius: 25px;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-small-title {
  color: #B58646;
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0em;
  text-transform: uppercase;
}
.block-content-with-curve-image .cwci-container .cwci-content .section-title {
  color: #001A2B;
  font-size: 1.8em;
  line-height: 1.2;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 2rem 0;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-container .cwci-content .cwci-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat {
  padding: 0 1.5rem;
  border-right: 1px solid rgba(0, 26, 43, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 26, 43, 0.2);
    padding-bottom: 1rem;
  }
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat-number-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.15em;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat-number {
  color: #001A2B;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat-surffix {
  color: #001A2B;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-stats .cwci-stat-subtitle {
  color: #001A2B;
  font-size: 0.75em;
  font-weight: 300;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.block-content-with-curve-image .cwci-container .cwci-content .cwci-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 0.75rem;
  margin-top: 2em;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-container .cwci-content {
    padding: 0;
    width: 100%;
  }
}
.block-content-with-curve-image .cwci-container .cwci-content > *:first-child {
  margin-top: 0;
}
.block-content-with-curve-image .cwci-container .cwci-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-container.content-position-left .cwci-content {
    padding: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-content-with-curve-image .cwci-container.content-position-left .cwci-content h2 {
    text-align: left !important;
  }
  .block-content-with-curve-image .cwci-container.content-position-left .cwci-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-content-with-curve-image .cwci-container.content-position-right .cwci-content {
  padding: 2em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-container.content-position-right .cwci-content {
    padding: 2em;
  }
}
.block-content-with-curve-image .cwci-container.content-position-right .cwci-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-content-with-curve-image .cwci-gallery {
  margin-top: 3rem;
  width: 100%;
}
.block-content-with-curve-image .cwci-gallery .cwci-view-gallery {
  margin: 2rem auto 0;
  font-size: 0.9em;
  text-decoration: none;
  cursor: pointer;
}
.block-content-with-curve-image .cwci-gallery .cwci-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-gallery .cwci-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-content-with-curve-image .cwci-gallery .cwci-gallery-grid .cwci-gallery-item {
  display: block;
  overflow: hidden;
}
.block-content-with-curve-image .cwci-gallery .cwci-gallery-grid .cwci-gallery-item:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-gallery .cwci-gallery-grid .cwci-gallery-item:nth-child(n+3) {
    display: none;
  }
}
.block-content-with-curve-image .cwci-gallery .cwci-gallery-grid .cwci-gallery-item .cwci-gallery-image-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}
@media screen and (max-width: 920px) {
  .block-content-with-curve-image .cwci-gallery .cwci-gallery-grid .cwci-gallery-item .cwci-gallery-image-wrap {
    height: 150px;
  }
}
.block-content-with-curve-image .cwci-gallery .cwci-gallery-grid .cwci-gallery-item .cwci-gallery-image-wrap img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.block-content-with-image-carousel {
  padding: 2em 0 4em;
  background-color: #F5F5F5;
}
.block-content-with-image-carousel a:not(.button) {
  color: #B58646;
}
.block-content-with-image-carousel .default-title {
  margin-top: 0em;
}
.block-content-with-image-carousel .cwi-main {
  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;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-carousel .cwi-main {
    -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-image-carousel .cwi-content {
  width: 60%;
  padding: 2em 10% 2em 0;
}
.block-content-with-image-carousel .cwi-content .section-small-title {
  font-size: 1em;
  font-weight: 600;
  color: #001A2B;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.block-content-with-image-carousel .cwi-content .cwi-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 1em;
  margin-top: 2em;
}
.block-content-with-image-carousel .cwi-content .cwi-buttons .button {
  border-color: #001A2B;
  color: #001A2B;
}
.block-content-with-image-carousel .cwi-content .cwi-buttons .button:hover, .block-content-with-image-carousel .cwi-content .cwi-buttons .button:focus, .block-content-with-image-carousel .cwi-content .cwi-buttons .button:active {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-carousel .cwi-content {
    padding: 0;
    width: 100%;
  }
}
.block-content-with-image-carousel .cwi-content > *:first-child {
  margin-top: 0;
}
.block-content-with-image-carousel .cwi-content > *:last-child {
  margin-bottom: 0;
}
.block-content-with-image-carousel .cwi-carousel {
  width: 40%;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-carousel .cwi-carousel {
    width: 100%;
  }
}
.block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}
.block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container .cwic-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container .cwic-slide-content .cwic-slide-title {
  font-size: 1.6em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5em;
}
.block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container .cwic-slide-content .cwic-slide-subtitle {
  font-size: 1em;
  color: #ffffff;
  margin-bottom: 1em;
}
.block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container .cwic-slide-content .button {
  border-color: #B58646;
  color: #F5F5F5;
  background-color: #B58646;
}
.block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container .cwic-slide-content .button:hover, .block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container .cwic-slide-content .button:focus, .block-content-with-image-carousel .cwic-slider.splide .splide__track .splide__list .splide__slide .cwic-slide .cwic-image-container .cwic-slide-content .button:active {
  border-color: #B58646;
  background-color: #F5F5F5;
  color: #001A2B;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-carousel.content-position-left .cwi-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-content-with-image-carousel.content-position-left .cwi-content h2 {
    text-align: left !important;
  }
  .block-content-with-image-carousel.content-position-left .cwi-carousel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-content-with-image-carousel.content-position-right .cwi-content {
  padding-right: 0;
  padding-left: 10%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-carousel.content-position-right .cwi-content {
    padding-left: 0;
  }
}
.block-content-with-image-carousel.content-position-right .cwi-carousel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-content-with-image-carousel.image-ratio-square .cwic-slider .cwic-slide .cwic-image-container {
  aspect-ratio: 1;
}
@media screen and (max-width: 920px) {
  .block-content-with-image-carousel.image-ratio-square .cwic-slider .cwic-slide .cwic-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .block-content-with-image-carousel.image-ratio-square .cwic-slider .cwic-slide .cwic-image-container {
    aspect-ratio: 1;
  }
}
.block-content-with-image-carousel.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-image-carousel.image-ratio-match .cwi-carousel {
  height: auto;
}
.block-content-with-image-carousel.image-ratio-match .cwic-slider .cwic-slide .cwic-image-container {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  position: relative;
}
.block-content-with-image-carousel.image-ratio-match .cwic-slider .cwic-slide .cwic-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-image-carousel.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-image-carousel.image-ratio-match .cwi-carousel {
    width: 100%;
  }
  .block-content-with-image-carousel.image-ratio-match .cwic-slider .cwic-slide .cwic-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .block-content-with-image-carousel.image-ratio-match .cwic-slider .cwic-slide .cwic-image-container {
    aspect-ratio: 1;
  }
}

.block-property-form-section {
  padding: 0em 0 4em;
  background: #F5F5F5;
}
.block-property-form-section .pfs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .block-property-form-section .pfs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-property-form-section .default-title {
  font-weight: 700;
}
.block-property-form-section .pfs-right-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.block-property-form-section .pfs-left,
.block-property-form-section .pfs-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-property-form-section .pfs-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #B58646;
  font-family: "Fira Sans";
  font-weight: 400;
  text-decoration: none;
}
.block-property-form-section .pfs-link:hover {
  text-decoration: underline;
}
.block-property-form-section .pfs-image {
  padding: 0em 5em;
  display: block;
  width: 100%;
  height: auto;
}

.block-project-form-section {
  padding-bottom: 5em;
  background: #F5F5F5;
}
.block-project-form-section .pfs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .block-project-form-section .pfs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.block-project-form-section .pfs-right-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.block-project-form-section .pfs-right {
  padding: 0em 5em;
}
@media screen and (max-width: 640px) {
  .block-project-form-section .pfs-right {
    padding: 0;
  }
}
.block-project-form-section .pfs-left,
.block-project-form-section .pfs-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .block-project-form-section .pfs-left,
  .block-project-form-section .pfs-right {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .block-project-form-section .splide {
    padding: 0;
  }
}
.block-project-form-section .splide .splide__slide .pfs-slide-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.block-project-form-section .splide .splide__slide .pfs-slide-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 1em 1em 0em 0em;
}
.block-project-form-section .splide .splide__slide .pfs-slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-project-form-section .splide .splide__slide .pfs-slide-title {
  display: block;
  margin: 0;
  padding: 0.8em;
  background: #001A2B;
  color: #F5F5F5;
  font-family: "Fira Sans";
  text-align: center;
}
.block-project-form-section .splide .splide__arrow {
  background: rgba(0, 26, 43, 0.7);
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .block-project-form-section .splide .splide__arrow {
    display: none;
  }
}
.block-project-form-section .splide .splide__arrow svg {
  fill: #F5F5F5;
}
.block-project-form-section .splide .splide__arrow:hover {
  background: #001A2B;
}
.block-project-form-section .splide .splide__arrow--prev {
  left: 0;
}
.block-project-form-section .splide .splide__arrow--next {
  right: 0;
}
.block-project-form-section .pfs-count {
  display: block;
  margin-top: 1rem;
  color: #B58646;
  font-family: "Fira Sans";
  font-size: 1em;
  font-weight: 400;
}

.block-timeline {
  background-color: #001A2B;
  padding: 4em 0;
}
.block-timeline .timeline .timeline-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 3em;
}
.block-timeline .timeline .timeline-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #F5F5F5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-timeline .timeline .timeline-entry {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  z-index: 1;
  min-width: 0;
}
.block-timeline .timeline .entry-content-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 1.5em 3.5em;
  text-align: center;
}
.block-timeline .timeline .entry-content-top .entry-year {
  color: #B58646;
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  width: 100%;
}
.block-timeline .timeline .entry-content-top .entry-desc {
  color: #F5F5F5;
  font-size: 0.875em;
  line-height: 1.6;
  margin: 0;
  width: 100%;
}
.block-timeline .timeline .entry-content-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.5em 1.5em 1em;
  text-align: center;
}
.block-timeline .timeline .entry-content-bottom .entry-year {
  color: #B58646;
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  width: 100%;
  margin-bottom: 5em;
}
.block-timeline .timeline .entry-content-bottom .entry-desc {
  color: #F5F5F5;
  font-size: 0.875em;
  line-height: 1.6;
  margin: 0;
  width: 100%;
}
.block-timeline .timeline .entry-node {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F5F5F5;
  border: 3px solid #F5F5F5;
  z-index: 2;
}
.block-timeline .timeline .timeline-entry-active .entry-node {
  background-color: #B58646;
  border-color: #B58646;
}
@media screen and (max-width: 920px) {
  .block-timeline {
    padding: 0;
  }
  .block-timeline .timeline .timeline-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .block-timeline .timeline .timeline-inner::before {
    top: 0;
    bottom: 0;
    left: 25%;
    right: auto;
    width: 5px;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .block-timeline .timeline .timeline-entry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    min-height: 8em;
    position: relative;
  }
  .block-timeline .timeline .entry-content-top,
  .block-timeline .timeline .entry-content-bottom {
    padding: 1em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .block-timeline .timeline .entry-node {
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 2;
  }
  .block-timeline .timeline .entry-desc {
    padding-left: 1.5em;
  }
  .block-timeline .timeline .timeline-entry-odd .entry-content-top {
    width: 25%;
  }
  .block-timeline .timeline .timeline-entry-odd .entry-content-bottom {
    width: 75%;
  }
  .block-timeline .timeline .timeline-entry-even .entry-content-top {
    width: 75%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .block-timeline .timeline .timeline-entry-even .entry-content-bottom {
    width: 25%;
  }
}

.block-successful-clients {
  background-color: #F5F5F5;
  padding: 2em 0 4em;
}
.block-successful-clients .section-content {
  position: relative;
  background: #fff;
  clip-path: url(#sc-clip-lg);
  padding: 1.5em 1em 1em;
}
@media screen and (max-width: 920px) {
  .block-successful-clients .section-content {
    padding: 3em 1.5em 4em;
    clip-path: url(#sc-clip-md);
  }
}
@media screen and (max-width: 640px) {
  .block-successful-clients .section-content {
    padding: 2em 1em 3em;
    clip-path: url(#sc-clip-sm);
  }
}
.block-successful-clients .sc-section-wrapper {
  position: relative;
}
.block-successful-clients .sc-clip-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}
.block-successful-clients .sc-outline-lg {
  display: block;
}
.block-successful-clients .sc-outline-md {
  display: none;
}
.block-successful-clients .sc-outline-sm {
  display: none;
}
@media screen and (max-width: 920px) {
  .block-successful-clients .sc-outline-lg {
    display: none;
  }
  .block-successful-clients .sc-outline-md {
    display: block;
  }
  .block-successful-clients .sc-outline-sm {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .block-successful-clients .sc-outline-lg {
    display: none;
  }
  .block-successful-clients .sc-outline-md {
    display: none;
  }
  .block-successful-clients .sc-outline-sm {
    display: block;
  }
}
.block-successful-clients .sc-outer {
  position: relative;
}
.block-successful-clients .sc-heading {
  font-size: clamp(1.8rem, 3vw + 0.5rem, 2.8rem);
  font-weight: 300;
  margin: 0 0 0.15em;
  max-width: 400px;
  line-height: 1.2;
}
.block-successful-clients .sc-subtitle {
  font-size: 1em;
  color: #666;
  margin: 0 0 2em;
  max-width: 400px;
  line-height: 1.4;
}
.block-successful-clients .sc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 920px) {
  .block-successful-clients .sc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-successful-clients .sc-grid {
    grid-template-columns: 1fr;
  }
}
.block-successful-clients .sc-card {
  border-radius: 25px;
  overflow: hidden;
}
.block-successful-clients .sc-card-inner {
  position: relative;
  aspect-ratio: 377/334;
  overflow: hidden;
  cursor: pointer;
}
.block-successful-clients .sc-card-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (hover: hover) {
  .block-successful-clients .sc-card-inner:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .block-successful-clients .sc-card-inner:hover .sc-overlay {
    opacity: 1;
  }
  .block-successful-clients .sc-card-inner:hover .sc-description-reveal {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.block-successful-clients .sc-card-inner.is-active .sc-overlay {
  opacity: 1;
}
.block-successful-clients .sc-card-inner.is-active .sc-description-reveal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.block-successful-clients .sc-overlay {
  position: absolute;
  inset: 0;
  background: #B58646;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.block-successful-clients .sc-description-reveal {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.block-successful-clients .sc-description-reveal p {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.4;
  color: #fff;
}
.block-successful-clients .sc-glassmorphism {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  z-index: 4;
  padding: 0.75em 1.25em;
  width: 62.5%;
}
.block-successful-clients .sc-glass-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1em;
}
.block-successful-clients .sc-name {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}
.block-successful-clients .sc-role {
  font-size: 0.82em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.3;
}

.block-clients-logo-carousel {
  background-color: #F5F5F5;
  padding: 3em 0;
}
.block-clients-logo-carousel .splide__track {
  padding: 1em 0;
}
.block-clients-logo-carousel .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
.block-clients-logo-carousel .splide__slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.block-clients-logo-carousel .splide__slide img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 920px) {
  .block-clients-logo-carousel .splide__slide {
    height: 64px;
  }
}
@media screen and (max-width: 640px) {
  .block-clients-logo-carousel {
    padding: 2em 0;
  }
  .block-clients-logo-carousel .splide__slide {
    height: 48px;
  }
  .block-clients-logo-carousel .splide__track {
    padding: 0.5em 0;
  }
}

.block-document-tabs {
  background: #F5F5F5;
}
.block-document-tabs .dtabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 auto 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-document-tabs .dtabs-nav::-webkit-scrollbar {
  display: none;
}
.block-document-tabs .dtabs-tab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.75rem 0rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
  color: #001A2B;
  opacity: 0.5;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s, border-color 0.2s;
  transition: opacity 0.2s, border-color 0.2s;
}
.block-document-tabs .dtabs-tab:hover {
  opacity: 0.75;
}
.block-document-tabs .dtabs-tab.is-active {
  opacity: 1;
  font-weight: 600;
}
.block-document-tabs .dtabs-panel {
  display: none;
}
.block-document-tabs .dtabs-panel.is-active {
  display: block;
}
.block-document-tabs .dtabs-section {
  padding-bottom: 4em;
}
.block-document-tabs .dtabs-section-title {
  margin: 1em 0 0.5em;
  font-size: 1em;
  color: #B58646;
  font-family: Mekona;
}
.block-document-tabs .dtabs-section-description {
  margin-bottom: 1.25rem;
  font-size: 0.9em;
  line-height: 1.6;
  color: #001A2B;
}
.block-document-tabs .dtabs-section-description p {
  margin: 0 0 0.5rem;
}
.block-document-tabs .dtabs-section-description p:last-child {
  margin-bottom: 0;
}
.block-document-tabs .dtabs-docs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 4rem;
  margin: 1.5em auto;
}
.block-document-tabs .dtabs-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 0.75rem;
  color: #001A2B;
}
.block-document-tabs .dtabs-doc.is-hidden {
  display: none;
}
.block-document-tabs .dtabs-doc-icon {
  width: 40px;
  height: 48px;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-document-tabs .dtabs-doc-icon svg {
  width: 100%;
  height: 100%;
}
.block-document-tabs .dtabs-doc-title {
  font-size: 0.8em;
  word-break: break-word;
  line-height: 1.3;
}
.block-document-tabs .dtabs-load-more {
  display: block;
  margin: 1rem auto 0;
  padding: 0.5em 1.2em;
  background: #B58646;
  color: #F5F5F5;
  border: 1px solid #B58646;
  border-radius: 5em;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 300;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.block-document-tabs .dtabs-load-more:hover {
  border-color: #B58646;
  color: #001A2B;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .block-document-tabs {
    padding: 2rem 0;
  }
  .block-document-tabs .dtabs-tab {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .block-document-tabs .dtabs-docs {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.75rem;
  }
  .block-document-tabs .dtabs-section-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .block-document-tabs .dtabs-docs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .block-document-tabs .dtabs-doc {
    padding: 0.75rem 0.5rem;
  }
}

.block-icon-boxes {
  padding: 4em 0;
}
.block-icon-boxes .ib-grid {
  display: grid;
  gap: 2em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-icon-boxes.cols-1 .ib-grid {
  grid-template-columns: repeat(1, 1fr);
}
.block-icon-boxes.cols-2 .ib-grid {
  grid-template-columns: repeat(2, 1fr);
}
.block-icon-boxes.cols-3 .ib-grid {
  grid-template-columns: repeat(3, 1fr);
}
.block-icon-boxes.cols-4 .ib-grid {
  grid-template-columns: repeat(4, 1fr);
}
.block-icon-boxes.cols-5 .ib-grid {
  grid-template-columns: repeat(5, 1fr);
}
.block-icon-boxes.cols-6 .ib-grid {
  grid-template-columns: repeat(6, 1fr);
}
.block-icon-boxes .ib-card {
  background-color: #B58646;
  border-radius: 25px;
  padding: 2.5em 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-icon-boxes .ib-icon {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
}
.block-icon-boxes .ib-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-icon-boxes .ib-title {
  color: #ffffff;
  font-size: 1.4em;
  margin: 0 0 0.75em;
  line-height: 1.2;
}
.block-icon-boxes .ib-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95em;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 1680px) {
  .block-icon-boxes .ib-grid {
    gap: 1.5em;
  }
}
@media screen and (max-width: 920px) {
  .block-icon-boxes .ib-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .block-icon-boxes .ib-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1.5em;
  }
}

.block-vacancies-tease {
  padding: 4em 0;
}
.block-vacancies-tease .vt-header {
  margin: 0 0 0.75em;
  padding: 0;
  font-family: Mekona;
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
  color: #001A2B;
}
.block-vacancies-tease .vt-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-vacancies-tease .vt-row {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr 1fr 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
  min-height: 64px;
  text-decoration: none;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.block-vacancies-tease .vt-row.vt-row-header {
  background-color: #B58646;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 25px 25px 0 0;
}
.block-vacancies-tease .vt-row.vt-row-body {
  background-color: #ffffff;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  border-bottom: 1px solid rgba(0, 26, 43, 0.08);
}
.block-vacancies-tease .vt-row.vt-row-body:nth-child(even) {
  background-color: #EBEEF1;
}
.block-vacancies-tease .vt-row.vt-row-body:hover {
  background-color: #001A2B;
}
.block-vacancies-tease .vt-row.vt-row-body:hover .vt-col {
  color: #ffffff;
}
.block-vacancies-tease .vt-row.vt-row-body:hover .vt-col.vt-col-arrow svg path {
  fill: #ffffff;
}
.block-vacancies-tease .vt-row:last-child.vt-row-body {
  border-radius: 0 0 25px 25px;
  border-bottom: none;
}
.block-vacancies-tease .vt-col {
  display: block;
  font-size: 0.95em;
  color: #001A2B;
}
.block-vacancies-tease .vt-col.vt-col-arrow svg {
  height: 1em;
  width: auto;
  display: block;
}
.block-vacancies-tease .vt-col.vt-col-arrow svg path {
  fill: #B58646;
}
.block-vacancies-tease .vt-row-header .vt-col {
  color: #ffffff;
}
.block-vacancies-tease .vt-empty {
  text-align: center;
  padding: 3em 2em;
  background-color: #F5F5F5;
  border-radius: 0 0 25px 25px;
  margin: 0;
  color: #001A2B;
}
@media screen and (max-width: 920px) {
  .block-vacancies-tease .vt-row {
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 0 1.5em;
    min-height: 56px;
  }
  .block-vacancies-tease .vt-col-department,
  .block-vacancies-tease .vt-col-experience {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .block-vacancies-tease .vt-row {
    grid-template-columns: 1fr auto;
    padding: 0 1em;
    min-height: 52px;
  }
  .block-vacancies-tease .vt-col-department,
  .block-vacancies-tease .vt-col-commitment,
  .block-vacancies-tease .vt-col-location,
  .block-vacancies-tease .vt-col-experience {
    display: none;
  }
}

.block-application-process {
  padding: 5em 0;
}
@media screen and (max-width: 920px) {
  .block-application-process {
    padding: 3em 0;
  }
}
.block-application-process .ap-title {
  font-family: Mekona;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .block-application-process .ap-title {
    font-size: 1.6em;
  }
}
.block-application-process .ap-intro {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5em;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.6;
}
.block-application-process .ap-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
  max-width: 60em;
  margin: 0 auto;
}
.block-application-process .ap-accordion-item {
  border-radius: 10px;
  background-color: rgba(235, 238, 241, 0.12);
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.block-application-process .ap-accordion-item:hover {
  background-color: rgba(235, 238, 241, 0.18);
}
.block-application-process .ap-accordion-header {
  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;
  width: 100%;
  padding: 1.2em 1.8em;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1em;
  text-align: left;
  min-height: 65px;
  gap: 1em;
}
.block-application-process .ap-accordion-header .ap-accordion-header-title {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
}
.block-application-process .ap-accordion-header .ap-accordion-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  width: 1.5em;
  height: 1.5em;
}
.block-application-process .ap-accordion-header .ap-accordion-icon svg {
  width: 100%;
  height: auto;
  display: block;
  grid-area: 1/1;
}
.block-application-process .ap-accordion-header .ap-accordion-icon .ap-icon-plus {
  display: block;
}
.block-application-process .ap-accordion-header .ap-accordion-icon .ap-icon-minus {
  display: none;
}
.block-application-process .ap-accordion-header[aria-expanded=true] .ap-accordion-icon .ap-icon-plus {
  display: none;
}
.block-application-process .ap-accordion-header[aria-expanded=true] .ap-accordion-icon .ap-icon-minus {
  display: block;
}
.block-application-process .ap-accordion-panel {
  padding: 0 1.8em 1.4em;
}
.block-application-process .ap-accordion-panel .ap-accordion-panel-inner {
  font-size: 0.95em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 55em;
}
.block-application-process.bg-light-gray .ap-title {
  color: #001A2B;
}
.block-application-process.bg-light-gray .ap-intro {
  color: rgba(0, 26, 43, 0.75);
}
.block-application-process.bg-light-gray .ap-accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 26, 43, 0.1);
}
.block-application-process.bg-light-gray .ap-accordion-item:hover {
  background-color: #ffffff;
  border-color: rgba(0, 26, 43, 0.2);
}
.block-application-process.bg-light-gray .ap-accordion-header {
  color: #001A2B;
}
.block-application-process.bg-light-gray .ap-accordion-header .ap-accordion-icon {
  color: #001A2B;
}
.block-application-process.bg-light-gray .ap-accordion-panel .ap-accordion-panel-inner {
  color: rgba(0, 26, 43, 0.8);
}
@media screen and (max-width: 640px) {
  .block-application-process .ap-accordion-header {
    padding: 1em 1.2em;
    min-height: 56px;
    font-size: 0.95em;
  }
  .block-application-process .ap-accordion-header .ap-accordion-header-title {
    font-size: 0.9em;
  }
  .block-application-process .ap-accordion-panel {
    padding: 0 1.2em 1em;
  }
}

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

.bypostauthor {
  display: block;
}

.comment-form {
  color: red;
}

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

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

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

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

/* Splide
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# 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: #F5F5F5;
  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: #F5F5F5;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*# sourceMappingURL=main.min.0e33afff2e1148420ca1.css.map*/