/*
Theme Name: WebNL Boilerplate
Description: A WordPress theme by WebNL.
Author: WebNL
Author URI: https://www.webnl.nl/
Version: 1.0.0
*/
/**
 * Setup
 */
/* ---------------------------
   Font Setup
---------------------------- */
@font-face {
  font-family: "XXX";
  src: url("assets/font/XXX.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.skip-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

:root {
  --hnav-offset: 0px;
}

#uid_image_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/**
 * Includes
 */
footer {
  background-color: #b0821e;
  position: relative;
  z-index: 2;
}
footer .footer {
  padding: 96px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 44px;
}
@media only screen and (max-width: 600px) {
  footer .footer {
    padding: 48px 0;
    gap: 24px;
  }
}
footer .footer--column {
  width: calc(25% - 33px);
}
@media only screen and (max-width: 1170px) {
  footer .footer--column {
    width: calc(50% - 22px);
  }
}
@media only screen and (max-width: 600px) {
  footer .footer--column {
    width: 100%;
  }
}
footer .footer--column-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
footer .footer--column-nav a {
  color: rgba(255, 255, 255, 0.75);
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 600px) {
  footer .footer--column-nav a {
    text-align: center;
  }
}
footer .footer--column-nav a:hover {
  color: #bb39bb;
}
footer .footer--column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
footer .footer--column-4--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer--column-4--contact a {
  font-family: "XXX", sans-serif;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer--column-4--contact a[href]:hover {
  color: #bb39bb;
}
footer .footer--column-4--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
footer .footer--column-4--socials a {
  width: 24px;
  height: 24px;
}
footer .footer--column-4--socials a svg path {
  -webkit-transition: fill 0.3s ease, fill-opacity 0.3s ease;
  transition: fill 0.3s ease, fill-opacity 0.3s ease;
}
footer .footer--column-4--socials a:hover svg path {
  fill: #bb39bb;
  fill-opacity: 1;
}
footer .sub-footer {
  background-color: #78570f;
}
footer .sub-footer--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 16px 0;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer--items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
footer .sub-footer--items a {
  font-family: "XXX", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
footer .sub-footer--items a.webnl {
  font-family: "XXX", sans-serif;
  font-weight: 500;
  margin-right: 12px;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer--items a.webnl {
    margin-right: 0;
    width: 100%;
  }
}

header {
  position: fixed;
  z-index: 3;
  width: calc(100vw - var(--scrollbar-width));
  top: 0;
}
header .hbar {
  position: relative;
  background-color: white;
  z-index: 11;
}
header .hbar--container {
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  header .hbar--container {
    gap: 0;
  }
}
header .hbar--container--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 25%;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--logo {
    width: 50%;
  }
}
header .hbar--container--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  width: 50%;
}
header .hbar--container--nav a {
  color: #b0821e;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
header .hbar--container--nav a:after {
  content: "";
  background-color: #bb39bb;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0%;
}
header .hbar--container--nav a:hover:after, header .hbar--container--nav a.active:after, header .hbar--container--nav a.selected:after {
  width: 100%;
}
header .hbar--container--nav a.no-transition:after {
  -webkit-transition: none;
  transition: none;
}
header .hbar--container--nav.nav-opened a.active:after {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
}
header .hbar--container--nav.nav-opened a.active:hover:after {
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--nav {
    display: none;
  }
}
header .hbar--container--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 24px;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--btns {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
header .hbar--container--btns a:first-of-type {
  display: none;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--btns a:first-of-type {
    display: block;
  }
}
header .hbar--container--btns .search-bar {
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 9999px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: calc(100vw - var(--scrollbar-width) - 128px);
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns .search-bar {
    max-width: calc(100vw - var(--scrollbar-width) - 64px);
  }
}
@media only screen and (max-width: 600px) {
  header .hbar--container--btns .search-bar {
    max-width: calc(100vw - var(--scrollbar-width) - 48px);
  }
}
header .hbar--container--btns.search-opened .search-bar {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns .btn-tel {
    display: none;
  }
}
header .hnav {
  position: absolute;
  color: white;
  background-color: #b0821e;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(calc(-100% - 1px));
          transform: translateY(calc(-100% - 1px));
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header .hnav.no-transitions {
  -webkit-transition: none !important;
  transition: none !important;
}
header .hnav .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1170px) {
  header .hnav .layout-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1170px) {
  header .hnav {
    position: fixed;
    inset: 0;
    z-index: 12;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
header .hnav--pri {
  font-family: "XXX", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  color: #b0821e;
  background: white;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 64px;
  min-height: 100dvh;
  min-width: 100dvw;
  height: 100dvh;
  position: relative;
  overflow-y: auto;
}
header .hnav--pri .title {
  font-family: "XXX", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  color: #b0821e;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
header .hnav--pri a.back {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "XXX", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  position: relative;
  display: none;
}
header .hnav--pri a.back svg {
  position: absolute;
  rotate: 180deg;
  width: 20px;
  height: 20px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: -4px;
  background-image: url(./assets/svg/close.svg);
  background-size: contain;
}
header .hnav--pri a.back svg path {
  fill: #b0821e;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--pri a.back {
    display: block;
  }
}
header .hnav--pri > a {
  font-family: "XXX", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  color: #b0821e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 48px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
header .hnav--pri > a.has-children svg {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
header .hnav--pri > a.has-children svg path {
  fill: #b0821e;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
header .hnav--pri > a:hover, header .hnav--pri > a.active {
  color: #bb39bb;
}
header .hnav--pri > a:hover svg path, header .hnav--pri > a.active svg path {
  fill: #bb39bb;
}
@media only screen and (max-width: 1170px) {
  header .hnav--pri > a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1170px) {
  header .hnav--pri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  header .hnav--pri {
    padding: 30px 32px;
  }
}
@media only screen and (max-width: 600px) {
  header .hnav--pri {
    padding: 30px 24px;
  }
}
header .hnav--pri .hnav--footer a.btn {
  width: 100%;
  text-align: center;
}
header .hnav--pri .hnav--footer a.btn:after {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 52.5px));
          transform: translateX(calc(-50% - 52.5px));
}
@media only screen and (max-width: 1170px) {
  header .hnav.pri-opened {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
header .hnav--sec {
  font-family: "XXX", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
  padding-right: 30px;
  min-width: 286px;
}
header .hnav--sec .title {
  color: white;
  font-family: "XXX", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
header .hnav--sec .title a {
  color: white;
  font-family: "XXX", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header .hnav--sec .title a:hover {
  color: #bb39bb;
}
header .hnav--sec .title a[href="#"] {
  display: none;
}
header .hnav--sec a.back {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "XXX", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  position: relative;
  display: none;
}
header .hnav--sec a.back svg {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
  background-image: url(./assets/svg/arrow-right-white.svg);
  background-size: contain;
}
header .hnav--sec a.back svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--sec a.back {
    display: block;
  }
}
header .hnav--sec > a {
  font-family: "XXX", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 48px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
header .hnav--sec > a.has-children svg {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
header .hnav--sec > a.has-children svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
header .hnav--sec > a:hover, header .hnav--sec > a.selected {
  color: #bb39bb;
}
header .hnav--sec > a:hover svg path, header .hnav--sec > a.selected svg path {
  fill: #bb39bb;
}
@media only screen and (max-width: 1170px) {
  header .hnav--sec > a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1170px) {
  header .hnav--sec {
    background: #b0821e;
    padding: 30px 64px;
    min-height: 100dvh;
    min-width: 100dvw;
    height: 100dvh;
    position: relative;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 800px) {
  header .hnav--sec {
    padding: 30px 32px;
  }
}
@media only screen and (max-width: 600px) {
  header .hnav--sec {
    padding: 30px 24px;
  }
}
header .hnav.sec-opened {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media only screen and (max-width: 1170px) {
  header .hnav.sec-opened {
    background: transparent;
    -webkit-transform: translate(-100dvw, 0);
            transform: translate(-100dvw, 0);
  }
}
header .hnav--ter {
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
  padding-right: 80px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #78570f;
  width: 496px;
  min-height: 480px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--ter {
    padding: 30px 64px;
    min-height: 100dvh;
    min-width: 100dvw;
    opacity: 1;
    height: 100dvh;
    position: relative;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 800px) {
  header .hnav--ter {
    padding: 30px 32px;
  }
}
@media only screen and (max-width: 600px) {
  header .hnav--ter {
    padding: 30px 24px;
  }
}
header .hnav--ter a.back {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "XXX", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  position: relative;
  display: none;
}
header .hnav--ter a.back svg {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
  background-image: url(./assets/svg/arrow-right-white.svg);
  background-size: contain;
}
header .hnav--ter a.back svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--ter a.back {
    display: block;
  }
}
header .hnav--ter > a {
  font-family: "XXX", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 48px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
header .hnav--ter > a.has-children:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-image: url(./assets/svg/arrow-right-white.svg);
}
header .hnav--ter > a:hover, header .hnav--ter > a.selected {
  color: #bb39bb;
}
header .hnav--ter > a:hover svg path, header .hnav--ter > a.selected svg path {
  fill: #bb39bb;
}
@media only screen and (max-width: 1170px) {
  header .hnav--ter > a {
    padding-right: 0;
  }
}
header .hnav--ter .title {
  color: white;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%;
  font-size: 24px;
  font-weight: 700;
  line-height: 185%;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
header .hnav--ter .title a {
  color: white;
  font-family: "XXX", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header .hnav--ter .title a:hover {
  color: #bb39bb;
}
header .hnav--ter .title a[href="#"] {
  display: none;
}
header .hnav--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  width: 100%;
  padding: 60px 0;
  max-width: 530px;
  background-color: #78570f;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--image {
    display: none;
  }
}
header .hnav--image img {
  position: absolute;
  inset: 60px 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  max-height: 360px;
  border-radius: 6px;
}
header .hnav--image img.is-visible {
  opacity: 1;
}
header .hnav--image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: var(--hnav-offset);
  left: 100%;
  background-color: #78570f;
}
header .hnav.ter-opened .hnav--ter {
  opacity: 1;
  pointer-events: all;
}
header .hnav.ter-opened .hnav--image {
  opacity: 1;
}
@media only screen and (max-width: 1170px) {
  header .hnav.ter-opened {
    background: transparent;
    -webkit-transform: translate(-200dvw, 0);
            transform: translate(-200dvw, 0);
  }
}
header .hnav--footer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  margin-top: auto;
}
@media only screen and (max-width: 1170px) {
  header .hnav--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .hnav--footer--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
header .hnav--footer--socials svg path {
  fill-opacity: 1;
}

body.admin-bar header .hbar {
  top: 32px;
}
body.admin-bar header .hnav {
  top: 132px;
}
@media only screen and (max-width: 1170px) {
  body.admin-bar header .hnav {
    top: 32px;
  }
}

.page-header {
  width: 100%;
  color: #fff;
  background-color: #b0821e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 100px 0;
  min-height: 544px;
  position: relative;
}
.page-header .page_back {
  padding-bottom: 20px;
}
.page-header.size-large {
  height: calc(100vh - 300px);
}
@media only screen and (max-width: 800px) {
  .page-header.size-large {
    min-height: 250px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-header.size-xlarge {
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 800px) {
  .page-header.size-xlarge {
    min-height: 250px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 800px) {
  .page-header {
    padding: 50px 0;
    min-height: 250px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-header .layout-container {
  position: relative;
}
.page-header__main-content {
  max-width: 700px;
}
.page-header__main-content .page_back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-header__main-content .page_back a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.page-header__main-content .page_back a:hover {
  color: #bb39bb;
}
.page-header__main-content .page_back a:hover svg path {
  fill: #bb39bb;
}
.page-header__main-content__title h1 {
  color: #FFF;
  font-family: "XXX", sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.38px;
  margin: 0;
  max-width: 600px;
}
.page-header__main-content__title h1 h1 {
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .page-header__main-content__title h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .page-header__main-content__title h1 {
    font-size: 32px;
  }
}
.page-header__main-content__text {
  font-family: "XXX", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  margin-top: 32px;
}
@media only screen and (max-width: 800px) {
  .page-header__main-content__text {
    font-size: 18px;
    margin-top: 18px;
  }
}
.page-header__main-content__sublabels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-header__main-content__sublabels div {
  font-size: 14px;
  color: #b0821e;
  font-weight: 600;
  padding: 8px 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  letter-spacing: -0.56px;
  background-color: #fff;
  border-radius: 32px;
}
.page-header__image {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header__image img, .page-header__image video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-header .btn-container {
  margin-top: 24px;
}

/**
 * Global
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100vw - var(--scrollbar-width));
  max-width: calc(100vw - var(--scrollbar-width));
  overflow-x: hidden;
  overflow-y: auto;
}
html.no-scroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 1170px) {
  html.no-scroll-mobile {
    overflow-y: hidden;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #b0821e;
  background-color: white;
  font-family: "XXX", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

main {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

p, ul, ol, a {
  color: #001f38;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
p strong, ul strong, ol strong, a strong {
  font-weight: 800;
  color: #b0821e;
}

p, ul, ol {
  margin: 27px 0;
}

a {
  color: #b0821e;
}

h2, div.h2 {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.44px;
  margin: 54px 0 27px;
}

h3, div.h3 {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.44px;
  margin: 54px 0 27px;
}

blockquote {
  margin: 0;
  padding: 4px 0 4px 16px;
  border-left: 4px solid #b0821e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
blockquote > * {
  margin: 0;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

img {
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}

section {
  position: relative;
  margin: 112px 0;
}
@media only screen and (max-width: 800px) {
  section {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 600px) {
  section {
    margin: 40px 0;
  }
}
section.has-background {
  background-color: rgba(176, 130, 30, 0.1490196078);
  padding: 112px 0;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  section.has-background {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.has-background {
    padding: 40px 0;
  }
}
section.has-background + section.has-background {
  padding-top: 0;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
@media only screen and (max-width: 800px) {
  .section__header {
    margin-bottom: 32px;
  }
}
.section__header h2 {
  font-size: 69px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2.76px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .section__header h2 {
    font-size: 42px;
  }
}
.section__header .btn {
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .section__header .btn {
    display: none;
  }
}
.section__footer {
  display: none;
}
@media only screen and (max-width: 800px) {
  .section__footer {
    display: block;
    margin-top: 40px;
  }
}

.layout-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding: 0 64px;
}
.layout-container--inset {
  max-width: 884px;
}
@media only screen and (max-width: 800px) {
  .layout-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .layout-container {
    padding: 0 24px;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

.alignleft {
  float: left;
  margin: 5px 16px 16px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 16px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0;
}

.wp-caption.alignleft {
  margin: 5px 16px 16px 0;
}

.wp-caption.alignright {
  margin: 5px 0 16px 16px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/**
 * Elements
 */
.btn {
  text-decoration: none;
  padding: 18px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  display: block;
  font-weight: 700;
  line-height: 100%;
  color: white;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

.btn-pri {
  background-color: #b0821e;
  border-color: #b0821e;
}
.btn-pri:hover {
  background-color: color-mix(in hsl, black 10%, #b0821e 90%);
  border-color: color-mix(in hsl, black 10%, #b0821e 90%);
}

.btn-sec {
  background-color: #bb39bb;
  border-color: #bb39bb;
}
.btn-sec:hover {
  background-color: color-mix(in hsl, black 10%, #bb39bb 90%);
  border-color: color-mix(in hsl, black 10%, #bb39bb 90%);
}

.btn-whi {
  background-color: white;
  border-color: white;
  color: #b0821e;
}
.btn-whi:hover {
  background-color: color-mix(in hsl, black 10%, white 90%);
  border-color: color-mix(in hsl, black 10%, white 90%);
}

.btn-gho {
  background-color: transparent;
}
.btn-gho.btn-sec {
  border-color: rgba(187, 57, 187, 0.2509803922);
  color: #bb39bb;
}
.btn-gho.btn-sec:before {
  background-color: rgba(187, 57, 187, 0.1490196078);
}
.btn-gho.btn-pri {
  border-color: rgba(176, 130, 30, 0.2509803922);
  color: #b0821e;
}
.btn-gho.btn-pri:before {
  background-color: rgba(176, 130, 30, 0.1490196078);
}
.btn-gho.btn-whi {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.btn-gho.btn-whi:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-gho:hover {
  background-color: transparent;
  border-color: inherit;
}
.btn-gho:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.btn-gho:hover:before {
  opacity: 1;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.btn-icon span svg {
  width: 18px;
  height: 18px;
}

.btn-pri.btn-gho.btn-icon span svg path {
  fill: #b0821e;
}

.btn-sec.btn-gho.btn-icon span svg path {
  fill: #bb39bb;
}

.btn-no-title {
  padding: 18px;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-hero {
  margin-bottom: 68px;
}

.disabled-btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.faq-container {
  margin-bottom: 30px;
}
.faq-container .faq {
  border-bottom: 1px solid rgba(0, 30, 85, 0.1);
  padding: 6px 0;
}
.faq-container .faq__header {
  width: 100%;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 40px 14px 0;
}
.faq-container .faq__header__title {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.08px;
  margin: 0;
  text-align: left;
}
.faq-container .faq__header__toggler {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-container .faq__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.faq-container .faq__body a:first-child {
  margin-top: 13px;
}
.faq-container .faq__body p:first-child {
  margin-top: 13px;
}
.faq-container .faq--open .faq__header__toggler {
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}
.faq-container .faq--open .faq__body {
  margin-top: 0px;
  max-height: 10000px;
  opacity: 1;
}
.faq-container--alt .faq {
  border: 1px solid rgba(176, 130, 30, 0.2509803922);
  padding: 16px 24px;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.faq-container--alt .faq:hover {
  border-color: #b0821e;
}
.faq-container--alt .faq__header__title {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0px;
  margin: 0;
}
.faq-container--alt .faq__header__toggler svg {
  display: none;
}
.faq-container--alt .faq__header__toggler:after {
  content: "+";
  display: block;
  color: #bb39bb;
  font-size: 25px;
  line-height: 1;
  margin-top: -5px;
}
.faq-container--alt .faq--open .faq {
  border-color: #b0821e;
}
.faq-container--alt .faq--open .faq__header__toggler:after {
  content: "-";
  margin-top: 0;
}

.file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #b0821e;
  opacity: 1;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 10px;
  color: #fff;
  padding: 24px;
}
.file:hover {
  opacity: 0.9;
}
.file figure {
  min-width: 36px;
  height: 36px;
  border-radius: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.file__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.file__content__name {
  font-weight: 700;
  line-height: 100%;
}
.file__content__details {
  font-size: 12px;
  font-style: italic;
  line-height: 1;
}

.search .search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  background-color: white;
  padding: 16px;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 4px 12px 20px 0 rgba(0, 31, 56, 0.18);
          box-shadow: 4px 12px 20px 0 rgba(0, 31, 56, 0.18);
}
.search .search-wrapper input {
  border: none;
  font-size: 18px;
  font-family: "XXX", sans-serif;
  font-weight: 700;
}
.search .search-wrapper input:focus-visible {
  outline: none;
}
.search .search-wrapper input[type=search] {
  padding: 0;
  padding: 10px 16px;
  background-color: white;
  border: 1px solid rgba(0, 31, 56, 0.2509803922);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  color: #001f38;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.search .search-wrapper input[type=search]::-webkit-input-placeholder {
  color: rgba(0, 31, 56, 0.5019607843);
}
.search .search-wrapper input[type=search]::-moz-placeholder {
  color: rgba(0, 31, 56, 0.5019607843);
}
.search .search-wrapper input[type=search]:-ms-input-placeholder {
  color: rgba(0, 31, 56, 0.5019607843);
}
.search .search-wrapper input[type=search]::-ms-input-placeholder {
  color: rgba(0, 31, 56, 0.5019607843);
}
.search .search-wrapper input[type=search]::placeholder {
  color: rgba(0, 31, 56, 0.5019607843);
}
.search .search-wrapper input[type=submit] {
  text-decoration: none;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  display: block;
  font-weight: 700;
  line-height: 100%;
  color: white;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: left;
  background-color: #bb39bb;
  border-color: #bb39bb;
}
.search .search-wrapper input[type=submit]:hover {
  background-color: color-mix(in hsl, black 20%, #bb39bb 80%);
  border-color: color-mix(in hsl, black 20%, #bb39bb 80%);
}

.search.on-page .search-wrapper {
  position: relative;
  width: 100%;
  margin-top: 26px;
}
.search.on-page .search-wrapper form {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
}
.search.on-page .search-wrapper label, .search.on-page .search-wrapper input[type=search] {
  width: 100%;
}

/**
 * Templates
 */
.search-page .information {
  margin-left: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .search-page .information {
    margin-left: 0;
  }
}
.search-page .information--title {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
  margin: 0;
  margin-bottom: 24px;
}
.search-page .information--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 600px) {
  .search-page .information--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
}
.search-page .information--meta--count {
  color: rgba(0, 31, 56, 0.7490196078);
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.search-page .information--meta--count strong {
  font-weight: 400;
}
.search-page .information--meta--filter {
  width: 200px;
  height: 48px;
  position: relative;
}
.search-page .information--meta--filter:after {
  content: "";
  rotate: 180deg;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 12px;
  width: 20px;
  height: 20px;
  background-image: url(./assets/svg/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.search-page .information--meta--filter select {
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 12px;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: rgba(0, 31, 56, 0.5019607843);
  border-radius: 4px;
  border-color: rgba(0, 31, 56, 0.1490196078);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.search-page .information--meta--filter select:has(option:checked:not([value=""])) {
  color: #001f38;
}
.search-page .results {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.07);
}
.search-page .results--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  text-decoration: none;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .search-page .results--item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.search-page .results--item:not(:first-child):after {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(176, 130, 30, 0.1490196078);
  top: 0;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item:not(:first-child):after {
    width: calc(100% - 40px);
  }
}
.search-page .results--item .image {
  width: 155px;
  height: 90px;
}
@media only screen and (max-width: 600px) {
  .search-page .results--item .image {
    display: none;
  }
}
.search-page .results--item .image img {
  min-width: 155px;
  max-width: 155px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.search-page .results--item .image .placeholder {
  min-width: 155px;
  max-width: 155px;
  height: 100%;
  background-color: rgba(176, 130, 30, 0.1490196078);
  border-radius: 8px;
}
.search-page .results--item .content .label {
  color: #bb39bb;
  font-family: "XXX", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.search-page .results--item .content .title {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%;
  margin: 0;
}
.search-page .results--item .content .excerpt {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin: 0;
}
.search-page .results--item .btn {
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item .btn {
    padding: 12px;
    min-width: 36px;
    min-height: 36px;
  }
  .search-page .results--item .btn:after {
    top: 6px;
  }
}
.search-page .pagination {
  margin-top: 30px;
}
.search-page .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-page .pagination .nav-links .page-numbers {
  text-decoration: none;
  color: #bb39bb;
  font-family: "XXX", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 36px;
  max-height: 36px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(187, 57, 187, 0.2509803922);
  border-radius: 18px;
}
.search-page .pagination .nav-links .page-numbers.current {
  background: #bb39bb;
  border-color: #bb39bb;
  color: white;
}

.error-container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.error-container h1 {
  margin: 0;
  font-size: 64px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .error-container h1 {
    font-size: 32px;
  }
}
.error-container p {
  margin: 0;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .error-container p {
    font-size: 24px;
  }
}
.error-container .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Partials: Content
 */
.video_holder:not(.slider) {
  margin: 56px 0;
}
.video_holder:not(.slider) a.video {
  position: relative;
  display: block;
}
.video_holder:not(.slider) a.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.video_holder:not(.slider) a.video .video-thumb {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 442px;
  background-color: #b0821e;
  border-radius: 6px;
}
@media only screen and (max-width: 800px) {
  .video_holder:not(.slider) a.video .video-thumb {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video_holder:not(.slider) a.video .video-thumb {
    height: 256px;
  }
}
.video_holder:not(.slider) a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.video_holder:not(.slider) a.video .video-thumb p {
  position: absolute;
  z-index: 2;
  font-family: "XXX", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.44px;
  color: white;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  max-width: 580px;
}
@media only screen and (max-width: 600px) {
  .video_holder:not(.slider) a.video .video-thumb p {
    padding: 20px 15px;
    font-size: 24px;
  }
}
.video_holder:not(.slider) a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 442px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .video_holder:not(.slider) a.video .video-thumb img {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video_holder:not(.slider) a.video .video-thumb img {
    height: 256px;
  }
}
.video_holder:not(.slider) .video-slot video {
  width: 100%;
  height: 442px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  background-color: #b0821e;
}
@media only screen and (max-width: 800px) {
  .video_holder:not(.slider) .video-slot video {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video_holder:not(.slider) .video-slot video {
    height: 256px;
  }
}

.image_content {
  width: 100%;
  height: 513px;
  margin: 56px 0;
}
@media only screen and (max-width: 800px) {
  .image_content {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .image_content {
    height: 256px;
  }
}
.image_content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.cta_content {
  padding: 44px;
  margin: 56px 0;
  background-color: #b0821e;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 800px) {
  .cta_content {
    padding: 32px;
  }
}
.cta_content > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cta_content > .content .title {
  color: white;
  font-family: "XXX", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.35px;
  margin: 0;
}
.cta_content > .content .text {
  color: white;
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
  margin: 0;
}
.cta_content > .image {
  aspect-ratio: 1;
  max-width: 200px;
}
.cta_content > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 600px) {
  .cta_content > .image {
    display: none;
  }
}

.content_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 34px 0;
}
.content_share p {
  margin: 0;
  font-weight: 700;
  color: #b0821e;
}
.content_share a:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content_share .btn-link {
  position: relative;
}
.content_share .btn-link > span > svg {
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link:before {
  -webkit-transition: 0.2s background-color ease, 0.3s opacity ease;
  transition: 0.2s background-color ease, 0.3s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip {
  position: absolute;
  left: 50%;
  top: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip svg path {
  fill: #bb39bb;
}
.content_share .btn-link.copied {
  border-color: #bb39bb;
}
.content_share .btn-link.copied > span > svg {
  opacity: 0;
}
.content_share .btn-link.copied:before {
  background-color: rgba(187, 57, 187, 0.1490196078);
  opacity: 1;
}
.content_share .btn-link.copied .copy-tooltip {
  opacity: 1;
}

.button_content {
  margin: 34px 0;
}

/**
 * Partials: Sections
 */
.alternating-content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 106px;
}
@media only screen and (max-width: 1000px) {
  .alternating-content--container {
    gap: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .alternating-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.alternating-content--container > .image, .alternating-content--container > .content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image, .alternating-content--container > .content {
    width: 100%;
  }
}
.alternating-content--container > .content {
  gap: 24px;
}
.alternating-content--container > .content .title {
  color: #b0821e;
  font-family: "XXX", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .alternating-content--container > .content .title {
    font-size: 32px;
  }
}
.alternating-content--container > .content .text {
  color: rgba(0, 31, 56, 0.7490196078);
  font-family: "XXX", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin: 0;
}
.alternating-content--container > .image {
  min-height: 545px;
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image {
    min-height: unset;
  }
}
.alternating-content--container > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image img {
    max-height: 200px;
  }
}
.alternating-content.alternate-sides .alternating-content--container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 800px) {
  .alternating-content.alternate-sides .alternating-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}