@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

a,
button {
  cursor: revert;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:active,
:focus,
:-internal-direct-focus {
  outline: none;
  outline-color: transparent;
}

::focus-visible:focus-visible {
  outline: 1px solid rgba(146, 113, 46, 0.75);
  outline-offset: 3px;
}

.skip-link {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 7px 12px;
  color: #63695E;
  background-color: rgb(186.75, 186.75, 186.75);
  border-radius: 0.2rem;
  position: absolute;
  top: -400px;
  left: 10px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.skip-link:focus {
  top: -63px;
  opacity: 1;
}
@media (max-width: 1023px) {
  .skip-link {
    display: none;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid rgba(146, 113, 46, 0.75);
  outline-offset: 3px;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}
iframe.map {
  max-width: 100%;
  margin: 0;
  filter: sepia(18%) hue-rotate(300deg) saturate(20%);
}

* + .wp-block-embed {
  margin-top: var(--wp--preset--spacing--normal);
}

html {
  min-height: 100%;
  font-size: 62.5%;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html.has-nav-expanded {
  scroll-behavior: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 130px;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--wp--preset--font-family--primary);
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.menu-opened body {
  overflow: hidden;
}

::-moz-selection {
  background: rgba(184, 159, 107, 0.75);
}

::selection {
  background: rgba(184, 159, 107, 0.75);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

@media (max-width: 781px) {
  .mt0-sm {
    margin-top: 0rem !important;
  }
  .mb0-sm {
    margin-bottom: 0rem !important;
  }
  .pt0-sm {
    padding-top: 0rem !important;
  }
  .pb0-sm {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 782px) {
  .mb0-lg {
    margin-bottom: 0rem !important;
  }
}
.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

@media (max-width: 781px) {
  .mt1-sm {
    margin-top: 1rem !important;
  }
  .mb1-sm {
    margin-bottom: 1rem !important;
  }
  .pt1-sm {
    padding-top: 1rem !important;
  }
  .pb1-sm {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 782px) {
  .mb1-lg {
    margin-bottom: 1rem !important;
  }
}
.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

@media (max-width: 781px) {
  .mt2-sm {
    margin-top: 2rem !important;
  }
  .mb2-sm {
    margin-bottom: 2rem !important;
  }
  .pt2-sm {
    padding-top: 2rem !important;
  }
  .pb2-sm {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 782px) {
  .mb2-lg {
    margin-bottom: 2rem !important;
  }
}
.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

@media (max-width: 781px) {
  .mt3-sm {
    margin-top: 3rem !important;
  }
  .mb3-sm {
    margin-bottom: 3rem !important;
  }
  .pt3-sm {
    padding-top: 3rem !important;
  }
  .pb3-sm {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 782px) {
  .mb3-lg {
    margin-bottom: 3rem !important;
  }
}
.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

@media (max-width: 781px) {
  .mt4-sm {
    margin-top: 4rem !important;
  }
  .mb4-sm {
    margin-bottom: 4rem !important;
  }
  .pt4-sm {
    padding-top: 4rem !important;
  }
  .pb4-sm {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 782px) {
  .mb4-lg {
    margin-bottom: 4rem !important;
  }
}
.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

@media (max-width: 781px) {
  .mt5-sm {
    margin-top: 5rem !important;
  }
  .mb5-sm {
    margin-bottom: 5rem !important;
  }
  .pt5-sm {
    padding-top: 5rem !important;
  }
  .pb5-sm {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 782px) {
  .mb5-lg {
    margin-bottom: 5rem !important;
  }
}
.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

@media (max-width: 781px) {
  .mt6-sm {
    margin-top: 6rem !important;
  }
  .mb6-sm {
    margin-bottom: 6rem !important;
  }
  .pt6-sm {
    padding-top: 6rem !important;
  }
  .pb6-sm {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 782px) {
  .mb6-lg {
    margin-bottom: 6rem !important;
  }
}
.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

@media (max-width: 781px) {
  .mt7-sm {
    margin-top: 7rem !important;
  }
  .mb7-sm {
    margin-bottom: 7rem !important;
  }
  .pt7-sm {
    padding-top: 7rem !important;
  }
  .pb7-sm {
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 782px) {
  .mb7-lg {
    margin-bottom: 7rem !important;
  }
}
.mt8 {
  margin-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

@media (max-width: 781px) {
  .mt8-sm {
    margin-top: 8rem !important;
  }
  .mb8-sm {
    margin-bottom: 8rem !important;
  }
  .pt8-sm {
    padding-top: 8rem !important;
  }
  .pb8-sm {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 782px) {
  .mb8-lg {
    margin-bottom: 8rem !important;
  }
}
.mt9 {
  margin-top: 9rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

@media (max-width: 781px) {
  .mt9-sm {
    margin-top: 9rem !important;
  }
  .mb9-sm {
    margin-bottom: 9rem !important;
  }
  .pt9-sm {
    padding-top: 9rem !important;
  }
  .pb9-sm {
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 782px) {
  .mb9-lg {
    margin-bottom: 9rem !important;
  }
}
.mt10 {
  margin-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

@media (max-width: 781px) {
  .mt10-sm {
    margin-top: 10rem !important;
  }
  .mb10-sm {
    margin-bottom: 10rem !important;
  }
  .pt10-sm {
    padding-top: 10rem !important;
  }
  .pb10-sm {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 782px) {
  .mb10-lg {
    margin-bottom: 10rem !important;
  }
}
.hide {
  display: none !important;
}

@media (max-width: 781px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-md {
    display: none !important;
  }
}
a {
  text-decoration: none;
}

#content a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.licence):not(.aim__btn):not(.tab-link)) {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #92712E;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  color: #E1E1E1;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#content a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.licence):not(.aim__btn):not(.tab-link)):hover, #content a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.licence):not(.aim__btn):not(.tab-link)):active #content a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.licence):not(.aim__btn):not(.tab-link)):focus {
  color: #fff;
  text-decoration-color: transparent;
}
#content a[href^=http]:not([href*="ecrminerals.luminated.co.uk"]):not([href*="ecrminerals.com"]):not([href*="wp-ecr-2026.s3.eu-west-2.amazonaws.com"]):not([href*="youtube.com"]):not([href*="vimeo.com"]) {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6ch;
}
#content a[href^=http]:not([href*="ecrminerals.luminated.co.uk"]):not([href*="ecrminerals.com"]):not([href*="wp-ecr-2026.s3.eu-west-2.amazonaws.com"]):not([href*="youtube.com"]):not([href*="vimeo.com"]):after {
  content: "";
  dispplay: block;
  width: 15px;
  height: 15px;
  background: #B89F6B;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cpath stroke='%2392712E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m11.07 3.52-7.11.07m7.11-.07-.04 7.141m.04-7.141-7.55 7.55'/%3E%3C/svg%3E");
  transition: background 0.35s ease-in-out;
}
#content a[href^=http]:not([href*="ecrminerals.luminated.co.uk"]):not([href*="ecrminerals.com"]):not([href*="wp-ecr-2026.s3.eu-west-2.amazonaws.com"]):not([href*="youtube.com"]):not([href*="vimeo.com"]):hover:after, #content a[href^=http]:not([href*="ecrminerals.luminated.co.uk"]):not([href*="ecrminerals.com"]):not([href*="wp-ecr-2026.s3.eu-west-2.amazonaws.com"]):not([href*="youtube.com"]):not([href*="vimeo.com"]):active:after, #content a[href^=http]:not([href*="ecrminerals.luminated.co.uk"]):not([href*="ecrminerals.com"]):not([href*="wp-ecr-2026.s3.eu-west-2.amazonaws.com"]):not([href*="youtube.com"]):not([href*="vimeo.com"]):focus:after {
  background: #fff;
}

ul,
ol {
  padding: 0 0 0 18px;
  margin: 0 0 1ch 0;
}
ul li,
ol li {
  margin-bottom: 1ch;
}
ul li::marker,
ol li::marker {
  color: #B89F6B;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 1ch;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ul + .wp-block-columns,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p,
ol + .wp-block-columns {
  margin-top: 3.5ch !important;
}
* + ul,
* + ol {
  margin-top: 2ch;
}

ol:not([style="list-style-type:lower-alpha"]):not([style="list-style-type:upper-alpha"]):not([style="list-style-type:upper-roman"]):not([style="list-style-type:lower-roman"]) li {
  list-style: decimal;
}

h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 2ch;
}

.wrap {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.basic {
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: calc(var(--wp--preset--spacing--xl) * 2);
}

.fw:not(.gfield):not(.tabs) {
  padding-left: var(--wp--preset--spacing--contentgap);
  padding-right: var(--wp--preset--spacing--contentgap);
}

.page-child .related-links-wrap {
  padding-top: var(--wp--preset--spacing--l);
  padding-bottom: var(--wp--preset--spacing--l);
  background: #fff;
}
.page-child .related-links-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-child .related-links-wrap ul li {
  margin: 0;
}
.page-child .related-links-wrap ul li + li {
  margin-top: var(--wp--preset--spacing--normal);
}
.page-child .related-links-wrap ul a {
  display: block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.page-child .related-links-wrap ul a .bg {
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.page-child .related-links-wrap ul a h4 {
  font-size: var(--wp--preset--font-size--font-40);
  margin-bottom: 0;
  color: #fff;
}
.page-child .related-links-wrap ul a h4:after {
  content: "";
  display: block;
  max-width: 20rem;
  height: 1px;
  margin: 0.7rem 0 1.1rem 0;
  background: #92712E;
}
.page-child .related-links-wrap ul a p {
  display: block;
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--m);
  color: #92712E;
}
.page-child .related-links-wrap ul a .link-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 36rem;
  padding: 2.5rem;
  background: rgba(99, 105, 94, 0.8);
  backdrop-filter: blur(12px);
  border-radius: 5px;
  position: relative;
  z-index: 3;
  transition: background 0.35s ease-in-out;
}
.page-child .related-links-wrap ul a .link-content > * {
  width: 100%;
}
.page-child .related-links-wrap ul a .link-content .btn-wrap {
  margin: auto 0 0 0;
}
.page-child .related-links-wrap ul a .link-content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 600;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.1rem 2rem 1.1rem 4rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #B89F6B;
}
.page-child .related-links-wrap ul a .link-content .btn:hover, .page-child .related-links-wrap ul a .link-content .btn:active, .page-child .related-links-wrap ul a .link-content .btn:focus {
  color: #92712E;
  background: #fff;
}
.page-child .related-links-wrap ul a .link-content .btn:before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath stroke='%23B89F6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 5.078 4.978L.75 10.75M6.828.75l5.077 4.978-5.077 5.022'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: calc(50% - 6px);
  left: 2rem;
}
.page-child .related-links-wrap ul a .link-content .btn:hover, .page-child .related-links-wrap ul a .link-content .btn:active, .page-child .related-links-wrap ul a .link-content .btn:focus {
  color: #fff;
  background: #92712E;
  border-color: #92712E;
}
.page-child .related-links-wrap ul a:hover .link-content, .page-child .related-links-wrap ul a:active .link-content, .page-child .related-links-wrap ul a:focus .link-content {
  background: rgba(146, 113, 46, 0.95);
}
.page-child .related-links-wrap ul a:hover .link-content .btn, .page-child .related-links-wrap ul a:active .link-content .btn, .page-child .related-links-wrap ul a:focus .link-content .btn {
  color: #63695E;
  background: rgba(255, 255, 255, 0.95) !important;
}
.page-child .related-links-wrap ul a:hover .link-content .btn:before, .page-child .related-links-wrap ul a:active .link-content .btn:before, .page-child .related-links-wrap ul a:focus .link-content .btn:before {
  transform: translateX(47px);
  opacity: 1;
  transition-delay: 0.05s, 0s;
}
.page-child .related-links-wrap ul a:hover .link-content .btn:after, .page-child .related-links-wrap ul a:active .link-content .btn:after, .page-child .related-links-wrap ul a:focus .link-content .btn:after {
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.05s, 0s;
}
@media (min-width: 782px) {
  .page-child .related-links-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--normal);
  }
  .page-child .related-links-wrap ul li {
    flex: 1;
  }
  .page-child .related-links-wrap ul li + li {
    margin-top: 0;
  }
  .page-child .related-links-wrap ul a {
    display: flex;
    height: 100%;
    min-height: 480px;
    position: relative;
  }
  .page-child .related-links-wrap ul a .link-content {
    width: calc(100% - 6rem);
    position: absolute;
    top: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-child .related-links-wrap ul a .link-content {
    width: calc(100% - 10rem);
    top: 5rem;
    bottom: 5rem;
    left: 5rem;
  }
}

.has-sidebar {
  padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--contentgap);
}
.has-sidebar .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.has-sidebar .alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--contentgap));
  margin-right: calc(-1 * var(--wp--preset--spacing--contentgap));
}

.has-global-padding > .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

:root :where(.is-layout-constrained) > *,
:root :where(.is-layout-flow) > * {
  margin-block-start: 2.5rem;
}

.page-template-page-narrow #content {
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}
.page-template-page-narrow .main-heading {
  text-align: center;
  margin-bottom: 1.4ch;
}

@media (min-width: 1024px) {
  .page-template-page-narrow #content {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .has-sidebar {
    padding-bottom: var(--wp--preset--spacing--xl);
  }
  .has-sidebar .wrap {
    flex-direction: row;
    gap: var(--layout-gap);
  }
  .has-sidebar #content {
    width: calc(100% - var(--sidebar-width) - var(--layout-gap));
  }
  .has-sidebar #sidebar {
    width: var(--sidebar-width);
  }
  .has-sidebar.sidebar-left .wrap {
    flex-direction: row-reverse;
  }
  .has-sidebar .alignfull {
    width: calc(100vw + var(--wp--preset--spacing--contentgap) / 4);
    max-width: none;
    position: relative;
    left: calc(-50vw + 50% - var(--wp--preset--spacing--contentgap) / 2 - var(--sidebar-width) / 2);
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1350px) {
  .page-template-page-narrow #content {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 32px;
  }
}
header.nav-default {
  transform: translateY(0);
  opacity: 1;
}
header.nav-hidden {
  transform: translateY(-110%);
  opacity: 0;
}
header.nav-scrolled {
  background: #26252C;
}
header.nav-visible {
  background: #26252C;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
header.nav-visible > .wrap {
  border: none;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .branding {
  width: 90px;
  margin: 0;
  position: relative;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease-in-out;
}
header .branding a {
  display: block;
}
header .branding a:focus-visible {
  outline: 1px solid rgba(146, 113, 46, 0.75);
  outline-offset: 3px;
}
header .branding svg {
  width: 100%;
  height: auto;
}
header .branding svg > path {
  transform: fill 0.35s ease-in-out;
}
header #sitenav .menu a {
  display: block;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 28px;
    padding: 12px 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: #fff;
    transition: background 10ms 300ms ease;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -6px;
  }
  #nav-expander .bar:after {
    top: 6px;
  }
  #nav-expander.is-active .bar {
    background: transparent;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    background: #fff;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #nav-expander.is-active .bar:before {
    transform: rotate(45deg);
  }
  #nav-expander.is-active .bar:after {
    transform: rotate(-45deg);
  }
  header .branding {
    background: transparent !important;
  }
  header.sticky:not(.menu-open) #nav-expander .bar {
    background: #63695E;
  }
  header.sticky:not(.menu-open) #nav-expander .bar:before, header.sticky:not(.menu-open) #nav-expander .bar:after {
    background: #63695E;
  }
  header .wrap {
    position: relative;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 80px 6vw 30px 6vw;
    background: radial-gradient(circle at 0% 0%, rgb(20.9, 20.35, 24.2), transparent 85%), #2B2A31;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: -1;
  }
  header #sitenav .menu {
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
    background: transparent !important;
  }
  header #sitenav .menu li a {
    display: block;
    font-size: var(--wp--preset--font-size--font-18);
    font-weight: 400;
    color: #fff;
  }
  header #sitenav .menu li.current-menu-item a, header #sitenav .menu li.current-menu-parent a {
    font-weight: 600;
    color: #B89F6B;
  }
  header #sitenav .menu li.no-link {
    padding-bottom: 0 !important;
  }
  header #sitenav .menu li.no-link > a {
    display: none;
  }
  header #sitenav .menu li.no-link + .no-link {
    padding-top: 0 !important;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    padding: 0.7ch 0;
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  header #sitenav .menu > li.menu-item-has-children > a {
    width: calc(100% - 20px);
    padding-right: 20px;
    transition: color 0.35s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > a:hover {
    color: #B89F6B;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu {
    width: 100%;
    max-height: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
    background: rgba(43, 42, 49, 0.25);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-featured-image,
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-description {
    display: none;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li {
    padding: 1ch 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li li {
    padding: 0.6ch 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item > a {
    font-weight: 600;
    color: #B89F6B;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item > a .menu-item-description {
    opacity: 0.5;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a {
    font-size: var(--wp--preset--font-size--font-16);
    font-weight: 500;
    color: #fff;
    transition: color 0.35s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a .menu-item-description {
    display: block;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 1.3rem;
    line-height: 1.35;
    text-transform: uppercase;
    margin-top: 0.5ch;
    color: #92712E;
    opacity: 0.8;
    transition: opacity 0.35s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a:hover {
    color: #B89F6B;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a:hover .menu-item-description {
    opacity: 0.5;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.918 9.159'%3E%3Cpath id='Path_9723' d='M5291.5,4113l7.382,7.469,7.555-7.469' transform='translate(-5290.51 -4112.009)' fill='none' stroke='%23F0A540' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.25s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open {
    transform: scaleY(-1);
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open + .child-menu {
    margin: 2rem 0;
    padding: 1rem 2rem;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
  }
  header.menu-open .branding {
    z-index: 9;
  }
  header.menu-open .branding path {
    fill: #fff;
  }
  header.menu-open > .wrap:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.015);
    backdrop-filter: blur(20px);
    position: absolute;
    top: -16px;
    bottom: -10px;
    left: -15px;
    right: -15px;
  }
  header.menu-open #sitenav {
    padding-top: 100px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  #nav-expander {
    display: none;
  }
  header {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
  header > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }
  header .branding {
    width: 138px;
    z-index: 9;
  }
  header #sitenav .menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media (min-width: 1024px) and (min-width: 1300px) {
  header #sitenav .menu {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  header #sitenav .menu li {
    margin: 0;
    padding: 0;
  }
  header #sitenav .menu li:last-child {
    padding-right: 0;
  }
  header #sitenav .menu > li {
    position: relative;
    transition: padding 0.35s ease-in-out;
  }
  header #sitenav .menu > li > a {
    padding: 1.7rem 0 1.8rem 2.5rem;
    color: #E1E1E1;
    position: relative;
  }
  header #sitenav .menu > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #92712E;
    transition: width 0.35s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
  }
  header #sitenav .menu > li.current-menu-item > a, header #sitenav .menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  header #sitenav .menu > li.current-menu-item > a:after, header #sitenav .menu > li.current-menu-ancestor > a:after {
    width: 100%;
  }
  header #sitenav .menu > li:hover > a, header #sitenav .menu > li:active > a, header #sitenav .menu > li:focus > a, header #sitenav .menu > li:focus-visible > a, header #sitenav .menu > li.in-focus > a {
    color: #fff;
  }
  header #sitenav .menu > li:hover > a:after, header #sitenav .menu > li:active > a:after, header #sitenav .menu > li:focus > a:after, header #sitenav .menu > li:focus-visible > a:after, header #sitenav .menu > li.in-focus > a:after {
    width: 100%;
  }
  header #sitenav .menu > li:hover > .child-menu, header #sitenav .menu > li:active > .child-menu, header #sitenav .menu > li:focus > .child-menu, header #sitenav .menu > li:focus-visible > .child-menu, header #sitenav .menu > li.in-focus > .child-menu {
    transform: translateX(-50%) translateY(0) scale(1);
    transition-delay: 0s, 0s, 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .child-menu {
    min-width: 310px;
    padding: 2.5rem 2rem 1rem 2rem;
    background: linear-gradient(165deg, #2B2A31 0%, rgb(32.3, 31.45, 37.4) 100%);
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(1rem) scale(0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0s linear 0.25s;
  }
  header .child-menu a {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    font-size: var(--wp--preset--font-size--font-17) !important;
    color: #E1E1E1;
    padding: 1.5ch 2.5ch !important;
    position: relative;
    transition: color 0.35s ease-in-out, gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .child-menu a:after {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    margin-top: 3px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath stroke='%2392712E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 5.078 4.978L.75 10.75M6.828.75l5.077 4.978-5.077 5.022'/%3E%3C/svg%3E");
    mask-size: cover;
    background: #B89F6B;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    gap: 1rem;
    color: #fff;
  }
  header .child-menu a:hover:after, header .child-menu a:active:after, header .child-menu a:focus:after {
    opacity: 1;
  }
  header .child-menu li {
    margin: 0;
    padding: 0;
  }
  header .child-menu li.current-menu-item a {
    color: #fff;
    gap: 1rem;
  }
  header .child-menu li.current-menu-item a:after {
    opacity: 1;
  }
  header .child-menu li:first-child {
    margin-top: 0.5rem;
  }
  header .child-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  header .child-menu > li > a {
    margin-bottom: 1rem;
    background: #2B2A31;
  }
  header .child-menu.col2 {
    min-width: 610px;
    columns: 2;
    column-gap: 10px;
  }
  header .child-menu.col2 li {
    max-width: 100%;
  }
  header .child-menu .sub-menu {
    margin-bottom: 1rem !important;
  }
  header .child-menu .sub-menu a {
    font-size: var(--wp--preset--font-size--font-16) !important;
    padding: 0.6ch 2.5ch 0.6ch 3.8ch !important;
    position: relative;
  }
  header .child-menu .sub-menu a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #B89F6B;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 2.5ch;
  }
  header.megamenu-open {
    background: #fff;
    box-shadow: none;
  }
  header.megamenu-open #sitenav .menu > li > a {
    color: #26252C;
  }
  header .has-megamenu {
    gap: 0;
  }
  header .has-megamenu > li {
    padding-right: 2.8rem;
  }
  header .has-megamenu > li:last-child {
    padding-right: 0;
  }
  header .has-megamenu > li.menu-item-has-children {
    position: static;
  }
  header .has-megamenu > li.col-1 .child-menu .wrap > .sub-menu > li {
    width: 100%;
  }
  header .has-megamenu .child-menu.megamenu {
    width: 100vw;
    margin-left: -50vw;
    padding: 4rem var(--layout-gap) !important;
    border-bottom: 1px solid #C7CDC2;
    left: 50%;
    background: #fff;
    transform: translateY(0);
  }
  header .has-megamenu .child-menu.megamenu:before {
    content: "";
    width: 31.5vw;
    background: #E1E1E1;
    box-shadow: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  header .has-megamenu .child-menu .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  header .has-megamenu .child-menu .mm-featured-image {
    width: 30%;
  }
  header .has-megamenu .child-menu .mm-featured-image img {
    width: calc(100% - 40px);
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu.col2 {
    columns: 2;
    column-gap: 50px;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu.col2 li {
    max-width: 100%;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu.col2 li.first-in-col2 {
    border-top: 1px solid #63695E;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu li > a {
    font-size: var(--wp--preset--font-size--font-16) !important;
    font-weight: 600 !important;
    padding: 0.5ch 0 !important;
    color: #2B2A31 !important;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu li > a:hover, header .has-megamenu .child-menu .wrap > .sub-menu li > a:active, header .has-megamenu .child-menu .wrap > .sub-menu li > a:focus {
    color: #92712E !important;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu li .menu-item-description {
    display: block;
    width: 100%;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: var(--wp--preset--font-size--font-16);
    font-weight: 400;
    text-transform: uppercase !important;
    margin-bottom: 1ch;
    color: #63695E;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu li.current-menu-item > a {
    font-weight: 700 !important;
    color: #92712E !important;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu li.no-link > a {
    font-size: var(--wp--preset--font-size--font-17) !important;
    font-weight: 500 !important;
    color: #63695E !important;
    border-bottom: 1px solid rgba(99, 105, 94, 0.15);
    pointer-events: none;
    cursor: default;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu li.no-link > a:after {
    display: none;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu li .sub-menu {
    margin-top: 1.5ch;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu > li {
    width: 50%;
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) and (min-width: 1350px) {
  header .has-megamenu .child-menu.megamenu:before {
    width: 50vw;
  }
  header .has-megamenu .child-menu .mm-featured-image {
    width: 50%;
  }
  header .has-megamenu .child-menu .wrap > .sub-menu {
    width: 50%;
  }
}
footer {
  padding-top: var(--wp--preset--spacing--l);
  background: rgb(32.3, 31.45, 37.4);
}
footer ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
footer ul li {
  margin-bottom: 0;
}
footer ul.menu {
  margin-bottom: var(--wp--preset--spacing--m);
}
footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 !important;
}
footer .social-links__link {
  display: block;
}
footer .social-links__link:hover path, footer .social-links__link:active path, footer .social-links__link:focus path {
  fill: #ECECEC;
}
footer .social-links svg {
  width: 22px;
}
footer .social-links svg path {
  fill: #B89F6B;
  transition: fill 0.35s ease-in-out;
}
footer img {
  margin-bottom: 2ch;
}
footer h4 {
  display: inline-flex;
  font-size: var(--wp--preset--font-size--font-20);
  margin-bottom: 1.5ch;
  padding-bottom: 0.2ch;
  color: #E1E1E1;
  border-bottom: 2px solid #92712E;
}
footer p, footer li, footer a:not(.wp-element-button) {
  font-size: var(--wp--preset--font-size--font-17) !important;
  font-weight: 300 !important;
  line-height: 1.75;
  color: #fff;
}
footer a:not(.wp-element-button) {
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
footer a:not(.wp-element-button):hover, footer a:not(.wp-element-button):active footer a:not(.wp-element-button):focus {
  color: #B89F6B;
}
footer .wp-block-group h4 {
  margin-bottom: 0.2ch;
  border-bottom: none;
}
footer .wp-block-group h4 + * {
  margin-top: 0;
}
footer .wp-block-group p {
  margin: 0 !important;
}
footer .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
footer .col {
  width: 100%;
}
footer .col.col-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
footer .b2t {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
  cursor: pointer;
  transition: color 0.35s ease-in-out;
}
footer .b2t:hover {
  color: #B89F6B;
}
footer .subfooter {
  margin-top: var(--wp--preset--spacing--m);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid rgba(184, 159, 107, 0.25);
}
footer .subfooter p {
  margin: 0;
}
@media (min-width: 600px) {
  footer .subfooter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.2rem;
  }
  footer .sub-col {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch;
  }
  footer .b2t {
    margin-bottom: 0;
  }
  footer .social-links {
    margin: 0 !important;
  }
}
@media (min-width: 782px) {
  footer .columns {
    flex-direction: row;
  }
  footer .col.col-1 {
    width: 100%;
  }
  footer .col.col-2 {
    width: calc(44% - 2rem);
  }
  footer .col.col-3, footer .col.col-4 {
    width: calc(28% - 2rem);
  }
}
@media (min-width: 1024px) {
  footer .columns {
    gap: 2rem;
  }
  footer .col.col-1 {
    width: calc(40% - 3rem);
  }
  footer .col.col-2 {
    width: calc(26% - 1rem);
    padding-top: 110px;
  }
  footer .col.col-3, footer .col.col-4 {
    width: calc(17% - 1rem);
    padding-top: 110px;
  }
  footer .subfooter {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1350px) {
  footer .col.col-1 {
    width: calc(54% - 3rem);
  }
  footer .col.col-2 {
    width: calc(22% - 1rem);
  }
  footer .col.col-3, footer .col.col-4 {
    width: calc(12% - 1rem);
  }
}

/*
footer {



    @media (min-width: 500px) {
        .col {

            &.col-2,
            &.col-3 {
                width: calc(50% - 1.5rem);
            }
        }

        .footer-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem;

            li {
                &:not(:first-child) {
                    padding-left: 1.3rem;
                    position: relative;

                    *:before {
                        content: "";
                        display: block;
                        width: 1px;
                        height: 17px;
                        background: $primary;
                        position: absolute;
                        top: 6px;
                        left: 0;
                    }
                }
            }

        }
    } // 500

    @media (min-width: 500px) and (max-width: 1023px) {
        .col {
            &.col-1 {
                display: flex;
                flex-wrap: wrap;
                align-items: flex-end;
                gap: 2rem;
            }
        }

        img {
            margin-bottom: .5ch;
        }
    }

    @media (min-width: 830px) {
        .subfooter {
            // ul {
            //     float: left;
            // }

            .sub-col {
                &:first-child {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    gap: 2rem;
                }
            }
        }
    }

    @media (min-width: 1024px) {
        .columns {
            gap: 5rem;
        }

        .col {
            &.col-1,
            &.col-2,
            &.col-3 {
                width: calc(33.33% - 3.4rem);
            }
        }

        h5.has-font-32-font-size {
            font-size: 2.6rem!important;
        }
    }

    @media (min-width: 1200px) {
        .col {
            &.col-1 {
                width: calc(50% - 3.4rem);
                display: flex;
                flex-wrap: wrap;
                gap: 3rem;
            }

            &.col-2,
            &.col-3 {
                width: calc(25% - 3.4rem);
            }

            h5.has-font-32-font-size {
                font-size: 3.2rem!important;
                margin-top: 6px;
            }

            img {
                margin-bottom: 0;
            }
        }

        .subfooter {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2rem;
        }
    }

} // footer

// back to top button
.b2t {
    opacity: 0;
    position: fixed;
    bottom: -30px;
    right: 20px;
    z-index: 99;
    transition: all $speed ease-in-out;

    &.active {
        opacity: 1;
        bottom: -2px;
    }
}
*/
#sidebar {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#sidebar .widget-area {
  padding: 2.5rem;
  background: #2B2A31;
  transition: background 0.35s ease-in-out;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: var(--wp--preset--font-size--font-18);
  color: #E1E1E1;
  padding: 0;
  position: relative;
  transition: color 0.35s ease-in-out, gap 0.35s ease-in-out;
}
#sidebar ul li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  margin-top: 3px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath stroke='%2392712E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 5.078 4.978L.75 10.75M6.828.75l5.077 4.978-5.077 5.022'/%3E%3C/svg%3E");
  mask-size: cover;
  background: #B89F6B;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#sidebar ul li a:hover, #sidebar ul li a:active, #sidebar ul li a:focus {
  gap: 1rem;
  color: #B89F6B;
}
#sidebar ul li a:hover:after, #sidebar ul li a:active:after, #sidebar ul li a:focus:after {
  opacity: 1;
}
#sidebar ul li.current_page_item > a {
  gap: 1rem;
  font-weight: 700;
  color: #fff;
}
#sidebar ul li.current_page_item > a:after {
  opacity: 1;
}
#sidebar ul li.menu-item-has-children a {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.1ch;
  color: #B89F6B;
  transition: color 0.35s ease-in-out, gap 0.35s ease-in-out, border 0.35s ease-in-out;
}
#sidebar ul li:last-child {
  margin-bottom: 0;
}
#sidebar ul .children {
  margin: 1.5ch 0;
}
#sidebar ul .children li a {
  font-size: var(--wp--preset--font-size--font-16);
  padding-left: 15px;
}
#sidebar ul .children li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #C7CDC2;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 1px;
}
#sidebar.bg .widget-area {
  background: rgba(99, 105, 94, 0.75);
  backdrop-filter: blur(12px);
}
#sidebar.bg ul li a {
  color: #E1E1E1;
}
#sidebar.bg ul li a:after {
  background: #92712E;
}
#sidebar.bg ul li.menu-item-has-children a {
  color: #92712E;
  border-bottom: 1px solid #92712E;
}
@media (min-width: 1024px) {
  #sidebar {
    padding-top: 0;
  }
  #sidebar .inner {
    height: 100%;
  }
  #sidebar .inner .widget-area:nth-child(1) {
    position: sticky;
    top: 146px;
  }
}

.excerpt {
  display: block;
  background: #E1E1E1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  transition: clip-path 0.35s ease-in-out;
}
.excerpt__thumb {
  aspect-ratio: 1/0.55;
  line-height: 0;
  background: #92712E;
  overflow: hidden;
}
.excerpt__thumb img {
  width: 100%;
  line-height: 0;
  aspect-ratio: 1/0.55;
  object-fit: cover;
}
.excerpt__body {
  padding: 2.2rem 2.2rem 7rem 2.2rem;
  position: relative;
  transition: background 0.35s ease-in-out;
}
.excerpt__body .meta {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  margin: 0 0 1ch 0;
  color: #2C3E50;
}
.excerpt__body h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-21);
  font-weight: 700;
  margin: 0;
  color: #26252C;
  transition: color 0.35s ease-in-out;
}
.excerpt__body .btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--font-18);
  color: #2B2A31;
  position: absolute;
  bottom: 2.2rem;
  left: 2.2rem;
  z-index: 3;
  transition: gap 0.35s ease-in-out;
}
.excerpt:hover, .excerpt:active, .excerpt:focus {
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 35px);
}
.excerpt:hover .excerpt__body, .excerpt:active .excerpt__body, .excerpt:focus .excerpt__body {
  background: #fff;
}
.excerpt:hover .excerpt__body h3, .excerpt:active .excerpt__body h3, .excerpt:focus .excerpt__body h3 {
  color: rgb(109.5, 84.75, 34.5);
}
.excerpt:hover .excerpt__body .btn, .excerpt:active .excerpt__body .btn, .excerpt:focus .excerpt__body .btn {
  gap: 1.5rem;
}

.pagination {
  width: 100%;
  text-align: center;
  margin-top: var(--wp--preset--spacing--xl);
}
.pagination .page-numbers {
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 700;
  margin: 0 4px 0 0;
  padding: 11px 16px;
  color: #fff;
  background: #2B2A31;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  background: #B89F6B;
}

.single-post #content {
  padding: var(--wp--preset--spacing--normal) 0;
}
@media (min-width: 1024px) {
  .single-post #content {
    padding: var(--wp--preset--spacing--normal) 7.5% var(--wp--preset--spacing--xl) 7.5%;
  }
  .single-post #content .wp-block-embed {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 1350px) {
  .single-post #content {
    padding: var(--wp--preset--spacing--normal) 12.5% var(--wp--preset--spacing--xl) 12.5%;
  }
  .single-post #content .wp-block-embed {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
.single-post #content .share {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: var(--wp--preset--spacing--xl) 0 0 0;
  padding: var(--wp--preset--spacing--small) 0;
  border-top: 1px solid rgba(146, 113, 46, 0.25);
  border-bottom: 1px solid rgba(146, 113, 46, 0.25);
}
.single-post #content .share li {
  margin: 0;
}
.single-post #content .share li:nth-child(2) {
  margin-left: auto;
}
.single-post #content .share li.title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  color: #dfdfd5;
}
.single-post #content .share svg {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-post #content .share svg path {
  fill: #B89F6B;
  transition: fill 0.35s ease-in-out;
}
.single-post #content .share a {
  display: block;
  width: 28px;
  height: 28px;
}
.single-post #content .share a:hover svg path {
  fill: #fff;
}
.single-post #content .share a:active svg {
  transform: scale(1.25);
}
.single-post .related-posts {
  background: linear-gradient(98deg, #4F554A 46.32%, #63695E 99.94%);
  padding-top: var(--wp--preset--spacing--l);
  padding-bottom: var(--wp--preset--spacing--l);
  position: relative;
}
.single-post .related-posts:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='682' height='820' fill='none'%3E%3Cg fill='%23ECECEC' fill-opacity='.55' opacity='.07'%3E%3Cpath d='M681.821 0H541.862L0 652.289v167.566L681.821 0ZM459.684 0h-139.96L0 385.21v167.566L459.684 0ZM238.83 0H98.87L0 118.131v167.566L238.83 0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.single-post .related-posts > * {
  position: relative;
  z-index: 5;
}
.single-post .related-posts .title {
  font-size: var(--wp--preset--font-size--font-24);
  color: #fff;
}
.single-post .related-posts__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--wp--preset--spacing--normal);
}
@media (min-width: 782px) {
  .single-post .related-posts__list {
    flex-direction: row;
  }
  .single-post .related-posts__list a {
    flex: 1;
  }
}

.page-heading {
  padding: var(--wp--preset--spacing--m) 0;
}
.page-heading h1 {
  margin: 0;
}

.page-template-page-full-width .page-heading {
  margin-bottom: calc(var(--wp--preset--spacing--m) * -1);
  padding: var(--wp--preset--spacing--l) 0 0 0;
}
.page-template-page-full-width .page-heading h1 {
  text-align: center;
}

.gform_wrapper :focus-visible {
  outline: none;
}

form .gfield {
  margin: 0 0 30px 0;
}
form .gform_validation_container {
  display: none;
}
form label,
form .gfield_label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 0.4ch 0;
  color: #B89F6B;
}
form .hidden_label > label,
form .hidden_label > legend {
  display: none;
}
form input,
form textarea,
form select {
  width: 100%;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-18);
  padding: 1.2ch 1.4rem;
  color: #26252C;
  background: #dfdfd5;
  border: none;
  -webkit-appearance: none;
  transition: background 0.18s ease-in-out, border 0.18s ease-in-out;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
  background: #fff;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 600;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.1rem 2rem 1.1rem 4rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #B89F6B;
  max-width: 130px;
  padding-left: 2rem;
  background: transparent;
}
form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus,
form textarea[type=submit]:hover,
form textarea[type=submit]:active,
form textarea[type=submit]:focus,
form select[type=submit]:hover,
form select[type=submit]:active,
form select[type=submit]:focus {
  color: #92712E;
  background: #fff;
}
form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus,
form textarea[type=submit]:hover,
form textarea[type=submit]:active,
form textarea[type=submit]:focus,
form select[type=submit]:hover,
form select[type=submit]:active,
form select[type=submit]:focus {
  color: #fff;
  background: #92712E;
  border-color: #92712E;
}
form input[type=submit]:hover:before,
form textarea[type=submit]:hover:before,
form select[type=submit]:hover:before {
  background-color: #fff;
}
form input[type=submit], form input[type=text], form input[type=email], form input[type=checkbox],
form textarea[type=submit],
form textarea[type=text],
form textarea[type=email],
form textarea[type=checkbox],
form select[type=submit],
form select[type=text],
form select[type=email],
form select[type=checkbox] {
  -webkit-appearance: none;
}
form textarea {
  max-height: 220px;
}
@media (min-width: 782px) {
  form textarea[name=input_5] {
    height: 280px;
    max-height: 280px;
  }
}
form select {
  font-family: var(--wp--preset--font-family--primary);
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.314' height='7.071'%3E%3Cg fill='none' stroke='%23c0c1c6' stroke-width='2'%3E%3Cpath d='M10.607.707 4.95 6.364M6.364 6.364.707.707'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
form .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  color: #fff;
}
form .ginput_container_consent label {
  width: calc(100% - 22px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #fff;
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #92712E;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #B89F6B;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
form .ginput_container_consent a:hover {
  color: #63695E;
}
form .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out;
}
form .ginput_container_consent input[type=checkbox]:checked {
  background: #92712E;
  box-shadow: inset 0 0 0 4px #fff;
}
form .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
form .gfield_description {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 1.5ch 0;
  padding: 0;
  color: #26252C;
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #92712E;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #26252C;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
form .gfield_description a:hover {
  color: #63695E;
}
form .gfield_description.validation_message {
  margin-left: 0;
  padding: 8px 0 0 0;
  color: #63695E;
}
form .gfield--type-fileupload {
  margin: -15px 0 30px 0;
}
form .ginput_container_fileupload .gform_fileupload_rules,
form .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}
form .ginput_container_fileupload input {
  border: 1px dashed #63695E;
}
form .gform-footer {
  text-align: center;
  padding-top: var(--wp--preset--spacing--small);
}

.wp-block-column form .gform-footer {
  text-align: left;
}

.gform_required_legend {
  display: none;
}

.gform_submission_error {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 2ch;
  color: #63695E;
}

.validation_message {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 4px;
  color: #63695E;
}

.gform_confirmation_message {
  text-align: center;
}

.gform_description {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3ch;
}

::placeholder {
  color: #26252C;
}

@media (min-width: 1024px) {
  .gform_validation_errors {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  form {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 30px);
  }
}
img.gform_ajax_spinner {
  display: none !important;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.error404 #content h3, .error404 #content p {
  text-align: center;
}

.search .main-heading {
  text-align: center;
}
.search .main-heading + h2 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-26);
  text-align: center;
  margin-bottom: 4.5ch;
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-results li {
  margin: 0;
}
ul.search-results a h2 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-21);
  margin: 0;
  padding: 2.5rem;
  color: #26252C;
}
ul.search-results a p {
  margin: 0;
  color: #26252C;
}
@media (min-width: 782px) {
  ul.search-results {
    flex-direction: row;
  }
  ul.search-results li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  ul.search-results {
    gap: 3rem;
  }
  ul.search-results li {
    width: calc(33.33% - 2rem);
  }
}

.no-res h2 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-26);
  text-align: center;
  margin-bottom: 1.5ch;
}
.no-res p {
  text-align: center;
}
.no-res p + p {
  margin-top: 0 !important;
}

body.interim-login {
  background: linear-gradient(135deg, #26252C 0%, #63695E 100%);
}
body.interim-login h1 a {
  display: none !important;
}

.login-action-login,
.login-action-lostpassword,
.login-action-rp,
.login-action-checkemail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #26252C;
  background: linear-gradient(135deg, #4F554A 0%, #63695E 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 25px;
  background: #2B2A31;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.login-action-login #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-rp #login h1 a,
.login-action-checkemail #login h1 a {
  width: 200px;
  height: 55px;
  margin-bottom: 15px;
  padding-bottom: 0;
  background-size: contain;
}
.login-action-login form,
.login-action-lostpassword form,
.login-action-rp form,
.login-action-checkemail form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login form label,
.login-action-lostpassword form label,
.login-action-rp form label,
.login-action-checkemail form label {
  text-transform: none;
  padding-bottom: 3px;
  color: #E1E1E1;
}
.login-action-login form input,
.login-action-lostpassword form input,
.login-action-rp form input,
.login-action-checkemail form input {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.login-action-login form input:active, .login-action-login form input:focus,
.login-action-lostpassword form input:active,
.login-action-lostpassword form input:focus,
.login-action-rp form input:active,
.login-action-rp form input:focus,
.login-action-checkemail form input:active,
.login-action-checkemail form input:focus {
  border-color: #63695E;
  outline: none !important;
  box-shadow: none !important;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  display: inline-flex;
  max-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 600;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.1rem 2rem 1.1rem 4rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #B89F6B;
  background: transparent;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 3px 12px !important;
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  color: #92712E;
  background: #fff;
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  color: #fff;
  background: #92712E;
  border-color: #92712E;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #92712E;
  transition: color 0.2s ease-in-out;
}
.login-action-login form .dashicons:hover, .login-action-login form .dashicons:active, .login-action-login form .dashicons:focus,
.login-action-lostpassword form .dashicons:hover,
.login-action-lostpassword form .dashicons:active,
.login-action-lostpassword form .dashicons:focus,
.login-action-rp form .dashicons:hover,
.login-action-rp form .dashicons:active,
.login-action-rp form .dashicons:focus,
.login-action-checkemail form .dashicons:hover,
.login-action-checkemail form .dashicons:active,
.login-action-checkemail form .dashicons:focus {
  color: #B89F6B;
}
.login-action-login form .forgetmenot,
.login-action-lostpassword form .forgetmenot,
.login-action-rp form .forgetmenot,
.login-action-checkemail form .forgetmenot {
  margin-top: 5px;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 20px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: #E1E1E1;
}
.login-action-login #nav a:hover, .login-action-login #nav a:active, .login-action-login #nav a:focus,
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #nav a:active,
.login-action-lostpassword #nav a:focus,
.login-action-rp #nav a:hover,
.login-action-rp #nav a:active,
.login-action-rp #nav a:focus,
.login-action-checkemail #nav a:hover,
.login-action-checkemail #nav a:active,
.login-action-checkemail #nav a:focus {
  color: #B89F6B;
  text-decoration: underline;
}
.login-action-login .privacy-policy-page-link,
.login-action-login .language-switcher,
.login-action-login #backtoblog,
.login-action-lostpassword .privacy-policy-page-link,
.login-action-lostpassword .language-switcher,
.login-action-lostpassword #backtoblog,
.login-action-rp .privacy-policy-page-link,
.login-action-rp .language-switcher,
.login-action-rp #backtoblog,
.login-action-checkemail .privacy-policy-page-link,
.login-action-checkemail .language-switcher,
.login-action-checkemail #backtoblog {
  display: none;
}
.login-action-login #login_error,
.login-action-login .message,
.login-action-login .success,
.login-action-lostpassword #login_error,
.login-action-lostpassword .message,
.login-action-lostpassword .success,
.login-action-rp #login_error,
.login-action-rp .message,
.login-action-rp .success,
.login-action-checkemail #login_error,
.login-action-checkemail .message,
.login-action-checkemail .success {
  font-size: 1.4rem;
  background: #E1E1E1;
  border: none;
}
.login-action-login #login_error a,
.login-action-login .message a,
.login-action-login .success a,
.login-action-lostpassword #login_error a,
.login-action-lostpassword .message a,
.login-action-lostpassword .success a,
.login-action-rp #login_error a,
.login-action-rp .message a,
.login-action-rp .success a,
.login-action-checkemail #login_error a,
.login-action-checkemail .message a,
.login-action-checkemail .success a {
  text-decoration: underline;
  color: #92712E;
}
.login-action-login #login_error a:hover,
.login-action-login .message a:hover,
.login-action-login .success a:hover,
.login-action-lostpassword #login_error a:hover,
.login-action-lostpassword .message a:hover,
.login-action-lostpassword .success a:hover,
.login-action-rp #login_error a:hover,
.login-action-rp .message a:hover,
.login-action-rp .success a:hover,
.login-action-checkemail #login_error a:hover,
.login-action-checkemail .message a:hover,
.login-action-checkemail .success a:hover {
  color: #B89F6B;
}

.login-action-lostpassword form input.button {
  max-width: 100%;
}
.login-action-lostpassword #nav a.wp-login-log-in {
  font-weight: 600;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) {
  max-width: 480px !important;
  background: #dfdfd5 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:active, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:focus {
  text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) p {
  color: #26252C !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) p + p {
  margin-top: 1ch !important;
}
@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
    padding: 5px 15px !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-weight: 600 !important;
  text-align: center;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  background-color: #63695E !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  font-family: var(--wp--preset--font-family--secondary) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
  font-family: var(--wp--preset--font-family--secondary) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  display: block;
  width: 112px;
  height: 75px;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
  text-align: center;
  box-shadow: none !important;
  opacity: 1 !important;
  transition: all 0.35s ease-in-out !important;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  transition: all 0.35s ease-in-out !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a {
  color: #26252C !important;
  transition: text-decoration 0.35s ease-in-out !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover {
  text-decoration: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-weight: 600 !important;
}

#moove_gdpr_save_popup_settings_button,
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
  background: #63695E !important;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
  height: 28px !important;
}

.hero-static {
  position: relative;
  --overlay-opacity: 0;
  --image-scale: 1;
}
.hero-static__image {
  min-height: 250px;
  height: calc(100px + 25vw);
  max-height: 550px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.hero-static__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  transform: scale(var(--image-scale, 1));
}
.hero-static__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: var(--wp--preset--spacing--xl) var(--layout-gap);
  position: absolute;
  inset: 0;
  z-index: 5;
}
.hero-static h1, .hero-static h2 {
  font-size: var(--wp--preset--font-size--font-50);
  text-align: center;
  margin: 0;
}
.hero-static h1 + p, .hero-static h2 + p {
  margin-top: 2ch;
}
.hero-static h1 p, .hero-static h2 p {
  font-size: var(--wp--preset--font-size--font-21);
}
@media (min-width: 1024px) {
  .hero-static .wrap {
    width: calc(100vw - var(--wp--preset--spacing--contentgap) * 2);
    max-width: var(--wp--style--global--content-size);
    padding-top: 115px;
    position: relative;
  }
  .hero-static .wrap:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='682' height='820' fill='none'%3E%3Cpath fill='%23ECECEC' fill-opacity='.03' d='M681.821 0H541.862L0 652.289v167.566L681.821 0ZM459.684 0h-139.96L0 385.21v167.566L459.684 0ZM238.83 0H98.87L0 118.131v167.566L238.83 0Z'/%3E%3C/svg%3E");
    background-position: 32% 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    inset: 0;
  }
  .hero-static__image {
    height: calc(200px + 30vw);
    max-height: 420px;
    clip-path: polygon(80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 85px) 100%, 0 100%, 0 100px);
  }
  .hero-static__content {
    padding-top: calc(115px + var(--wp--preset--spacing--xl));
  }
  .hero-static h1, .hero-static h2 {
    font-size: calc(var(--wp--preset--font-size--font-60) * 1.3);
  }
}

@media (min-width: 1024px) {
  .page-child .hero-static__image {
    max-height: 360px;
    clip-path: polygon(100px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 115px);
  }
}

.hero-video {
  position: relative;
}
.hero-video h1 {
  max-width: 100rem;
  font-size: var(--wp--preset--font-size--font-57);
  text-align: center;
  color: #fff;
}
.hero-video .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 600;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.1rem 2rem 1.1rem 4rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #B89F6B;
  margin-top: var(--wp--preset--spacing--m);
}
.hero-video .btn:hover, .hero-video .btn:active, .hero-video .btn:focus {
  color: #92712E;
  background: #fff;
}
.hero-video .btn:hover, .hero-video .btn:active, .hero-video .btn:focus {
  color: #fff;
  background: #92712E;
  border-color: #92712E;
}
.hero-video .btn:before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath stroke='%23B89F6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 5.078 4.978L.75 10.75M6.828.75l5.077 4.978-5.077 5.022'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: calc(50% - 6px);
  left: 2rem;
}
.hero-video .btn:before {
  background-color: #B89F6B;
}
.hero-video .btn:hover:before, .hero-video .btn:active:before, .hero-video .btn:focus:before {
  background-color: #fff;
}
.hero-video .hero-image__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-video__content {
  padding-top: var(--wp--preset--spacing--l);
  padding-bottom: var(--wp--preset--spacing--normal);
}
.hero-video__feat {
  aspect-ratio: 1/0.85;
  position: relative;
}
@media (min-width: 782px) {
  .hero-video__feat {
    aspect-ratio: 1/0.55;
  }
}
.hero-video__image {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.hero-video__image .video-player,
.hero-video__image .native-player {
  position: absolute;
  inset: 0;
  border: none;
  object-fit: cover;
  pointer-events: none;
}
.hero-video__image img {
  width: 100%;
  height: auto;
  line-height: 0;
  aspect-ratio: 1/0.85;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 782px) {
  .hero-video__image img {
    aspect-ratio: 1/0.55;
  }
}
@media (min-width: 1024px) {
  .hero-video .wrap {
    width: calc(100vw - var(--wp--preset--spacing--contentgap) * 2);
    max-width: var(--wp--style--global--content-size);
    padding-top: 115px;
    position: relative;
  }
  .hero-video .wrap:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='682' height='820' fill='none'%3E%3Cpath fill='%23ECECEC' fill-opacity='.03' d='M681.821 0H541.862L0 652.289v167.566L681.821 0ZM459.684 0h-139.96L0 385.21v167.566L459.684 0ZM238.83 0H98.87L0 118.131v167.566L238.83 0Z'/%3E%3C/svg%3E");
    background-position: 32% 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    inset: 0;
  }
  .hero-video .has-global-padding {
    padding-left: 0;
  }
  .hero-video__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 90%;
    max-width: 95rem;
    padding: 0;
    position: absolute;
    top: 115px;
    left: 0;
    bottom: 0;
  }
  .hero-video__feat {
    width: 75%;
    min-height: 500px;
    height: calc(100vh - 115px);
    max-height: 650px;
    aspect-ratio: unset;
    margin: 0 0 0 auto;
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 95px);
    position: relative;
  }
  .hero-video__feat:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    inset: 0;
  }
  .hero-video img {
    min-height: 500px;
    height: calc(100vh - 115px);
    max-height: 650px;
    aspect-ratio: unset;
  }
  .hero-video h1 {
    text-align: left;
    margin: 0;
  }
  .hero-video .hero-image__buttons {
    justify-content: flex-start;
  }
}
.hero-video .video-landing {
  padding-top: 8.5rem;
  background: linear-gradient(180deg, #F0F0F0 10%, #fff 100%);
  position: relative;
}
.hero-video .video-landing:before {
  content: "";
  display: block;
  background: radial-gradient(circle at 0 0, rgba(99, 105, 94, 0.2), transparent 35%);
  z-index: 1;
  position: absolute;
  top: 8.5rem;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-video .video-landing .wrap {
  position: relative;
  z-index: 3;
}
.hero-video .video-landing h1 {
  margin: 0;
}
.hero-video .video-landing h1:after {
  content: "";
  display: block;
  width: 90%;
  max-width: 290px;
  height: 1px;
  background: #92712E;
  margin: 0.7ch 0 0.8ch 0;
}
.hero-video .video-landing p {
  margin: 0;
}
.hero-video .video-landing p.subtitle-1 {
  font-size: var(--wp--preset--font-size--font-26);
  font-weight: 300;
  line-height: 1.35;
  color: #2B2A31;
}
.hero-video .video-landing p.subtitle-2 {
  font-size: var(--wp--preset--font-size--font-21);
  font-weight: 300;
  color: #fff;
}
.hero-video .video-landing p.subtitle-2 a {
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #92712E;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.085rem;
}
.hero-video .video-landing .hero__buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-video .video-landing .hero__buttons li {
  margin: 0;
}
.hero-video .video-landing .hero__buttons li a {
  min-height: 44px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 600;
  padding-left: 60px;
  color: #26252C;
  transition: color 0.35s ease-in-out;
  position: relative;
}
.hero-video .video-landing .hero__buttons li a:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: #26252C;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' fill='none'%3E%3Crect width='43' height='43' x='.5' y='.785' stroke='%23372A66' rx='21.5'/%3E%3Cpath stroke='%232E2A4D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m23.249 30.672 8.517-8.35-8.517-8.424'/%3E%3Cpath stroke='%232E2A4D' stroke-linecap='round' stroke-width='1.5' d='M31.11 22.336H11.233'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.35s ease-in-out;
}
.hero-video .video-landing .hero__buttons li a[href$=".pdf"]:before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' fill='none'%3E%3Crect width='43' height='43' x='.5' y='.785' stroke='%23372A66' rx='21.5'/%3E%3Cpath stroke='%23372A66' stroke-linejoin='round' stroke-width='1.2' d='m17.612 11.315-4.388 4.388v17.552h17.552v-21.94H17.612Z'/%3E%3Cpath stroke='%23372A66' stroke-linejoin='round' stroke-width='1.2' d='M17.889 11.315v4.665h-4.665M16.497 18.916V29.8h11.662'/%3E%3Cpath stroke='%23372A66' stroke-linejoin='round' stroke-width='1.2' d='m16.497 29.697 5.442-5.442 2.332 2.332L28.16 22.7'/%3E%3C/svg%3E");
}
.hero-video .video-landing .hero__buttons li a:hover {
  color: #92712E;
}
.hero-video .video-landing .hero__buttons li a:hover:before {
  background: #63695E;
}
.hero-video .video-landing .hero__buttons li + li {
  margin-top: 2rem;
}
.hero-video .video-landing .landing-title {
  padding: var(--wp--preset--spacing--l) 0;
}
.hero-video .video-landing .landing-subtitle {
  margin: var(--wp--preset--spacing--l) 0;
  padding: 2.3rem;
  background: linear-gradient(94deg, #63695E 0.5%, #63695E 100%);
  border-radius: 5px;
}
.hero-video .video-landing .landing-video {
  line-height: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.hero-video .video-landing .landing-video .video-player,
.hero-video .video-landing .landing-video .native-player {
  position: absolute;
  inset: 0;
  border: none;
  object-fit: cover;
  pointer-events: none;
  border-radius: 5px;
}
.hero-video .video-landing .landing-video img {
  width: 100%;
  height: auto;
  line-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
@media (max-width: 899px) {
  .hero-video .video-landing .landing-video img {
    aspect-ratio: 1/0.575;
  }
}
@media (min-width: 900px) {
  .hero-video .video-landing .landing-video img {
    height: 100%;
  }
}
@media (min-width: 600px) {
  .hero-video .video-landing .columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
  }
  .hero-video .video-landing .columns.foot {
    flex-direction: row;
    align-items: center;
    margin-top: 1.5rem;
  }
  .hero-video .video-landing .columns.foot .col {
    width: calc(50% - 1rem);
  }
  .hero-video .video-landing .columns.foot .col.landing-links {
    order: -1;
  }
  .hero-video .video-landing .columns.foot .col.landing-subtitle {
    margin: 0;
  }
}
@media (min-width: 900px) {
  .hero-video .video-landing .columns {
    flex-direction: row;
  }
  .hero-video .video-landing .landing-title {
    position: relative;
  }
  .hero-video .video-landing .landing-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E3E2E2;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
  }
  .hero-video .video-landing .foot {
    position: relative;
  }
  .hero-video .video-landing .foot:after {
    content: "";
    display: block;
    width: calc(50% - 2rem);
    height: 1px;
    background: #E3E2E2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hero-video .video-landing .col {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .hero-video .video-landing {
    padding-top: calc(var(--wp--preset--spacing--l) * 2);
  }
  .hero-video .video-landing:before {
    top: calc(var(--wp--preset--spacing--l) * 2);
  }
}
@media (min-width: 1200px) {
  .hero-video .video-landing .landing-title {
    padding: calc(var(--wp--preset--spacing--xl) * 1.6) 0;
  }
  .hero-video .video-landing .columns {
    gap: 4rem;
  }
  .hero-video .video-landing .columns .col {
    width: calc(50% - 2rem);
  }
  .hero-video .video-landing .columns.foot .col {
    width: calc(50% - 2rem);
  }
  .hero-video .video-landing p.subtitle-1 {
    padding-right: 15%;
  }
}

.hero-text {
  text-align: center;
  padding: calc(var(--wp--preset--spacing--l) * 2) 0 var(--wp--preset--spacing--m) 0;
  position: relative;
}
.hero-text:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='682' height='820' fill='none'%3E%3Cpath fill='%23ECECEC' fill-opacity='.03' d='M681.821 0H541.862L0 652.289v167.566L681.821 0ZM459.684 0h-139.96L0 385.21v167.566L459.684 0ZM238.83 0H98.87L0 118.131v167.566L238.83 0Z'/%3E%3C/svg%3E");
  background-position: 32% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-text__content {
  position: relative;
  z-index: 3;
}
.hero-text__subtitle {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  margin: 3.5ch 0 3ch 0;
  color: #dfdfd5;
}
.hero-text__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 600;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.1rem 2rem 1.1rem 4rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #B89F6B;
}
.hero-text__btn:hover, .hero-text__btn:active, .hero-text__btn:focus {
  color: #92712E;
  background: #fff;
}
.hero-text__btn:hover, .hero-text__btn:active, .hero-text__btn:focus {
  color: #fff;
  background: #92712E;
  border-color: #92712E;
}
.hero-text__btn:before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath stroke='%23B89F6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 5.078 4.978L.75 10.75M6.828.75l5.077 4.978-5.077 5.022'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: calc(50% - 6px);
  left: 2rem;
}
@media (min-width: 1024px) {
  .hero-text {
    padding: calc(var(--wp--preset--spacing--xl) * 2.5) 5% var(--wp--preset--spacing--m) 5%;
  }
}
@media (min-width: 1350px) {
  .hero-text {
    padding: calc(var(--wp--preset--spacing--xl) * 2.5) 12.5% var(--wp--preset--spacing--m) 12.5%;
  }
}

@media (min-width: 990px) {
  .animate-1 {
    animation-delay: 0.275s !important;
  }
  .animate-2 {
    animation-delay: 0.475s !important;
  }
  .animate-3 {
    animation-delay: 0.675s !important;
  }
  .animate-4 {
    animation-delay: 0.875s !important;
  }
  .animate-5 {
    animation-delay: 1.075s !important;
  }
  .animate-6 {
    animation-delay: 1.275s !important;
  }
  .animate-7 {
    animation-delay: 1.475s !important;
  }
  .animate-8 {
    animation-delay: 1.675s !important;
  }
  .animate-9 {
    animation-delay: 1.875s !important;
  }
  .animate-10 {
    animation-delay: 2.075s !important;
  }
  .animate-11 {
    animation-delay: 2.275s !important;
  }
  .animate-12 {
    animation-delay: 2.475s !important;
  }
  .animate-13 {
    animation-delay: 2.675s !important;
  }
  .animate-14 {
    animation-delay: 2.875s !important;
  }
  .animate-15 {
    animation-delay: 3.075s !important;
  }
  .animate-16 {
    animation-delay: 3.275s !important;
  }
  .animate-17 {
    animation-delay: 3.475s !important;
  }
  .animate-18 {
    animation-delay: 3.675s !important;
  }
  .animate-19 {
    animation-delay: 3.875s !important;
  }
  .animate-20 {
    animation-delay: 4.075s !important;
  }
  .animate-21 {
    animation-delay: 4.275s !important;
  }
  .animate-22 {
    animation-delay: 4.475s !important;
  }
  .animate-23 {
    animation-delay: 4.675s !important;
  }
  .animate-24 {
    animation-delay: 4.875s !important;
  }
  .animate-25 {
    animation-delay: 5.075s !important;
  }
  .animate-26 {
    animation-delay: 5.275s !important;
  }
  .animate-27 {
    animation-delay: 5.475s !important;
  }
  .animate-28 {
    animation-delay: 5.675s !important;
  }
  .animate-29 {
    animation-delay: 5.875s !important;
  }
  .animate-30 {
    animation-delay: 6.075s !important;
  }
  .anim-1 {
    animation-delay: 0.185s !important;
  }
  .anim-2 {
    animation-delay: 0.27s !important;
  }
  .anim-3 {
    animation-delay: 0.355s !important;
  }
  .anim-4 {
    animation-delay: 0.44s !important;
  }
  .anim-5 {
    animation-delay: 0.525s !important;
  }
  .anim-6 {
    animation-delay: 0.61s !important;
  }
  .anim-7 {
    animation-delay: 0.695s !important;
  }
  .anim-8 {
    animation-delay: 0.78s !important;
  }
  .anim-9 {
    animation-delay: 0.865s !important;
  }
  .anim-10 {
    animation-delay: 0.95s !important;
  }
  .anim-11 {
    animation-delay: 1.035s !important;
  }
  .anim-12 {
    animation-delay: 1.12s !important;
  }
  .anim-13 {
    animation-delay: 1.205s !important;
  }
  .anim-14 {
    animation-delay: 1.29s !important;
  }
  .anim-15 {
    animation-delay: 1.375s !important;
  }
  .anim-16 {
    animation-delay: 1.46s !important;
  }
  .anim-17 {
    animation-delay: 1.545s !important;
  }
  .anim-18 {
    animation-delay: 1.63s !important;
  }
  .anim-19 {
    animation-delay: 1.715s !important;
  }
  .anim-20 {
    animation-delay: 1.8s !important;
  }
  .anim-21 {
    animation-delay: 1.885s !important;
  }
  .anim-22 {
    animation-delay: 1.97s !important;
  }
  .anim-23 {
    animation-delay: 2.055s !important;
  }
  .anim-24 {
    animation-delay: 2.14s !important;
  }
  .anim-25 {
    animation-delay: 2.225s !important;
  }
  .anim-26 {
    animation-delay: 2.31s !important;
  }
  .anim-27 {
    animation-delay: 2.395s !important;
  }
  .anim-28 {
    animation-delay: 2.48s !important;
  }
  .anim-29 {
    animation-delay: 2.565s !important;
  }
  .anim-30 {
    animation-delay: 2.65s !important;
  }
}
#sidebar,
#content,
#content .wp-block-group,
#content > .wp-block-column,
.wp-block-cover,
.fade,
.hero {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSm {
  from {
    opacity: 0;
    transform: translateY(px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fade-in,
.content > .wp-block-group,
.content > .wp-block-image {
  opacity: 0;
}
.fade-in.in-view,
.content > .wp-block-group.in-view,
.content > .wp-block-image.in-view {
  animation: fadeIn 0.85s forwards 0.1s;
}

@keyframes fadeInleft {
  from {
    opacity: 0;
    transform: translateX(-10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-5px) scale(0.995);
}
.fade-in-left.in-view {
  animation: fadeInleft 0.85s forwards 0.1s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-right {
  opacity: 0;
  transform: translateX(10px) scale(0.995);
}
.fade-in-right.in-view {
  animation: fadeInRight 0.85s forwards 0.1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(-50px);
}
.fade-in-up.in-view {
  animation: fadeInUp 0.85s forwards 0.1s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
}
.zoom-in.in-view {
  animation: zoomIn 0.85s forwards 0.1s;
}

@keyframes zoomInSm {
  from {
    opacity: 0;
    transform: scale(0.995);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in-sm {
  opacity: 0;
  transform: scale(0.98);
}
.zoom-in-sm.in-view {
  animation: zoomInSm 0.85s forwards 0.1s;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}
.scale-in {
  opacity: 0;
  transform: scale(0.95);
}
.scale-in.in-view {
  animation: scaleIn 0.85s forwards 0.1s;
}

@keyframes scaleILg {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.03);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.01);
  }
}
@keyframes zoomOutSm {
  0% {
    opacity: 0;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.7;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
