@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clear:before {
  content: "\e903";
}

.icon-angle-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .bg--video, .single .wp-block-image img, .block--transactions .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1101px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

p iframe[src*='player.vimeo.com'] {
  max-width: 100%;
  aspect-ratio: 7/4;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 84rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 3rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 820px;
}

.container--tiny {
  max-width: 376px;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2.5rem;
}
.flexgrid--gutter > .flex__item {
  padding-left: 2.5rem;
}

.flexgrid--narrow {
  margin-left: -1.25rem;
}
.flexgrid--narrow > .flex__item {
  padding-left: 1.25rem;
}

.flexgrid--wide {
  margin-left: -4rem;
}
.flexgrid--wide > .flex__item {
  padding-left: 4rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "Maison Neue", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0E3548;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html[lang="zh-hans"] body h1, html[lang="zh-hans"] body h2, html[lang="zh-hans"] body h3, html[lang="zh-hans"] body h4, html[lang="zh-hans"] body h5, html[lang="zh-hans"] body h6, html[lang="zh-hans"] body p, html[lang="zh-hans"] body div, html[lang="zh-hans"] body a,
html[lang="zh-hans"] h1,
html[lang="zh-hans"] h2,
html[lang="zh-hans"] h3,
html[lang="zh-hans"] h4,
html[lang="zh-hans"] h5,
html[lang="zh-hans"] h6,
html[lang="zh-hans"] p,
html[lang="zh-hans"] div,
html[lang="zh-hans"] a {
  font-family: source-han-sans-cjk-sc, sans-serif;
}

*::selection {
  background: #0E3548;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #0E3548;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #06161d;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "Reckless Neue", "Maison Neue", "Arial", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 2rem;
  color: #0E3548;
}

.gold {
  color: #AD8D48;
}

span.beta {
  max-width: 22em;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

small,
.small p {
  font-size: 0.75rem;
  line-height: 1.5;
}

span.margin-bottom {
  display: inline-block;
  margin-bottom: 3rem;
}

h1, .alpha {
  font-size: 2.75rem;
  line-height: 1.09091;
}

h2, .beta {
  font-size: 2rem;
  line-height: 1.09375;
}

h3, .gamma {
  font-size: 1.5rem;
  line-height: 1.33333;
}

h4, .delta {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Maison Neue", "Arial", sans-serif;
  color: #AD8D48;
}

h5, .epsilon {
  font-size: 0.9375rem;
  line-height: 1.46667;
}

h6, .zeta {
  font-size: 0.875rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.25rem;
}
.block p a, .block blockquote a, .block
pre a, .block dl a {
  text-decoration: underline;
}

.text--blue {
  color: #0E3548;
}

.text--gold {
  color: #AD8D48;
}

.text--bigger,
p.text--bigger {
  font-size: 1.125rem;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  padding: 0;
  margin: 0;
  font-style: normal;
}
blockquote p {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "Reckless Neue", "Maison Neue", "Arial", sans-serif;
  margin-bottom: 0.5em;
  padding-left: 0.7em;
}
@media only screen and (min-width: 1201px) {
  blockquote p {
    text-indent: -0.7em;
    margin-left: -0.7em;
  }
}
blockquote cite {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

.single blockquote {
  margin-bottom: 2rem;
}
.single blockquote cite {
  font-weight: 600;
  color: #AD8D48;
  padding-left: 1.5rem;
  font-size: 0.9rem;
}
.single blockquote p {
  margin-left: 0 !important;
  color: #AD8D48;
}
@media only screen and (max-width: 1200px) {
  .single blockquote cite {
    padding-left: 0;
  }
  .single blockquote p {
    padding-left: 0;
  }
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 5rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.5rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'Reckless Neue';
  src: url("../fonts/RecklessNeue-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #0E3548;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.65rem 1.25rem 0.55rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: white;
  min-width: 9rem;
  background: #0E3548;
  transition: all 0.25s ease-out;
  -webkit-tap-highlight-color: transparent;
}
.btn.hidden, input.hidden[type="button"],
input.hidden[type="submit"],
.wpforms-submit-container button.hidden {
  display: none;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: #0E3548;
  background: #D5E1ED;
}
.btn:active, .btn:focus, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.btn-2,
input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  border-color: #AD8D48;
  background: #AD8D48;
  color: #FFF;
}
.btn-2:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  border-color: #D8CFBC;
  background: #D8CFBC;
  color: #0E3548;
}

.btn--ghost {
  border: 1px solid #0E3548;
  background: transparent;
  color: #0E3548;
}
.btn--ghost:hover {
  background: #0E3548;
  color: #FFF;
}

.btn--ghost-2 {
  border-color: #D8CFBC;
  color: #D8CFBC;
}
.btn--ghost-2:hover {
  border-color: #D8CFBC;
  background: #D8CFBC;
  color: #0E3548;
}

.btn--ghost-gold {
  border-color: #AD8D48;
  color: #AD8D48;
}
.btn--ghost-gold:hover {
  border-color: #AD8D48;
  background: #AD8D48;
  color: #FFF;
}

.link {
  color: #AD8D48;
  text-decoration: underline;
}
.link:hover {
  color: #0E3548;
}

.btn--toggle {
  padding: 0;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: #D8CFBC;
  position: relative;
  width: 34px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 1rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #0E3548;
  padding: 0.75rem 0.5rem 0.75rem;
  background: transparent;
  color: #0E3548;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  height: 2.75rem;
}

select {
  -webkit-appearance: none;
}

textarea {
  border: 1px solid #0E3548;
  padding: 1rem;
  resize: vertical;
  height: 9rem;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 1rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(217, 220, 220, 0.4);
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #0E3548;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.wpforms-field-select,
.select {
  position: relative;
}
.wpforms-field-select::before,
.select::before {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 0.6rem;
  color: #0E3548;
  position: absolute;
  right: 0.5rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select,
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

.hbspt-form label {
  display: none;
}

.form-columned form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}

.form-columned form .form-columns-1 {
  flex: 1 1 calc(50% - 20px);
  max-width: 100%;
}

.form-columned form .form-columns-1:has(> .hs_message) {
  flex: 1 1 100%;
}

fieldset:has(> .hs_were_you_referred_to_pallas_capital_) {
  display: none;
}
fieldset:has(> .hs_were_you_referred_to_pallas_capital_) + fieldset.form-columns-1 {
  flex: 1 0 100%;
}

.hbspt-form .hs_submit {
  flex: 1 0 100% !important;
  padding-top: 1.5rem;
}
.hbspt-form textarea {
  margin-block: 1.5rem 1rem;
}

.inputs-list label {
  display: inline-block !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}

fieldset .hs-form-booleancheckbox span {
  display: block;
}

fieldset .input {
  margin-bottom: 1.25rem;
  margin-right: 0 !important;
}
fieldset .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
fieldset .hs-form-booleancheckbox input {
  width: auto;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
fieldset .hs-form-booleancheckbox span {
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
}
fieldset .hs-form-booleancheckbox span::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  border: 1px solid #0E3548;
  background: #FFF;
  line-height: 1.2rem;
  text-align: center;
}
fieldset .hs-form-booleancheckbox input:checked + span::before {
  content: '✓';
  color: #0E3548;
}
fieldset .hs-fieldtype-booleancheckbox {
  padding-top: 0.25rem;
}
fieldset .hs-fieldtype-booleancheckbox label {
  margin-bottom: 0;
}
fieldset:has(> .legal-consent-container) {
  flex: 1 0 100% !important;
}
.hbspt-form fieldset.form-columns-1 .input .hs-input, .hbspt-form fieldset.form-columns-2 .input .hs-input, .hbspt-form fieldset.form-columns-3 .input .hs-input {
  width: 100%;
}
fieldset .hs-richtext {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
fieldset em {
  font-style: normal;
}

@media only screen and (min-width: 481px) {
  .form-columns-2 {
    display: flex;
    column-gap: 40px;
    width: 100%;
    max-width: 100% !important;
  }
}
.hs-richtext a {
  color: #AD8D48;
  text-decoration: underline;
}
.hs-richtext a:hover {
  color: #0E3548;
}

label.hs-error-msg {
  font-size: 12px;
  color: #DF2500;
  margin-top: -0.5rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0E3548;
  opacity: 1;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0E3548;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0E3548;
  opacity: 1;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-right: 4rem;
}
.header-nav a {
  font-size: 1rem;
  color: #D8CFBC;
  display: inline-block;
  padding-block: 0.5rem 0.45rem;
}
.header-nav a:hover,
.header-nav .current-menu-item > a,
.header-nav .current-menu-parent > a {
  color: #FFF;
}
body.single:not(.scrolled) .header-nav a {
  color: #0E3548;
}
.header-nav a[href="#"] {
  pointer-events: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header ul > li {
  position: relative;
}
.site-header ul > li:hover > ul, .site-header ul > li:focus > ul, .site-header ul > li:active > ul {
  opacity: 1;
  visibility: visible;
}
.site-header ul > li > ul {
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition-delay: 100ms;
  opacity: 0;
  visibility: hidden;
  min-width: 10em;
  position: absolute;
  z-index: 5000;
  position: absolute;
  top: 100%;
  left: -16px;
  white-space: nowrap;
  padding: 8px 16px 8px 16px;
  display: block;
  background: #0E3548;
  margin: 0;
}
.single:not(.scrolled) .site-header ul > li > ul {
  background: transparent;
}
.site-header ul > li > ul li {
  display: block;
  padding: 0;
  margin: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #0E3548;
  min-height: 100%;
  display: flex;
  width: 100%;
  padding-top: 2rem;
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
}
.scrolled .nav-mobile__inner {
  padding-top: 1rem;
}
.nav-mobile__inner .container {
  width: 100%;
}
.nav-mobile__inner::before {
  content: '';
  left: 1.25rem;
  top: 0;
  bottom: 2rem;
  width: 1px;
  background: #AD8D48;
  position: absolute;
}
.nav-mobile__inner a {
  font-size: 20px;
  display: block;
  color: #D8CFBC;
  padding: 0.2rem 0 0.1rem;
}
.nav-mobile__inner .sub-menu a {
  color: #FFF;
}
.nav-mobile__inner .menu > li {
  padding-bottom: 0.75rem;
}
.nav-mobile__inner a.link {
  padding: 0.25rem 0 0.25rem;
}
.nav-mobile__inner .site-branding {
  width: 100%;
  opacity: 1;
}
.nav-mobile__inner .site-branding img {
  width: 15rem;
  margin-left: 0;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  display: block;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2.5rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #AD8D48;
  opacity: 1;
  cursor: pointer;
  margin: 0 10px 0 0 !important;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: #AD8D48;
}

.swiper-pagination {
  position: relative;
  text-align: left;
}

.block--testimonials .swiper-pagination {
  margin-left: 1.5rem;
  padding-top: 1.25rem;
}

.swiper-buttons {
  margin-left: auto;
}

.swiper-button {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.8rem;
  border-radius: 50%;
  border: 1px solid #AD8D48;
  text-align: center;
  color: #AD8D48;
  font-size: 1.2em;
}
.swiper-button:hover {
  background: #AD8D48;
  color: #FFF;
}

.swiper-button-disabled {
  opacity: 0.25 !important;
  cursor: auto;
}

.swiper-prev {
  margin-right: 0.8rem;
}

dialog {
  border: 0;
  box-shadow: none;
  background: #FFF;
  padding: 0;
  width: 1200px;
  max-width: 95vw;
  max-height: 95vh;
  max-height: 95dvh;
  outline: none;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, overlay 0.7s ease-out allow-discrete, display 0.7s ease-out allow-discrete;
}
dialog .inner {
  padding: 4rem 4rem 0;
  background: #F2F0EB;
}
@media only screen and (min-width: 481px) {
  dialog form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
  }
  dialog form .form-columns-1 {
    flex: 1 1 calc(50% - 20px);
    max-width: 100%;
  }
}
dialog small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
dialog fieldset:has(> .hs_were_you_referred_to_pallas_capital_) {
  display: block;
}
dialog .inner-line {
  position: relative;
  padding-bottom: 4rem;
  padding-left: 3rem;
}
dialog .inner-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #AD8D48;
}
@media only screen and (max-width: 1200px) {
  dialog .inner-line-m {
    position: relative;
    padding-left: 3rem;
  }
  dialog .inner-line-m::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #AD8D48;
  }
}
dialog .hs_were_you_referred_to_pallas_capital_ {
  padding-top: 0.75rem;
}
dialog .hs-richtext a {
  color: #AD8D48;
  text-decoration: underline;
}
dialog .hs-richtext a:hover {
  color: #0E3548;
}
dialog::backdrop {
  background: #0E3548;
  opacity: 0.75;
}
dialog h2 {
  font-size: 2.75rem;
  color: #AD8D48;
}
dialog button {
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #AD8D48;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

dialog:open {
  opacity: 1;
}

dialog[open] {
  opacity: 1;
}

@starting-style {
  dialog:open {
    opacity: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 999;
  padding-block: 2rem 1rem;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s ease-out;
}
html:not(.nav-mobile-active) .scrolled .site-header {
  background: #0E3548;
  padding-top: 1rem;
}

.header-button-col {
  width: 10rem;
  position: relative;
  margin-left: auto;
}
.header-button-col .btn {
  width: 10rem;
}

.header-button-dropdown {
  width: 200px;
  position: absolute;
  top: 100%;
  padding-top: 15px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.4s ease-out;
  margin-left: auto;
}

.header-button-dropdown a {
  margin-bottom: 15px;
}

.header-button-col:hover .header-button-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-branding {
  position: relative;
  width: 12.5rem;
  z-index: 9;
  opacity: 0;
}
html:not(.nav-mobile-active) .scrolled .site-branding {
  opacity: 1;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

.margin-bottom {
  margin-bottom: 2.5rem;
}

.margin-top {
  margin-top: 2.5rem;
}

.margin-bottom--small {
  margin-bottom: 1.25rem;
}

.margin-bottom--big {
  margin-bottom: 5rem;
}

.margin-bottom--huge {
  margin-bottom: 7.5rem;
}

.spacing {
  padding-block: 2.5rem;
}

.spacing--big {
  padding-block: 4rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.5rem;
}

.padding-top {
  padding-top: 2.5rem;
}

.padding-top--small {
  padding-top: 1.25rem;
}

.padding-top--tiny {
  padding-top: 0.5rem;
}

.padding-bottom {
  padding-bottom: 2.5rem;
}

.padding-bottom--big {
  padding-bottom: 5rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.bg--light,
.bg--beige {
  background: #F2F0EB;
}

.text--gold + br + a,
.no-text-decoration p a {
  text-decoration: none;
}

.bg--dark {
  background: #0E3548;
}
.bg--dark p {
  color: #FFF;
}
.bg--dark h2 {
  color: #FFF;
}
.bg--dark h3, .bg--dark h4 {
  color: #D8CFBC;
}
.bg--dark .step {
  color: #D8CFBC;
  border-color: #D8CFBC;
}

.inner--gap {
  padding-left: 1.5rem;
}

.col--aside {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .block .col--main,
  .block .col--aside {
    width: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .col--aside {
    width: calc(16rem + 12%);
  }

  .col--main {
    width: calc(88% - 16rem);
  }

  .with-line::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #AD8D48;
  }
}
.block--header {
  background: #0E3548;
  padding-bottom: 4rem;
}
.block--header.block--header-reverse {
  background: #F2F0EB;
}
.block--header.block--header-reverse .with-line::before {
  height: calc(100% + 4rem);
}
.block--header.block--header-reverse * {
  color: #0E3548 !important;
}
.block--header h1, .block--header p, .block--header h3, .block--header h4, .block--header h5, .block--header p a {
  color: #FFF;
}
.block--header h1:last-child {
  margin-bottom: -0.1em;
}
.block--header p {
  margin-bottom: 2rem;
  max-width: 44em;
}
.block--header .col--aside {
  flex-direction: column;
  padding-top: 2.5rem;
  min-height: 26rem;
}
.block--header .col--aside img {
  width: 12.5rem;
  margin: 0;
}
.block--header svg {
  width: 11.25rem;
  margin: 0;
  height: auto;
  display: block;
}
.block--header .col--main {
  padding-top: 6rem;
}
.block--header.with-bg {
  overflow: hidden;
}
.block--header.with-bg .with-line::before {
  height: 200%;
}

.bg--video {
  position: absolute;
  overflow: hidden;
}
.bg--video iframe {
  min-width: 100%;
  max-width: none;
}

.block.no-padding-top .flex__item {
  padding-top: 0 !important;
}

.block--header-funds,
.block--cta-boxes {
  padding-block: 1rem 2rem;
  background: linear-gradient(to bottom, #0E3548, #0E3548 7.75rem, #FFF 7.75rem);
}
.block--header-funds .outer,
.block--cta-boxes .outer {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.block--header-funds .image,
.block--cta-boxes .image {
  width: calc(100% - 23.75rem);
  height: 100%;
}
.block--header-funds .inner,
.block--cta-boxes .inner {
  width: 23.75rem;
  padding: 2.5rem;
  background: #F2F0EB;
  background: linear-gradient(180deg, #FFF 0%, #F2F0EB 100%);
  height: 100%;
  min-height: 18.5rem;
}
.block--header-funds h2,
.block--cta-boxes h2 {
  margin-bottom: 0.75rem;
  color: #0E3548;
}
.block--header-funds .percent,
.block--cta-boxes .percent {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.block--header-funds sub,
.block--cta-boxes sub {
  font-size: 1rem;
  line-height: 3;
}

.block--cta-boxes {
  padding-block: 1rem 3rem;
  background: linear-gradient(to bottom, #0E3548, #0E3548 calc(50% - 1rem), #FFF calc(50% - 1rem));
}
.block--cta-boxes h2 {
  font-size: 2.75rem;
}
.block--cta-boxes .inner {
  width: 100% !important;
  padding: 3.5rem 4rem;
  background: linear-gradient(0deg, #F2F0EB 0%, #FFFFFF 100%);
}
.block--cta-boxes p {
  max-width: 24em;
}
@media only screen and (min-width: 801px) {
  .block--cta-boxes .one-half:last-child .inner {
    background: linear-gradient(180deg, #F2F0EB 0%, #FFFFFF 100%);
  }
}

.block--header + .block--image {
  background: linear-gradient(to bottom, #0E3548, #0E3548 10rem, #FFF 10rem);
}
.block--header + .block--image:has(+ .bg--beige) {
  background: linear-gradient(to bottom, #0E3548, #0E3548 10rem, #F2F0EB 10rem);
}

.btn:has(+ .btn) {
  margin-right: 0.75rem;
}

.block--logos {
  padding-block: 4rem;
  overflow: hidden;
}
.block--logos .logos--bar {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.block--logos .logos--bar::before, .block--logos .logos--bar::after {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 6rem;
  height: 100%;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.block--logos .logos--bar::after {
  right: 0;
  left: auto;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.block--logos .logos--bar-slide {
  animation: 30s slide infinite linear;
}
@media only screen and (min-width: 1201px) {
  .block--logos.m-line .logos--bar {
    width: 1200px;
  }
}
.block--logos .outer {
  padding: 0 2.5rem;
}
.block--logos .inner {
  height: 80px;
}
.block--logos img {
  max-height: 100%;
  object-fit: contain;
}
.block--logos.m-line {
  padding-block: 0;
}
.block--logos.m-line .col--aside,
.block--logos.m-line .col--main {
  padding-top: 4rem;
}
.block--logos.m-line .col--main {
  padding-bottom: 4rem;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.block--testimonials .col--aside,
.block--testimonials .col--main {
  padding-top: 4rem;
}
.block--testimonials .col--main {
  padding-bottom: 4rem;
}
.block--testimonials .swiper {
  margin-left: -1.5rem;
}
.block--testimonials .swiper blockquote {
  padding-left: 1.5rem;
  max-width: 54rem;
}
.block--testimonials .swiper blockquote p {
  padding-left: 0;
  margin-left: 0;
}

.block--steps {
  padding-block: 5rem;
}
.block--steps h2 {
  margin-bottom: 3.5rem;
}
.block--steps h4 {
  margin-bottom: 0.5rem;
}
.block--steps p {
  max-width: 26rem;
  margin-inline: auto;
}
.block--steps .button-con {
  padding-top: 0.5rem;
}

.step {
  font-size: 2rem;
  line-height: 1;
  font-family: "Reckless Neue", "Maison Neue", "Arial", sans-serif;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border: 1px solid #AD8D48;
  color: #AD8D48;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 1.25rem;
}

.front-blog-meta {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}

.block--news-teaser,
.block--offices {
  overflow: hidden;
  background: #F2F0EB;
  padding-block: 4rem;
}
.block--news-teaser .outer-cut,
.block--offices .outer-cut {
  width: 100vw;
  overflow: hidden;
}
.block--news-teaser .swiper-container,
.block--offices .swiper-container {
  overflow: visible;
}

.block--news-teaser {
  padding-block: 4rem 0;
}
.block--news-teaser .col--main {
  padding-bottom: 4rem;
}
.block--news-teaser article a {
  display: block;
}

.block--sidebar {
  background: #F2F0EB;
}
.block--sidebar:last-child .col--main {
  padding-bottom: 7rem;
}
.block--sidebar p + h2, .block--sidebar p + h3, .block--sidebar ul + h2, .block--sidebar ul + h3 {
  margin-top: 1.5rem;
}

.block--offices,
.block--sidebar {
  padding-block: 0;
}
.block--offices .col--main,
.block--sidebar .col--main {
  padding-bottom: 3rem;
}
.block:not(.m-line) + .block--offices, .block:not(.m-line) +
.block--sidebar {
  padding-top: 4rem;
}
.m-line + .block--offices .col--aside,
.m-line + .block--offices .col--main, .m-line +
.block--sidebar .col--aside,
.m-line +
.block--sidebar .col--main {
  padding-top: 4rem;
}

.blog-thumbnail a, .blog-thumbnail span {
  padding-bottom: 72%;
  display: block;
  margin-bottom: 1.5rem;
}

.block--strengths .col--main {
  padding-bottom: 3rem;
}
.block--strengths h4 {
  margin-bottom: 0.5rem;
}
.block--strengths p {
  margin-bottom: 2.5rem;
  max-width: 23em;
}
.block:not(.m-line) + .block--strengths {
  padding-top: 4rem;
}
.m-line + .block--strengths .col--aside,
.m-line + .block--strengths .col--main {
  padding-top: 4rem;
}

.block--glance {
  padding-top: 4rem;
}
.block--sidebar.m-line + .block--glance {
  padding-top: 0;
}
.block--sidebar.m-line + .block--glance .col--main, .block--sidebar.m-line + .block--glance .col--aside {
  padding-top: 1.5rem;
}
.block--glance .col--main {
  padding-bottom: 3rem;
}
.block--glance .flexgrid--gutter p {
  font-size: 1.25rem;
  margin-inline: auto;
  max-width: 17rem;
}
.block--glance p.text--right:has(+ p.text--right) {
  margin-bottom: 0;
}

.block--numbers {
  padding-top: 4rem;
}
.block--numbers:has(+ .block:not(.bg--beige)) .col--main {
  padding-bottom: 1rem;
}
.block--numbers strong {
  font-size: 3rem;
  line-height: 1.125;
  display: block;
  margin-bottom: 0.75rem;
  font-weight: normal;
}
.block--numbers p {
  margin-bottom: 3.5rem;
}
.block--numbers .swiper-slide {
  padding-right: 40px;
  height: auto;
}

div.number {
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 14rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 2rem;
  isolation: isolate;
}

div.number::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: linear-gradient(9.14deg, #AD8D48 -72.36%, #F2F0EB 122.77%);
}

div.number::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: linear-gradient(189.14deg, #AD8D48 -72.36%, #F2F0EB 122.77%);
}

.block--cta {
  background: #0E3548;
}
.block--cta .btn:has(+ .btn) {
  margin-right: 0.4rem;
}
.block--cta .btn + .btn {
  margin-left: 0.4rem;
}
.block--cta.dark img {
  opacity: 0.5;
}
.block--cta h2 {
  color: #FFF;
  max-width: 70rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.block--cta p {
  color: #FFF;
}
.block--cta.bright h2, .block--cta.bright p {
  color: #0E3548;
}

.block--originator .object-fit-con {
  padding-bottom: 96%;
  margin-bottom: 1.5rem;
  background: #F2F0EB;
}
.block--originator h4 {
  color: #0E3548;
  margin-bottom: 0.75rem;
}
.block--originator p {
  font-size: 0.9375rem;
}
.block--originator .swiper-slide {
  height: auto;
  display: flex;
}
.block--originator .flex1 {
  padding-bottom: 0.25rem;
}
.block--originator .info {
  padding-top: 1rem;
  border-top: 1px solid #AD8D48;
  min-height: 8rem;
}
.block--originator .info span, .block--originator .info strong {
  display: block;
  padding-bottom: 3px;
}
.block--originator .info strong {
  padding-bottom: 4px;
}
.block--originator .swiper-pagination {
  text-align: center;
}
.block--originator .hidden {
  display: none !important;
}
.block--originator a {
  -webkit-hyphens: auto;
  hyphens: auto;
  text-decoration: none !important;
}

.nav--cats a {
  margin-right: 0.8rem;
  margin-bottom: 1rem;
}
.nav--cats a.js-active {
  background: #AD8D48;
  color: #FFF;
}

.block--swiper-cut-off {
  overflow: hidden;
}
.block--swiper-cut-off h2 {
  margin-bottom: 0.5rem;
}
.block--swiper-cut-off p {
  max-width: 40rem;
}
.block--swiper-cut-off .swiper-container {
  overflow: visible;
  max-width: calc(100% - 9rem);
  margin-left: 0;
}
.block--swiper-cut-off .swiper-pagination {
  padding-top: 2rem;
  text-align: center;
  width: calc(100% + 9rem);
}
.block--swiper-cut-off .swiper-slide {
  height: auto;
}
.block--swiper-cut-off .inner {
  height: 100%;
  background: #FFF;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.block--swiper-cut-off .padding {
  padding: 2rem 1.5rem;
}
.block--swiper-cut-off .padding.button {
  padding-top: 0 !important;
}
.block--swiper-cut-off .text strong {
  display: block;
  margin-bottom: 4px;
}
.block--swiper-cut-off .text p {
  font-size: 0.9375rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #AD8D48;
}
.block--swiper-cut-off .highlighted .text p {
  border-color: #0E3548;
}
.block--swiper-cut-off .highlighted .top {
  background: linear-gradient(180deg, #FFF, #ADCDEC);
}
.block--swiper-cut-off .highlighted .top .percent + p {
  color: #0E3548;
}
.block--swiper-cut-off .top {
  padding: 1.5rem;
  background: linear-gradient(180deg, #FFF, #F2F0EB);
}
.block--swiper-cut-off .top p:first-child {
  font-size: 1.125rem;
}
.block--swiper-cut-off .top p {
  margin-bottom: 0;
}
.block--swiper-cut-off .top .percent {
  padding-block: 0.7rem 0.1rem;
  font-size: 2.5rem;
  line-height: 1.2;
}
.block--swiper-cut-off .top .percent small {
  font-size: 1.125rem;
  line-height: 2.66667;
}
.block--swiper-cut-off .top .percent + p {
  color: #AD8D48;
}

.block--case-studies .text.padding,
.block--diversified-funds .text.padding {
  padding-bottom: 0.5rem;
}

.block--diversified-funds .accordion__opener {
  padding: 0;
}
.block--diversified-funds .accordion__opener p:first-child {
  font-size: 18px;
  color: #0E3548;
}
.block--diversified-funds .accordion__opener .percent {
  font-size: 2rem;
  color: #0E3548;
}
.block--diversified-funds .accordion__opener .percent small {
  font-size: 1rem;
}
.block--diversified-funds .accordion__opener p {
  font-size: 15px;
}
.block--diversified-funds .accordion__opener i {
  color: #0E3548;
}
.block--diversified-funds .accordion:not(.highlighted) .accordion__opener:not(.js-open) .top {
  background: #FFF;
}

.block--lending-products .flex--bottom {
  padding-bottom: 0.5rem;
}
.block--lending-products h3 {
  font-family: "Maison Neue", "Arial", sans-serif;
  font-weight: normal;
  color: #AD8D48;
  margin-bottom: 1rem;
  min-height: 4rem;
}
.block--lending-products .buttons {
  padding-top: 0.5rem;
}
.block--lending-products .buttons .btn {
  width: calc(50% - 0.5rem);
  min-width: auto;
}
.block--lending-products .buttons .btn + .btn {
  margin-left: auto;
}

.accordion {
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 0.75rem;
}

.accordion__opener {
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
  padding: 1.2rem 4rem 1rem 1.5rem;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  font-weight: normal;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  text-align: left;
  display: block;
  width: 100%;
  background: transparent;
  color: #AD8D48;
  transition: all 0.25s ease-out;
}
.accordion__opener i {
  position: absolute;
  display: inline-block;
  top: 52%;
  right: 1.25rem;
  font-size: 0.6rem;
  transform: translateY(-50%);
}
.accordion__opener.js-open {
  color: #0E3548;
}
.accordion__opener.js-open i {
  transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
  padding: 0 1.5rem 1.5rem;
}
.accordion__content p {
  font-size: 15px;
}

.block--news-listing .flex__item {
  margin-bottom: 3rem;
}
.block--news-listing .right {
  float: right;
}

.select select {
  padding-inline: 0 2rem;
  border-color: #0E3548;
}

.news-item {
  height: 100%;
}
.news-item .blog-thumbnail a,
.news-item .blog-thumbnail span {
  margin-bottom: 0;
}

.news-content {
  padding: 2rem 2rem 1rem;
  background: #FFF;
}
.news-content h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.block--people {
  overflow: hidden;
}
.block--people .object-fit-con {
  padding-bottom: 100%;
  margin-bottom: 1.5rem;
}
.block--people .col--aside,
.block--people .col--main {
  padding-top: 4rem;
}
.block--people .col--main {
  padding-bottom: 1rem;
}
.block--people:has(+ .block--image) .col--main {
  padding-bottom: 3rem;
}
.block--people .outer-cut {
  width: 100vw;
  overflow: hidden;
}
.block--people .swiper-container {
  overflow: visible;
}
.block--people .accordion {
  border-bottom: 1px solid #AD8D48;
}
.block--people:last-child .col--main {
  padding-bottom: 3rem;
}

.block--people .accordion,
.block--people-2 .accordion {
  box-shadow: none;
  background: transparent;
}
.block--people .accordion__opener,
.block--people-2 .accordion__opener {
  font-size: 16px;
  color: #0E3548;
  line-height: 1.4;
  padding: 0.75rem 3rem 0.75rem 0;
  background: transparent;
}
.block--people .accordion__opener strong,
.block--people-2 .accordion__opener strong {
  font-size: 18px;
}
.block--people .accordion__opener .round,
.block--people-2 .accordion__opener .round {
  position: absolute;
  top: 52%;
  right: 0;
  height: 40px;
  width: 40px;
  background: #FFF;
  border-radius: 50%;
  transform: translateY(-50%);
}
.block--people .accordion__opener .round::before,
.block--people .accordion__opener .round::after,
.block--people-2 .accordion__opener .round::before,
.block--people-2 .accordion__opener .round::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #AD8D48;
  transform: translate3d(-50%, -50%, 0);
  width: 13px;
  height: 1px;
}
.block--people .accordion__opener .round::after,
.block--people-2 .accordion__opener .round::after {
  width: 1px;
  height: 13px;
}
.block--people .accordion__opener.js-open .round::after,
.block--people-2 .accordion__opener.js-open .round::after {
  display: none;
}
.block--people .accordion__content,
.block--people-2 .accordion__content {
  padding: 0.25rem 0 1.25rem;
}

.block--people-2 .col--aside,
.block--people-2 .col--main {
  padding-top: 4rem;
}
.block--people-2 .object-fit-con {
  padding-bottom: 100%;
}
.block--people-2 .flex__image {
  width: 17.5rem;
}
.block--people-2 .flex__text {
  padding-left: 3rem;
  width: calc(100% - 17.5rem);
}
.block--people-2 .accordion-con .object-fit-con {
  margin-bottom: 0.5rem;
}
.block--people-2 .accordion {
  margin-bottom: 1rem;
}
.block--people-2 .text p {
  font-size: 0.9375rem;
  max-width: 35rem;
}

.single .block--header time {
  color: #FFF;
}
.single .gallery,
.single .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  flex-wrap: wrap;
}
.single .wp-block-image {
  position: relative;
  padding-bottom: 66%;
}
.single .wp-block-image img {
  position: absolute;
  object-fit: cover;
}
.single .container .container {
  padding-inline: 0 !important;
}
.single .block--image {
  margin-bottom: 2rem;
}

.opener-round {
  position: absolute;
  top: 52%;
  right: 1.25rem;
  height: 60px;
  width: 60px;
  background: #F2F0EB;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.opener-round::before,
.opener-round::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #AD8D48;
  transform: translate3d(-50%, -50%, 0);
  width: 20px;
  height: 2px;
}

.opener-round::after {
  width: 2px;
  height: 20px;
}

.js-open .opener-round::after {
  display: none;
}

.block--transactions select {
  min-width: 220px;
}
.block--transactions .object-fit-con {
  padding-bottom: 60%;
  background: #0E3548;
}
.block--transactions .object-fit-con span {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block--transactions .hidden {
  display: none !important;
}
.block--transactions .inner {
  height: 100%;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.block--transactions .swiper--grid {
  height: 52.5rem;
  padding-bottom: 2.5rem;
  padding-inline: 3px;
  margin-left: -3px;
  margin-right: -3px;
}
.block--transactions .swiper-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
}
.block--transactions .overlay {
  position: absolute;
  background: #FFF;
  padding: 2rem 1.5rem 0;
  transition: all 0.25s ease-out;
  opacity: 0;
  font-size: 2rem;
  line-height: 1.09375;
}
.block--transactions .overlay small {
  font-size: 1.25rem;
  line-height: 1.75;
}
.block--transactions .overlay .right {
  margin-left: auto;
  font-size: 1rem;
  line-height: 2;
  padding-top: 3px;
  font-weight: bold;
}
.block--transactions .overlay .row {
  padding: 0.75rem 0 0.4rem;
  border-bottom: 1px solid #AD8D48;
  margin-bottom: 0.5rem;
}
.block--transactions .inner.js-open .overlay {
  opacity: 1;
}
.block--transactions .label-bar {
  background: #FFF;
  padding: 2.25rem 4rem 2.1rem 1.5rem;
}
.block--transactions .label-bar p, .block--transactions .label-bar h4 {
  margin-bottom: 0;
  color: #0E3548;
}
.block--transactions .label-bar p {
  margin-bottom: 0.25rem;
}

.block--single-assets p.uppercase {
  margin-bottom: 0.5rem;
  padding: 0 !important;
  border: 0 !important;
  color: #AD8D48;
}
.block--single-assets h4 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.block--single-assets .accordion__opener *, .block--single-assets .accordion__opener p.uppercase {
  color: #0E3548;
}
.block--single-assets .accordion__opener.js-open *, .block--single-assets .accordion__opener.js-open p.uppercase {
  color: #AD8D48;
}

.block--case-studies .object-fit-con {
  background: #0E3548;
  padding-bottom: 64%;
}
.block--case-studies p.first {
  font-size: 1rem;
  border: 0;
  padding-bottom: 0.5rem;
}

.tablepress > :where(thead, tfoot) > tr > * {
  background: #FFF !important;
}

table {
  --border-color: #AD8D48 !important;
}

.tablepress > :not(caption) > * > * {
  padding: 0.6rem 0.5rem 0.45rem !important;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.tagline {
  font-size: 3.5rem;
  line-height: 1.10714;
  font-family: "Reckless Neue", "Maison Neue", "Arial", sans-serif;
  margin: 0;
}

.site-footer .col--aside,
.site-footer .col--main {
  padding-top: 4rem;
}
.site-footer .col--main {
  padding-bottom: 2.5rem;
}
.site-footer .first {
  width: 20rem;
}
.site-footer a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
  .swiper--blog .swiper-pagination,
  .swiper--strengths .swiper-pagination,
  .swiper--numbers .swiper-pagination {
    display: none;
  }

  .block--numbers .swiper-slide:not(:last-child) {
    border-right: 1px solid #AD8D48;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 2301px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .block--swiper-cut-off .swiper-container {
    max-width: calc(100% - 4rem);
  }

  .block--swiper-cut-off .swiper-pagination {
    width: calc(100% + 4rem);
  }

  a[href*="mailto"] {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .block--transactions .swiper--grid {
    height: calc(10.5rem + 47vw);
  }

  .text--bigger, p.text--bigger {
    font-size: 1.0625rem;
  }

  .block--cta-boxes h2 {
    font-size: 2.5rem;
  }

  h1, .alpha {
    font-size: 2.6rem;
  }

  h4, .delta {
    font-size: 1.2rem;
  }

  .block--strengths h4,
  .block--glance .flexgrid--gutter p {
    font-size: 18px;
  }

  .block--header .col--aside {
    min-height: 23rem;
  }

  .block--header-funds .inner,
  .block--cta-boxes .inner {
    padding: 2rem;
  }

  .scrolled .site-header {
    padding-block: 0.75rem !important;
  }
}
@media only screen and (max-width: 1320px) {
  .header-nav li {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .m-line {
    padding-left: 3rem;
    position: relative;
  }
  .m-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 3rem;
    bottom: 0;
    width: 1px;
    background: #AD8D48;
  }

  .block--header::before {
    bottom: 4rem;
  }
  .block--header .one-whole {
    max-width: 50rem;
  }
  .block--header .col--aside {
    display: none;
  }
  .block--header .hidden {
    display: block !important;
  }
  .block--header .hidden svg {
    width: 180px;
  }

  .content-no-con {
    padding-inline: 0 !important;
  }

  .block:not(.m-line) + .block--glance::before, .block:not(.m-line) +
  .block--news-teaser::before, .block:not(.m-line) +
  .block--strengths::before, .block:not(.m-line) +
  .block--sidebar::before, .block:not(.m-line) +
  .block--numbers::before {
    top: 4rem;
  }

  .block--sidebar.m-line + .block--glance .col--main,
  .block--sidebar.m-line + .block--glance .col--aside {
    padding-top: 0;
  }

  .site-footer .margin-bottom {
    margin-bottom: 1rem;
  }

  .block--numbers strong {
    font-size: 2.5rem;
  }

  .block--header-funds .inner {
    width: 22rem;
    padding: 1.5rem;
    min-height: 16rem;
  }

  .block--header-funds .image {
    width: calc(100% - 22rem);
  }

  .block--swiper-cut-off .swiper-container {
    max-width: calc(100% - 9rem);
  }

  .block--swiper-cut-off .swiper-pagination {
    width: calc(100% + 9rem);
  }

  .m-line + .block--strengths .col--aside,
  .block--logos.m-line .col--aside {
    padding-top: 2rem;
  }

  .m-line + .block--strengths .col--main,
  .block--testimonials .col--main,
  .m-line + .block--sidebar .col--main,
  .m-line + .block--offices .col--main,
  .block--people .col--main,
  .block--people-2 .col--main {
    padding-top: 0;
  }

  .block--logos.m-line .col--main {
    padding-top: 1rem;
  }

  .block--strengths p {
    margin-bottom: 2rem;
  }

  .block--news-teaser .col--main {
    padding-bottom: 2rem;
  }

  .block--transactions .swiper--grid {
    height: calc(10.5rem + 67vw);
  }

  .site-header .col--main {
    margin-left: auto;
  }

  .block--cta-boxes .inner {
    padding: 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .block--cta-boxes p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1020px) {
  h1, .alpha,
  .block--cta-boxes h2 {
    font-size: 2.5rem;
  }

  .block--header-funds .image {
    width: calc(100% - 25rem);
  }

  .block--header-funds .inner {
    width: 25rem;
    padding: 2.5rem;
  }

  .block--header-funds .one-half:first-child {
    border-bottom: 1px solid #AD8D48;
  }

  .block--swiper-cut-off .swiper-container {
    max-width: calc(100% - 2rem);
  }

  .block--swiper-cut-off .swiper-pagination {
    width: calc(100% + 2rem);
  }

  .block--swiper-cut-off .padding {
    padding: 1.75rem 1.25rem;
  }

  .block--cta-boxes .inner {
    padding: 2rem;
  }
  .block--cta-boxes .inner .btn {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 980px) {
  .block--transactions .swiper--grid {
    height: calc(11.5rem + 67vw);
  }

  dialog .inner {
    padding: 4rem 3rem 0;
  }

  .scrolled .site-header {
    padding-block: 0.5rem !important;
  }
}
@media only screen and (max-width: 800px) {
  .m-line {
    padding-left: 1.25rem;
    position: relative;
  }
  .m-line:before {
    left: 1.25rem;
  }

  .container {
    padding-inline: 1.25rem;
  }

  .block--swiper-cut-off .swiper-container {
    max-width: 26rem;
  }

  .block--swiper-cut-off .swiper-pagination {
    width: calc(100vw - 2.5rem);
  }

  .block:not(.block--header) + .block--image {
    background: #0E3548;
  }
  .block:not(.block--header) + .block--image .container {
    padding-inline: 0;
  }

  .block--image .container {
    padding-inline: 0;
  }

  .block--transactions .swiper--grid {
    height: calc(20rem + 53vw);
  }

  dialog .inner {
    padding: 4rem 1.25rem 0;
  }

  dialog .inner-line-m,
  dialog .inner-line {
    padding-left: 1.25rem;
    padding-bottom: 1rem;
  }

  dialog .inner-line {
    padding-bottom: 2rem;
  }

  .block--people-2 .flex__text {
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  h1, .alpha,
  .block--cta-boxes h2 {
    font-size: 2rem;
  }

  .sm--hidden {
    display: none !important;
  }

  .spacing--big {
    padding-block: 3rem;
  }

  .site-footer .col--aside {
    padding-top: 3rem;
  }
  .site-footer .col--main {
    padding-bottom: 2rem;
  }

  .tagline {
    font-size: 2.5rem;
  }

  .block--numbers p {
    margin-bottom: 2.5rem;
    max-width: 19rem;
  }

  .block--header-funds .image {
    width: 100%;
    padding-bottom: 60%;
    height: auto;
  }

  .block--header-funds .inner {
    width: 100%;
    padding: 1.5rem;
    height: auto;
  }

  .block--header-funds .one-half:first-child {
    border-bottom: none;
  }

  .block--glance,
  .block--news-teaser {
    padding-top: 3rem;
  }
  .block:not(.m-line) + .block--glance::before, .block:not(.m-line) +
  .block--news-teaser::before {
    top: 3rem;
  }

  blockquote p {
    font-size: 1.5rem;
  }

  h4, .delta {
    font-size: 18px;
  }

  div.number {
    width: 180px;
    font-size: 40px;
  }

  .block--originator .swiper-pagination {
    text-align: left;
  }

  .form-columned form {
    display: block;
  }

  .sm-swap .flex__item:first-child {
    order: 9;
    padding-top: 2rem;
  }

  .sm-swap .col--main {
    padding-top: 3rem !important;
  }

  .block--transactions .swiper--grid {
    height: auto;
  }

  .block--transactions .label-bar {
    padding: 1.5rem 4rem 1.25rem 1.5rem;
  }

  .opener-round {
    width: 40px;
    height: 40px;
  }

  .opener-round::before,
  .opener-round::after {
    width: 12px;
    height: 1px;
  }

  .opener-round::after {
    width: 1px;
    height: 12px;
  }

  .block--people-2 .flex__text.sm-one-whole {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }

  .block--news-teaser .swiper-pagination {
    padding-top: 4rem;
  }
  .block--news-teaser a.link {
    display: inline-block;
    transform: translateY(-5.5rem);
    position: relative;
    z-index: 999;
  }

  dialog .inner-line-m,
  dialog .inner-line {
    padding-left: 0 !important;
  }
  dialog .inner-line-m::before,
  dialog .inner-line::before {
    display: none;
  }

  .block--sidebar:last-child .col--main {
    padding-bottom: 2.5rem;
  }

  .block--header {
    padding-bottom: 2rem;
  }

  .block--header::before {
    bottom: 2rem;
    z-index: 9;
  }

  .block--header.with-bg::before {
    bottom: 0;
    z-index: 9;
  }

  .single .padding-top .padding-top {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  dialog .inner h2 {
    font-size: 2rem;
    max-width: 9em;
  }

  .block--header-funds .percent {
    font-size: 2rem;
  }

  .site-branding {
    width: 11rem;
  }
  .site-branding img {
    width: 11rem;
  }

  .block--cta .overlay {
    padding-block: 5rem 3rem;
    text-align: left !important;
  }
  .block--cta .btn {
    min-width: calc(50% - 0.4rem);
  }
  .block--cta .buttons {
    display: flex;
  }
  .block--cta h2 {
    margin-bottom: 2rem;
  }

  .xs--hidden {
    display: none !important;
  }

  .xs--show {
    display: block !important;
  }

  .block--glance .text--right {
    text-align: center !important;
  }

  .block--news-teaser .outer-cut,
  .block--offices .outer-cut {
    width: auto;
  }

  .block--transactions .overlay {
    padding-top: 1rem;
    font-size: 1.75rem;
    line-height: 1;
  }
  .block--transactions .overlay small {
    font-size: 1rem;
  }
  .block--transactions .overlay .right {
    font-size: 0.9rem;
    padding-top: 1px;
  }

  .block--transactions .label-bar p {
    font-size: 14px;
  }
  .block--transactions .label-bar h4 {
    font-size: 24px;
  }

  .uppercase {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .block--single-assets h4 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .swiper--cut-off-case {
    overflow: hidden !important;
  }

  .block--header .buttons {
    margin-top: -0.75rem;
  }
  .block--header .buttons .btn {
    margin-top: 0.75rem;
    padding-inline: 1rem;
    min-width: 8.5rem;
  }

  .single .gallery, .single .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  .nav--cats .btn {
    padding-inline: 1rem;
  }

  .btn:has(+ .btn) {
    margin-right: 0.6rem;
  }
}
