/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*--------------------------------------------------------------
>>> 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: #BC9F77;
  --plyr-video-control-background-hover: #BC9F77;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.35em;
}

h4 {
  font-size: 1.15em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.95em;
}

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

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 #BC9F77;
  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 #BC9F77;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}
body.navigation-expanded {
  overflow: hidden;
}

hr {
  background-color: #1e2247;
  border: 0;
  height: 1px;
  margin: 0px;
}

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: #FFFFFF;
  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: #151940;
  font-weight: 700;
}
table tbody tr td:nth-child(n+2) {
  background-color: #faf6f6;
}

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

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

.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #BC9F77;
  border-radius: 0;
  background: transparent;
  color: #BC9F77;
  line-height: 1em;
  padding: 0.75em 3em;
  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: #BC9F77;
  color: #ffffff;
  border-color: #BC9F77;
}
.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: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.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: #151940;
  background-color: #151940;
}

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: #151940;
  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: #BC9F77;
}

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

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

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

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

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

.has-page-padding .site-main {
  padding-top: calc(130px + 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: 130px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.25s background-color ease-out, 0.25s -webkit-box-shadow ease-out;
  transition: 0.25s background-color ease-out, 0.25s -webkit-box-shadow ease-out;
  transition: 0.25s box-shadow ease-out, 0.25s background-color ease-out;
  transition: 0.25s box-shadow ease-out, 0.25s background-color ease-out, 0.25s -webkit-box-shadow ease-out;
  color: #FFFFFF;
  background-color: #151940;
  padding: 20px 0;
}
@media screen and (max-width: 920px) {
  .site-header {
    height: 70px;
    padding: 10px 0;
  }
}
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10em;
     -moz-column-gap: 10em;
          column-gap: 10em;
  position: relative;
}
@media screen and (max-width: 920px) {
  .site-header .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.site-header .header-container .site-branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .site-branding {
    height: 100%;
  }
}
.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;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .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: 920px) {
  .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%;
}
.site-header .header-container .site-branding a svg,
.site-header .header-container .site-branding a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header .header-container .site-branding a:focus {
  outline: 1px solid #FFFFFF;
}
.site-header .header-container .navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.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: #FFFFFF;
  z-index: 1001;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .hamburger {
    display: block;
    color: #fff;
  }
  .site-header .header-container .hamburger svg path {
    stroke: #fff;
  }
}
.site-header .header-container .hamburger svg {
  width: 100%;
  height: 100%;
}
.site-header .header-container .main-navigation {
  -webkit-transition: 0.25s opacity ease-out;
  transition: 0.25s opacity ease-out;
}
@media screen and (min-width: 921px) {
  .site-header .header-container .main-navigation {
    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;
  z-index: 1001;
  color: #FFFFFF;
}
@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 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  pointer-events: none;
}
.site-header .header-container .main-navigation > ul * {
  pointer-events: auto;
}
.site-header .header-container .main-navigation > ul > li {
  position: relative;
}
.site-header .header-container .main-navigation > ul > li > a,
.site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a {
  display: block;
  padding: 0.35em 0;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  color: #FFFFFF;
  line-height: 1.1em;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  white-space: nowrap;
}
.site-header .header-container .main-navigation > ul > li > a .item-title,
.site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a .item-title {
  position: relative;
}
.site-header .header-container .main-navigation > ul > li > a .item-title::before,
.site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a .item-title::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.1em);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  pointer-events: none;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  -webkit-transition: 0.1s background-color ease-out, 0.1s -webkit-transform ease-out;
  transition: 0.1s background-color ease-out, 0.1s -webkit-transform ease-out;
  transition: 0.1s background-color ease-out, 0.1s transform ease-out;
  transition: 0.1s background-color ease-out, 0.1s transform ease-out, 0.1s -webkit-transform ease-out;
}
.site-header .header-container .main-navigation > ul > li > a:focus,
.site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a:focus {
  outline: 1px solid #FFFFFF;
}
.site-header .header-container .main-navigation > ul > li > a:hover .item-title::before,
.site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a:hover .item-title::before {
  background-color: #FFFFFF;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .header-container .main-navigation > ul > li.current-menu-item > a, .site-header .header-container .main-navigation > ul > li.current-menu-item > .menu-item-with-children > a {
  font-weight: 700;
}
.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: #FFFFFF;
}
.site-header .header-container .main-navigation > ul ul {
  display: none;
  position: absolute;
  top: calc(100% + 0.5em);
  left: -1.5em;
  background-color: rgba(21, 25, 64, 0.9);
  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;
  list-style: none;
}
.site-header .header-container .main-navigation > ul ul li a {
  display: block;
  padding: 0.35em 0;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  width: auto;
  white-space: nowrap;
  text-align: left;
  height: auto;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.site-header .header-container .main-navigation > ul ul ul {
  z-index: 2;
  background-color: rgba(21, 25, 64, 0.85);
  grid-template-columns: 1fr;
  top: -1em;
  left: calc(100% + 1.5em);
}
.site-header .header-container .main-navigation > ul ul li .menu-item-with-children .dropdown-toggle .dropdown-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.site-header .header-container .main-navigation > ul ul li.menu-item-has-children.open > .menu-item-with-children .dropdown-arrow {
  -webkit-transform: rotate(-90deg) scaleY(-1);
          transform: rotate(-90deg) scaleY(-1);
}
.site-header .header-container .main-navigation > ul li.menu-item-has-children.open > ul {
  display: grid;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation > ul li.menu-item-has-children.open > ul {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #151940;
    display: block;
    height: 100%;
    width: 100%;
    padding: calc(70px + 2em) 2em 1em 2em;
    overflow-y: auto;
    pointer-events: none;
    -webkit-transition: 0.25s opacity ease-out, 0.25s -webkit-transform ease-out;
    transition: 0.25s opacity ease-out, 0.25s -webkit-transform ease-out;
    transition: 0.25s transform ease-out, 0.25s opacity ease-out;
    transition: 0.25s transform ease-out, 0.25s opacity ease-out, 0.25s -webkit-transform ease-out;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@media screen and (max-width: 920px) and (max-width: 500px) {
  .site-header .header-container .main-navigation {
    padding: calc(70px + 2em) 1em 1em 1em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation::after {
    content: "";
    display: block;
    width: 100%;
    height: 2em;
  }
  .site-header .header-container .main-navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    max-height: 100%;
    width: 100%;
    pointer-events: auto;
  }
  .site-header .header-container .main-navigation > ul > li {
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 920px) and (max-width: 640px) {
  .site-header .header-container .main-navigation > ul > li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation > ul > li .dropdown-toggle {
    background-color: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.2);
  }
  .site-header .header-container .main-navigation > ul > li .dropdown-toggle:hover .dropdown-arrow {
    color: #FFFFFF;
  }
  .site-header .header-container .main-navigation > ul > li > a,
  .site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a {
    padding: 0.7em 1em;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: left;
    -webkit-transition: 0.1s color ease-out, 0.1s background-color ease-out;
    transition: 0.1s color ease-out, 0.1s background-color ease-out;
  }
  .site-header .header-container .main-navigation > ul > li > a:hover,
  .site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .site-header .header-container .main-navigation > ul > li > a .item-title::before,
  .site-header .header-container .main-navigation > ul > li > .menu-item-with-children > a .item-title::before {
    display: none;
  }
  .site-header .header-container .main-navigation > ul > li.menu-item-has-children .menu-item-with-children {
    position: relative;
  }
  .site-header .header-container .main-navigation > ul > li.menu-item-has-children .menu-item-with-children .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 2.8rem;
  }
  .site-header .header-container .main-navigation > ul > li.menu-item-has-children .dropdown-toggle {
    width: 3.5em;
    height: 3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 920px) and (max-width: 640px) {
  .site-header .header-container .main-navigation > ul > li.menu-item-has-children .dropdown-toggle {
    width: 2em;
    height: 2em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation > ul > li ul {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding: 0.5rem 0 0 0.5rem;
    display: none;
    margin-top: 0;
  }
  .site-header .header-container .main-navigation > ul > li ul li {
    font-size: 0.9em;
    width: 100%;
  }
  .site-header .header-container .main-navigation > ul > li ul li .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .site-header .header-container .main-navigation > ul > li ul li a {
    padding: 0.9em 1.1em;
    white-space: normal;
    font-weight: 300;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .site-header .header-container .main-navigation > ul > li ul li ul {
    padding-bottom: 0;
  }
  .site-header .header-container .main-navigation > ul > li ul li ul li a {
    background-color: rgba(255, 255, 255, 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);
  }
}
.site-header.navigation-expanded .header-container .hamburger {
  display: none;
}
@media screen and (max-width: 920px) {
  .site-header.navigation-expanded .header-container .main-navigation {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 920px) {
  .site-header.navigation-expanded .header-container .main-navigation .mobile-nav-close {
    display: block;
  }
}

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

.has-transparent-navigation .site-header {
  background-color: rgba(21, 25, 64, 0);
}
.has-transparent-navigation.scrolled .site-header {
  background-color: #151940;
}

.site-footer {
  background-color: #151940;
  color: #FFFFFF;
  line-height: 1.1em;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  color: #BC9F77;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  margin-bottom: 0.6em;
}
.site-footer .footer-title {
  display: block;
  margin: 0 0 1em;
  padding-bottom: 0;
  font-weight: 400;
  border-bottom: none;
}
.site-footer .footer-subscribe .footer-title {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.site-footer .footer-sitemap .footer-title,
.site-footer .footer-sources .footer-title,
.site-footer .footer-contacts .footer-title {
  color: #BC9F77;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
  margin-bottom: 1.25em;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
  -webkit-column-gap: 6em;
     -moz-column-gap: 6em;
          column-gap: 6em;
  row-gap: 2em;
  padding: 3em 5%;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.site-footer .footer-top .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1.5rem;
}
.site-footer .footer-top .footer-subscribe {
  grid-column: 1;
  grid-row: 1;
  padding-top: 0;
}
.site-footer .footer-top .footer-subscribe .footer-subscribe-text {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6;
}
.site-footer .footer-top .footer-subscribe .footer-subscribe-form {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-top .footer-subscribe form.simple-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.site-footer .footer-top .footer-subscribe form.simple-subscribe-form input[type=email],
.site-footer .footer-top .footer-subscribe form.simple-subscribe-form input[type=text],
.site-footer .footer-top .footer-subscribe form.simple-subscribe-form textarea {
  -webkit-box-flex: 5 !important;
      -ms-flex: 5 1 300px !important;
          flex: 5 1 300px !important;
  min-width: 0;
}
.site-footer .footer-top .footer-subscribe form.simple-subscribe-form .button,
.site-footer .footer-top .footer-subscribe form.simple-subscribe-form .gform_wrapper .gform_button {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top .footer-subscribe form.simple-subscribe-form {
    gap: 0.5em;
  }
  .site-footer .footer-top .footer-subscribe form.simple-subscribe-form input[type=email],
  .site-footer .footer-top .footer-subscribe form.simple-subscribe-form input[type=text],
  .site-footer .footer-top .footer-subscribe form.simple-subscribe-form textarea {
    padding: 0.5em 0.75em;
    font-size: 0.9rem;
  }
  .site-footer .footer-top .footer-subscribe form.simple-subscribe-form .button,
  .site-footer .footer-top .footer-subscribe form.simple-subscribe-form .gform_wrapper .gform_button {
    padding: 0.5em 1em;
    font-size: 0.85rem;
  }
}
.site-footer .footer-top .footer-subscribe input[type=email],
.site-footer .footer-top .footer-subscribe input[type=text],
.site-footer .footer-top .footer-subscribe textarea,
.site-footer .footer-top .footer-subscribe .gform_wrapper input[type=email],
.site-footer .footer-top .footer-subscribe .gform_wrapper input[type=text],
.site-footer .footer-top .footer-subscribe .gform_wrapper textarea,
.site-footer .footer-top .footer-subscribe .gform_wrapper .gfield input[type=email],
.site-footer .footer-top .footer-subscribe .gform_wrapper .gfield input[type=text],
.site-footer .footer-top .footer-subscribe .gform_wrapper .gfield textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  padding: 0.75em 1em;
  width: 100%;
  max-width: 36rem;
  min-width: 0;
  border-radius: 8px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: background-color 160ms ease, border-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: background-color 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  transition: background-color 160ms ease, box-shadow 160ms ease, border-color 160ms ease, -webkit-box-shadow 160ms ease;
}
.site-footer .footer-top .footer-subscribe ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-top .footer-subscribe ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-top .footer-subscribe :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-top .footer-subscribe ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-top .footer-subscribe ::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-top .footer-subscribe #gform_wrapper_2,
.site-footer .footer-top .footer-subscribe #gform_2 {
  --gf-color-in-ctrl-primary: #BC9F77 !important;
  --gf-color-in-ctrl-primary-contrast: #FFFFFF !important;
}
.site-footer .footer-top .footer-subscribe .gform-theme--foundation .gform_fields,
.site-footer .footer-top .footer-subscribe .gform_wrapper .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  grid-template-columns: none !important;
  gap: 1em !important;
  -webkit-column-gap: 1em !important;
     -moz-column-gap: 1em !important;
          column-gap: 1em !important;
}
.site-footer .footer-top .footer-subscribe .gform-theme--foundation .gfield,
.site-footer .footer-top .footer-subscribe .gform_wrapper .gfield {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 100% !important;
          flex: 1 1 100% !important;
  grid-column: auto !important;
  margin-right: 0 !important;
}
.site-footer .footer-top .footer-subscribe .gfield--width-two-thirds,
.site-footer .footer-top .footer-subscribe #field_2_1 {
  width: 75% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
  max-width: 75% !important;
}
.site-footer .footer-top .footer-subscribe .gfield--width-one-twelfth,
.site-footer .footer-top .footer-subscribe #field_submit {
  width: auto !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
.site-footer .footer-top .footer-subscribe .gform-theme--foundation .gfield--type-email,
.site-footer .footer-top .footer-subscribe .gform_wrapper .gfield--type-email {
  -webkit-box-flex: 4 !important;
      -ms-flex: 4 1 450px !important;
          flex: 4 1 450px !important;
}
.site-footer .footer-top .footer-subscribe .gform-theme--foundation .gfield--type-submit,
.site-footer .footer-top .footer-subscribe .gform_wrapper .gfield--type-submit {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
.site-footer .footer-top .footer-subscribe .button,
.site-footer .footer-top .footer-subscribe .gform_wrapper .gform_button,
.site-footer .footer-top .footer-subscribe input.gform_button,
.site-footer .footer-top .footer-subscribe .gform_wrapper .gform_footer input[type=submit],
.site-footer .footer-top .footer-subscribe .gform_wrapper .gform_page_footer input[type=button],
.site-footer .footer-top .footer-subscribe .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #BC9F77 !important;
  color: #FFFFFF !important;
  border: 0 !important;
  padding: 0.6em 1.25em !important;
  border-radius: 10px !important;
  height: 48px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.5rem !important;
}
.site-footer .footer-top .footer-subscribe .button::after {
  content: "→";
  margin-left: 0.5em;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top .footer-subscribe {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
  .site-footer .footer-top .footer-subscribe .gform_theme--foundation .gform_fields,
  .site-footer .footer-top .footer-subscribe .gform_wrapper .gform_fields {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0.75em !important;
  }
  .site-footer .footer-top .footer-subscribe .gfield--width-two-thirds,
  .site-footer .footer-top .footer-subscribe #field_2_1,
  .site-footer .footer-top .footer-subscribe .gfield--width-one-twelfth,
  .site-footer .footer-top .footer-subscribe #field_submit {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .site-footer .footer-top .footer-subscribe .gform-theme--foundation .gfield--type-email,
  .site-footer .footer-top .footer-subscribe .gform_wrapper .gfield--type-email {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100% !important;
  }
  .site-footer .footer-top .footer-subscribe .gform-theme--foundation .gfield--type-submit,
  .site-footer .footer-top .footer-subscribe .gform_wrapper .gfield--type-submit {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    margin-top: 0.5em;
  }
  .site-footer .footer-top .footer-subscribe .button,
  .site-footer .footer-top .footer-subscribe .gform_wrapper .gform_button {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-top .footer-sitemap {
  grid-column: 2;
}
.site-footer .footer-top .footer-sitemap a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}
.site-footer .footer-top .footer-sources {
  grid-column: 3;
}
.site-footer .footer-top .footer-sources a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}
.site-footer .footer-top .footer-contacts {
  grid-column: 4;
}
.site-footer .footer-top .footer-contacts .ce-label {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 2.3;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top .footer-subscribe,
  .site-footer .footer-top .footer-sitemap,
  .site-footer .footer-top .footer-sources,
  .site-footer .footer-top .footer-contacts {
    grid-column: 1/-1;
    padding: 1em 0;
  }
}
.site-footer .socials {
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em 1em;
}
.site-footer .socials a:hover {
  color: #BC9F77;
  text-decoration: underline;
}
.site-footer .socials svg,
.site-footer .socials img {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.site-footer .socials .social-link {
  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;
  color: rgba(255, 255, 255, 0.95);
  width: 34px;
  height: 34px;
  border-radius: 4px;
  font-size: 0;
  -webkit-transition: color 120ms ease, background-color 120ms ease;
  transition: color 120ms ease, background-color 120ms ease;
}
.site-footer .socials .social-link:hover {
  color: #BC9F77;
}
.site-footer .socials .social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.site-footer .socials .social-link .visually-hidden {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.site-footer .footer-separator {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  width: 100%;
  height: 0;
  margin: 2.5rem 0;
}
.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  padding: 0.75rem 5% 2rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
}
.site-footer .footer-bottom .footer-bottom-left {
  justify-self: start;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom .footer-bottom-left {
    justify-self: center;
    text-align: center;
  }
}
.site-footer .footer-bottom .footer-bottom-center {
  justify-self: center;
  text-align: center;
}
.site-footer .footer-bottom .footer-bottom-right {
  justify-self: end;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom .footer-bottom-right {
    justify-self: center;
    text-align: center;
  }
}
.site-footer .footer-bottom-socials .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom-socials .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-bottom-socials .socials .social-link {
  width: 38px;
  height: 38px;
  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;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 640px) {
  .site-footer .footer-bottom-socials .socials .social-link {
    width: 32px;
    height: 32px;
  }
}
.site-footer .footer-bottom-socials .socials .social-link:hover {
  color: #BC9F77;
}
.site-footer .footer-bottom-socials .socials .social-text {
  display: inline-block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  margin-left: 0.25rem;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-bottom-socials .socials .social-text {
    font-size: 0.85rem;
  }
}
.site-footer .copyright,
.site-footer .site-credit {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
}
@media screen and (max-width: 640px) {
  .site-footer .copyright,
  .site-footer .site-credit {
    font-size: 0.8rem;
  }
}
.site-footer .site-credit a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .site-footer .site-credit a {
    font-size: 0.8rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

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

.glightbox-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0;
}

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

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

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

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

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

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

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

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

.loading-indicator {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: 700;
  color: #FFFFFF;
  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: #FFFFFF;
}

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

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

.related-posts {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 640px) {
  .related-posts {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.related-posts .related-posts-title {
  margin-top: 0;
  font-size: 2em;
}
.related-posts .related-posts-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}

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

.blog-container {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .blog-container {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .blog-container .dynamic-posts .dynamic-posts-filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.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: #FFFFFF;
}
.back-button:hover svg [stroke] {
  stroke: #FFFFFF;
}

.single-content-wrapper.single-content-wrapper {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 640px) {
  .single-content-wrapper.single-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.single-content-wrapper .single-content-container {
  position: relative;
  z-index: 2;
}

.single-content-container {
  padding-bottom: 3em;
  display: block;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 640px) {
  .single-content-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.single-content-container .single-content, .single-content-container .single-sidebar {
  padding-left: 0;
}
.single-content-container .single-content {
  margin-left: auto;
  margin-right: auto;
}
.single-content-container .single-content {
  padding-right: 0;
  max-width: 1400px;
  font-size: 0.95rem;
  line-height: 1.45;
}
.single-content-container .single-content .single-title {
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}
@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 .single-footer {
  margin-top: 2em;
  display: block;
  width: 100%;
}
.single-content-container .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.single-content-container .post-tags .post-tag {
  text-decoration: none;
  background-color: #BC9F77;
  color: #ffffff;
  white-space: nowrap;
  height: 1.8rem;
  line-height: 1em;
  padding: 0.3em 0.5em;
}

.single-hero {
  position: relative;
  padding-top: calc(130px + 3em);
  padding-bottom: 3em;
  color: #ffffff;
}
.single-hero .single-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.single-hero .single-hero-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  z-index: 1;
}
.single-hero .single-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 1500px;
}
.single-hero .post-category-pill {
  display: inline-block;
  background-color: #BC9F77;
  color: #ffffff;
  padding: 0.5em 1.5em;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.75em;
}
.single-hero .back-button {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.single-hero .back-button svg [stroke] {
  stroke: #ffffff;
}
.single-hero .back-button:hover {
  color: #FFFFFF;
}
.single-hero .back-button:hover svg [stroke] {
  stroke: #FFFFFF;
}
.single-hero .single-title {
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  line-height: 1.05;
}
.single-hero .single-meta {
  margin-top: 0.5em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}
.single-hero .single-excerpt {
  margin-top: 1em;
  color: rgba(255, 255, 255, 0.95);
  max-width: 60ch;
  font-size: 1rem;
}
@media screen and (max-width: 920px) {
  .single-hero {
    padding-top: calc(70px + 2em);
  }
  .single-hero .single-title {
    font-size: 1.6rem;
  }
}

.single-author-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 2.5em 5% 1.5em;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .single-author-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.single-author-row .author-avatar {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-author-row .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
  background-color: #BC9F77;
}
.single-author-row .author-avatar .author-avatar-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #BC9F77;
  color: #FFFFFF;
}
.single-author-row .author-meta {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.single-author-row .author-meta .author-name {
  font-weight: 700;
  color: #151940;
}
.single-author-row .author-meta .author-date {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.6);
}
.single-author-row .author-avatar {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.divider {
  border: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  margin: 1.5em 0;
}

.divider-before-content {
  margin-top: 0.5em;
}

.divider-before-share {
  margin-top: 2em;
}

.share-row {
  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;
  gap: 1em;
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .share-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.share-row .share-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -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;
}
.share-row .share-label {
  margin: 0 0 0.25em 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  font-weight: 600;
}
.share-row .share-right .back-to-archive {
  text-decoration: none;
  color: #151940;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.share button {
  background-color: #BC9F77;
  border: 0;
  padding: 0.15em;
  color: #ffffff;
  cursor: pointer;
  border-radius: 8px;
  width: 2.2em;
  height: 2.2em;
  line-height: 1em;
  display: grid;
  place-items: center;
  text-align: center;
  -webkit-transition: 0.08s color ease-out, 0.08s background-color ease-out, 0.08s -webkit-transform ease-out;
  transition: 0.08s color ease-out, 0.08s background-color ease-out, 0.08s -webkit-transform ease-out;
  transition: 0.08s color ease-out, 0.08s background-color ease-out, 0.08s transform ease-out;
  transition: 0.08s color ease-out, 0.08s background-color ease-out, 0.08s transform ease-out, 0.08s -webkit-transform ease-out;
}
.share button svg {
  height: 60%;
  width: auto;
}
.share button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.share button:hover .fillable {
  fill: #FFFFFF;
}

.error404 .error404-wrapper {
  min-height: 100vh;
  padding-top: calc(130px + 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(70px + 4em);
  }
}
.error404 .error404-code {
  display: block;
  font-size: clamp(6rem, 15vw, 10rem);
  font-weight: 700;
  line-height: 1;
  color: #BC9F77;
  opacity: 0.2;
  margin-bottom: -0.15em;
}
.error404 .error404-title {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
  font-weight: 700;
  color: #151940;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.error404 .error404-description {
  color: #475467;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 420px;
  margin: 0 0 2em;
}
.error404 .button {
  background-color: #BC9F77;
  border-color: #BC9F77;
  color: #ffffff;
  border-radius: 999px;
  gap: 0.4em;
  -webkit-transition: gap 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: gap 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.error404 .button svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
.error404 .button svg path {
  stroke: currentColor;
}
.error404 .button:hover, .error404 .button:focus {
  gap: 0.7em;
  background-color: #151940;
  border-color: #151940;
  color: #ffffff;
}
.error404 .button:hover svg, .error404 .button:focus svg {
  -webkit-transform: none;
          transform: none;
}

.dynamic-posts .dynamic-posts-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* center the filter pills */
  gap: 0 1.5em;
  -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: #FFFFFF;
  accent-color: #FFFFFF;
  cursor: pointer;
  width: auto;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter option {
  color: #FFFFFF;
  background-color: #ffffff;
  cursor: pointer;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter option:hover {
  background-color: #FFFFFF;
  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: #FFFFFF;
}

.password-form-container {
  padding-top: calc(130px + 4em);
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .password-form-container {
    padding-top: calc(70px + 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: #151940;
  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(130px + 4em);
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .search-results-section {
    padding-top: calc(70px + 3em);
    padding-bottom: 3em;
  }
}

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

.search-results-title {
  text-align: center;
}

.search-results-no-results {
  text-align: center;
}
.search-results-no-results .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  padding: 3em 2em;
  background-color: #151940;
  max-width: 40em;
  margin: 0 auto;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-results-no-results .search-form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form input {
    width: 100%;
  }
}
.search-results-no-results .search-form .button {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.2em;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form .button {
    width: 100%;
  }
}
.search-results-no-results .search-form .button svg {
  height: 1.15em;
  width: auto;
  pointer-events: none;
}
.search-results-no-results .search-form .button svg path {
  -webkit-transition: fill 0.1s ease-out;
  transition: fill 0.1s ease-out;
}
.search-results-no-results .search-form .button:hover svg path {
  fill: #ffffff !important;
}

.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: #BC9F77;
  background-color: #BC9F77;
  color: #ffffff;
}

.si-pill {
  display: inline-block;
  background-color: #BC9F77;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4em 0.85em;
  border-radius: 999px;
  line-height: 1;
}

.si-section-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 1.5em;
}

.single-initiative-hero {
  position: relative;
  background-color: #151940;
  overflow: hidden;
  padding: 7em 0 4em;
}
@media screen and (max-width: 920px) {
  .single-initiative-hero {
    padding: 8em 0 3em;
  }
}
.single-initiative-hero .si-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.single-initiative-hero .si-hero-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 25, 64, 0.25)), color-stop(50%, rgba(21, 25, 64, 0.5)), to(rgba(21, 25, 64, 0.75)));
  background: linear-gradient(0deg, rgba(21, 25, 64, 0.25) 0%, rgba(21, 25, 64, 0.5) 50%, rgba(21, 25, 64, 0.75) 100%);
}
.single-initiative-hero .si-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
}
.single-initiative-hero .si-hero-lockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
.single-initiative-hero .si-hero-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-initiative-hero .si-hero-icon svg {
  width: 48px;
  height: 48px;
  display: block;
}
.single-initiative-hero .si-hero-icon svg > path:first-child {
  fill: #BC9F77;
}
.single-initiative-hero .si-hero-icon svg path:not(:first-child),
.single-initiative-hero .si-hero-icon svg rect {
  fill: #FFFFFF;
}
.single-initiative-hero .si-hero-divider {
  width: 2px;
  height: 1.5em;
  background: #FFFFFF;
  opacity: 0.6;
}
.single-initiative-hero .si-hero-category {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 500;
}
.single-initiative-hero .si-hero-title {
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.single-initiative-hero .si-hero-title strong {
  font-weight: 700;
}
.single-initiative-hero .si-hero-excerpt {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.9rem, 1vw + 0.3rem, 1.05rem);
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}

.single-initiative-overview {
  padding: 4em 0;
}
.single-initiative-overview .wrapper {
  max-width: 1500px;
}
@media screen and (max-width: 920px) {
  .single-initiative-overview {
    padding: 3em 0;
  }
}
.single-initiative-overview .si-overview-text {
  color: #151940;
  font-size: 0.95rem;
  line-height: 1.7;
}

.single-initiative-objectives {
  padding: 4em 0;
}
.single-initiative-objectives .wrapper {
  max-width: 1500px;
}
@media screen and (max-width: 920px) {
  .single-initiative-objectives {
    padding: 3em 0;
  }
}
.single-initiative-objectives .si-objectives-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 640px) {
  .single-initiative-objectives .si-objectives-grid {
    grid-template-columns: 1fr;
  }
}
.single-initiative-objectives .si-objective-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.single-initiative-objectives .si-objective-bullet {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-initiative-objectives .si-objective-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #151940;
  margin: 0;
}

.single-initiative-focus {
  padding: 4em 0;
}
.single-initiative-focus .wrapper {
  max-width: 1500px;
}
@media screen and (max-width: 920px) {
  .single-initiative-focus {
    padding: 3em 0;
  }
}
.single-initiative-focus .si-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 640px) {
  .single-initiative-focus .si-focus-grid {
    grid-template-columns: 1fr;
  }
}
.single-initiative-focus .si-focus-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5em 2em;
  border-radius: 12px;
  background-color: #BC9F77;
  color: #FFFFFF;
}
.single-initiative-focus .si-focus-icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.5em;
}
.single-initiative-focus .si-focus-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-initiative-focus .si-focus-title {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  color: white;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75em;
}
.single-initiative-focus .si-focus-description {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  opacity: 0.9;
}
.single-initiative-focus .si-focus-link {
  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;
  margin-top: auto;
  padding-top: 1.5em;
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.single-initiative-focus .si-focus-link svg {
  width: 1em;
  height: 1em;
}
.single-initiative-focus .si-focus-link:hover {
  gap: 0.7em;
}

.single-initiative-gallery {
  padding: 4em 0;
  background-color: #f9f9f9;
}
.single-initiative-gallery .wrapper {
  max-width: 1500px;
}
@media screen and (max-width: 920px) {
  .single-initiative-gallery {
    padding: 3em 0;
  }
}
.single-initiative-gallery .si-gallery {
  visibility: hidden;
}
.single-initiative-gallery .si-gallery.is-initialized {
  visibility: visible;
}
.single-initiative-gallery .splide__track {
  overflow: hidden;
}
.single-initiative-gallery .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.single-initiative-gallery .splide__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
.single-initiative-gallery .splide__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-initiative-gallery .splide__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: 1.5em;
  padding: 0;
  list-style: none;
}
.single-initiative-gallery .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-initiative-gallery .splide__pagination__page.is-active {
  background-color: #BC9F77;
}

.single-initiative-achievements {
  padding: 4em 0;
}
.single-initiative-achievements .wrapper {
  max-width: 1500px;
}
@media screen and (max-width: 920px) {
  .single-initiative-achievements {
    padding: 3em 0;
  }
}
.single-initiative-achievements .si-achievements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 1280px) {
  .single-initiative-achievements .si-achievements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .single-initiative-achievements .si-achievements-grid {
    grid-template-columns: 1fr;
  }
}
.single-initiative-achievements .si-achievement-card {
  text-align: center;
}
.single-initiative-achievements .si-achievement-value {
  color: #BC9F77;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
.single-initiative-achievements .si-achievement-subtitle {
  color: #151940;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

.single-initiative-goals {
  padding: 2em 0;
}
.single-initiative-goals .wrapper {
  max-width: 1500px;
}
@media screen and (max-width: 920px) {
  .single-initiative-goals {
    padding: 3em 0;
  }
}
.single-initiative-goals .si-goals-wrapper {
  background-color: #BC9F77;
  border-radius: 12px;
  padding: 3em;
}
@media screen and (max-width: 920px) {
  .single-initiative-goals .si-goals-wrapper {
    padding: 2em;
  }
}
.single-initiative-goals .si-section-title {
  color: white;
}
.single-initiative-goals .si-goals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 640px) {
  .single-initiative-goals .si-goals-grid {
    grid-template-columns: 1fr;
  }
}
.single-initiative-goals .si-goal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.single-initiative-goals .si-goal-bullet {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-initiative-goals .si-goal-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: white;
  margin: 0;
}

.single-initiative-related {
  padding: 4em 0;
  background-color: #BC9F77;
}
@media screen and (max-width: 920px) {
  .single-initiative-related {
    padding: 3em 0;
  }
}
.single-initiative-related .si-related-header {
  text-align: center;
  margin-bottom: 2.5em;
}
.single-initiative-related .si-related-title {
  color: #FFFFFF;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 0.5em;
}
.single-initiative-related .si-related-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 300;
  margin: 0;
}
.single-initiative-related .si-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 1280px) {
  .single-initiative-related .si-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .single-initiative-related .si-related-grid {
    grid-template-columns: 1fr;
  }
}
.single-initiative-related .si-related-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2em;
}
.single-initiative-related .si-related-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.5em;
}
.single-initiative-related .si-related-icon svg {
  width: 48px;
  height: 48px;
  display: block;
}
.single-initiative-related .si-related-icon svg > path:first-child {
  fill: #BC9F77;
}
.single-initiative-related .si-related-icon svg path:not(:first-child),
.single-initiative-related .si-related-icon svg rect {
  fill: #FFFFFF;
}
.single-initiative-related .si-related-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #151940;
  margin: 0 0 0.5em;
}
.single-initiative-related .si-related-card-excerpt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #151940;
  margin: 0;
}
.single-initiative-related .si-related-card-link {
  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;
  margin-top: auto;
  padding-top: 1.5em;
  font-size: 0.9rem;
  font-weight: 600;
  color: #151940;
  text-decoration: none;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.single-initiative-related .si-related-card-link svg {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-initiative-related .si-related-card-link:hover {
  gap: 0.7em;
}

.events-banner {
  position: relative;
  background-color: #151940;
  overflow: hidden;
  padding: 6em 2em 4em;
}
@media screen and (max-width: 920px) {
  .events-banner {
    padding: 5em 1.5em 3em;
  }
}

.events-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.events-banner-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 25, 64, 0.25)), color-stop(50%, rgba(21, 25, 64, 0.5)), to(rgba(21, 25, 64, 0.75)));
  background: linear-gradient(0deg, rgba(21, 25, 64, 0.25) 0%, rgba(21, 25, 64, 0.5) 50%, rgba(21, 25, 64, 0.75) 100%);
}

.events-banner-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.events-banner-title {
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.events-banner-title strong {
  font-weight: 700;
}

.events-banner-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.85rem, 1vw + 0.3rem, 1rem);
  font-weight: 300;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 650px;
}

.events-section-heading {
  padding-top: 1.75em;
  padding-bottom: 0.5em;
  background-color: #F9FAFB;
}

.events-section-title {
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
  font-weight: 300;
  color: #151940;
  margin: 0 0 0.25em;
  line-height: 1.3;
}
.events-section-title strong {
  font-weight: 700;
}

.events-section-description {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.tec-events-archive .site-main {
  overflow: visible;
  background-color: #f9fafb;
}

.events-archive-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 0.5em;
  padding-bottom: 4em;
}
@media screen and (max-width: 1280px) {
  .events-archive-layout {
    grid-template-columns: 1fr 340px;
    gap: 2em;
  }
}
@media screen and (max-width: 920px) {
  .events-archive-layout {
    grid-template-columns: 1fr;
    padding-top: 0.5em;
    padding-bottom: 3em;
  }
}

.events-archive-sidebar {
  position: sticky;
  top: calc(130px + 1.5em);
  background-color: white;
  padding: 1em;
  border-radius: 8px;
}
@media screen and (max-width: 920px) {
  .events-archive-sidebar {
    position: static;
  }
}

.events-sidebar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 1.5em;
  background-color: #151940;
}

.events-toggle-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.7em 1em;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  background: #151940 !important;
  color: #FFFFFF;
}
.events-toggle-btn.is-active {
  background: #BC9F77 !important;
  color: #FFFFFF;
  border-radius: 25px;
}
.events-toggle-btn:hover:not(.is-active) {
  background: #f5f5f5;
}

.events-sidebar-filter {
  margin-bottom: 1.5em;
}

.events-filter-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.5em;
}

.events-category-select {
  width: 100%;
  padding: 0.6em 2.5em 0.6em 0.8em;
  font-size: 0.85rem;
  font-weight: 500;
  color: #151940;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23151940' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8em center;
  background-size: 12px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.events-category-select:focus {
  outline: none;
  border-color: #BC9F77;
}

.events-sidebar-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;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.events-sidebar-list.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.events-sidebar-empty {
  text-align: center;
  padding: 2em 1em;
  font-size: 0.85rem;
  color: #999;
}

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-card:first-child {
  padding-top: 0;
}
.event-card:last-child {
  border-bottom: none;
}
.event-card:hover .event-card-title {
  color: #BC9F77;
}

.event-card-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  width: 48px;
  height: 52px;
  background: #BC9F77;
  color: #FFFFFF;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.event-card-day {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}

.event-card-month {
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.event-card-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.event-card-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #151940;
  margin: 0 0 0.25em;
  line-height: 1.3;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.event-card-venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
  font-size: 0.75rem;
  color: #888;
  margin: 0 0 0.4em;
  line-height: 1.3;
}

.event-card-pin {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #aaa;
}

.event-card-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.35em;
}

.event-card-category {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.25em 0.65em;
  border-radius: 999px;
  background: rgba(188, 159, 119, 0.12);
  color: #BC9F77;
  line-height: 1.2;
}
.event-card-category:nth-child(2n) {
  background: rgba(21, 25, 64, 0.08);
  color: #151940;
}
.event-card-category:nth-child(3n) {
  background: rgba(76, 175, 80, 0.1);
  color: #388e3c;
}

.tribe-events-tooltip-theme .tooltipster-box {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.tribe-events-tooltip-theme .tooltipster-content {
  padding: 0;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip {
  padding: 1.25em;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-title {
  margin-bottom: 0.6em;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-title-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #151940;
  text-decoration: none;
  line-height: 1.35;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-title-link:hover {
  color: #BC9F77;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description p {
  margin: 0;
}
.tribe-events-tooltip-theme .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
}
.tribe-events-tooltip-theme .tooltipster-arrow-border {
  border-top-color: #e0e0e0;
}
.tribe-events-tooltip-theme.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
}
.tribe-events-tooltip-theme.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #e0e0e0;
}
.tribe-events-tooltip-theme.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
}
.tribe-events-tooltip-theme.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #e0e0e0;
}
.tribe-events-tooltip-theme.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FFFFFF;
}
.tribe-events-tooltip-theme.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #e0e0e0;
}
.tribe-events-tooltip-theme.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FFFFFF;
}
.tribe-events-tooltip-theme.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #e0e0e0;
}

.events-archive-calendar {
  --tec-color-text-primary: #151940;
  --tec-color-text-primary-light: #151940;
  --tec-color-accent-primary: #BC9F77;
  --tec-color-day-marker-month: #151940;
  --tec-color-day-marker-current-month: #BC9F77;
  --tec-color-day-marker-past-month: #bbb;
  --tec-color-text-day-of-week-month: #999;
  --tec-color-border-default: #e0e0e0;
  --tec-color-border-secondary-month-grid: #eee;
  --tec-color-background: #FFFFFF;
  --tec-color-background-month-grid: #FFFFFF;
  --tec-color-background-secondary-month: #f7f7f9;
  --tec-color-link-accent: #BC9F77;
}
.events-archive-calendar .tribe-common-l-container,
.events-archive-calendar .tribe-events-l-container {
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}
.events-archive-calendar .tribe-events-c-top-bar__nav.tribe-common-a11y-hidden,
.events-archive-calendar .tribe-events-c-top-bar__actions.tribe-common-a11y-hidden,
.events-archive-calendar .tribe-events-c-top-bar__datepicker.tribe-common-a11y-hidden,
.events-archive-calendar .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  display: block !important;
  clip: unset !important;
  border: 0 !important;
  height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  width: auto !important;
  white-space: normal !important;
}
.events-archive-calendar .tribe-events-header__events-bar,
.events-archive-calendar .tribe-events-c-events-bar,
.events-archive-calendar .tec-events-category-color-filter,
.events-archive-calendar .tribe-events-c-subscribe-dropdown,
.events-archive-calendar .tribe-events-c-subscribe-dropdown__container,
.events-archive-calendar .tribe-events-c-ical,
.events-archive-calendar .tribe-events-c-messages,
.events-archive-calendar .tribe-events-header__messages,
.events-archive-calendar .tribe-events-calendar-month-mobile-events,
.events-archive-calendar .tribe-events-header__content-title,
.events-archive-calendar .tribe-events-calendar-month-nav,
.events-archive-calendar .tribe-events-calendar-month__day-cell--mobile,
.events-archive-calendar .tribe-events-calendar-month__header-column-title-mobile {
  display: none !important;
  visibility: hidden !important;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__today-button,
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__actions {
  display: none !important;
  visibility: hidden !important;
}
.events-archive-calendar .tribe-events .tribe-events-header {
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar,
.events-archive-calendar .tribe-events .tribe-events-header__top-bar {
  background: #BC9F77 !important;
  border-radius: 12px 12px 0 0;
  padding: 0.9em 1.25em !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 0.5em;
  margin-bottom: 0 !important;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav {
  display: contents !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  visibility: visible !important;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-list {
  display: contents !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-list-item:first-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-list-item:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  border: none !important;
  padding: 0.2em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-link:hover {
  opacity: 0.7;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-link svg {
  width: 20px;
  height: 20px;
  color: white;
  fill: white;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__datepicker {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block !important;
  visibility: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  display: inline !important;
  visibility: visible !important;
  clip: unset !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  position: static !important;
}
.events-archive-calendar .tribe-events .tribe-events-c-top-bar__datepicker-mobile {
  display: none !important;
}
.events-archive-calendar .tribe-events button.tribe-events-c-top-bar__datepicker-button {
  color: #FFFFFF !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  background: none !important;
  border: none !important;
  cursor: pointer;
  padding: 0;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.events-archive-calendar .tribe-events button.tribe-events-c-top-bar__datepicker-button time {
  display: inline !important;
  color: inherit;
  visibility: visible !important;
}
.events-archive-calendar .tribe-events button.tribe-events-c-top-bar__datepicker-button .tribe-events-c-top-bar__datepicker-button-icon-svg {
  display: none !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month {
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #FFFFFF;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header {
  background: #f7f7f9;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header tr {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  justify-items: start !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column {
  padding: 0.8em 0.5em !important;
  text-align: center;
  background-color: #f7f7f9 !important;
  border: none;
  width: 100% !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column-title {
  visibility: hidden;
  font-size: 0.82rem;
  line-height: 1;
  height: 0;
  overflow: hidden;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column-title > span {
  display: none !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  display: block !important;
  visibility: visible !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column[abbr]::after {
  content: attr(abbr);
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: #999;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: center;
  visibility: visible;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column:not([abbr]) .tribe-events-calendar-month__header-column-title {
  visibility: visible;
  height: auto;
  font-size: 0.82rem !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column:not([abbr]) .tribe-events-calendar-month__header-column-title > span[aria-hidden=true] {
  display: inline !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__body {
  background: #FFFFFF;
  border-top: none !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__week {
  border-bottom: 1px solid #eee;
  border-left: none !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__week:last-child {
  border-bottom: none;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day {
  border-right: 1px solid #eee;
  border-color: #eee !important;
  border-style: solid !important;
  border-width: 0 1px 1px 0 !important;
  vertical-align: top;
  padding: 0 !important;
  padding-top: 0 !important;
  position: relative;
  background: #FFFFFF !important;
  aspect-ratio: auto !important;
  min-height: 90px;
  overflow: visible !important;
  border-radius: 0 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day:last-child {
  border-right: none;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day-cell--desktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: visible !important;
  padding: 0.55em 0.6em;
  min-height: 90px;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day-cell {
  height: 100%;
  width: 100%;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day-date {
  margin: 0 0 0.3em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day-date-daynum {
  font-size: 0.88rem;
  font-weight: 500;
  color: #151940 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day-date-link {
  color: #151940 !important;
  font-weight: 600;
  text-decoration: none;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day-date-link:hover {
  color: #BC9F77 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  opacity: 1 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-daynum {
  color: #bbb !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
  color: #bbb !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--other-month .tribe-events-calendar-month__day-date-daynum {
  color: #d5d5d5 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--current {
  background: rgba(188, 159, 119, 0.04);
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
  opacity: 1 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
  color: #BC9F77 !important;
  font-weight: 700;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #BC9F77 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__multiday-event-bar {
  border-radius: 6px;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 2px;
  position: relative !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #151940 !important;
  color: #FFFFFF !important;
  padding: 0.3em 0.55em;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 6px;
  white-space: normal;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__multiday-event--featured .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #BC9F77 !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event {
  margin-bottom: 0.2em;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-details {
  background: #BC9F77 !important;
  border-radius: 6px;
  padding: 0.3em 0.55em;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.65) !important;
  margin-bottom: 0.1em;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-datetime-separator {
  color: rgba(255, 255, 255, 0.5) !important;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title {
  margin: 0;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title-link {
  font-size: 0.68rem;
  font-weight: 500;
  color: #FFFFFF !important;
  text-decoration: none !important;
  line-height: 1.35;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title-link:hover {
  opacity: 0.85;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__more-events {
  margin-top: 0.25em;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__more-events-link {
  font-size: 0.7rem;
  color: #BC9F77 !important;
  font-weight: 600;
  text-decoration: none;
}
.events-archive-calendar .tribe-events .tribe-events-calendar-month__more-events-link:hover {
  text-decoration: underline;
}
.events-archive-calendar .tribe-events .datepicker {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 0.75em;
}
.events-archive-calendar .tribe-events .datepicker::before, .events-archive-calendar .tribe-events .datepicker::after {
  content: none !important;
}
.events-archive-calendar .tribe-events .datepicker .prev,
.events-archive-calendar .tribe-events .datepicker .next {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5em;
  vertical-align: middle;
}
.events-archive-calendar .tribe-events .datepicker .prev button,
.events-archive-calendar .tribe-events .datepicker .next button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25em;
}
.events-archive-calendar .tribe-events .datepicker .prev svg path,
.events-archive-calendar .tribe-events .datepicker .next svg path {
  fill: #151940;
}
.events-archive-calendar .tribe-events .datepicker .prev:hover, .events-archive-calendar .tribe-events .datepicker .prev:focus,
.events-archive-calendar .tribe-events .datepicker .next:hover,
.events-archive-calendar .tribe-events .datepicker .next:focus {
  background: rgba(188, 159, 119, 0.08);
  border-radius: 6px;
}
.events-archive-calendar .tribe-events .datepicker .prev:hover svg path, .events-archive-calendar .tribe-events .datepicker .prev:focus svg path,
.events-archive-calendar .tribe-events .datepicker .next:hover svg path,
.events-archive-calendar .tribe-events .datepicker .next:focus svg path {
  fill: #BC9F77;
}
.events-archive-calendar .tribe-events .datepicker .datepicker-switch {
  color: #151940;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  background: transparent;
}
.events-archive-calendar .tribe-events .datepicker .datepicker-switch button {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  padding: 0.25em 0.5em;
}
.events-archive-calendar .tribe-events .datepicker .datepicker-switch:hover, .events-archive-calendar .tribe-events .datepicker .datepicker-switch:focus {
  color: #BC9F77;
  background: transparent;
}
.events-archive-calendar .tribe-events .datepicker .dow {
  color: #999;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.5em 0;
}
.events-archive-calendar .tribe-events .datepicker .dow abbr {
  text-decoration: none;
}
.events-archive-calendar .tribe-events .datepicker .day {
  color: #151940;
  font-size: 0.82rem;
  font-weight: 400;
  padding: 0.5em 0;
  border-radius: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.events-archive-calendar .tribe-events .datepicker .day:hover, .events-archive-calendar .tribe-events .datepicker .day.focused {
  background: rgba(188, 159, 119, 0.08);
}
.events-archive-calendar .tribe-events .datepicker .day.old, .events-archive-calendar .tribe-events .datepicker .day.new {
  color: #ccc;
}
.events-archive-calendar .tribe-events .datepicker .day.past {
  color: #aaa;
}
.events-archive-calendar .tribe-events .datepicker .day.current {
  background: rgba(188, 159, 119, 0.1);
  color: #BC9F77;
  font-weight: 600;
}
.events-archive-calendar .tribe-events .datepicker .day.current::before {
  border-color: #BC9F77;
}
.events-archive-calendar .tribe-events .datepicker .day.active, .events-archive-calendar .tribe-events .datepicker .day.active:hover {
  background: #151940 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  text-shadow: none;
  font-weight: 600;
  border: none;
}
.events-archive-calendar .tribe-events .datepicker .datepicker-grid {
  gap: 6px;
  padding: 6px 0;
}
.events-archive-calendar .tribe-events .datepicker .month,
.events-archive-calendar .tribe-events .datepicker .year,
.events-archive-calendar .tribe-events .datepicker .decade,
.events-archive-calendar .tribe-events .datepicker .century {
  color: #aaa !important;
  font-size: 0.8rem;
  font-weight: 300;
  border-radius: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.events-archive-calendar .tribe-events .datepicker .month:hover, .events-archive-calendar .tribe-events .datepicker .month.focused,
.events-archive-calendar .tribe-events .datepicker .year:hover,
.events-archive-calendar .tribe-events .datepicker .year.focused,
.events-archive-calendar .tribe-events .datepicker .decade:hover,
.events-archive-calendar .tribe-events .datepicker .decade.focused,
.events-archive-calendar .tribe-events .datepicker .century:hover,
.events-archive-calendar .tribe-events .datepicker .century.focused {
  background: rgba(188, 159, 119, 0.08);
}
.events-archive-calendar .tribe-events .datepicker .month.past,
.events-archive-calendar .tribe-events .datepicker .year.past,
.events-archive-calendar .tribe-events .datepicker .decade.past,
.events-archive-calendar .tribe-events .datepicker .century.past {
  color: #aaa;
}
.events-archive-calendar .tribe-events .datepicker .month.old, .events-archive-calendar .tribe-events .datepicker .month.new,
.events-archive-calendar .tribe-events .datepicker .year.old,
.events-archive-calendar .tribe-events .datepicker .year.new,
.events-archive-calendar .tribe-events .datepicker .decade.old,
.events-archive-calendar .tribe-events .datepicker .decade.new,
.events-archive-calendar .tribe-events .datepicker .century.old,
.events-archive-calendar .tribe-events .datepicker .century.new {
  color: #ccc;
}
.events-archive-calendar .tribe-events .datepicker .month.current,
.events-archive-calendar .tribe-events .datepicker .year.current,
.events-archive-calendar .tribe-events .datepicker .decade.current,
.events-archive-calendar .tribe-events .datepicker .century.current {
  background: rgba(188, 159, 119, 0.1);
  color: #BC9F77 !important;
  font-weight: 600;
}
.events-archive-calendar .tribe-events .datepicker .month.current::before,
.events-archive-calendar .tribe-events .datepicker .year.current::before,
.events-archive-calendar .tribe-events .datepicker .decade.current::before,
.events-archive-calendar .tribe-events .datepicker .century.current::before {
  border-color: #BC9F77;
}
.events-archive-calendar .tribe-events .datepicker .month.active, .events-archive-calendar .tribe-events .datepicker .month.active:hover, .events-archive-calendar .tribe-events .datepicker .month.active.focused,
.events-archive-calendar .tribe-events .datepicker .year.active,
.events-archive-calendar .tribe-events .datepicker .year.active:hover,
.events-archive-calendar .tribe-events .datepicker .year.active.focused,
.events-archive-calendar .tribe-events .datepicker .decade.active,
.events-archive-calendar .tribe-events .datepicker .decade.active:hover,
.events-archive-calendar .tribe-events .datepicker .decade.active.focused,
.events-archive-calendar .tribe-events .datepicker .century.active,
.events-archive-calendar .tribe-events .datepicker .century.active:hover,
.events-archive-calendar .tribe-events .datepicker .century.active.focused {
  background: #151940 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  text-shadow: none;
  font-weight: 600;
  border: none;
}
.events-archive-calendar .tribe-events .datepicker .datepicker-title {
  display: none;
}
.events-archive-calendar .tribe-events .datepicker table {
  border-collapse: collapse;
  width: 100%;
}
.events-archive-calendar .tribe-events .datepicker td,
.events-archive-calendar .tribe-events .datepicker th {
  border: none;
  text-align: center;
}
.events-archive-calendar .tribe-events .datepicker td > button,
.events-archive-calendar .tribe-events .datepicker th > button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button,
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__actions {
  display: none !important;
  visibility: hidden !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar,
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
  background: #BC9F77 !important;
  border-radius: 12px 12px 0 0;
  padding: 0.9em 1.25em !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 0.5em;
  margin-bottom: 0 !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav,
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-list {
  display: contents !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: transparent !important;
  border: none !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link svg {
  width: 20px;
  height: 20px;
  color: white;
  fill: white;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-top-bar__datepicker-button,
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-common-h3.tribe-events-c-top-bar__datepicker-button {
  color: #FFFFFF !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  background: none !important;
  border: none !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events button.tribe-events-c-top-bar__datepicker-button time,
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-common-h3.tribe-events-c-top-bar__datepicker-button time {
  display: inline !important;
  color: inherit;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  display: inline !important;
  visibility: visible !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
  display: none !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column {
  padding: 0.8em 0.5em !important;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column[abbr]::after {
  content: attr(abbr);
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: #999;
  text-align: center;
  visibility: visible;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.55em 0.6em;
  min-height: 90px;
}
.events-archive-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  background: #FFFFFF !important;
  padding-top: 0 !important;
  aspect-ratio: auto !important;
  min-height: 90px;
  overflow: visible !important;
}
@media screen and (max-width: 920px) {
  .events-archive-calendar .tribe-events .tribe-events-c-top-bar,
  .events-archive-calendar .tribe-events .tribe-events-header__top-bar {
    border-radius: 10px 10px 0 0;
    padding: 0.7em 0.9em !important;
    margin-bottom: 0 !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month {
    border-radius: 0 0 10px 10px;
  }
  .events-archive-calendar .tribe-events button.tribe-events-c-top-bar__datepicker-button {
    font-size: 0.95rem !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-link svg {
    width: 18px;
    height: 18px;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day-cell--desktop {
    min-height: 75px;
    padding: 0.45em 0.5em;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day {
    min-height: 75px;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day-date-daynum {
    font-size: 0.82rem;
  }
}
@media screen and (max-width: 640px) {
  .events-archive-calendar .tribe-events .tribe-events-c-top-bar,
  .events-archive-calendar .tribe-events .tribe-events-header__top-bar {
    border-radius: 8px 8px 0 0;
    padding: 0.6em 0.75em !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month {
    border-radius: 0 0 8px 8px;
  }
  .events-archive-calendar .tribe-events button.tribe-events-c-top-bar__datepicker-button {
    font-size: 0.82rem !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-link svg {
    width: 14px;
    height: 14px;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column {
    padding: 0.5em 0.25em !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column[abbr]::after {
    font-size: 0.7rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day-cell--desktop {
    min-height: 55px;
    padding: 0.3em 0.35em;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day {
    min-height: 55px;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day-date-daynum {
    font-size: 0.72rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    padding: 0.2em 0.35em;
    font-size: 0.58rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-details {
    padding: 0.2em 0.35em;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    font-size: 0.52rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title-link {
    font-size: 0.58rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__more-events-link {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 500px) {
  .events-archive-calendar .tribe-events .tribe-events-c-top-bar,
  .events-archive-calendar .tribe-events .tribe-events-header__top-bar {
    border-radius: 6px 6px 0 0;
    padding: 0.5em 0.6em !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month {
    border-radius: 0 0 6px 6px;
  }
  .events-archive-calendar .tribe-events button.tribe-events-c-top-bar__datepicker-button {
    font-size: 0.75rem !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-c-top-bar__nav-link svg {
    width: 12px;
    height: 12px;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column {
    padding: 0.4em 0.15em !important;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__header-column[abbr]::after {
    font-size: 0.6rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day-cell--desktop {
    min-height: 44px;
    padding: 0.2em 0.25em;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day {
    min-height: 44px;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__day-date-daynum {
    font-size: 0.65rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    padding: 0.15em 0.25em;
    font-size: 0.5rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-details {
    padding: 0.15em 0.25em;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    display: none;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title-link {
    font-size: 0.5rem;
  }
  .events-archive-calendar .tribe-events .tribe-events-calendar-month__more-events-link {
    font-size: 0.55rem;
  }
}

.events-banner--single .events-banner-content {
  text-align: left;
  max-width: 1500px;
}
.events-banner--single .events-banner-title {
  font-weight: 300;
  max-width: 800px;
}

.events-banner-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.events-banner-status {
  display: inline-block;
  padding: 0.3em 0.9em;
  border-radius: 2em;
  font-size: 0.75rem;
  font-weight: 500;
}
.events-banner-status--upcoming {
  background: #BC9F77;
  color: #FFFFFF;
}
.events-banner-status--past {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.events-banner-category {
  display: inline-block;
  padding: 0.3em 0.9em;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2em;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
}

.tec-events-single .site-main {
  background: #FFFFFF;
  overflow: visible;
}

.event-single-layout {
  max-width: 1500px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  .event-single-layout {
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 920px) {
  .event-single-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.event-back-link {
  display: inline-block;
  color: #BC9F77;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.event-back-link:hover {
  color: rgb(171.1674876847, 134.881773399, 84.8325123153);
}

.event-single-body {
  color: #151940;
  font-size: 1rem;
  line-height: 1.8;
}
.event-single-body h2, .event-single-body h3, .event-single-body h4, .event-single-body h5 {
  color: #151940;
  font-weight: 700;
  margin: 1.75em 0 0.75em;
}
.event-single-body h2:first-child, .event-single-body h3:first-child, .event-single-body h4:first-child, .event-single-body h5:first-child {
  margin-top: 0;
}
.event-single-body h2 {
  font-size: 1.4rem;
}
.event-single-body h3 {
  font-size: 1.15rem;
}
.event-single-body p {
  margin: 0 0 1.25em;
}
.event-single-body ul, .event-single-body ol {
  margin: 0 0 1.25em;
  padding-left: 0;
  list-style: none;
}
.event-single-body ul li, .event-single-body ol li {
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 0.6em;
}
.event-single-body ul li::before, .event-single-body ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background: #BC9F77;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M13.485 3.929a.75.75 0 0 1 .086 1.056l-5.5 6.5a.75.75 0 0 1-1.107.035l-3-3a.75.75 0 1 1 1.06-1.06l2.418 2.417 4.987-5.862a.75.75 0 0 1 1.056-.086Z'/%3E%3C/svg%3E");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.event-single-body a {
  color: #BC9F77;
  text-decoration: underline;
}
.event-single-body a:hover {
  color: rgb(171.1674876847, 134.881773399, 84.8325123153);
}
.event-single-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5em;
}

.event-register-cta {
  background: #151940;
  border-radius: 0.75em;
  padding: 2em 2em 2.25em;
  margin-top: 2.5em;
}
.event-register-cta .event-register-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 0.7em 1.5em;
  background: #BC9F77;
  color: white !important;
  border: none;
  border-radius: 0.35em;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.event-register-cta .event-register-btn:visited {
  color: white !important;
}
.event-register-cta .event-register-btn svg {
  width: 14px;
  height: 14px;
}
.event-register-cta .event-register-btn:hover {
  color: white !important;
  background: rgb(174.5339901478, 139.7054187192, 91.6660098522);
}

.event-register-title {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5em;
}

.event-register-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 1.25em;
}

@media screen and (max-width: 920px) {
  .event-single-sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.event-details-card {
  background: #F9FAFB;
  border-radius: 0.75em;
  padding: 2em;
  position: sticky;
  top: 7rem;
}
@media screen and (max-width: 920px) {
  .event-details-card {
    position: static;
  }
}

.event-details-heading {
  color: #151940;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1.5em;
}

.event-details-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: 1.25em;
}

.event-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.85em;
}

.event-details-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  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;
  border-radius: 0.5em;
  background: #BC9F77;
  color: #FFFFFF;
}
.event-details-icon svg {
  width: 18px;
  height: 18px;
}

.event-details-text {
  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;
  padding-top: 0.15em;
}

.event-details-label {
  font-size: 0.75rem;
  color: rgba(21, 25, 64, 0.5);
  font-weight: 500;
}

.event-details-value {
  font-size: 0.9rem;
  color: #151940;
  font-weight: 600;
  line-height: 1.4;
}

.event-details-share {
  border-top: 1px solid rgba(21, 25, 64, 0.1);
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.event-details-share-label {
  display: block;
  font-size: 0.85rem;
  color: #151940;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.event-details-share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}

.event-share-btn {
  width: 40px;
  height: 40px;
  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;
  border-radius: 0.5em;
  background: #BC9F77;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.event-share-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.event-share-btn:hover {
  background: rgb(174.5339901478, 139.7054187192, 91.6660098522);
}
.event-share-btn--copy svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.event-share-btn.is-copied {
  background: #151940;
}

.blog-banner {
  position: relative;
  background-color: #151940;
  overflow: hidden;
  padding: 6em 2em 4em;
}
@media screen and (max-width: 920px) {
  .blog-banner {
    padding: 5em 1.5em 3em;
  }
}

.blog-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.blog-banner-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 25, 64, 0.25)), color-stop(50%, rgba(21, 25, 64, 0.5)), to(rgba(21, 25, 64, 0.75)));
  background: linear-gradient(0deg, rgba(21, 25, 64, 0.25) 0%, rgba(21, 25, 64, 0.5) 50%, rgba(21, 25, 64, 0.75) 100%);
}

.blog-banner-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.blog-banner-title {
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.blog-banner-title strong {
  font-weight: 700;
}

.blog-banner-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.85rem, 1vw + 0.3rem, 1rem);
  font-weight: 300;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 650px;
}

.blog-archive {
  background: #FFFFFF;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .blog-archive {
    padding-bottom: 3em;
  }
}

.blog-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
  padding: 2.5em 0;
}
@media screen and (max-width: 920px) {
  .blog-categories {
    padding: 2em 0;
    gap: 0.5em;
  }
}

.blog-category-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1.5em;
  border-radius: 999px;
  border: 1px solid #D0D5DD;
  background: transparent;
  color: #151940;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.blog-category-pill:hover {
  border-color: #BC9F77;
  color: #BC9F77;
}
.blog-category-pill.active {
  background: #BC9F77;
  border-color: #BC9F77;
  color: #FFFFFF;
}

.blog-pinned {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #F9FAFB;
  border-radius: 0.75em;
  overflow: hidden;
  margin-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .blog-pinned {
    grid-template-columns: 1fr;
  }
}

.blog-pinned-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.blog-pinned-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-pinned-image:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (max-width: 920px) {
  .blog-pinned-image {
    aspect-ratio: 16/9;
  }
}

.blog-pinned-content {
  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;
  padding: 2.5em;
}
@media screen and (max-width: 920px) {
  .blog-pinned-content {
    padding: 1.5em;
  }
}

.blog-pinned-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 1em;
}

.blog-pinned-category {
  display: inline-block;
  background: #BC9F77;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35em 0.85em;
  border-radius: 999px;
  line-height: 1;
}

.blog-pinned-title {
  font-size: clamp(1.25rem, 2vw + 0.25rem, 1.75rem);
  font-weight: 700;
  color: #151940;
  line-height: 1.3;
  margin: 0 0 0.75em;
}
.blog-pinned-title a {
  color: inherit;
  text-decoration: none;
}
.blog-pinned-title a:hover {
  color: #BC9F77;
}

.blog-pinned-excerpt {
  color: #475467;
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 1.5em;
}

.blog-pinned-link {
  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;
  color: #151940;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.blog-pinned-link svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog-pinned-link svg path {
  stroke: currentColor;
}
.blog-pinned-link:hover {
  gap: 0.7em;
  color: #151940;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width: 920px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
  }
}
.blog-posts-grid .loading-indicator,
.blog-posts-grid .error-message,
.blog-posts-grid .no-posts {
  grid-column: 1/-1;
}

.blog-card {
  background: #FFFFFF;
  border-radius: 0.5em;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.blog-card:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.blog-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-card-image:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.blog-card-body {
  padding: 1.25em;
}

.blog-card-date {
  color: #667085;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}

.blog-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #151940;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.blog-card-title a {
  color: inherit;
  text-decoration: none;
}
.blog-card-title a:hover {
  color: #BC9F77;
}

.blog-card-excerpt {
  color: #475467;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}

.blog-posts-section .pagination {
  margin-top: 3em;
}

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

.block-cwi a:not(.button) {
  color: #FFFFFF;
}
.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: #151940;
  color: #151940;
}
.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: #BC9F77;
  background-color: #BC9F77;
  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 {
  background-color: #f9fafb;
  padding: 4em 10%;
}
.block-contact .contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-container {
    padding-left: 5%;
    padding-right: 5%;
    grid-template-columns: 1fr;
  }
}
.block-contact {
  /* ---- Left column ---- */
}
.block-contact .contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.block-contact .contact-left .info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media screen and (max-width: 920px) {
  .block-contact .contact-left .info-cards {
    grid-template-columns: 1fr;
  }
}
.block-contact .contact-left .info-cards .info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 1px 3px rgba(18, 24, 34, 0.04);
          box-shadow: 0 1px 3px rgba(18, 24, 34, 0.04);
}
.block-contact .contact-left .info-cards .info-card .icon-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: #BC9F77;
  display: grid;
  place-items: center;
}
.block-contact .contact-left .info-cards .info-card .icon-wrap img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-contact .contact-left .info-cards .info-card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.block-contact .contact-left .info-cards .info-card .card-title {
  margin: 0 0 0.25rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #151940;
}
.block-contact .contact-left .info-cards .info-card .card-copy {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #151940;
}
.block-contact .contact-left .location-block .location-title {
  margin: 0 0 0.5rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #151940;
}
.block-contact .contact-left .location-block .location-text {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #151940;
}
.block-contact .contact-left .location-block .map-shell {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(18, 24, 34, 0.04);
          box-shadow: 0 1px 3px rgba(18, 24, 34, 0.04);
}
.block-contact .contact-left .location-block .map-shell .acf-map {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}
.block-contact {
  /* ---- Right column ---- */
}
.block-contact .contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.block-contact .contact-right .form-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(18, 24, 34, 0.04);
          box-shadow: 0 1px 3px rgba(18, 24, 34, 0.04);
}
.block-contact .contact-right .form-card .section-title {
  margin: 0 0 0.5rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #151940;
}
.block-contact .contact-right .form-card .section-desc {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #151940;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gform_body .gform_fields {
  display: grid;
}
@media screen and (max-width: 500px) {
  .block-contact .contact-right .form-card .contact-form .gform_wrapper .gform_body .gform_fields {
    grid-template-columns: 1fr;
  }
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield input[type=text],
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield input[type=email],
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield input[type=tel],
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield select,
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield textarea {
  width: 100%;
  min-width: 0;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(18, 24, 34, 0.12);
  background: #fff;
  color: #151940;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield input[type=text]:focus,
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield input[type=email]:focus,
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield input[type=tel]:focus,
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield select:focus,
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield textarea:focus {
  border-color: #BC9F77;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23151940' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield textarea {
  min-height: 120px;
  resize: vertical;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gform_footer {
  margin-top: 1.5rem;
  padding: 0;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  background: #BC9F77;
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  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;
  gap: 0.5rem;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gform_footer .gform_button:hover {
  background: #a58d62;
}
.block-contact .contact-right .form-card .contact-form .gform_wrapper .gfield_description,
.block-contact .contact-right .form-card .contact-form .gform_wrapper .character_counter {
  font-size: 0.8rem;
  color: rgba(21, 25, 64, 0.5);
}
.block-contact .contact-right .connect-panel {
  background: #151940;
  color: #FFFFFF;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
}
.block-contact .contact-right .connect-panel .connect-title {
  margin: 0 0 0.35rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.block-contact .contact-right .connect-panel .connect-copy {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.85;
}
.block-contact .contact-right .connect-panel .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.block-contact .contact-right .connect-panel .socials .social-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #BC9F77;
  color: #FFFFFF;
  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;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.block-contact .contact-right .connect-panel .socials .social-link:hover {
  background: #a58d62;
}
.block-contact .contact-right .connect-panel .socials .social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.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-event-gallery {
  padding: 4em 0;
}
.block-event-gallery .evg-section:not(:first-child) {
  margin-top: 5em;
}
@media screen and (max-width: 920px) {
  .block-event-gallery .evg-section:not(:first-child) {
    margin-top: 3.5em;
  }
}
.block-event-gallery .evg-header {
  text-align: center;
  margin-bottom: 2em;
}
.block-event-gallery .evg-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.25em;
}
.block-event-gallery .evg-date {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.block-event-gallery .evg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media screen and (max-width: 920px) {
  .block-event-gallery .evg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em;
  }
}
@media screen and (max-width: 640px) {
  .block-event-gallery .evg-grid {
    grid-template-columns: 1fr;
    gap: 0.75em;
  }
}
.block-event-gallery .evg-item {
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.block-event-gallery .evg-item.is-hidden {
  display: none;
}
.block-event-gallery .evg-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -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;
}
.block-event-gallery .evg-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.block-event-gallery .evg-show-more-wrap {
  text-align: center;
  margin-top: 2em;
}
.block-event-gallery .evg-show-more {
  display: inline-block;
  padding: 0.75em 3em;
  border-radius: 8px;
  background-color: #BC9F77;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid #BC9F77;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.block-event-gallery .evg-show-more:hover {
  background-color: transparent;
  color: #BC9F77;
}

.event-schedule-inner {
  padding: 1.5em 10em 4em;
}
@media screen and (max-width: 920px) {
  .event-schedule-inner {
    padding: 1.5em 5% 3em;
  }
}
@media screen and (max-width: 640px) {
  .event-schedule-inner {
    padding: 1em 5% 2em;
  }
}
.event-schedule-inner .event-schedule-header {
  text-align: center;
}
.event-schedule-inner .event-schedule-header .event-schedule-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 200;
  margin-bottom: 1em;
}
.event-schedule-inner .event-schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 920px) {
  .event-schedule-inner .event-schedule-content {
    -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;
  }
}
.event-schedule-inner .event-schedule-content .event-schedule-programs {
  background-color: #151940;
  padding: 1em 2em 2em;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
}
@media screen and (max-width: 920px) {
  .event-schedule-inner .event-schedule-content .event-schedule-programs {
    width: 100%;
    max-width: 100%;
  }
}
.event-schedule-inner .event-schedule-content .event-schedule-programs .event-schedule-program-title {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1em;
}
.event-schedule-inner .event-schedule-content .event-schedule-programs .event-schedule-program-list .event-schedule-program-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.event-schedule-inner .event-schedule-content .event-schedule-programs .event-schedule-program-list .event-schedule-program-item .event-schedule-program-time {
  background-color: #BC9F77;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 500;
  width: 4em;
  height: 4em;
  border-radius: 8px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.event-schedule-inner .event-schedule-content .event-schedule-programs .event-schedule-program-list .event-schedule-program-item .event-schedule-program-info {
  margin-bottom: 2em;
}
.event-schedule-inner .event-schedule-content .event-schedule-programs .event-schedule-program-list .event-schedule-program-item .event-schedule-program-info .event-schedule-program-title {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
.event-schedule-inner .event-schedule-content .event-schedule-programs .event-schedule-program-list .event-schedule-program-item .event-schedule-program-info .event-schedule-program-description {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 300;
}
.event-schedule-inner .event-schedule-content .event-schedule-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .event-schedule-inner .event-schedule-content .event-schedule-details {
    max-width: 600px;
  }
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits {
  border: solid 1px #BC9F77;
  padding: 0em 2em 1.5em;
  border-radius: 8px;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefits-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefits-header .event-schedule-benefit-icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefits-header .event-schedule-benefit-icon {
    width: 30px;
    height: 30px;
  }
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefits-header .event-schedule-benefit-title {
  color: #151940;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefits-header .event-schedule-benefit-title {
    font-size: 1.25rem;
  }
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefit-list {
  list-style: none;
  padding-left: 0;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefit-list .event-schedule-benefit-item {
  font-size: 0.9rem;
  color: #151940;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefit-list .event-schedule-benefit-item {
    font-size: 0.85rem;
  }
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-benefits .event-schedule-benefit-list .event-schedule-benefit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29867 7.66666L12.9634 -8.58307e-05L14.1298 1.18332L5.29867 10.0333L0 4.71666L1.16637 3.54999L5.29867 7.66666Z' fill='%23BC9F77'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-pricing {
  background-color: #BC9F77;
  padding: 0.5em 2em 1.5em;
  border-radius: 8px;
  color: #FFFFFF;
  margin-top: 2em;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-pricing .event-schedule-ticket-title {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-pricing .event-schedule-ticket-title {
    font-size: 1.25rem;
  }
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-pricing .event-schedule-ticket-list {
  list-style: none;
  padding-left: 0;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-pricing .event-schedule-ticket-list .event-schedule-ticket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5em;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-pricing .event-schedule-ticket-list .event-schedule-ticket-item .event-schedule-ticket-name {
  font-size: 0.9rem;
  font-weight: 300;
}
.event-schedule-inner .event-schedule-content .event-schedule-details .event-schedule-pricing .event-schedule-ticket-list .event-schedule-ticket-item .event-schedule-ticket-price {
  font-size: 1.1rem;
  font-weight: 500;
}

.block-hero-banner .hero-banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.block-hero-banner .hero-banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-hero-banner .hero-banner-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: center;
  max-width: 1000px;
}
.block-hero-banner .hero-banner-title {
  color: #FFFFFF;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.5em;
}
.block-hero-banner .hero-banner-description {
  color: #FFFFFF;
  font-size: clamp(0.85rem, 1.1vw + 0.4rem, 1rem);
  font-weight: 300;
  line-height: 1.6;
  margin: 0 auto 2.5em;
  max-width: min(600px, 90%);
}
.block-hero-banner .hero-banner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  font-size: 0.85rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.block-hero-banner .hero-banner-btn-primary {
  background-color: #BC9F77;
  color: #FFFFFF;
  border: 1px solid #BC9F77;
}
.block-hero-banner .hero-banner-btn-primary:hover, .block-hero-banner .hero-banner-btn-primary:focus {
  background-color: rgb(174.5339901478, 139.7054187192, 91.6660098522);
  border-color: rgb(174.5339901478, 139.7054187192, 91.6660098522);
}
.block-hero-banner .hero-banner-btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.block-hero-banner .hero-banner-btn-secondary:hover, .block-hero-banner .hero-banner-btn-secondary:focus {
  background-color: #FFFFFF;
  color: #151940;
}
.block-hero-banner .hero-banner-scroll-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-animation: hero-bounce 2s ease infinite;
          animation: hero-bounce 2s ease infinite;
}
.block-hero-banner .hero-banner-scroll-arrow svg {
  width: 32px;
  height: 36px;
  display: block;
}
@-webkit-keyframes hero-bounce {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
}
@keyframes hero-bounce {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
}

.block-landing-hero-banner .landing-hero-banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.block-landing-hero-banner .landing-hero-banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-landing-hero-banner .landing-hero-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 25, 64, 0.25)), color-stop(50%, rgba(21, 25, 64, 0.5)), to(rgba(21, 25, 64, 0.75)));
  background: linear-gradient(0deg, rgba(21, 25, 64, 0.25) 0%, rgba(21, 25, 64, 0.5) 50%, rgba(21, 25, 64, 0.75) 100%);
  z-index: 1;
}
.block-landing-hero-banner .landing-hero-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.block-landing-hero-banner .landing-hero-banner-video-desktop {
  display: block;
}
@media screen and (max-width: 920px) {
  .block-landing-hero-banner .landing-hero-banner-video-desktop {
    display: none;
  }
}
.block-landing-hero-banner .landing-hero-banner-video-mobile {
  display: none;
}
@media screen and (max-width: 920px) {
  .block-landing-hero-banner .landing-hero-banner-video-mobile {
    display: block;
  }
}
.block-landing-hero-banner .landing-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-landing-hero-banner .landing-hero-banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
}
.block-landing-hero-banner .landing-hero-banner-slider.is-initialized {
  visibility: visible;
}
.block-landing-hero-banner .landing-hero-banner-slider .splide__track {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.block-landing-hero-banner .landing-hero-banner-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}
.block-landing-hero-banner .landing-hero-banner-slider .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.block-landing-hero-banner .landing-hero-banner-slider .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.block-landing-hero-banner .landing-hero-banner-slider .splide__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
.block-landing-hero-banner .landing-hero-banner-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-landing-hero-banner .landing-hero-banner-text {
  position: relative;
  z-index: 2;
  padding: 2rem;
  text-align: center;
  max-width: 1000px;
}
.block-landing-hero-banner .landing-hero-banner-date span {
  background-color: #BC9F77;
  color: white;
  font-size: 0.65rem;
  font-weight: 500;
  border-radius: 25px;
  padding: 0.45rem 1.5rem;
}
.block-landing-hero-banner .landing-hero-banner-main-title {
  color: white;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}
.block-landing-hero-banner .landing-hero-banner-bottom-title {
  color: white;
  font-size: clamp(0.85rem, 1.1vw + 0.4rem, 1.5rem);
  font-weight: 300;
  line-height: 1.6;
  margin: 0 auto 1.5em;
  max-width: min(600px, 90%);
}
.block-landing-hero-banner .landing-hero-banner-details {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  font-size: clamp(0.85rem, 1.1vw + 0.4rem, 1rem);
}
.block-landing-hero-banner .landing-hero-banner-location, .block-landing-hero-banner .landing-hero-banner-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}

.block-initiative-tease {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-initiative-tease {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-initiative-tease .initiative-tease-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-bottom: 3rem;
}
.block-initiative-tease .initiative-tease-header .section-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  color: #151940;
}
.block-initiative-tease .initiative-tease-header .section-description {
  max-width: 640px;
  margin: 0;
}
@media screen and (max-width: 920px) {
  .block-initiative-tease .initiative-tease-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.block-initiative-tease .initiative-tease-grid {
  display: grid;
  grid-template-columns: repeat(var(--per-row, 3), 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1280px) {
  .block-initiative-tease .initiative-tease-grid {
    grid-template-columns: repeat(min(var(--per-row, 3), 2), 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-initiative-tease .initiative-tease-grid {
    grid-template-columns: 1fr;
  }
}
.block-initiative-tease .initiative-tease-footer {
  margin-top: 3rem;
  text-align: center;
}
.block-initiative-tease .initiative-tease-footer .button {
  border-radius: 8px;
  background-color: #BC9F77;
  border-color: #BC9F77;
  color: #FFFFFF;
  font-size: 1rem;
}
.block-initiative-tease .initiative-tease-footer .button:hover, .block-initiative-tease .initiative-tease-footer .button:focus, .block-initiative-tease .initiative-tease-footer .button:active {
  background-color: transparent;
  color: #BC9F77;
}

.initiative-card {
  border-radius: 16px;
  overflow: hidden;
}

.initiative-card-inner {
  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%;
  padding: 2rem;
  background-color: #BC9F77;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 16px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.initiative-card-inner:hover {
  background-color: #151940;
}
.initiative-card-inner:hover .initiative-card-icon svg > path:first-child {
  fill: #BC9F77;
}

.initiative-card-icon {
  margin-bottom: 1.5rem;
}
.initiative-card-icon svg {
  width: 56px;
  height: 56px;
  display: block;
}
.initiative-card-icon svg > path:first-child {
  fill: #151940;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.initiative-card-icon svg path:not(:first-child),
.initiative-card-icon svg rect {
  fill: #FFFFFF;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.initiative-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: #FFFFFF;
}

.initiative-card-excerpt {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  color: #FFFFFF;
  opacity: 0.9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.initiative-card-link {
  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;
  font-size: 0.9rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 1.5rem;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.initiative-card-link svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.initiative-card-inner:hover .initiative-card-link {
  gap: 0.7em;
}

.initiative-card-dark {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(21, 25, 64, 0.08);
          box-shadow: 0 2px 12px rgba(21, 25, 64, 0.08);
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.initiative-card-dark:hover {
  -webkit-box-shadow: 0 8px 24px rgba(21, 25, 64, 0.12);
          box-shadow: 0 8px 24px rgba(21, 25, 64, 0.12);
}

.initiative-card-dark-inner {
  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%;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
.initiative-card-dark-inner:hover .initiative-card-dark-image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.initiative-card-dark-inner:hover .initiative-card-dark-link {
  gap: 0.6em;
}

.initiative-card-dark-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.initiative-card-dark-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
@media screen and (max-width: 640px) {
  .initiative-card-dark-image {
    height: 180px;
  }
}

.initiative-card-dark-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.initiative-card-dark-tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 0.75rem 0.25rem;
  background: #BC9F77;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 25px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.initiative-card-dark-title {
  margin: 0 0 0.5rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #151940;
  line-height: 1.3;
}

.initiative-card-dark-excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #151940;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.initiative-card-dark-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
  font-size: 0.9rem;
  font-weight: 600;
  color: #BC9F77;
  text-decoration: none;
  margin-top: 1rem;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.initiative-card-dark-link svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block-initiative-listing {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-initiative-listing {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-initiative-listing .initiative-listing-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2rem;
  border: 2px dashed #BC9F77;
  border-radius: 12px;
  text-align: center;
}
.block-initiative-listing .initiative-listing-preview-icon {
  color: #BC9F77;
  margin-bottom: 0.75rem;
}
.block-initiative-listing .initiative-listing-preview-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #151940;
  margin: 0 0 0.25rem;
}
.block-initiative-listing .initiative-listing-preview-meta {
  font-size: 0.85rem;
  color: #151940;
  opacity: 0.6;
  margin: 0;
}
.block-initiative-listing .dynamic-posts-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
}
.block-initiative-listing .dynamic-posts-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 1.5em;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  border: 1.5px solid #BC9F77;
  border-radius: 999px;
  background-color: transparent;
  color: #BC9F77;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.block-initiative-listing .dynamic-posts-pill:hover {
  background-color: rgba(188, 159, 119, 0.1);
}
.block-initiative-listing .dynamic-posts-pill.active {
  background-color: #BC9F77;
  color: #FFFFFF;
}
.block-initiative-listing .initiative-listing-grid {
  display: grid;
  grid-template-columns: repeat(var(--per-row, 3), 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1280px) {
  .block-initiative-listing .initiative-listing-grid {
    grid-template-columns: repeat(min(var(--per-row, 3), 2), 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-initiative-listing .initiative-listing-grid {
    grid-template-columns: 1fr;
  }
}
.block-initiative-listing .initiative-listing-grid.is-loading {
  min-height: 300px;
  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-initiative-listing .loading-indicator {
  font-size: 1rem;
  color: #151940;
  opacity: 0.6;
}
.block-initiative-listing .no-posts {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
}
.block-initiative-listing .no-posts .no-posts-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #151940;
  margin: 0 0 0.5rem;
}
.block-initiative-listing .no-posts .no-posts-description {
  font-size: 0.95rem;
  color: #151940;
  opacity: 0.7;
  margin: 0;
}
.block-initiative-listing .pagination {
  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;
  gap: 0.5rem;
  margin-top: 3rem;
}
.block-initiative-listing .pagination .page-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1.5px solid #BC9F77;
  border-radius: 8px;
  background-color: transparent;
  color: #BC9F77;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.block-initiative-listing .pagination .page-button:hover {
  background-color: rgba(188, 159, 119, 0.1);
}
.block-initiative-listing .pagination .page-button.active {
  background-color: #BC9F77;
  color: #FFFFFF;
}
.block-initiative-listing .pagination .prev-button,
.block-initiative-listing .pagination .next-button {
  font-weight: 500;
}
.block-initiative-listing .pagination .pagination-ellipsis {
  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;
  min-width: 2rem;
  color: #151940;
  opacity: 0.5;
}
.block-initiative-listing .error-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
}
.block-initiative-listing .error-message p {
  font-size: 1rem;
  color: #151940;
  margin: 0 0 1rem;
}
.block-initiative-listing .error-message .retry-button {
  border-radius: 8px;
  background-color: #BC9F77;
  border-color: #BC9F77;
  color: #FFFFFF;
}
.block-initiative-listing .error-message .retry-button:hover {
  background-color: transparent;
  color: #BC9F77;
}

.block-stat-counter {
  background-color: #151940;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-stat-counter {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-stat-counter .stat-counter-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-stat-counter .stat-counter-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 2rem;
  position: relative;
}
.block-stat-counter .stat-counter-item:not(:first-child) {
  border-left: 1px solid #BC9F77;
}
.block-stat-counter .stat-counter-value {
  color: #BC9F77;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.block-stat-counter .stat-prefix,
.block-stat-counter .stat-suffix {
  display: inline;
}
.block-stat-counter .stat-counter-subtitle {
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 920px) {
  .block-stat-counter .stat-counter-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
  }
  .block-stat-counter .stat-counter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .block-stat-counter .stat-counter-item:nth-child(odd) {
    border-left: none;
  }
}
@media screen and (max-width: 500px) {
  .block-stat-counter .stat-counter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .block-stat-counter .stat-counter-item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #BC9F77;
    padding-top: 1.5rem;
  }
}

.block-cta {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-cta {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-cta .cta-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 920px) {
  .block-cta .cta-card {
    grid-template-columns: 1fr;
  }
}
.block-cta .cta-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 920px) {
  .block-cta .cta-image {
    max-height: 350px;
    overflow: hidden;
  }
}
.block-cta .cta-content {
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .block-cta .cta-content {
    padding: 2em;
  }
}
.block-cta .cta-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75em;
}
.block-cta .cta-description {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 1.5em;
}
.block-cta .cta-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25em;
}
.block-cta .cta-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75em;
}
.block-cta .cta-bullet-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.15em;
  color: #BC9F77;
}
.block-cta .cta-bullet-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.block-cta .cta-bullet-text {
  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.15em;
}
.block-cta .cta-bullet-title {
  color: #151940;
  font-size: 0.95rem;
  font-weight: 700;
}
.block-cta .cta-bullet-subtitle {
  color: #555;
  font-size: 0.85rem;
  font-weight: 300;
}
.block-cta .cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: 100%;
  background-color: #BC9F77;
  color: #FFFFFF;
  border: 2px solid #BC9F77;
  border-radius: 8px;
  padding: 0.75em 3em;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: auto;
}
.block-cta .cta-button svg {
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.block-cta .cta-button:hover, .block-cta .cta-button:focus {
  background-color: transparent;
  color: #BC9F77;
}
.block-cta .cta-button:hover svg, .block-cta .cta-button:focus svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.block-latest-updates {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-latest-updates {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-latest-updates .latest-updates-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2em;
  gap: 1em;
}
@media screen and (max-width: 640px) {
  .block-latest-updates .latest-updates-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-latest-updates .section-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.block-latest-updates .section-subtitle {
  color: #555;
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0.25em 0 0;
}
.block-latest-updates .latest-updates-view-all {
  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;
  color: #BC9F77;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.block-latest-updates .latest-updates-view-all svg {
  width: 1em;
  height: 1em;
}
.block-latest-updates .latest-updates-view-all:hover {
  gap: 0.7em;
}
.block-latest-updates .latest-updates-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1.5em;
}
@media screen and (max-width: 920px) {
  .block-latest-updates .latest-updates-grid {
    grid-template-columns: 1fr;
  }
}
.block-latest-updates .latest-updates-featured {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  min-height: 400px;
}
@media screen and (max-width: 920px) {
  .block-latest-updates .latest-updates-featured {
    min-height: 300px;
  }
}
.block-latest-updates .latest-updates-featured img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.block-latest-updates .latest-updates-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}
.block-latest-updates .latest-updates-featured:hover .latest-updates-featured-title {
  text-decoration: underline;
}
.block-latest-updates .latest-updates-featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  z-index: 1;
}
.block-latest-updates .latest-updates-featured-title {
  color: #FFFFFF;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0.5em 0 0.5em;
}
.block-latest-updates .latest-updates-featured-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.block-latest-updates .latest-updates-date {
  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;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  font-weight: 300;
}
.block-latest-updates .latest-updates-date svg {
  width: 0.85em;
  height: 0.85em;
  color: #BC9F77;
}
.block-latest-updates .latest-updates-tag {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #BC9F77;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4em 0.85em;
  border-radius: 999px;
  line-height: 1;
}
.block-latest-updates .latest-updates-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.block-latest-updates .latest-updates-card {
  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;
  padding: 1.5em;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.block-latest-updates .latest-updates-card:hover {
  border-color: #BC9F77;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.block-latest-updates .latest-updates-card:hover .latest-updates-card-title {
  text-decoration: underline;
}
.block-latest-updates .latest-updates-card-title {
  color: #151940;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0.5em 0 0.4em;
}
.block-latest-updates .latest-updates-card-date {
  color: #777;
  font-size: 0.8rem;
  font-weight: 300;
}

.block-page-hero .page-hero-inner {
  position: relative;
  background-color: #151940;
  overflow: hidden;
  padding: 6em 2em 4em;
}
@media screen and (max-width: 920px) {
  .block-page-hero .page-hero-inner {
    padding: 5em 1.5em 3em;
  }
}
.block-page-hero .page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.block-page-hero .page-hero-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 25, 64, 0.25)), color-stop(50%, rgba(21, 25, 64, 0.5)), to(rgba(21, 25, 64, 0.75)));
  background: linear-gradient(0deg, rgba(21, 25, 64, 0.25) 0%, rgba(21, 25, 64, 0.5) 50%, rgba(21, 25, 64, 0.75) 100%);
}
.block-page-hero .page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.block-page-hero .page-hero-align-left {
  text-align: left;
}
.block-page-hero .page-hero-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.block-page-hero .page-hero-align-center .page-hero-description {
  margin-left: auto;
  margin-right: auto;
}
.block-page-hero .page-hero-align-center .page-hero-tags {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-page-hero .page-hero-align-right {
  text-align: right;
  margin-left: auto;
}
.block-page-hero .page-hero-align-right .page-hero-description {
  margin-left: auto;
}
.block-page-hero .page-hero-align-right .page-hero-tags {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-page-hero .page-hero-pill {
  display: inline-block;
  background-color: #BC9F77;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4em 0.85em;
  border-radius: 999px;
  line-height: 1;
  margin-bottom: 1.25em;
}
.block-page-hero .page-hero-title {
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.block-page-hero .page-hero-title strong {
  font-weight: 700;
}
.block-page-hero .page-hero-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.85rem, 1vw + 0.3rem, 1rem);
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 2em;
  max-width: 650px;
}
.block-page-hero .page-hero-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em;
}
.block-page-hero .page-hero-tag {
  display: inline-block;
  border: 1px solid #BC9F77;
  color: #FFFFFF;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5em 1.2em;
  border-radius: 999px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.block-page-hero .page-hero-tag:hover {
  background-color: #BC9F77;
  color: #FFFFFF;
}

.block-block-grid {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-block-grid {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-block-grid .block-grid-items {
  display: grid;
  grid-template-columns: repeat(var(--items-per-row, 3), 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 920px) {
  .block-block-grid .block-grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-block-grid .block-grid-items {
    grid-template-columns: 1fr;
  }
}
.block-block-grid .block-grid-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5em 2em;
  border-radius: 16px;
}
.block-block-grid .block-grid-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5em;
}
.block-block-grid .block-grid-title {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color: inherit;
}
.block-block-grid .block-grid-description {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  color: inherit;
  opacity: 0.9;
}
.block-block-grid .block-grid-link {
  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;
  margin-top: auto;
  padding-top: 1.5em;
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.block-block-grid .block-grid-link svg {
  width: 1em;
  height: 1em;
}
.block-block-grid .block-grid-link:hover {
  gap: 0.7em;
}

.block-feature-grid .feature-grid-inner {
  padding: 4em 2em;
}
@media screen and (max-width: 920px) {
  .block-feature-grid .feature-grid-inner {
    padding: 3em 1.5em;
  }
}
.block-feature-grid .feature-grid-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3em;
}
.block-feature-grid .feature-grid-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.block-feature-grid .feature-grid-description {
  color: #555;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}
.block-feature-grid .feature-grid-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}
@media screen and (max-width: 1280px) {
  .block-feature-grid .feature-grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-feature-grid .feature-grid-items {
    grid-template-columns: 1fr;
  }
}
.block-feature-grid .feature-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-feature-grid .feature-grid-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.25em;
}
.block-feature-grid .feature-grid-item-title {
  color: #151940;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5em;
}
.block-feature-grid .feature-grid-item-description {
  color: #555;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}

.block-content-showcase {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-content-showcase {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-content-showcase .content-showcase-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .block-content-showcase .content-showcase-layout {
    grid-template-columns: 1fr;
  }
}
.block-content-showcase .content-showcase-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.block-content-showcase .content-showcase-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-content-showcase .content-showcase-title {
  font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1em;
}
.block-content-showcase .content-showcase-title span {
  display: block;
}
.block-content-showcase .content-showcase-title span:last-child {
  text-align: center;
}
.block-content-showcase .content-showcase-card {
  background-color: #151940;
  border-radius: 16px;
  padding: 2.5em;
}
@media screen and (max-width: 640px) {
  .block-content-showcase .content-showcase-card {
    padding: 2em 1.5em;
  }
}
.block-content-showcase .content-showcase-subtitle {
  color: #FFFFFF;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.75em;
}
.block-content-showcase .content-showcase-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 1.5em;
}
.block-content-showcase .content-showcase-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media screen and (max-width: 500px) {
  .block-content-showcase .content-showcase-bullets {
    grid-template-columns: 1fr;
  }
}
.block-content-showcase .content-showcase-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 400;
}
.block-content-showcase .content-showcase-bullet svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  color: #BC9F77;
}

.block-board-of-directors .bod-inner {
  padding: 4em 2em;
}
@media screen and (max-width: 920px) {
  .block-board-of-directors .bod-inner {
    padding: 3em 1.5em;
  }
}
.block-board-of-directors .bod-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3em;
}
.block-board-of-directors .bod-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.block-board-of-directors .bod-description {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.block-board-of-directors .bod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .block-board-of-directors .bod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-board-of-directors .bod-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.block-board-of-directors .bod-card {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.block-board-of-directors .bod-card-inner {
  position: relative;
  -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;
  border-radius: 12px;
  overflow: visible;
}
.block-board-of-directors .bod-card.has-flip:hover .bod-card-inner,
.block-board-of-directors .bod-card.has-flip.is-flipped .bod-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.block-board-of-directors .bod-card-front,
.block-board-of-directors .bod-card-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 12px;
}
.block-board-of-directors .bod-card-front {
  background: #f5f5f5;
  overflow: hidden;
}
.block-board-of-directors .bod-card-image {
  aspect-ratio: 4/4.2;
  overflow: hidden;
}
.block-board-of-directors .bod-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block-board-of-directors .bod-card-info {
  padding: 1.25em 1em 1.5em;
  text-align: center;
}
.block-board-of-directors .bod-card-name {
  color: #151940;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.block-board-of-directors .bod-card-position {
  color: #666;
  font-size: 0.85rem;
  margin-bottom: 0.75em;
}
.block-board-of-directors .bod-card-linkedin {
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #BC9F77;
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.block-board-of-directors .bod-card-linkedin:hover {
  opacity: 0.8;
}
.block-board-of-directors .bod-card-linkedin svg {
  width: 16px;
  height: 16px;
}
.block-board-of-directors .bod-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151940;
  -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: 2em 1.5em;
}
.block-board-of-directors .bod-card-back-content {
  text-align: center;
}
.block-board-of-directors .bod-card-back .bod-card-name {
  color: #FFFFFF;
  margin-bottom: 0.25em;
}
.block-board-of-directors .bod-card-back .bod-card-position {
  color: #BC9F77;
  font-size: 0.8rem;
  margin-bottom: 1em;
}
.block-board-of-directors .bod-card-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1.25em;
}
.block-board-of-directors .bod-card-back .bod-card-linkedin {
  background: #BC9F77;
  color: #FFFFFF;
}

.block-partners-grid .partners-grid-inner {
  padding: 4em 2em;
}
@media screen and (max-width: 920px) {
  .block-partners-grid .partners-grid-inner {
    padding: 3em 1.5em;
  }
}
.block-partners-grid .partners-grid-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3em;
}
.block-partners-grid .partners-grid-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.block-partners-grid .partners-grid-description {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.block-partners-grid .partners-group {
  max-width: 1200px;
  margin: 0 auto;
}
.block-partners-grid .partners-group:not(:first-child) {
  margin-top: 2.5em;
}
.block-partners-grid .partners-group-title {
  color: #151940;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.block-partners-grid .partners-slider {
  visibility: hidden;
}
.block-partners-grid .partners-slider.is-initialized {
  visibility: visible;
}
.block-partners-grid .partners-slider .splide__track {
  overflow: hidden;
}
.block-partners-grid .partners-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.block-partners-grid .partners-slider .splide__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
  margin: 0;
}
.block-partners-grid .partners-card {
  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: #BC9F77;
  border-radius: 12px;
  padding: 1.5em 1em;
  min-height: 100px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.block-partners-grid .partners-card:hover {
  opacity: 0.85;
}
.block-partners-grid .partners-card-name {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.block-faq .faq-inner {
  padding: 4em 2em;
}
@media screen and (max-width: 920px) {
  .block-faq .faq-inner {
    padding: 3em 1.5em;
  }
}
.block-faq .faq-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3em;
}
.block-faq .faq-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.block-faq .faq-description {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.block-faq .faq-items {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.block-faq .faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.block-faq .faq-item.is-active {
  border-left: 3px solid #BC9F77;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.block-faq .faq-question {
  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;
  gap: 1em;
  width: 100%;
  padding: 1.25em 1.5em;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.block-faq .faq-question span:first-child {
  color: #151940;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}
.block-faq .faq-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.block-faq .faq-icon::before, .block-faq .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #BC9F77;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.block-faq .faq-icon::before {
  width: 16px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-faq .faq-icon::after {
  width: 2px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-faq .faq-item.is-active .faq-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.block-faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}
.block-faq .faq-item.is-active .faq-answer {
  grid-template-rows: 1fr;
}
.block-faq .faq-answer-inner {
  overflow: hidden;
}
.block-faq .faq-answer-inner > *:first-child {
  padding: 0 1.5em 1.25em;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.7;
}
.block-faq .faq-answer-inner > *:first-child a {
  color: #BC9F77;
  text-decoration: underline;
}
.block-faq .faq-answer-inner > *:first-child ul, .block-faq .faq-answer-inner > *:first-child ol {
  padding-left: 1.25em;
  margin-top: 0.5em;
}
.block-faq .faq-answer-inner > *:first-child p:not(:last-child) {
  margin-bottom: 0.75em;
}

.block-impact-stats .impact-stats-inner {
  padding: 4em 2em;
}
@media screen and (max-width: 920px) {
  .block-impact-stats .impact-stats-inner {
    padding: 3em 1.5em;
  }
}
.block-impact-stats .impact-stats-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3em;
}
.block-impact-stats .impact-stats-title {
  color: #151940;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.block-impact-stats .impact-stats-description {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.block-impact-stats .impact-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .block-impact-stats .impact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .block-impact-stats .impact-stats-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.block-impact-stats .impact-stats-card {
  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;
  background: #fff;
  border-radius: 12px;
  padding: 2em 1.5em;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.block-impact-stats .impact-stats-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1.25em;
}
.block-impact-stats .impact-stats-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.block-impact-stats .impact-stats-value {
  color: #BC9F77;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
.block-impact-stats .impact-stats-prefix,
.block-impact-stats .impact-stats-suffix {
  display: inline;
}
.block-impact-stats .impact-stats-subtitle {
  color: #151940;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.block-impact-stats .impact-stats-desc {
  color: #888;
  font-size: 0.8rem;
  line-height: 1.4;
}

.register-form .gform_wrapper .gform_body .gform_fields {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 500px) {
  .register-form .gform_wrapper .gform_body .gform_fields {
    grid-template-columns: 1fr;
  }
}
.register-form .gform_wrapper .gfield.gfield--width-half {
  grid-column: span 1;
}
@media screen and (max-width: 500px) {
  .register-form .gform_wrapper .gfield.gfield--width-half {
    grid-column: span 1;
  }
}
.register-form .gform_wrapper .gfield.gfield--width-full {
  grid-column: 1/-1;
}
.register-form .gform_wrapper .gfield .gfield_label {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #151940;
  margin-bottom: 0.5rem;
  display: block;
}
.register-form .gform_wrapper .gfield .gfield_required {
  color: #d93025;
  margin-left: 2px;
}
.register-form .gform_wrapper .gfield .ginput_container {
  position: relative;
}
.register-form .gform_wrapper .gfield input[type=text],
.register-form .gform_wrapper .gfield input[type=email],
.register-form .gform_wrapper .gfield input[type=tel],
.register-form .gform_wrapper .gfield select,
.register-form .gform_wrapper .gfield textarea {
  width: 100%;
  min-width: 0;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(18, 24, 34, 0.12);
  background: #fff;
  color: #151940;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.register-form .gform_wrapper .gfield input[type=text]:focus,
.register-form .gform_wrapper .gfield input[type=email]:focus,
.register-form .gform_wrapper .gfield input[type=tel]:focus,
.register-form .gform_wrapper .gfield select:focus,
.register-form .gform_wrapper .gfield textarea:focus {
  border-color: #BC9F77;
}
.register-form .gform_wrapper .gfield input[type=text]::-webkit-input-placeholder, .register-form .gform_wrapper .gfield input[type=email]::-webkit-input-placeholder, .register-form .gform_wrapper .gfield input[type=tel]::-webkit-input-placeholder, .register-form .gform_wrapper .gfield select::-webkit-input-placeholder, .register-form .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  color: rgba(21, 25, 64, 0.4);
}
.register-form .gform_wrapper .gfield input[type=text]::-moz-placeholder, .register-form .gform_wrapper .gfield input[type=email]::-moz-placeholder, .register-form .gform_wrapper .gfield input[type=tel]::-moz-placeholder, .register-form .gform_wrapper .gfield select::-moz-placeholder, .register-form .gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(21, 25, 64, 0.4);
}
.register-form .gform_wrapper .gfield input[type=text]:-ms-input-placeholder, .register-form .gform_wrapper .gfield input[type=email]:-ms-input-placeholder, .register-form .gform_wrapper .gfield input[type=tel]:-ms-input-placeholder, .register-form .gform_wrapper .gfield select:-ms-input-placeholder, .register-form .gform_wrapper .gfield textarea:-ms-input-placeholder {
  color: rgba(21, 25, 64, 0.4);
}
.register-form .gform_wrapper .gfield input[type=text]::-ms-input-placeholder, .register-form .gform_wrapper .gfield input[type=email]::-ms-input-placeholder, .register-form .gform_wrapper .gfield input[type=tel]::-ms-input-placeholder, .register-form .gform_wrapper .gfield select::-ms-input-placeholder, .register-form .gform_wrapper .gfield textarea::-ms-input-placeholder {
  color: rgba(21, 25, 64, 0.4);
}
.register-form .gform_wrapper .gfield input[type=text]::placeholder,
.register-form .gform_wrapper .gfield input[type=email]::placeholder,
.register-form .gform_wrapper .gfield input[type=tel]::placeholder,
.register-form .gform_wrapper .gfield select::placeholder,
.register-form .gform_wrapper .gfield textarea::placeholder {
  color: rgba(21, 25, 64, 0.4);
}
.register-form .gform_wrapper .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23151940' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.register-form .gform_wrapper .gfield textarea {
  min-height: 120px;
  resize: vertical;
}
.register-form .gform_wrapper .gfield.gfield--type-address .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.register-form .gform_wrapper .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem 1.5rem;
}
@media screen and (max-width: 500px) {
  .register-form .gform_wrapper .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
    grid-template-columns: 1fr;
  }
}
.register-form .gform_wrapper .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.register-form .gform_wrapper .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #BC9F77;
  cursor: pointer;
}
.register-form .gform_wrapper .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice label {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  color: #151940;
  cursor: pointer;
  margin: 0;
}
.register-form .gform_wrapper .gform_footer {
  margin-top: 1.5rem;
  padding: 0;
  grid-column: 1/-1;
}
.register-form .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  background: #BC9F77;
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  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;
  gap: 0.5rem;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.register-form .gform_wrapper .gform_footer .gform_button:hover {
  background: #a58d62;
}
.register-form .gform_wrapper .gfield_description,
.register-form .gform_wrapper .character_counter {
  font-size: 0.8rem;
  color: rgba(21, 25, 64, 0.5);
}

/* 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
--------------------------------------------------------------*/
/* SAL Scroll Animations
--------------------------------------------- */
[data-sal] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-delay: var(--sal-delay, 0s);
          transition-delay: var(--sal-delay, 0s);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--sal-duration, 0.2s);
          transition-duration: var(--sal-duration, 0.2s);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-timing-function: var(--sal-easing, ease);
          transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=slide-up] {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

[data-sal=slide-down] {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

[data-sal=slide-left] {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

[data-sal=slide-right] {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=zoom-in] {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

[data-sal=zoom-out] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sal=flip-left] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
          transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
          transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
          transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
          transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  -webkit-transform: none;
          transform: none;
}


/* 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: #BC9F77;
  border: 1px solid #BC9F77;
  color: #ffffff;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
}
body .gform_submission_error .gform-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .gfield_error input[type=text],
body .gfield_error input[type=email],
body .gfield_error input[type=url],
body .gfield_error input[type=password],
body .gfield_error input[type=search],
body .gfield_error input[type=number],
body .gfield_error input[type=tel],
body .gfield_error input[type=range],
body .gfield_error input[type=date],
body .gfield_error input[type=month],
body .gfield_error input[type=week],
body .gfield_error input[type=time],
body .gfield_error input[type=datetime],
body .gfield_error input[type=datetime-local],
body .gfield_error input[type=color],
body .gfield_error select,
body .gfield_error textarea {
  border-color: #BC9F77;
}
body .gfield_required_asterisk {
  color: #BC9F77;
}
body .validation_message {
  padding: 0.2em 0 0 0;
  color: #FFFFFF;
  font-size: 0.8em;
}
body .gform_fields {
  row-gap: 1em !important;
  -webkit-column-gap: 1em !important;
     -moz-column-gap: 1em !important;
          column-gap: 1em !important;
}
@media screen and (max-width: 639px) {
  body .gform_fields {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
}
body .gfield--type-consent {
  margin: 1em 0;
}
body .gform_wrapper.gravity-theme .gform_drop_area {
  background-color: #151940;
  border: 1px dashed #BC9F77;
  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: #FFFFFF;
  color: #ffffff;
}
body .gravity-theme.ui-datepicker .ui-state-disabled {
  opacity: 0.5;
  text-align: center;
}
body .gravity-theme.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  margin-left: 1.5em;
}
body .gravity-theme.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-right: 1.5em;
}
body .gravity-theme.ui-datepicker .ui-datepicker-next,
body .gravity-theme.ui-datepicker .ui-datepicker-prev {
  top: 10px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-prev {
  left: 15px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-next {
  right: 15px;
}
body .gfield input[type=text],
body .gfield input[type=email],
body .gfield input[type=url],
body .gfield input[type=password],
body .gfield input[type=search],
body .gfield input[type=number],
body .gfield input[type=tel],
body .gfield input[type=range],
body .gfield input[type=date],
body .gfield input[type=month],
body .gfield input[type=week],
body .gfield input[type=time],
body .gfield input[type=datetime],
body .gfield input[type=datetime-local],
body .gfield input[type=color],
body .gfield select,
body .gfield textarea {
  width: 100%;
}
body .gform_footer {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .gform_footer br {
  display: none;
}
body .gform_footer .gform_button {
  padding: 0.9em 2.2em 1em 2.2em;
  text-transform: lowercase;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 4em;
}
body .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 7em;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 10em;
}
@media screen and (min-width: 641px) {
  body .gfmc-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #BC9F77;
  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: #BC9F77;
  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.94ab0ccb59dfca802237.css.map*/