@charset "UTF-8";
/************************************************************************************************
                     * Colors
 ************************************************************************************************/
/************************************************************************************************
                     * Typography
 ************************************************************************************************/
/************************************************************************************************
                     * Buttons
 ************************************************************************************************/
/************************************************************************************************
                     * Grid / Layout
 ************************************************************************************************/
.post-single__placeholder, .news-card__placeholder, .notable-work__placeholder {
  background: linear-gradient(135deg, rgba(128, 128, 128, 0.1), rgba(128, 128, 128, 0.04));
  display: block;
  height: 100%;
  width: 100%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../../fonts/playfair-display-var.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../../fonts/playfair-display-var-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/lato-300.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/lato-300i.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/lato-400.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/lato-400i.woff2") format("woff2");
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  color: #111;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  border: none;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-wrapper {
  position: relative;
  overflow: hidden;
}

.desktop {
  display: none;
}

@media (min-width: 800px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: unset;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 0 !important;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 0;
}

.grecaptcha-badge {
  z-index: 9999999999;
}

.framed-bg {
  border: 10px solid rgba(131, 111, 62, 0.8);
  padding: 30px;
  position: relative;
}
@media (min-width: 800px) {
  .framed-bg {
    padding: 50px;
  }
}
.framed-bg:before {
  background: rgba(131, 111, 62, 0.8);
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 0;
}
.framed-bg > * {
  position: relative;
  z-index: 1;
}

button,
.button,
.header-cta-nav .header-cta-menu li a,
input[type=submit],
input[type=reset],
input[type=button],
.hidden-nav,
.hamburger,
.youtube-player img,
.youtube-player-with-thumb img,
.vimeo-player img,
.vimeo-player-with-thumb img,
.icon-play,
.gallery-block *,
a:not([data-reveal]),
.sub-menu,
.banner-button:before,
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.service-item-inner h3,
.post-item-img img,
label, input, textarea, a:after,
.tab-link, .tab-link:after,
.service-item, .tab-link:before, .tab-link .icon,
.project-item-img, .project-item-img img, .project-item-img h3, .project-item-img .readmore-link,
.project-item-img .project-types,
.readmore-link, .readmore-link:before, .readmore-link:after,
.sub-menu a:before, .cta-wrapper h2, .bs-accordion:before, .social-list .icon:before, .swipe-menu a:before, .swipe-prev-panel, .swipe-next-panel, .swipe-close span,
.child-inner-item, .child-inner-item .inline-cover, .child-inner-item img, .child-inner-item .child-content *,
.banner-video img {
  transition: all 0.2s ease-in-out;
}

.banner-button:after {
  transition: transform 0.2s ease-in-out;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  transition: all 0.2s ease-in-out !important;
}

.slider-indicators > * {
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.animate-bounce {
  animation: pulse-animation 3s infinite;
  transition-timing-function: ease-in-out;
  transform: translate3d(0px, 0px, 0px) scale(1.1);
}

.inline-cover img {
  left: 0;
  top: 0;
}

.inline-cover.animate-bounce {
  height: 106% !important;
  top: -3% !important;
}

@keyframes pulse-animation {
  0%, 100% {
    transform: translate3d(0px, -5px, 0px);
  }
  50% {
    transform: translate3d(0px, 5px, 0px);
  }
}
.js-anim [data-reveal]:not(.is-visible) {
  opacity: 0;
}

.js-anim [data-reveal=up]:not(.is-visible) {
  transform: translateY(24px);
}

.js-anim [data-reveal].is-revealing {
  transition: opacity var(--reveal-duration, 500ms) ease var(--reveal-delay, 0ms);
}

.js-anim [data-reveal=up].is-revealing {
  transition: opacity var(--reveal-duration, 500ms) ease var(--reveal-delay, 0ms), transform var(--reveal-duration, 500ms) ease var(--reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .js-anim [data-reveal] {
    opacity: revert;
    transform: revert;
    transition: none;
  }
}
.wpforms-submit-spinner {
  border: 4px solid rgba(255, 255, 255, 0.3); /* match with border-left */
  border-left: 4px solid #836F3E;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px; /* match with height for a circle */
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
/************************************************************************************************
                     * VARIABLES
 ************************************************************************************************/
/************************************************************************************************
                     * TYPOGRAPHY
 ************************************************************************************************/
.hori-list > li, .hori-list > div, .hori-list > a {
  font-size: 16px;
}

a {
  color: #836F3E;
  font-weight: 500;
  outline: 0;
  text-decoration: none;
}
a[href^="mailto:"] {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a:hover {
  color: rgb(96.3834196891, 81.6683937824, 45.6165803109);
}

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 30px 0 20px;
  padding: 0;
  text-transform: none;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
@media (min-width: 800px) {
  h1, .h1, h2, .h2, h3, .h3,
  h4, .h4, h5, .h5, h6, .h6 {
    margin: 40px 0 30px;
  }
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a,
h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 22px;
}

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

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 800px) {
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 25px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
article h1,
article .h1 {
  font-size: 30px;
}

article h2,
article .h2 {
  font-size: 24px;
}

article h3,
article .h3 {
  font-size: 20px;
}

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

article h5,
article .h5 {
  font-size: 16px;
}

article h6,
article .h6 {
  font-size: 14px;
}

@media (min-width: 800px) {
  article h1,
  article .h1 {
    font-size: 38px;
  }
  article h2,
  article .h2 {
    font-size: 30px;
  }
  article h3,
  article .h3 {
    font-size: 25px;
  }
  article h4,
  article .h4 {
    font-size: 20px;
  }
  article h5,
  article .h5 {
    font-size: 18px;
  }
  article h6,
  article .h6 {
    font-size: 16px;
  }
}
.section-headings {
  margin-bottom: 30px;
}
.section-headings .headings {
  max-width: 800px;
}
@media (max-width: 799px) {
  .section-headings .flex-header--right {
    margin-top: 20px;
    width: 100%;
  }
}

.section-subtitle {
  font-size: 14px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section-subtitle + * {
  margin-top: 0;
}

.section-headings .headings {
  display: flex;
  flex-direction: column;
}
.section-headings .headings .section-subtitle {
  order: 1;
}
.section-headings .headings .section-title {
  order: 2;
  margin-top: 0;
}
.section-headings .headings .section-title + *,
.section-headings .headings p:not(.section-subtitle) {
  order: 3;
}
.section-headings .headings .section-underline {
  order: 4;
}

.section-underline {
  background: #836F3E;
  display: block;
  height: 1px;
  margin-top: 16px;
  width: 40px;
}

.middle-column.section-title {
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .middle-column.section-title {
    margin-bottom: 60px;
  }
}

strong, b {
  font-weight: 500;
}

p, .wpforms-confirmation-container, .wpforms-confirmation-container-full {
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}
@media (min-width: 800px) {
  p, .wpforms-confirmation-container, .wpforms-confirmation-container-full {
    margin: 0 0 30px;
  }
}

li {
  color: #111;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
}

.is-style-impact-statement,
p.impact-statement {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
@media (min-width: 800px) {
  .is-style-impact-statement,
  p.impact-statement {
    font-size: 26px;
  }
}
@media (min-width: 1000px) {
  .is-style-impact-statement,
  p.impact-statement {
    font-size: 28px;
  }
}
.is-style-impact-statement strong, .is-style-impact-statement b,
p.impact-statement strong,
p.impact-statement b {
  color: #836F3E;
  font-weight: 500;
}

blockquote:not(.testi-quote) {
  border-left: 3px solid rgba(51, 51, 51, 0.7);
  color: rgba(51, 51, 51, 0.7);
  font-size: 24px;
  font-style: none;
  margin: 40px 0;
  max-width: 600px;
  padding: 10px 30px;
}
blockquote:not(.testi-quote) * {
  color: rgba(51, 51, 51, 0.7);
  font-size: 24px;
}
blockquote:not(.testi-quote) a {
  color: #BCA15E;
}
blockquote:not(.testi-quote) a:hover {
  color: rgb(163.1184210526, 135.7631578947, 67.8815789474);
}

ul, ol {
  margin: 10px 0 30px 0;
  padding-left: 20px;
}

ol {
  padding-left: 25px;
}

h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child,
p:last-child, ul:last-child, ul:not(.hori-list) li:last-child, ol:not(.hori-list) li:last-child, ol:last-child {
  margin-bottom: 0;
}

.jump-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-btn, .jump-links a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.secondary-btn:before, .jump-links a:before {
  background: #836F3E;
  content: "";
  height: 2px;
  right: 100%;
  position: absolute;
  transform: translate3d(100%, -50%, 0);
  top: 50%;
  width: 30px;
}

.jump-links a:after {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #836F3E;
  content: "";
  position: absolute;
  left: 25px;
  transform: translate3d(0, -50%, 0);
  top: 50%;
}
.jump-links a:hover {
  padding-left: 0;
  padding-right: 40px;
}
.jump-links a:hover:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  left: 100%;
}
.jump-links a:hover:before {
  height: 3px;
  right: 0;
  transform: translate3d(0, -50%, 0);
}

.jump-links a:before {
  background: #836F3E;
}

/* Increment and display numbers before each .listicle H2 */
h2.listicle {
  position: relative;
  padding-left: 70px;
  margin: 50px 0 30px;
}
@media (min-width: 800px) {
  h2.listicle {
    padding-left: 95px;
    margin: 50px 0 40px;
  }
}

h2.listicle::before {
  background: #333333;
  border-radius: 50%;
  color: #836F3E;
  counter-increment: listicle;
  content: counter(listicle);
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  transform: translate3d(0, 30%, 0);
  top: -25px;
  text-align: center;
  width: 50px;
}
@media (min-width: 800px) {
  h2.listicle::before {
    font-size: 40px;
    height: 75px;
    line-height: 75px;
    transform: translate3d(0, 25%, 0);
    top: -37.5px;
    width: 75px;
  }
}

[class^=icon-], [class*=" icon-"], .contact-details-row li:before,
.blaze-arrow:before, .banner-button:after, .readmore-link:after, .date-category:before,
.testi-quote:before, .testi-quote:after, .top-nav .contact-email-phone li:before, .banner-button:before,
.button::before,
.header-cta-nav .header-cta-menu li a::before, input[type=submit]::before, input[type=reset]::before, input[type=button]::before, button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom)::before,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link::before,
.wp-block-button.is-style-fill > .wp-block-button__link::before,
.wp-block-button.is-style-outline > .wp-block-button__link::before {
  /* 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;
}

.top-nav ul.social-list li a:before {
  font-size: 15px;
}

.icon-youtube:before {
  color: #f00;
}

.icon-googleplus:before {
  color: #dc4e41;
}

.icon-linkedin:before {
  color: #0077b5;
}

.icon-pinterest:before {
  color: #bd081c;
}

.icon-facebook:before {
  color: #3b5998;
}

.icon-instagram:before {
  color: #e4405f;
}

.icon-twitter:before {
  color: #1da1f2;
}

@font-face {
  font-family: "icomoon";
  src: url("../../icomoon/fonts/icomoon.eot?wtdawn");
  src: url("../../icomoon/fonts/icomoon.eot?wtdawn#iefix") format("embedded-opentype"), url("../../icomoon/fonts/icomoon.ttf?wtdawn") format("truetype"), url("../../icomoon/fonts/icomoon.woff?wtdawn") format("woff"), url("../../icomoon/fonts/icomoon.svg?wtdawn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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-search:before {
  content: "\e92c";
}

.icon-phone1:before {
  content: "\e907";
}

.icon-cancel:before {
  content: "\e90c";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-left:before {
  content: "\e909";
}

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

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

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

.icon-arrow-down:before {
  content: "\e92a";
}

.icon-arrow-up:before {
  content: "\e92b";
}

.icon-check:before {
  content: "\e929";
}

.icon-Icon_User-Segmentation:before {
  content: "\e920";
}

.icon-Icon_Scrum-Sprint-Cycle:before {
  content: "\e921";
}

.icon-Icon_Resource-Rating1:before {
  content: "\e922";
}

.icon-Icon_Resource-Allocation:before {
  content: "\e925";
}

.icon-Icon_Project-Team:before {
  content: "\e926";
}

.icon-Icon_Project-Resources1:before {
  content: "\e927";
}

.icon-Icon_Project-Quality:before {
  content: "\e923";
}

.icon-Icon_Project-Investors:before {
  content: "\e924";
}

.icon-Icon_Brainstorming:before {
  content: "\e928";
}

.icon-Icon_Project-Resources:before {
  content: "\e91c";
}

.icon-Icon_Resource-Rating:before {
  content: "\e91d";
}

.icon-Icon_Project-Plan:before {
  content: "\e91e";
}

.icon-Icon_Resources-Management:before {
  content: "\e91f";
}

.icon-calendar:before {
  content: "\e918";
}

.icon-envelope:before {
  content: "\e911";
}

.icon-picture:before {
  content: "\e90d";
}

.icon-eye:before {
  content: "\e92d";
}

.icon-cloud-download:before {
  content: "\e914";
}

.icon-paper-plane:before {
  content: "\e913";
}

.icon-send:before {
  content: "\e913";
}

.icon-mobile:before {
  content: "\e91b";
}

.icon-quote-right:before {
  content: "\e919";
}

.icon-quote-left:before {
  content: "\e91a";
}

.icon-shopping-bag:before {
  content: "\e90f";
}

.icon-pinterest-p:before {
  content: "\e905";
}

.icon-play1:before {
  content: "\e904";
}

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

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

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

.icon-tag:before {
  content: "\e90a";
}

.icon-wordpress:before {
  content: "\e917";
  color: #21759b;
}

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

.icon-instagram:before {
  content: "\e906";
  color: #e4405f;
}

.icon-twitter:before {
  content: "\e900";
  color: #1da1f2;
}

.icon-youtube:before {
  content: "\e912";
}

.icon-location:before {
  content: "\e910";
}

.icon-map-marker:before {
  content: "\e910";
}

.icon-pin:before {
  content: "\e910";
}

.icon-play:before {
  content: "\e90e";
}

/************************************************************************************************
										 * Video
 ************************************************************************************************/
.video-full,
.banner .youtube-player-with-thumb,
.vimeo-player-with-thumb {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-container {
  aspect-ratio: 16/9;
  left: auto;
  position: relative;
  top: auto;
  width: auto;
}
@supports not (aspect-ratio: 16/9) {
  .video-container {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
  }
}

.video-container iframe,
.video-full iframe,
.youtube-player iframe,
.youtube-player-with-thumb iframe,
.vimeo-player-with-thumb iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.video-full,
.banner .youtube-player-with-thumb,
.vimeo-player-with-thumb {
  overflow: hidden;
}
.video-full iframe,
.banner .youtube-player-with-thumb iframe,
.vimeo-player-with-thumb iframe {
  left: 50%;
  top: 50%;
  height: 115%;
  transform: translate3d(-50%, -50%, 0);
  width: 115%;
}

.youtube-player,
.youtube-player-with-thumb,
.vimeo-player-with-thumb,
.banner-video {
  aspect-ratio: 16/9;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  width: 100%;
  background: #000;
}
@supports not (aspect-ratio: 16/9) {
  .youtube-player,
  .youtube-player-with-thumb,
  .vimeo-player-with-thumb,
  .banner-video {
    height: 0;
    padding-bottom: 56.23%;
  }
}
.youtube-player img,
.youtube-player-with-thumb img,
.vimeo-player-with-thumb img,
.banner-video img {
  display: block;
  margin: auto;
  opacity: 0.8;
  position: absolute;
  border: none;
  cursor: pointer;
}
.youtube-player:hover img,
.youtube-player-with-thumb:hover img,
.vimeo-player-with-thumb:hover img,
.banner-video:hover img {
  opacity: 0.9;
  transform: scale(1.05);
}
.youtube-player .icon-play,
.youtube-player-with-thumb .icon-play,
.vimeo-player-with-thumb .icon-play,
.banner-video .icon-play {
  color: white;
  font-size: 90px;
  left: 50%;
  top: 50%;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-player .icon-play:hover,
.youtube-player-with-thumb .icon-play:hover,
.vimeo-player-with-thumb .icon-play:hover,
.banner-video .icon-play:hover {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

/************************************************************************************************
										 * Images
 ************************************************************************************************/
.aspect-ratio {
  aspect-ratio: 16/9;
  position: relative;
}
@supports not (aspect-ratio: 16/9) {
  .aspect-ratio {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.placeholder-img {
  background-color: #836F3E;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 ratio */
  position: relative;
  width: 100%;
}
.placeholder-img:before {
  color: white;
  font-size: 75px;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.tabs_section img, .wysiwyg-content img {
  border-radius: 3px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner-image-video {
  border-radius: 3px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

.img-left {
  float: left;
  margin: 10px 10px 10px 0;
}

.img-center {
  margin: 10px auto;
}
.img-center img {
  display: block;
  margin: 10px auto;
}

.img-right {
  float: right;
  margin: 10px 0 10px 10px;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 10px auto;
}

.attachment-post-thumbnail {
  margin-bottom: 30px;
}

section.has-inline-cover {
  overflow: hidden;
  position: relative;
}

section > .inline-cover {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
section > .inline-cover img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
section > .inline-cover + * {
  position: relative;
}

.youtube-player-with-thumb img,
.inline-cover img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.youtube-player-with-thumb.ie-fix,
.inline-cover.ie-fix {
  background-size: cover;
  background-position: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube-player-with-thumb.ie-fix img,
.inline-cover.ie-fix img {
  opacity: 0;
}

/************************************************************************************************
										 * iframes
 ************************************************************************************************/
iframe {
  width: 100%;
}

/************************************************************************************************
										 * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  .alignleft {
    float: left;
    margin: 10px 30px 10px 0;
  }
  .alignright {
    float: right;
    margin: 10px 0 10px 30px;
  }
}
/************************************************************************************************
										 * Buttons
 ************************************************************************************************/
/* Button section */
.button, .header-cta-nav .header-cta-menu li a,
input[type=submit],
input[type=reset],
input[type=button],
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton),
.wp-block-button:not(.is-style-outline) > .wp-block-button__link, .wp-block-button.is-style-fill > .wp-block-button__link {
  background: white;
  border-radius: 3px;
  box-sizing: border-box;
  border: none;
  border-left: 3px solid;
  border-color: #836F3E;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  outline: 0 !important;
  padding: 14px 80px 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.button::before, .header-cta-nav .header-cta-menu li a::before,
input[type=submit]::before,
input[type=reset]::before,
input[type=button]::before,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton)::before,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link::before, .wp-block-button.is-style-fill > .wp-block-button__link::before {
  border-radius: 50%;
  border: 2px solid #333333;
  height: 25px;
  content: "\e908";
  font-weight: 400;
  font-size: 10px;
  line-height: 25px;
  position: absolute;
  right: 35px;
  text-align: center;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.2s ease;
  width: 25px;
}
.button.secondary-button, .header-cta-nav .header-cta-menu li a.secondary-button,
input[type=submit].secondary-button,
input[type=reset].secondary-button,
input[type=button].secondary-button,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).secondary-button,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button, .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button {
  background: transparent;
  border-color: #836F3E;
  color: #836F3E;
}
.button.secondary-button:hover, .header-cta-nav .header-cta-menu li a.secondary-button:hover,
input[type=submit].secondary-button:hover,
input[type=reset].secondary-button:hover,
input[type=button].secondary-button:hover,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).secondary-button:hover,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button:hover, .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button:hover {
  background: #836F3E;
  border-color: #836F3E;
  color: white;
}
.button:hover, .header-cta-nav .header-cta-menu li a:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton):hover,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover, .wp-block-button.is-style-fill > .wp-block-button__link:hover {
  background: #FAF7F4;
  border-color: #836F3E;
  box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
  color: #333333;
}
.button:hover::before, .header-cta-nav .header-cta-menu li a:hover::before,
input[type=submit]:hover::before,
input[type=reset]:hover::before,
input[type=button]:hover::before,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton):hover::before,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover::before, .wp-block-button.is-style-fill > .wp-block-button__link:hover::before {
  background: #836F3E;
  border-color: transparent;
  color: white;
  transform: translate3d(5px, -50%, 0);
}
.button.button-gold, .header-cta-nav .header-cta-menu li a.button-gold, .button.wpforms-submit, .header-cta-nav .header-cta-menu li a.wpforms-submit,
input[type=submit].button-gold,
input[type=submit].wpforms-submit,
input[type=reset].button-gold,
input[type=reset].wpforms-submit,
input[type=button].button-gold,
input[type=button].wpforms-submit,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).button-gold,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).wpforms-submit,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.button-gold,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.wpforms-submit, .wp-block-button.is-style-fill > .wp-block-button__link.button-gold, .wp-block-button.is-style-fill > .wp-block-button__link.wpforms-submit {
  background: #836F3E;
  border-color: #836F3E;
  color: white;
}
.button.button-gold:before, .header-cta-nav .header-cta-menu li a.button-gold:before, .button.wpforms-submit:before, .header-cta-nav .header-cta-menu li a.wpforms-submit:before,
input[type=submit].button-gold:before,
input[type=submit].wpforms-submit:before,
input[type=reset].button-gold:before,
input[type=reset].wpforms-submit:before,
input[type=button].button-gold:before,
input[type=button].wpforms-submit:before,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).button-gold:before,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).wpforms-submit:before,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.button-gold:before,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.wpforms-submit:before, .wp-block-button.is-style-fill > .wp-block-button__link.button-gold:before, .wp-block-button.is-style-fill > .wp-block-button__link.wpforms-submit:before {
  background: white;
  border-color: transparent;
  color: #333333;
}
.button.button-gold:hover, .header-cta-nav .header-cta-menu li a.button-gold:hover,
input[type=submit].button-gold:hover,
input[type=reset].button-gold:hover,
input[type=button].button-gold:hover,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).button-gold:hover,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.button-gold:hover, .wp-block-button.is-style-fill > .wp-block-button__link.button-gold:hover {
  background: #BCA15E;
  border-color: #BCA15E;
  color: white;
}
.button.no-icon::before, .header-cta-nav .header-cta-menu li a.no-icon::before,
input[type=submit].no-icon::before,
input[type=reset].no-icon::before,
input[type=button].no-icon::before,
button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.icon-search):not(.antique-single__zoom):not(.unbutton).no-icon::before,
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.no-icon::before, .wp-block-button.is-style-fill > .wp-block-button__link.no-icon::before {
  display: none;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  background: transparent;
  border-radius: 3px;
  border: none;
  border-left: 3px solid;
  border-color: #836F3E;
  box-sizing: border-box;
  color: #836F3E;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  outline: 0 !important;
  padding: 14px 80px 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
.wp-block-button.is-style-outline > .wp-block-button__link::before {
  border-radius: 50%;
  border: 2px solid #836F3E;
  color: #836F3E;
  content: "\e908";
  font-size: 10px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 35px;
  text-align: center;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.2s ease;
  width: 25px;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: #836F3E;
  border-color: #836F3E;
  color: white;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover::before {
  background: #836F3E;
  border-color: transparent;
  color: white;
  transform: translate3d(5px, -50%, 0);
}

.color-block .button, .color-block .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-block a,
.color-block input[type=submit],
.color-block input[type=reset],
.color-block input[type=button],
.color-block button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton),
.color-block .wp-block-button:not(.is-style-outline) > .wp-block-button__link, .color-block .wp-block-button.is-style-fill > .wp-block-button__link, .color-blocks .button, .color-blocks .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-blocks a,
.color-blocks input[type=submit],
.color-blocks input[type=reset],
.color-blocks input[type=button],
.color-blocks button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton),
.color-blocks .wp-block-button:not(.is-style-outline) > .wp-block-button__link, .color-blocks .wp-block-button.is-style-fill > .wp-block-button__link, .dark-bg .button, .dark-bg .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .dark-bg a,
.dark-bg input[type=submit],
.dark-bg input[type=reset],
.dark-bg input[type=button],
.dark-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton),
.dark-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link, .dark-bg .wp-block-button.is-style-fill > .wp-block-button__link, .cover-bg .button, .cover-bg .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .cover-bg a,
.cover-bg input[type=submit],
.cover-bg input[type=reset],
.cover-bg input[type=button],
.cover-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton),
.cover-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link, .cover-bg .wp-block-button.is-style-fill > .wp-block-button__link, .repeat-bg .button, .repeat-bg .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .repeat-bg a,
.repeat-bg input[type=submit],
.repeat-bg input[type=reset],
.repeat-bg input[type=button],
.repeat-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton),
.repeat-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link, .repeat-bg .wp-block-button.is-style-fill > .wp-block-button__link, .has-inline-cover .button, .has-inline-cover .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .has-inline-cover a,
.has-inline-cover input[type=submit],
.has-inline-cover input[type=reset],
.has-inline-cover input[type=button],
.has-inline-cover button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton),
.has-inline-cover .wp-block-button:not(.is-style-outline) > .wp-block-button__link, .has-inline-cover .wp-block-button.is-style-fill > .wp-block-button__link {
  background: transparent;
  border-color: white;
  color: white;
}
.color-block .button:hover, .color-block .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-block a:hover,
.color-block input[type=submit]:hover,
.color-block input[type=reset]:hover,
.color-block input[type=button]:hover,
.color-block button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton):hover,
.color-block .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover, .color-block .wp-block-button.is-style-fill > .wp-block-button__link:hover, .color-blocks .button:hover, .color-blocks .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-blocks a:hover,
.color-blocks input[type=submit]:hover,
.color-blocks input[type=reset]:hover,
.color-blocks input[type=button]:hover,
.color-blocks button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton):hover,
.color-blocks .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover, .color-blocks .wp-block-button.is-style-fill > .wp-block-button__link:hover, .dark-bg .button:hover, .dark-bg .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .dark-bg a:hover,
.dark-bg input[type=submit]:hover,
.dark-bg input[type=reset]:hover,
.dark-bg input[type=button]:hover,
.dark-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton):hover,
.dark-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover, .dark-bg .wp-block-button.is-style-fill > .wp-block-button__link:hover, .cover-bg .button:hover, .cover-bg .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .cover-bg a:hover,
.cover-bg input[type=submit]:hover,
.cover-bg input[type=reset]:hover,
.cover-bg input[type=button]:hover,
.cover-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton):hover,
.cover-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover, .cover-bg .wp-block-button.is-style-fill > .wp-block-button__link:hover, .repeat-bg .button:hover, .repeat-bg .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .repeat-bg a:hover,
.repeat-bg input[type=submit]:hover,
.repeat-bg input[type=reset]:hover,
.repeat-bg input[type=button]:hover,
.repeat-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton):hover,
.repeat-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover, .repeat-bg .wp-block-button.is-style-fill > .wp-block-button__link:hover, .has-inline-cover .button:hover, .has-inline-cover .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .has-inline-cover a:hover,
.has-inline-cover input[type=submit]:hover,
.has-inline-cover input[type=reset]:hover,
.has-inline-cover input[type=button]:hover,
.has-inline-cover button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton):hover,
.has-inline-cover .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover, .has-inline-cover .wp-block-button.is-style-fill > .wp-block-button__link:hover {
  background: white;
  border-color: white;
  color: #333333;
}
.color-block .button.secondary-button, .color-block .header-cta-nav .header-cta-menu li a.secondary-button, .header-cta-nav .header-cta-menu li .color-block a.secondary-button,
.color-block input[type=submit].secondary-button,
.color-block input[type=reset].secondary-button,
.color-block input[type=button].secondary-button,
.color-block button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button,
.color-block .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button, .color-block .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button, .color-blocks .button.secondary-button, .color-blocks .header-cta-nav .header-cta-menu li a.secondary-button, .header-cta-nav .header-cta-menu li .color-blocks a.secondary-button,
.color-blocks input[type=submit].secondary-button,
.color-blocks input[type=reset].secondary-button,
.color-blocks input[type=button].secondary-button,
.color-blocks button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button,
.color-blocks .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button, .color-blocks .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button, .dark-bg .button.secondary-button, .dark-bg .header-cta-nav .header-cta-menu li a.secondary-button, .header-cta-nav .header-cta-menu li .dark-bg a.secondary-button,
.dark-bg input[type=submit].secondary-button,
.dark-bg input[type=reset].secondary-button,
.dark-bg input[type=button].secondary-button,
.dark-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button,
.dark-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button, .dark-bg .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button, .cover-bg .button.secondary-button, .cover-bg .header-cta-nav .header-cta-menu li a.secondary-button, .header-cta-nav .header-cta-menu li .cover-bg a.secondary-button,
.cover-bg input[type=submit].secondary-button,
.cover-bg input[type=reset].secondary-button,
.cover-bg input[type=button].secondary-button,
.cover-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button,
.cover-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button, .cover-bg .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button, .repeat-bg .button.secondary-button, .repeat-bg .header-cta-nav .header-cta-menu li a.secondary-button, .header-cta-nav .header-cta-menu li .repeat-bg a.secondary-button,
.repeat-bg input[type=submit].secondary-button,
.repeat-bg input[type=reset].secondary-button,
.repeat-bg input[type=button].secondary-button,
.repeat-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button,
.repeat-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button, .repeat-bg .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button, .has-inline-cover .button.secondary-button, .has-inline-cover .header-cta-nav .header-cta-menu li a.secondary-button, .header-cta-nav .header-cta-menu li .has-inline-cover a.secondary-button,
.has-inline-cover input[type=submit].secondary-button,
.has-inline-cover input[type=reset].secondary-button,
.has-inline-cover input[type=button].secondary-button,
.has-inline-cover button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button,
.has-inline-cover .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button, .has-inline-cover .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button {
  background: transparent;
  border-color: #BCA15E;
  color: #BCA15E;
}
.color-block .button.secondary-button:hover, .color-block .header-cta-nav .header-cta-menu li a.secondary-button:hover, .header-cta-nav .header-cta-menu li .color-block a.secondary-button:hover,
.color-block input[type=submit].secondary-button:hover,
.color-block input[type=reset].secondary-button:hover,
.color-block input[type=button].secondary-button:hover,
.color-block button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button:hover,
.color-block .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button:hover, .color-block .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button:hover, .color-blocks .button.secondary-button:hover, .color-blocks .header-cta-nav .header-cta-menu li a.secondary-button:hover, .header-cta-nav .header-cta-menu li .color-blocks a.secondary-button:hover,
.color-blocks input[type=submit].secondary-button:hover,
.color-blocks input[type=reset].secondary-button:hover,
.color-blocks input[type=button].secondary-button:hover,
.color-blocks button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button:hover,
.color-blocks .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button:hover, .color-blocks .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button:hover, .dark-bg .button.secondary-button:hover, .dark-bg .header-cta-nav .header-cta-menu li a.secondary-button:hover, .header-cta-nav .header-cta-menu li .dark-bg a.secondary-button:hover,
.dark-bg input[type=submit].secondary-button:hover,
.dark-bg input[type=reset].secondary-button:hover,
.dark-bg input[type=button].secondary-button:hover,
.dark-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button:hover,
.dark-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button:hover, .dark-bg .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button:hover, .cover-bg .button.secondary-button:hover, .cover-bg .header-cta-nav .header-cta-menu li a.secondary-button:hover, .header-cta-nav .header-cta-menu li .cover-bg a.secondary-button:hover,
.cover-bg input[type=submit].secondary-button:hover,
.cover-bg input[type=reset].secondary-button:hover,
.cover-bg input[type=button].secondary-button:hover,
.cover-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button:hover,
.cover-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button:hover, .cover-bg .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button:hover, .repeat-bg .button.secondary-button:hover, .repeat-bg .header-cta-nav .header-cta-menu li a.secondary-button:hover, .header-cta-nav .header-cta-menu li .repeat-bg a.secondary-button:hover,
.repeat-bg input[type=submit].secondary-button:hover,
.repeat-bg input[type=reset].secondary-button:hover,
.repeat-bg input[type=button].secondary-button:hover,
.repeat-bg button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button:hover,
.repeat-bg .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button:hover, .repeat-bg .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button:hover, .has-inline-cover .button.secondary-button:hover, .has-inline-cover .header-cta-nav .header-cta-menu li a.secondary-button:hover, .header-cta-nav .header-cta-menu li .has-inline-cover a.secondary-button:hover,
.has-inline-cover input[type=submit].secondary-button:hover,
.has-inline-cover input[type=reset].secondary-button:hover,
.has-inline-cover input[type=button].secondary-button:hover,
.has-inline-cover button:not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.iti__selected-country):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton).secondary-button:hover,
.has-inline-cover .wp-block-button:not(.is-style-outline) > .wp-block-button__link.secondary-button:hover, .has-inline-cover .wp-block-button.is-style-fill > .wp-block-button__link.secondary-button:hover {
  background: #BCA15E;
  border-color: #BCA15E;
  color: #333333;
}

.button, .header-cta-nav .header-cta-menu li a,
input[type=submit],
input[type=reset],
input[type=button],
button:not(.blaze-arrow):not(.splide__arrow):not(.splide__pagination__page):not(.hamburger):not(.bs-accordion-heading):not(.close-btn):not(.tab-link):not(.site-header__search):not(.unbutton),
.wp-block-button:not(.is-style-outline) > .wp-block-button__link, .wp-block-button.is-style-fill > .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link,
a.footer-cta-link,
.banner-button,
.footer-phone,
.readmore-link {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
}

.banner-button {
  color: white;
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 800px) {
  .banner-button {
    font-size: 20px;
  }
}

.button-row {
  margin-top: 30px;
}

.unbutton {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  padding: 0;
}

.readmore-link {
  color: #333333;
}

.color-block .readmore-link, .color-blocks .readmore-link, .dark-bg .readmore-link, .cover-bg .readmore-link, .repeat-bg .readmore-link, .has-inline-cover .readmore-link {
  color: white;
}

/************************************************************************************************
										 * Pagination
 ************************************************************************************************/
.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination ul {
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  list-style: none;
  padding: 0 50px;
  position: relative;
  text-align: center;
  width: 100%;
}
.pagination li {
  display: inline-block;
  margin: 0;
}
.pagination li .span {
  display: inline-block;
}
.pagination .dots,
.pagination .current {
  cursor: default;
}
.pagination a, .pagination .dots, .pagination .current {
  display: block;
  font-size: 20px;
  padding: 9px 5px 8px;
  text-decoration: none;
}
.pagination a {
  color: #836F3E;
}
.pagination a:hover {
  color: rgb(113.6917098446, 96.3341968912, 53.8082901554);
  transform: scale(1.2);
}
.pagination .prev,
.pagination .next {
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.pagination .prev span,
.pagination .next span {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.pagination .prev {
  left: 0;
}
.pagination .next {
  right: 0;
}

/************************************************************************************************
										 * Blog Single
 ************************************************************************************************/
.pag-single-row {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 800px) {
  .pag-single-row {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}

.post-pagination {
  background: white;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.post-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.post-pagination:before {
  background: rgba(131, 111, 62, 0.12);
  content: "";
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1px;
}
.post-pagination a {
  box-sizing: border-box;
  color: #111;
  display: inline-block;
  font-size: 22px;
  padding: 50px 50px 50px 20px;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: 50%;
}
@media (min-width: 800px) {
  .post-pagination a {
    padding: 50px 70px 50px 30px;
  }
}
@media (min-width: 1000px) {
  .post-pagination a {
    padding: 70px 70px 70px 30px;
  }
}
.post-pagination a span.icon {
  font-size: 40px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 800px) {
  .post-pagination a span.icon {
    font-size: 50px;
  }
}
.post-pagination a[rel=next]:first-child {
  margin-left: 50%;
}
.post-pagination a[rel=prev] {
  padding: 50px 20px 50px 50px;
  text-align: left;
}
@media (min-width: 800px) {
  .post-pagination a[rel=prev] {
    padding: 50px 30px 50px 70px;
  }
}
@media (min-width: 1000px) {
  .post-pagination a[rel=prev] {
    padding: 70px 30px 70px 70px;
  }
}
.post-pagination a[rel=prev] span.icon {
  left: 0;
  right: auto;
}
.post-pagination a span.pag-title {
  display: none;
}
@media (min-width: 550px) {
  .post-pagination a span.pag-title {
    display: block;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 120%;
  }
}
@media (min-width: 800px) {
  .post-pagination a span.pag-title {
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .post-pagination a span.pag-title {
    font-size: 40px;
  }
}
.post-pagination a:hover, .post-pagination a:hover .pag-title {
  color: #111;
}
.post-pagination a:hover span.icon, .post-pagination a:hover .pag-title span.icon {
  color: #836F3E;
  transform: translate3d(0, -50%, 0) scale(1.2);
}

/************************************************************************************************
										 * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
										 * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
										 * Backgrounds
 ************************************************************************************************/
.cover-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.repeat-bg {
  background-position: center;
  background-repeat: repeat;
}

.item-overlay, section.cover-bg:before {
  background: rgba(51, 51, 51, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

section.cover-bg:before {
  content: "";
}

section.cover-bg > div {
  position: relative;
}

.color-block h1, .color-block h2, .color-block h3, .color-block h4, .color-block h5, .color-block h6, .color-block p, .color-block li, .color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6, .color-blocks p, .color-blocks li, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg li, .cover-bg h1, .cover-bg h2, .cover-bg h3, .cover-bg h4, .cover-bg h5, .cover-bg h6, .cover-bg p, .cover-bg li, .repeat-bg h1, .repeat-bg h2, .repeat-bg h3, .repeat-bg h4, .repeat-bg h5, .repeat-bg h6, .repeat-bg p, .repeat-bg li, .has-inline-cover h1, .has-inline-cover h2, .has-inline-cover h3, .has-inline-cover h4, .has-inline-cover h5, .has-inline-cover h6, .has-inline-cover p, .has-inline-cover li {
  border-color: white;
  color: white;
}
.color-block h2.section-title:after, .color-blocks h2.section-title:after, .dark-bg h2.section-title:after, .cover-bg h2.section-title:after, .repeat-bg h2.section-title:after, .has-inline-cover h2.section-title:after {
  background: white;
}
.color-block a, .color-blocks a, .dark-bg a, .cover-bg a, .repeat-bg a, .has-inline-cover a {
  color: white;
}
.color-block a:hover, .color-blocks a:hover, .dark-bg a:hover, .cover-bg a:hover, .repeat-bg a:hover, .has-inline-cover a:hover {
  color: #836F3E;
}
.color-block.bg-brand-3 h1, .color-block.bg-brand-3 h2, .color-block.bg-brand-3 h3, .color-block.bg-brand-3 h4, .color-block.bg-brand-3 h5, .color-block.bg-brand-3 h6, .color-block.bg-brand-3 p, .color-block.bg-brand-3 li, .color-blocks.bg-brand-3 h1, .color-blocks.bg-brand-3 h2, .color-blocks.bg-brand-3 h3, .color-blocks.bg-brand-3 h4, .color-blocks.bg-brand-3 h5, .color-blocks.bg-brand-3 h6, .color-blocks.bg-brand-3 p, .color-blocks.bg-brand-3 li, .dark-bg.bg-brand-3 h1, .dark-bg.bg-brand-3 h2, .dark-bg.bg-brand-3 h3, .dark-bg.bg-brand-3 h4, .dark-bg.bg-brand-3 h5, .dark-bg.bg-brand-3 h6, .dark-bg.bg-brand-3 p, .dark-bg.bg-brand-3 li, .cover-bg.bg-brand-3 h1, .cover-bg.bg-brand-3 h2, .cover-bg.bg-brand-3 h3, .cover-bg.bg-brand-3 h4, .cover-bg.bg-brand-3 h5, .cover-bg.bg-brand-3 h6, .cover-bg.bg-brand-3 p, .cover-bg.bg-brand-3 li, .repeat-bg.bg-brand-3 h1, .repeat-bg.bg-brand-3 h2, .repeat-bg.bg-brand-3 h3, .repeat-bg.bg-brand-3 h4, .repeat-bg.bg-brand-3 h5, .repeat-bg.bg-brand-3 h6, .repeat-bg.bg-brand-3 p, .repeat-bg.bg-brand-3 li, .has-inline-cover.bg-brand-3 h1, .has-inline-cover.bg-brand-3 h2, .has-inline-cover.bg-brand-3 h3, .has-inline-cover.bg-brand-3 h4, .has-inline-cover.bg-brand-3 h5, .has-inline-cover.bg-brand-3 h6, .has-inline-cover.bg-brand-3 p, .has-inline-cover.bg-brand-3 li {
  border-color: #836F3E;
  color: #836F3E;
}

.color-block .middle-column > p .button, .color-block .middle-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-block .middle-column > p a, .color-block .columns > p .button, .color-block .columns > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-block .columns > p a, .color-block .inner-column > p .button, .color-block .inner-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-block .inner-column > p a, .color-block .flex-middle-item > p .button, .color-block .flex-middle-item > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-block .flex-middle-item > p a, .color-blocks .middle-column > p .button, .color-blocks .middle-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-blocks .middle-column > p a, .color-blocks .columns > p .button, .color-blocks .columns > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-blocks .columns > p a, .color-blocks .inner-column > p .button, .color-blocks .inner-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-blocks .inner-column > p a, .color-blocks .flex-middle-item > p .button, .color-blocks .flex-middle-item > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .color-blocks .flex-middle-item > p a, .dark-bg .middle-column > p .button, .dark-bg .middle-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .dark-bg .middle-column > p a, .dark-bg .columns > p .button, .dark-bg .columns > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .dark-bg .columns > p a, .dark-bg .inner-column > p .button, .dark-bg .inner-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .dark-bg .inner-column > p a, .dark-bg .flex-middle-item > p .button, .dark-bg .flex-middle-item > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .dark-bg .flex-middle-item > p a, .cover-bg .middle-column > p .button, .cover-bg .middle-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .cover-bg .middle-column > p a, .cover-bg .columns > p .button, .cover-bg .columns > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .cover-bg .columns > p a, .cover-bg .inner-column > p .button, .cover-bg .inner-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .cover-bg .inner-column > p a, .cover-bg .flex-middle-item > p .button, .cover-bg .flex-middle-item > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .cover-bg .flex-middle-item > p a, .repeat-bg .middle-column > p .button, .repeat-bg .middle-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .repeat-bg .middle-column > p a, .repeat-bg .columns > p .button, .repeat-bg .columns > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .repeat-bg .columns > p a, .repeat-bg .inner-column > p .button, .repeat-bg .inner-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .repeat-bg .inner-column > p a, .repeat-bg .flex-middle-item > p .button, .repeat-bg .flex-middle-item > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .repeat-bg .flex-middle-item > p a, .has-inline-cover .middle-column > p .button, .has-inline-cover .middle-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .has-inline-cover .middle-column > p a, .has-inline-cover .columns > p .button, .has-inline-cover .columns > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .has-inline-cover .columns > p a, .has-inline-cover .inner-column > p .button, .has-inline-cover .inner-column > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .has-inline-cover .inner-column > p a, .has-inline-cover .flex-middle-item > p .button, .has-inline-cover .flex-middle-item > p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .has-inline-cover .flex-middle-item > p a {
  background: white;
  color: #333333;
}
.color-block .middle-column > p .button:hover, .color-block .middle-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-block .middle-column > p a:hover, .color-block .columns > p .button:hover, .color-block .columns > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-block .columns > p a:hover, .color-block .inner-column > p .button:hover, .color-block .inner-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-block .inner-column > p a:hover, .color-block .flex-middle-item > p .button:hover, .color-block .flex-middle-item > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-block .flex-middle-item > p a:hover, .color-blocks .middle-column > p .button:hover, .color-blocks .middle-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-blocks .middle-column > p a:hover, .color-blocks .columns > p .button:hover, .color-blocks .columns > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-blocks .columns > p a:hover, .color-blocks .inner-column > p .button:hover, .color-blocks .inner-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-blocks .inner-column > p a:hover, .color-blocks .flex-middle-item > p .button:hover, .color-blocks .flex-middle-item > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .color-blocks .flex-middle-item > p a:hover, .dark-bg .middle-column > p .button:hover, .dark-bg .middle-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .dark-bg .middle-column > p a:hover, .dark-bg .columns > p .button:hover, .dark-bg .columns > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .dark-bg .columns > p a:hover, .dark-bg .inner-column > p .button:hover, .dark-bg .inner-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .dark-bg .inner-column > p a:hover, .dark-bg .flex-middle-item > p .button:hover, .dark-bg .flex-middle-item > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .dark-bg .flex-middle-item > p a:hover, .cover-bg .middle-column > p .button:hover, .cover-bg .middle-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .cover-bg .middle-column > p a:hover, .cover-bg .columns > p .button:hover, .cover-bg .columns > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .cover-bg .columns > p a:hover, .cover-bg .inner-column > p .button:hover, .cover-bg .inner-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .cover-bg .inner-column > p a:hover, .cover-bg .flex-middle-item > p .button:hover, .cover-bg .flex-middle-item > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .cover-bg .flex-middle-item > p a:hover, .repeat-bg .middle-column > p .button:hover, .repeat-bg .middle-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .repeat-bg .middle-column > p a:hover, .repeat-bg .columns > p .button:hover, .repeat-bg .columns > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .repeat-bg .columns > p a:hover, .repeat-bg .inner-column > p .button:hover, .repeat-bg .inner-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .repeat-bg .inner-column > p a:hover, .repeat-bg .flex-middle-item > p .button:hover, .repeat-bg .flex-middle-item > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .repeat-bg .flex-middle-item > p a:hover, .has-inline-cover .middle-column > p .button:hover, .has-inline-cover .middle-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .has-inline-cover .middle-column > p a:hover, .has-inline-cover .columns > p .button:hover, .has-inline-cover .columns > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .has-inline-cover .columns > p a:hover, .has-inline-cover .inner-column > p .button:hover, .has-inline-cover .inner-column > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .has-inline-cover .inner-column > p a:hover, .has-inline-cover .flex-middle-item > p .button:hover, .has-inline-cover .flex-middle-item > p .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .has-inline-cover .flex-middle-item > p a:hover {
  background: #333333;
  color: white;
}
.color-block .icon, .color-block .large-usp .icon, .color-block .section-subtitle, .color-blocks .icon, .color-blocks .large-usp .icon, .color-blocks .section-subtitle, .dark-bg .icon, .dark-bg .large-usp .icon, .dark-bg .section-subtitle, .cover-bg .icon, .cover-bg .large-usp .icon, .cover-bg .section-subtitle, .repeat-bg .icon, .repeat-bg .large-usp .icon, .repeat-bg .section-subtitle, .has-inline-cover .icon, .has-inline-cover .large-usp .icon, .has-inline-cover .section-subtitle {
  color: #333333;
}
.color-block .cta-wrapper, .color-blocks .cta-wrapper, .dark-bg .cta-wrapper, .cover-bg .cta-wrapper, .repeat-bg .cta-wrapper, .has-inline-cover .cta-wrapper {
  border-color: white;
}
.color-block h2.section-title:after, .color-blocks h2.section-title:after, .dark-bg h2.section-title:after, .cover-bg h2.section-title:after, .repeat-bg h2.section-title:after, .has-inline-cover h2.section-title:after {
  background: white;
}

.bg-dark blockquote:not(.testi-quote) strong {
  color: #333333;
}
.bg-dark blockquote:not(.testi-quote) {
  border-color: #333333;
}

.color-default h1, .color-default h2, .color-default h3, .color-default h4, .color-default h5, .color-default h6, .color-default p, .color-default li, .color-block .color-default h1, .color-block .color-default h2, .color-block .color-default h3, .color-block .color-default h4, .color-block .color-default h5, .color-block .color-default h6, .color-block .color-default p, .color-block .color-default li,
.color-blocks .color-default h1,
.color-blocks .color-default h2,
.color-blocks .color-default h3,
.color-blocks .color-default h4,
.color-blocks .color-default h5,
.color-blocks .color-default h6,
.color-blocks .color-default p,
.color-blocks .color-default li, .dark-bg .color-default h1, .dark-bg .color-default h2, .dark-bg .color-default h3, .dark-bg .color-default h4, .dark-bg .color-default h5, .dark-bg .color-default h6, .dark-bg .color-default p, .dark-bg .color-default li,
.cover-bg .color-default h1,
.cover-bg .color-default h2,
.cover-bg .color-default h3,
.cover-bg .color-default h4,
.cover-bg .color-default h5,
.cover-bg .color-default h6,
.cover-bg .color-default p,
.cover-bg .color-default li, .repeat-bg .color-default h1, .repeat-bg .color-default h2, .repeat-bg .color-default h3, .repeat-bg .color-default h4, .repeat-bg .color-default h5, .repeat-bg .color-default h6, .repeat-bg .color-default p, .repeat-bg .color-default li, .has-inline-cover .color-default h1, .has-inline-cover .color-default h2, .has-inline-cover .color-default h3, .has-inline-cover .color-default h4, .has-inline-cover .color-default h5, .has-inline-cover .color-default h6, .has-inline-cover .color-default p, .has-inline-cover .color-default li {
  color: #111;
}
.color-default .color-block > *, .color-default .color-blocks > *, .color-default .dark-bg > *, .color-default .cover-bg > *, .color-block .color-default .color-block > *, .color-block .color-default .color-blocks > *, .color-block .color-default .dark-bg > *, .color-block .color-default .cover-bg > *,
.color-blocks .color-default .color-block > *,
.color-blocks .color-default .color-blocks > *,
.color-blocks .color-default .dark-bg > *,
.color-blocks .color-default .cover-bg > *, .dark-bg .color-default .color-block > *, .dark-bg .color-default .color-blocks > *, .dark-bg .color-default .dark-bg > *, .dark-bg .color-default .cover-bg > *,
.cover-bg .color-default .color-block > *,
.cover-bg .color-default .color-blocks > *,
.cover-bg .color-default .dark-bg > *,
.cover-bg .color-default .cover-bg > *, .repeat-bg .color-default .color-block > *, .repeat-bg .color-default .color-blocks > *, .repeat-bg .color-default .dark-bg > *, .repeat-bg .color-default .cover-bg > *, .has-inline-cover .color-default .color-block > *, .has-inline-cover .color-default .color-blocks > *, .has-inline-cover .color-default .dark-bg > *, .has-inline-cover .color-default .cover-bg > * {
  border-color: white;
  color: white;
}

.bg-dark {
  background: #333333 !important;
}
.bg-dark + .bg-dark:not(.work_section) {
  padding-top: 0 !important;
}

.bg-medium {
  background: #808080 !important;
}
.bg-medium + .bg-medium:not(.work_section) {
  padding-top: 0 !important;
}

.bg-light {
  background: #FAF7F4 !important;
}
.bg-light + .bg-light:not(.work_section) {
  padding-top: 0 !important;
}

.bg-brand-1 {
  background: #836F3E !important;
}
.bg-brand-1 + .bg-brand-1:not(.work_section) {
  padding-top: 0 !important;
}

.bg-brand-2 {
  background: #BCA15E !important;
}
.bg-brand-2 + .bg-brand-2:not(.work_section) {
  padding-top: 0 !important;
}

.bg-brand-3 {
  background: #333333 !important;
}
.bg-brand-3 + .bg-brand-3:not(.work_section) {
  padding-top: 0 !important;
}

.bg-gradient {
  background: #BCA15E !important;
}
.bg-gradient + .bg-gradient:not(.work_section) {
  padding-top: 0 !important;
}

.no-bg + .no-bg {
  padding-top: 0;
}

.white-bg {
  background-color: white !important;
}
.white-bg + .white-bg {
  padding-top: 0;
}

.bg-container {
  background: transparent !important;
}
.bg-container.bg-dark:not(.columns_block) .container {
  background: #333333 !important;
}
.bg-container.bg-dark.columns_block .max-middle-column, .bg-container.bg-dark.columns_block .copy-column {
  background: #333333 !important;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  padding: 40px;
}
.bg-container.bg-medium:not(.columns_block) .container {
  background: #808080 !important;
}
.bg-container.bg-medium.columns_block .max-middle-column, .bg-container.bg-medium.columns_block .copy-column {
  background: #808080 !important;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  padding: 40px;
}
.bg-container.bg-light:not(.columns_block) .container {
  background: #FAF7F4 !important;
}
.bg-container.bg-light.columns_block .max-middle-column, .bg-container.bg-light.columns_block .copy-column {
  background: #FAF7F4 !important;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  padding: 40px;
}
.bg-container.bg-brand-1:not(.columns_block) .container {
  background: #836F3E !important;
}
.bg-container.bg-brand-1.columns_block .max-middle-column, .bg-container.bg-brand-1.columns_block .copy-column {
  background: #836F3E !important;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  padding: 40px;
}
.bg-container.bg-brand-2:not(.columns_block) .container {
  background: #BCA15E !important;
}
.bg-container.bg-brand-2.columns_block .max-middle-column, .bg-container.bg-brand-2.columns_block .copy-column {
  background: #BCA15E !important;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  padding: 40px;
}
.bg-container.bg-brand-3:not(.columns_block) .container {
  background: #333333 !important;
}
.bg-container.bg-brand-3.columns_block .max-middle-column, .bg-container.bg-brand-3.columns_block .copy-column {
  background: #333333 !important;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  padding: 40px;
}
.bg-container.bg-gradient:not(.columns_block) .container {
  background: #BCA15E !important;
}
.bg-container.bg-gradient.columns_block .max-middle-column, .bg-container.bg-gradient.columns_block .copy-column {
  background: #BCA15E !important;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  padding: 40px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 18px 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  background: transparent;
}

.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.swipe-open .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.swipe-open .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.swipe-open .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.swipe-open .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.swipe-open .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.swipe-open .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.swipe-open .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.swipe-open .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.swipe-open .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.swipe-open .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.swipe-open .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.swipe-open .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.swipe-open .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.swipe-open .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.swipe-open .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.swipe-open .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.swipe-open .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.swipe-open .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.swipe-open .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.swipe-open .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.swipe-open .hamburger-inner::before, .hamburger--minus.swipe-open .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.swipe-open .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.swipe-open .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.swipe-open .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.swipe-open .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.swipe-open .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.swipe-open .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.swipe-open .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.swipe-open .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.swipe-open .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.swipe-open .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.swipe-open .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.swipe-open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.swipe-open .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.swipe-open .hamburger-inner::before, .hamburger--vortex.swipe-open .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.swipe-open .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.swipe-open .hamburger-inner::before, .hamburger--vortex-r.swipe-open .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.banner {
  z-index: 1;
}

.site-content, .banner-btm {
  z-index: 2;
}

.hidden-nav {
  z-index: 5;
}

header {
  z-index: 6;
}

/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
										 * Grid
 ************************************************************************************************/
.site-content {
  position: relative;
}

.single-prevnext {
  margin-bottom: clamp(50px, 5.7vw, 100px);
}

.site-content > section, .newsletter-strip, .news-listing .news-grid, .antique-listing .antique-listing__cards {
  margin-bottom: clamp(50px, 5.7vw, 100px);
  margin-top: clamp(50px, 5.7vw, 100px);
  position: relative;
}
.site-content > section.padding-row:not(.bg-container), .site-content > section.has-inline-cover, .site-content > section.cover-bg, .site-content > section.color-block, .site-content > section.color-blocks,
.site-content > section .cover-bg,
.site-content > section .cta-item.color-block, .newsletter-strip.padding-row:not(.bg-container), .newsletter-strip.has-inline-cover, .newsletter-strip.cover-bg, .newsletter-strip.color-block, .newsletter-strip.color-blocks,
.newsletter-strip .cover-bg,
.newsletter-strip .cta-item.color-block, .news-listing .news-grid.padding-row:not(.bg-container), .news-listing .news-grid.has-inline-cover, .news-listing .news-grid.cover-bg, .news-listing .news-grid.color-block, .news-listing .news-grid.color-blocks,
.news-listing .news-grid .cover-bg,
.news-listing .news-grid .cta-item.color-block, .antique-listing .antique-listing__cards.padding-row:not(.bg-container), .antique-listing .antique-listing__cards.has-inline-cover, .antique-listing .antique-listing__cards.cover-bg, .antique-listing .antique-listing__cards.color-block, .antique-listing .antique-listing__cards.color-blocks,
.antique-listing .antique-listing__cards .cover-bg,
.antique-listing .antique-listing__cards .cta-item.color-block {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: clamp(50px, 5.7vw, 100px);
  padding-top: clamp(50px, 5.7vw, 100px);
}

.services-cards-col {
  padding-bottom: clamp(50px, 5.7vw, 100px);
  padding-top: clamp(50px, 5.7vw, 100px);
}

.no-border {
  border: 0 !important;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.full-width {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.full-width > .container {
  padding-left: 0;
  padding-right: 0;
}

.column,
.columns {
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 800px) and (max-width: 1279px) {
  .column,
  .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.max-left-column,
.max-middle-column {
  box-sizing: border-box;
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media (min-width: 1000px) {
  .max-left-column,
  .max-middle-column {
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .max-left-column,
  .max-middle-column {
    max-width: 1000px;
  }
}
@media (min-width: 800px) and (max-width: 1279px) {
  .max-left-column,
  .max-middle-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.max-middle-column {
  margin-left: auto;
  margin-right: auto;
}
.max-middle-column .section-headings {
  justify-content: center;
}

.hori-list {
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hori-list > li,
.hori-list > div,
.hori-list > a {
  display: inline-block;
}
.hori-list > li:before,
.hori-list > div:before,
.hori-list > a:before {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 800px) and (max-width: 1279px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

ul.row {
  list-style: none;
  width: 100%;
}

.relative {
  position: relative;
}

/************************************************************************************************
										 * Alignment
 ************************************************************************************************/
.left-align {
  text-align: center;
}

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

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

.fl-right,
.fl-left {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

/************************************************************************************************
										 * Padding Bottoms
 ************************************************************************************************/
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 5px !important;
}

.padding-bottom-20 {
  padding-bottom: 10px !important;
}

.padding-bottom-25 {
  padding-bottom: 12px !important;
}

.padding-bottom-30 {
  padding-bottom: 15px !important;
}

.padding-bottom-35 {
  padding-bottom: 17px !important;
}

.padding-bottom-40 {
  padding-bottom: 20px !important;
}

.padding-bottom-50 {
  padding-bottom: 25px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

/************************************************************************************************
										 * Table Cell
 ************************************************************************************************/
.table-cell {
  float: none;
  vertical-align: middle;
}

/************************************************************************************************
										 * Flex
 ************************************************************************************************/
/****** Markup to get you started (it can be used in conjunction with other classes such as columns etc.)

LEFT AND RIGHT ALIGNED & MIDDLE VERTICALLY ALIGNED HEADER ELEMENTS
<div class="flex-header">
	<div class="flex-header--left">Left aligns</div>
	<div class="flex-header--right">Right aligned nav</div>
</div>

MIDDLE & CENTER ALIGN ITEM WITH ANOTHER ITEM
<div class="flex-middle">
	<div class="flex-middle--item">I'm in the middle!</div>
</div>

SAME HEIGHT ITEMS WITHIN A ROW
<div class="flex-same-height">
	<div class="flex-same-height--item">Item 1</div>
	<div class="flex-same-height--item">Item 2</div>
	<div class="flex-same-height--item">Item 3</div>
</div>

*******/
.flex-header--left,
.flex-header--right,
.flex-middle--item,
.flex-middle--left,
.flex-middle--right {
  display: inline-block;
}

.flex-header,
.flex-middle,
.flex-same-height {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-header {
  align-items: center;
}

.flex-middle--item {
  margin: auto;
}

.flex-top--item {
  margin: 0 auto 0;
}

.flex-middle--left {
  margin: auto auto auto 0;
}

.flex-middle--right {
  margin: auto 0 auto auto;
}

.flex-header--right {
  margin-left: auto;
}

.flex-same-height--item {
  flex-grow: 1;
}

@media (min-width: 800px) {
  .flex-fixed-fluid {
    display: flex;
  }
  .flex--fixed {
    width: 400px;
  }
  .flex--fluid {
    flex: 1;
  }
}
body.ie11 .flex-same-height {
  display: block !important;
  font-size: 0;
}
@media (min-width: 800px) {
  body.ie11 .flex-same-height--item {
    flex-grow: 0;
    display: inline-block;
  }
}

/************************************************************************************************
										 * Self Clearing Goodness
 ************************************************************************************************/
.container:after,
.row:after,
.u-cf,
ul.row > li,
.footer-bottom:after {
  content: "";
  display: table;
  clear: both;
}

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

/************************************************************************************************
										 * Media Queries - Bigger than mobile
 ************************************************************************************************/
@media (min-width: 800px) {
  .hide-mobile {
    display: block !important;
  }
  .hide-desktop {
    display: none !important;
  }
  .table {
    display: table;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .table-row {
    display: table-row;
  }
  .table-cell {
    display: table-cell;
    padding: 0 20px;
  }
  .padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  .padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  .padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  .padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  .padding-bottom-35 {
    padding-bottom: 35px !important;
  }
  .padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  .padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  .padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  .left-align {
    text-align: left;
  }
  .right-align {
    text-align: right;
  }
  .fl-left {
    float: left;
    margin-right: 20px;
  }
  .fl-right {
    float: right;
  }
  .hori-list {
    margin: 0;
    padding: 0;
  }
  .hori-list > div,
  .hori-list > li,
  .hori-list > a {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .one.column,
  .one.columns {
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  .one.column.max-width,
  .one.columns.max-width {
    max-width: 116.6666666667px;
  }
  .two.columns {
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .two.columns.max-width {
    max-width: 233.3333333333px;
  }
  .three.columns {
    max-width: 25%;
    width: 25%;
  }
  .three.columns.max-width {
    max-width: 350px;
  }
  .four.columns {
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .four.columns.max-width {
    max-width: 466.6666666667px;
  }
  .five.columns {
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .five.columns.max-width {
    max-width: 583.3333333333px;
  }
  .six.columns {
    max-width: 50%;
    width: 50%;
  }
  .six.columns.max-width {
    max-width: 700px;
  }
  .seven.columns {
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .seven.columns.max-width {
    max-width: 816.6666666667px;
  }
  .eight.columns {
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .eight.columns.max-width {
    max-width: 933.3333333333px;
  }
  .nine.columns {
    max-width: 75%;
    width: 75%;
  }
  .nine.columns.max-width {
    max-width: 1050px;
  }
  .ten.columns {
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .ten.columns.max-width {
    max-width: 1166.6666666667px;
  }
  .eleven.columns {
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .eleven.columns.max-width {
    max-width: 1283.3333333333px;
  }
  .twelve.columns {
    width: 100%;
  }
  .one-fifth.column {
    width: 20%;
  }
  .two-fifths.columns {
    width: 40%;
  }
  .three-fifths.columns {
    width: 60%;
  }
  .one-third.column {
    width: 33.3333333333%;
  }
  .two-thirds.column {
    width: 66.6666666667%;
  }
  .one-half.column {
    width: 50%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.3333333333%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.6666666667%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.3333333333%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.6666666667%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.3333333333%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.6666666667%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.3333333333%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.6666666667%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.3333333333%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.6666666667%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 50%;
  }
  .columns.max-width,
  .column.max-width {
    width: 100%;
  }
}
/*****************************************************************************
 * Form Variables
 *****************************************************************************/
/*****************************************************************************
 * Base reset
 *****************************************************************************/
form {
  background: transparent;
  border: 0;
  margin: 0;
  text-align: left;
}
form * {
  box-sizing: border-box;
}
form legend {
  display: none;
  font-weight: 500;
  margin-bottom: 0;
}
form fieldset {
  border-width: 0;
  padding: 0;
}

label {
  color: #333333;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
  width: auto;
}

/*****************************************************************************
 * Input base
 *****************************************************************************/
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #FAF7F4;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #111;
  font-size: 16px;
  height: 52px;
  padding: 14px 18px;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
input[type=email]::-ms-expand,
input[type=number]::-ms-expand,
input[type=search]::-ms-expand,
input[type=text]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=url]::-ms-expand,
input[type=password]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(17, 17, 17, 0.45);
}
input[type=email]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=text]:hover,
input[type=tel]:hover,
input[type=url]:hover,
input[type=password]:hover,
textarea:hover,
select:hover {
  border-color: #836F3E;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background-color: white;
  border-color: #836F3E;
  box-shadow: 0 0 0 3px rgba(131, 111, 62, 0.1);
  outline: 0;
}

select option {
  color: #111;
}

input[type=file] {
  width: 100%;
}

textarea {
  height: auto;
  min-height: 120px;
}

select[multiple=multiple] {
  height: 100px;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.hidden-field {
  display: none;
}

/*****************************************************************************
 * Custom select arrow
 *****************************************************************************/
.select-wrapper,
.select2-search,
.tm-extra-product-options-select .tm-epo-field-label,
.bapf_slct .bapf_body,
.acf-field-select .acf-input,
.filter.-taxonomy,
.woocommerce-ordering,
.mec-dropdown-search,
.propertyhive-ordering {
  position: relative;
}
.select-wrapper:after,
.select2-search:after,
.tm-extra-product-options-select .tm-epo-field-label:after,
.bapf_slct .bapf_body:after,
.acf-field-select .acf-input:after,
.filter.-taxonomy:after,
.woocommerce-ordering:after,
.mec-dropdown-search:after,
.propertyhive-ordering:after {
  color: #333333;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: calc(50% + 1px);
  transform: translate3d(50%, -50%, 0) rotate(90deg);
  z-index: 1;
}
.select-wrapper select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.select2-search select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.tm-extra-product-options-select .tm-epo-field-label select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.bapf_slct .bapf_body select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.acf-field-select .acf-input select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.filter.-taxonomy select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.woocommerce-ordering select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.mec-dropdown-search select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select),
.propertyhive-ordering select:not(.acf-ui-datepicker select,
[data-attribute_name],
.mec-wrap select) {
  padding-right: 30px !important;
}

/*****************************************************************************
 * Dark background overrides
 * Applied when a form sits inside any dark-background section.
 *****************************************************************************/
.bg-dark label, .dark-bg label, .cover-bg label, .color-block label, .color-blocks label, .repeat-bg label {
  color: white;
}
.bg-dark input[type=email],
.bg-dark input[type=number],
.bg-dark input[type=search],
.bg-dark input[type=text],
.bg-dark input[type=tel],
.bg-dark input[type=url],
.bg-dark input[type=password],
.bg-dark textarea,
.bg-dark select, .dark-bg input[type=email],
.dark-bg input[type=number],
.dark-bg input[type=search],
.dark-bg input[type=text],
.dark-bg input[type=tel],
.dark-bg input[type=url],
.dark-bg input[type=password],
.dark-bg textarea,
.dark-bg select, .cover-bg input[type=email],
.cover-bg input[type=number],
.cover-bg input[type=search],
.cover-bg input[type=text],
.cover-bg input[type=tel],
.cover-bg input[type=url],
.cover-bg input[type=password],
.cover-bg textarea,
.cover-bg select, .color-block input[type=email],
.color-block input[type=number],
.color-block input[type=search],
.color-block input[type=text],
.color-block input[type=tel],
.color-block input[type=url],
.color-block input[type=password],
.color-block textarea,
.color-block select, .color-blocks input[type=email],
.color-blocks input[type=number],
.color-blocks input[type=search],
.color-blocks input[type=text],
.color-blocks input[type=tel],
.color-blocks input[type=url],
.color-blocks input[type=password],
.color-blocks textarea,
.color-blocks select, .repeat-bg input[type=email],
.repeat-bg input[type=number],
.repeat-bg input[type=search],
.repeat-bg input[type=text],
.repeat-bg input[type=tel],
.repeat-bg input[type=url],
.repeat-bg input[type=password],
.repeat-bg textarea,
.repeat-bg select {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}
.bg-dark input[type=email]::placeholder,
.bg-dark input[type=number]::placeholder,
.bg-dark input[type=search]::placeholder,
.bg-dark input[type=text]::placeholder,
.bg-dark input[type=tel]::placeholder,
.bg-dark input[type=url]::placeholder,
.bg-dark input[type=password]::placeholder,
.bg-dark textarea::placeholder,
.bg-dark select::placeholder, .dark-bg input[type=email]::placeholder,
.dark-bg input[type=number]::placeholder,
.dark-bg input[type=search]::placeholder,
.dark-bg input[type=text]::placeholder,
.dark-bg input[type=tel]::placeholder,
.dark-bg input[type=url]::placeholder,
.dark-bg input[type=password]::placeholder,
.dark-bg textarea::placeholder,
.dark-bg select::placeholder, .cover-bg input[type=email]::placeholder,
.cover-bg input[type=number]::placeholder,
.cover-bg input[type=search]::placeholder,
.cover-bg input[type=text]::placeholder,
.cover-bg input[type=tel]::placeholder,
.cover-bg input[type=url]::placeholder,
.cover-bg input[type=password]::placeholder,
.cover-bg textarea::placeholder,
.cover-bg select::placeholder, .color-block input[type=email]::placeholder,
.color-block input[type=number]::placeholder,
.color-block input[type=search]::placeholder,
.color-block input[type=text]::placeholder,
.color-block input[type=tel]::placeholder,
.color-block input[type=url]::placeholder,
.color-block input[type=password]::placeholder,
.color-block textarea::placeholder,
.color-block select::placeholder, .color-blocks input[type=email]::placeholder,
.color-blocks input[type=number]::placeholder,
.color-blocks input[type=search]::placeholder,
.color-blocks input[type=text]::placeholder,
.color-blocks input[type=tel]::placeholder,
.color-blocks input[type=url]::placeholder,
.color-blocks input[type=password]::placeholder,
.color-blocks textarea::placeholder,
.color-blocks select::placeholder, .repeat-bg input[type=email]::placeholder,
.repeat-bg input[type=number]::placeholder,
.repeat-bg input[type=search]::placeholder,
.repeat-bg input[type=text]::placeholder,
.repeat-bg input[type=tel]::placeholder,
.repeat-bg input[type=url]::placeholder,
.repeat-bg input[type=password]::placeholder,
.repeat-bg textarea::placeholder,
.repeat-bg select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-dark input[type=email]:hover,
.bg-dark input[type=number]:hover,
.bg-dark input[type=search]:hover,
.bg-dark input[type=text]:hover,
.bg-dark input[type=tel]:hover,
.bg-dark input[type=url]:hover,
.bg-dark input[type=password]:hover,
.bg-dark textarea:hover,
.bg-dark select:hover, .dark-bg input[type=email]:hover,
.dark-bg input[type=number]:hover,
.dark-bg input[type=search]:hover,
.dark-bg input[type=text]:hover,
.dark-bg input[type=tel]:hover,
.dark-bg input[type=url]:hover,
.dark-bg input[type=password]:hover,
.dark-bg textarea:hover,
.dark-bg select:hover, .cover-bg input[type=email]:hover,
.cover-bg input[type=number]:hover,
.cover-bg input[type=search]:hover,
.cover-bg input[type=text]:hover,
.cover-bg input[type=tel]:hover,
.cover-bg input[type=url]:hover,
.cover-bg input[type=password]:hover,
.cover-bg textarea:hover,
.cover-bg select:hover, .color-block input[type=email]:hover,
.color-block input[type=number]:hover,
.color-block input[type=search]:hover,
.color-block input[type=text]:hover,
.color-block input[type=tel]:hover,
.color-block input[type=url]:hover,
.color-block input[type=password]:hover,
.color-block textarea:hover,
.color-block select:hover, .color-blocks input[type=email]:hover,
.color-blocks input[type=number]:hover,
.color-blocks input[type=search]:hover,
.color-blocks input[type=text]:hover,
.color-blocks input[type=tel]:hover,
.color-blocks input[type=url]:hover,
.color-blocks input[type=password]:hover,
.color-blocks textarea:hover,
.color-blocks select:hover, .repeat-bg input[type=email]:hover,
.repeat-bg input[type=number]:hover,
.repeat-bg input[type=search]:hover,
.repeat-bg input[type=text]:hover,
.repeat-bg input[type=tel]:hover,
.repeat-bg input[type=url]:hover,
.repeat-bg input[type=password]:hover,
.repeat-bg textarea:hover,
.repeat-bg select:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.bg-dark input[type=email]:focus,
.bg-dark input[type=number]:focus,
.bg-dark input[type=search]:focus,
.bg-dark input[type=text]:focus,
.bg-dark input[type=tel]:focus,
.bg-dark input[type=url]:focus,
.bg-dark input[type=password]:focus,
.bg-dark textarea:focus,
.bg-dark select:focus, .dark-bg input[type=email]:focus,
.dark-bg input[type=number]:focus,
.dark-bg input[type=search]:focus,
.dark-bg input[type=text]:focus,
.dark-bg input[type=tel]:focus,
.dark-bg input[type=url]:focus,
.dark-bg input[type=password]:focus,
.dark-bg textarea:focus,
.dark-bg select:focus, .cover-bg input[type=email]:focus,
.cover-bg input[type=number]:focus,
.cover-bg input[type=search]:focus,
.cover-bg input[type=text]:focus,
.cover-bg input[type=tel]:focus,
.cover-bg input[type=url]:focus,
.cover-bg input[type=password]:focus,
.cover-bg textarea:focus,
.cover-bg select:focus, .color-block input[type=email]:focus,
.color-block input[type=number]:focus,
.color-block input[type=search]:focus,
.color-block input[type=text]:focus,
.color-block input[type=tel]:focus,
.color-block input[type=url]:focus,
.color-block input[type=password]:focus,
.color-block textarea:focus,
.color-block select:focus, .color-blocks input[type=email]:focus,
.color-blocks input[type=number]:focus,
.color-blocks input[type=search]:focus,
.color-blocks input[type=text]:focus,
.color-blocks input[type=tel]:focus,
.color-blocks input[type=url]:focus,
.color-blocks input[type=password]:focus,
.color-blocks textarea:focus,
.color-blocks select:focus, .repeat-bg input[type=email]:focus,
.repeat-bg input[type=number]:focus,
.repeat-bg input[type=search]:focus,
.repeat-bg input[type=text]:focus,
.repeat-bg input[type=tel]:focus,
.repeat-bg input[type=url]:focus,
.repeat-bg input[type=password]:focus,
.repeat-bg textarea:focus,
.repeat-bg select:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}
.bg-dark select option, .dark-bg select option, .cover-bg select option, .color-block select option, .color-blocks select option, .repeat-bg select option {
  color: #111;
}
.bg-dark .color-default label, .dark-bg .color-default label, .cover-bg .color-default label, .color-block .color-default label, .color-blocks .color-default label, .repeat-bg .color-default label {
  color: #333333;
}
.bg-dark .color-default input[type=email],
.bg-dark .color-default input[type=number],
.bg-dark .color-default input[type=search],
.bg-dark .color-default input[type=text],
.bg-dark .color-default input[type=tel],
.bg-dark .color-default input[type=url],
.bg-dark .color-default input[type=password],
.bg-dark .color-default textarea,
.bg-dark .color-default select, .dark-bg .color-default input[type=email],
.dark-bg .color-default input[type=number],
.dark-bg .color-default input[type=search],
.dark-bg .color-default input[type=text],
.dark-bg .color-default input[type=tel],
.dark-bg .color-default input[type=url],
.dark-bg .color-default input[type=password],
.dark-bg .color-default textarea,
.dark-bg .color-default select, .cover-bg .color-default input[type=email],
.cover-bg .color-default input[type=number],
.cover-bg .color-default input[type=search],
.cover-bg .color-default input[type=text],
.cover-bg .color-default input[type=tel],
.cover-bg .color-default input[type=url],
.cover-bg .color-default input[type=password],
.cover-bg .color-default textarea,
.cover-bg .color-default select, .color-block .color-default input[type=email],
.color-block .color-default input[type=number],
.color-block .color-default input[type=search],
.color-block .color-default input[type=text],
.color-block .color-default input[type=tel],
.color-block .color-default input[type=url],
.color-block .color-default input[type=password],
.color-block .color-default textarea,
.color-block .color-default select, .color-blocks .color-default input[type=email],
.color-blocks .color-default input[type=number],
.color-blocks .color-default input[type=search],
.color-blocks .color-default input[type=text],
.color-blocks .color-default input[type=tel],
.color-blocks .color-default input[type=url],
.color-blocks .color-default input[type=password],
.color-blocks .color-default textarea,
.color-blocks .color-default select, .repeat-bg .color-default input[type=email],
.repeat-bg .color-default input[type=number],
.repeat-bg .color-default input[type=search],
.repeat-bg .color-default input[type=text],
.repeat-bg .color-default input[type=tel],
.repeat-bg .color-default input[type=url],
.repeat-bg .color-default input[type=password],
.repeat-bg .color-default textarea,
.repeat-bg .color-default select {
  background-color: #FAF7F4;
  border: 1px solid rgba(128, 128, 128, 0.25);
  color: #111;
}
.bg-dark .color-default input[type=email]::placeholder,
.bg-dark .color-default input[type=number]::placeholder,
.bg-dark .color-default input[type=search]::placeholder,
.bg-dark .color-default input[type=text]::placeholder,
.bg-dark .color-default input[type=tel]::placeholder,
.bg-dark .color-default input[type=url]::placeholder,
.bg-dark .color-default input[type=password]::placeholder,
.bg-dark .color-default textarea::placeholder,
.bg-dark .color-default select::placeholder, .dark-bg .color-default input[type=email]::placeholder,
.dark-bg .color-default input[type=number]::placeholder,
.dark-bg .color-default input[type=search]::placeholder,
.dark-bg .color-default input[type=text]::placeholder,
.dark-bg .color-default input[type=tel]::placeholder,
.dark-bg .color-default input[type=url]::placeholder,
.dark-bg .color-default input[type=password]::placeholder,
.dark-bg .color-default textarea::placeholder,
.dark-bg .color-default select::placeholder, .cover-bg .color-default input[type=email]::placeholder,
.cover-bg .color-default input[type=number]::placeholder,
.cover-bg .color-default input[type=search]::placeholder,
.cover-bg .color-default input[type=text]::placeholder,
.cover-bg .color-default input[type=tel]::placeholder,
.cover-bg .color-default input[type=url]::placeholder,
.cover-bg .color-default input[type=password]::placeholder,
.cover-bg .color-default textarea::placeholder,
.cover-bg .color-default select::placeholder, .color-block .color-default input[type=email]::placeholder,
.color-block .color-default input[type=number]::placeholder,
.color-block .color-default input[type=search]::placeholder,
.color-block .color-default input[type=text]::placeholder,
.color-block .color-default input[type=tel]::placeholder,
.color-block .color-default input[type=url]::placeholder,
.color-block .color-default input[type=password]::placeholder,
.color-block .color-default textarea::placeholder,
.color-block .color-default select::placeholder, .color-blocks .color-default input[type=email]::placeholder,
.color-blocks .color-default input[type=number]::placeholder,
.color-blocks .color-default input[type=search]::placeholder,
.color-blocks .color-default input[type=text]::placeholder,
.color-blocks .color-default input[type=tel]::placeholder,
.color-blocks .color-default input[type=url]::placeholder,
.color-blocks .color-default input[type=password]::placeholder,
.color-blocks .color-default textarea::placeholder,
.color-blocks .color-default select::placeholder, .repeat-bg .color-default input[type=email]::placeholder,
.repeat-bg .color-default input[type=number]::placeholder,
.repeat-bg .color-default input[type=search]::placeholder,
.repeat-bg .color-default input[type=text]::placeholder,
.repeat-bg .color-default input[type=tel]::placeholder,
.repeat-bg .color-default input[type=url]::placeholder,
.repeat-bg .color-default input[type=password]::placeholder,
.repeat-bg .color-default textarea::placeholder,
.repeat-bg .color-default select::placeholder {
  color: rgba(17, 17, 17, 0.45);
}
.bg-dark .color-default input[type=email]:hover,
.bg-dark .color-default input[type=number]:hover,
.bg-dark .color-default input[type=search]:hover,
.bg-dark .color-default input[type=text]:hover,
.bg-dark .color-default input[type=tel]:hover,
.bg-dark .color-default input[type=url]:hover,
.bg-dark .color-default input[type=password]:hover,
.bg-dark .color-default textarea:hover,
.bg-dark .color-default select:hover, .dark-bg .color-default input[type=email]:hover,
.dark-bg .color-default input[type=number]:hover,
.dark-bg .color-default input[type=search]:hover,
.dark-bg .color-default input[type=text]:hover,
.dark-bg .color-default input[type=tel]:hover,
.dark-bg .color-default input[type=url]:hover,
.dark-bg .color-default input[type=password]:hover,
.dark-bg .color-default textarea:hover,
.dark-bg .color-default select:hover, .cover-bg .color-default input[type=email]:hover,
.cover-bg .color-default input[type=number]:hover,
.cover-bg .color-default input[type=search]:hover,
.cover-bg .color-default input[type=text]:hover,
.cover-bg .color-default input[type=tel]:hover,
.cover-bg .color-default input[type=url]:hover,
.cover-bg .color-default input[type=password]:hover,
.cover-bg .color-default textarea:hover,
.cover-bg .color-default select:hover, .color-block .color-default input[type=email]:hover,
.color-block .color-default input[type=number]:hover,
.color-block .color-default input[type=search]:hover,
.color-block .color-default input[type=text]:hover,
.color-block .color-default input[type=tel]:hover,
.color-block .color-default input[type=url]:hover,
.color-block .color-default input[type=password]:hover,
.color-block .color-default textarea:hover,
.color-block .color-default select:hover, .color-blocks .color-default input[type=email]:hover,
.color-blocks .color-default input[type=number]:hover,
.color-blocks .color-default input[type=search]:hover,
.color-blocks .color-default input[type=text]:hover,
.color-blocks .color-default input[type=tel]:hover,
.color-blocks .color-default input[type=url]:hover,
.color-blocks .color-default input[type=password]:hover,
.color-blocks .color-default textarea:hover,
.color-blocks .color-default select:hover, .repeat-bg .color-default input[type=email]:hover,
.repeat-bg .color-default input[type=number]:hover,
.repeat-bg .color-default input[type=search]:hover,
.repeat-bg .color-default input[type=text]:hover,
.repeat-bg .color-default input[type=tel]:hover,
.repeat-bg .color-default input[type=url]:hover,
.repeat-bg .color-default input[type=password]:hover,
.repeat-bg .color-default textarea:hover,
.repeat-bg .color-default select:hover {
  border-color: #836F3E;
}
.bg-dark .color-default input[type=email]:focus,
.bg-dark .color-default input[type=number]:focus,
.bg-dark .color-default input[type=search]:focus,
.bg-dark .color-default input[type=text]:focus,
.bg-dark .color-default input[type=tel]:focus,
.bg-dark .color-default input[type=url]:focus,
.bg-dark .color-default input[type=password]:focus,
.bg-dark .color-default textarea:focus,
.bg-dark .color-default select:focus, .dark-bg .color-default input[type=email]:focus,
.dark-bg .color-default input[type=number]:focus,
.dark-bg .color-default input[type=search]:focus,
.dark-bg .color-default input[type=text]:focus,
.dark-bg .color-default input[type=tel]:focus,
.dark-bg .color-default input[type=url]:focus,
.dark-bg .color-default input[type=password]:focus,
.dark-bg .color-default textarea:focus,
.dark-bg .color-default select:focus, .cover-bg .color-default input[type=email]:focus,
.cover-bg .color-default input[type=number]:focus,
.cover-bg .color-default input[type=search]:focus,
.cover-bg .color-default input[type=text]:focus,
.cover-bg .color-default input[type=tel]:focus,
.cover-bg .color-default input[type=url]:focus,
.cover-bg .color-default input[type=password]:focus,
.cover-bg .color-default textarea:focus,
.cover-bg .color-default select:focus, .color-block .color-default input[type=email]:focus,
.color-block .color-default input[type=number]:focus,
.color-block .color-default input[type=search]:focus,
.color-block .color-default input[type=text]:focus,
.color-block .color-default input[type=tel]:focus,
.color-block .color-default input[type=url]:focus,
.color-block .color-default input[type=password]:focus,
.color-block .color-default textarea:focus,
.color-block .color-default select:focus, .color-blocks .color-default input[type=email]:focus,
.color-blocks .color-default input[type=number]:focus,
.color-blocks .color-default input[type=search]:focus,
.color-blocks .color-default input[type=text]:focus,
.color-blocks .color-default input[type=tel]:focus,
.color-blocks .color-default input[type=url]:focus,
.color-blocks .color-default input[type=password]:focus,
.color-blocks .color-default textarea:focus,
.color-blocks .color-default select:focus, .repeat-bg .color-default input[type=email]:focus,
.repeat-bg .color-default input[type=number]:focus,
.repeat-bg .color-default input[type=search]:focus,
.repeat-bg .color-default input[type=text]:focus,
.repeat-bg .color-default input[type=tel]:focus,
.repeat-bg .color-default input[type=url]:focus,
.repeat-bg .color-default input[type=password]:focus,
.repeat-bg .color-default textarea:focus,
.repeat-bg .color-default select:focus {
  background-color: white;
  border-color: #836F3E;
  box-shadow: 0 0 0 3px rgba(131, 111, 62, 0.1);
}
.bg-dark .color-default select option, .dark-bg .color-default select option, .cover-bg .color-default select option, .color-block .color-default select option, .color-blocks .color-default select option, .repeat-bg .color-default select option {
  color: #111;
}

/*****************************************************************************
 * WPForms overrides
 *****************************************************************************/
.wpforms-container .wpforms-field {
  margin: 0 0 20px !important;
  padding: 0 !important;
}
.wpforms-container .wpforms-field-label {
  color: #333333 !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.115em !important;
  margin: 0 0 8px !important;
}
.wpforms-container .wpforms-field-sublabel {
  color: rgba(51, 51, 51, 0.55) !important;
  font-weight: 300 !important;
}
.wpforms-container .wpforms-required-label {
  color: #836F3E !important;
}
.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container input[type=tel],
.wpforms-container input[type=url],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container textarea,
.wpforms-container select {
  background-color: #FAF7F4 !important;
  border: 1px solid rgba(128, 128, 128, 0.25) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #111 !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  height: 52px !important;
  padding: 14px 18px !important;
}
.wpforms-container input[type=text]::placeholder,
.wpforms-container input[type=email]::placeholder,
.wpforms-container input[type=tel]::placeholder,
.wpforms-container input[type=url]::placeholder,
.wpforms-container input[type=number]::placeholder,
.wpforms-container input[type=password]::placeholder,
.wpforms-container textarea::placeholder,
.wpforms-container select::placeholder {
  color: #808080 !important;
}
.wpforms-container input[type=text]:focus,
.wpforms-container input[type=email]:focus,
.wpforms-container input[type=tel]:focus,
.wpforms-container input[type=url]:focus,
.wpforms-container input[type=number]:focus,
.wpforms-container input[type=password]:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
  border-color: #836F3E !important;
}
.wpforms-container input[type=text].wpforms-smart-phone-field,
.wpforms-container input[type=email].wpforms-smart-phone-field,
.wpforms-container input[type=tel].wpforms-smart-phone-field,
.wpforms-container input[type=url].wpforms-smart-phone-field,
.wpforms-container input[type=number].wpforms-smart-phone-field,
.wpforms-container input[type=password].wpforms-smart-phone-field,
.wpforms-container textarea.wpforms-smart-phone-field,
.wpforms-container select.wpforms-smart-phone-field {
  padding-left: 55px !important;
}
.wpforms-container textarea {
  height: auto !important;
  min-height: 160px !important;
}
.wpforms-container .iti {
  display: block;
  width: 100%;
}
.wpforms-container .wpforms-field-label-inline {
  color: #333333;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}

/*****************************************************************************
 * WPForms checkbox / radio
 *****************************************************************************/
.wpforms-container .wpforms-field-checkbox ul,
.wpforms-container .wpforms-field-gdpr-checkbox ul,
.wpforms-container .wpforms-field-radio ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wpforms-container .wpforms-field-checkbox li,
.wpforms-container .wpforms-field-gdpr-checkbox li,
.wpforms-container .wpforms-field-radio li {
  margin: 0 0 10px;
}
.wpforms-container .wpforms-field-checkbox li:last-child,
.wpforms-container .wpforms-field-gdpr-checkbox li:last-child,
.wpforms-container .wpforms-field-radio li:last-child {
  margin-bottom: 0;
}
.wpforms-container .wpforms-field-checkbox input[type=checkbox],
.wpforms-container .wpforms-field-gdpr-checkbox input[type=checkbox],
.wpforms-container .wpforms-field-radio input[type=radio] {
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline,
.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-label-inline,
.wpforms-container .wpforms-field-radio .wpforms-field-label-inline {
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 22px;
  min-height: 22px;
  padding-inline-start: 35px !important;
  position: relative;
}
.wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline::before,
.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-label-inline::before,
.wpforms-container .wpforms-field-radio .wpforms-field-label-inline::before {
  background: #FAF7F4;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.wpforms-container input:checked + .wpforms-field-label-inline::before {
  background: #836F3E;
  border-color: #836F3E;
}
.wpforms-container .wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::after,
.wpforms-container .wpforms-field-gdpr-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::after {
  border: solid white;
  border-width: 0 2px 2px 0;
  content: "";
  height: 10px;
  left: calc((22px - 6px) / 2);
  position: absolute;
  top: calc(22px / 2 - 7px);
  transform: rotate(45deg);
  width: 6px;
}
.wpforms-container .wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline::after {
  background: white;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: calc((22px - 10px) / 2);
  position: absolute;
  top: calc((22px - 10px) / 2);
  width: 10px;
}
.wpforms-container input:focus-visible + .wpforms-field-label-inline::before {
  outline: 2px solid rgba(131, 111, 62, 0.4);
  outline-offset: 2px;
}

.banner {
  background-color: #333333;
  border: none;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  position: relative;
}
.banner .container {
  flex-direction: column !important;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 1279px) {
  .banner .container {
    box-sizing: border-box;
  }
}
.banner .banner-item {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 100px 0;
}
.banner .banner-item .container {
  position: relative;
  z-index: 2;
}
.banner .inline-cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner .banner-logo-title {
  font-size: 0;
}
.banner .banner-logo-title img {
  display: inline-block;
}
.banner .banner-subtitle {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  text-transform: none;
}
@media (min-width: 800px) {
  .banner .banner-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 800px) {
  .banner.banner-slider {
    height: 600px;
  }
}
@media (min-width: 550px) {
  .banner.banner-slider {
    min-height: 400px;
  }
}

.home .banner {
  height: 100vh;
  min-height: 540px;
}
.home .banner .banner-item {
  padding: 0;
}

.banner .item-overlay {
  background: linear-gradient(84.33deg, rgba(0, 0, 0, 0.75) 23.87%, rgba(51, 51, 51, 0) 68.61%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.banner .container {
  z-index: 3;
}

.banner .banner-heading {
  color: #FAF7F4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  margin: auto auto auto 0;
  max-width: 440px;
  width: 100%;
}
.banner .banner-heading img {
  width: 100%;
}

.banner-logo {
  display: block;
  height: auto;
  margin: 0 auto 8px;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 799px) {
  .banner-logo {
    max-width: 240px;
  }
}

.banner-title {
  color: #FAF7F4;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  font-size: 30px;
}
@media (min-width: 800px) {
  .banner-title {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  .banner-title {
    font-size: 50px;
  }
}
.banner-title--subhead {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}

.banner-subtitle {
  color: #FAF7F4;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.65;
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  .banner-subtitle {
    font-size: 18px;
  }
}

.banner .banner-heading .button, .banner .banner-heading .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .banner .banner-heading a {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-weight: 500;
}
.banner .banner-heading .button:before, .banner .banner-heading .header-cta-nav .header-cta-menu li a:before, .header-cta-nav .header-cta-menu li .banner .banner-heading a:before {
  background: white;
  border-color: white;
  color: #333333;
}
.banner .banner-heading .button:hover, .banner .banner-heading .header-cta-nav .header-cta-menu li a:hover, .header-cta-nav .header-cta-menu li .banner .banner-heading a:hover {
  background: white;
  border-color: white;
  color: #333333;
}
.banner .banner-heading .button:hover:before, .banner .banner-heading .header-cta-nav .header-cta-menu li a:hover:before, .header-cta-nav .header-cta-menu li .banner .banner-heading a:hover:before {
  background: #836F3E;
  border-color: transparent;
  color: white;
}

.banner.splide {
  height: 420px;
}
.banner.splide .splide__track,
.banner.splide .splide__list,
.banner.splide .splide__slide {
  height: 100%;
}
@media (min-width: 800px) {
  .banner.splide {
    height: 600px;
  }
  .banner.splide.home {
    height: 800px;
  }
}
.banner.splide .splide__pagination {
  bottom: 12px;
}
.banner.splide .splide__pagination__page {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  transition: background 0.2s ease;
  width: 10px;
}
.banner.splide .splide__pagination__page.is-active {
  background: white;
}
.banner.splide .splide__pagination__page:hover {
  background: rgba(255, 255, 255, 0.8);
}
.banner.splide .splide__arrow {
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease;
  width: 48px;
  z-index: 10;
}
.banner.splide .splide__arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}
.banner.splide .splide__arrow--prev {
  left: 20px;
}
.banner.splide .splide__arrow--next {
  right: 20px;
}
.banner.splide .splide__arrow svg {
  display: none;
}
.banner.splide .splide__arrow .icon {
  color: white;
  font-size: 20px;
  line-height: 1;
}

.banner-heading {
  margin: auto auto auto 0;
}
@media (min-width: 550px) {
  .banner-heading {
    max-width: 500px;
  }
}
@media (min-width: 800px) {
  .banner-heading {
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .banner-heading {
    max-width: 700px;
  }
}

.single-post .banner-heading {
  margin: auto;
}

.home h1.banner-title {
  font-size: 35px;
}
@media (min-width: 800px) {
  .home h1.banner-title {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  .home h1.banner-title {
    font-size: 45px;
  }
}
@media (min-width: 1280px) {
  .home h1.banner-title {
    font-size: 50px;
  }
}

.banner-slider {
  padding: 0;
}

.banner-wrapper {
  position: relative;
}

.hidden-video {
  display: none;
}

.banner-post {
  display: flex;
  flex-direction: row;
  margin: 0 -15px;
}
.banner-post .banner-post-col {
  margin: auto;
  padding: 0 15px 15px;
  text-align: center;
}
.banner-post p {
  margin: 0;
}
.banner-post strong {
  font-size: 10px;
}
.banner-post .h3 {
  font-size: 20px;
}

.site-header {
  background: white;
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
  box-sizing: border-box;
  padding: 30px 0;
  position: relative;
  transition: padding 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  z-index: 50;
}
.site-header.is-stuck {
  box-shadow: 0 6px 24px -16px rgba(0, 0, 0, 0.18);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.site-header.is-stuck.is-compact {
  padding: 14px 0;
}
.site-header .site-header__inner {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}
.site-header .site-header__right {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.site-header .site-header__logo {
  flex: 0 0 auto;
  transition: max-width 0.25s ease;
}
.site-header .site-header__logo .logo {
  display: block;
  max-width: 230px;
  transition: max-width 0.25s ease;
}
@media (min-width: 800px) {
  .site-header .site-header__logo .logo {
    max-width: 240px;
  }
}
@media (min-width: 1280px) {
  .site-header .site-header__logo .logo {
    max-width: 300px;
  }
}
.site-header.is-stuck.is-compact .site-header__logo .logo {
  max-width: 120px;
}
@media (min-width: 1000px) {
  .site-header.is-stuck.is-compact .site-header__logo .logo {
    max-width: 140px;
  }
}
@media (min-width: 1280px) {
  .site-header.is-stuck.is-compact .site-header__logo .logo {
    max-width: 160px;
  }
}
.site-header .site-header__nav .main-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-header__nav .main-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}
.site-header .site-header__nav .main-menu li a {
  color: #333333;
  display: inline-block;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 0;
  text-transform: none;
  transition: color 0.2s ease;
}
.site-header .site-header__nav .main-menu li a:hover {
  color: #836F3E;
}
.site-header .site-header__nav .main-menu .current-menu-item > a,
.site-header .site-header__nav .main-menu .current-menu-ancestor > a {
  color: #836F3E;
}
.site-header .site-header__nav .main-menu .menu-item-has-children > a {
  padding-right: 15px;
  position: relative;
}
.site-header .site-header__nav .main-menu .menu-item-has-children > a::after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 9px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.site-header .site-header__search {
  align-items: center;
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1;
  padding: 5px;
  transition: color 0.2s ease;
}
.site-header .site-header__search:hover {
  color: #836F3E;
}
.site-header .site-header__search::after {
  display: none !important;
}
.site-header .site-header__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}
.site-header .header-cta.button, .site-header .header-cta-nav .header-cta-menu li a.header-cta, .header-cta-nav .header-cta-menu li .site-header a.header-cta {
  background: #333333;
  border-color: #333333;
  color: white;
}
.site-header .header-cta.button:hover, .site-header .header-cta-nav .header-cta-menu li a.header-cta:hover, .header-cta-nav .header-cta-menu li .site-header a.header-cta:hover {
  background: rgb(30.6, 30.6, 30.6);
  border-color: rgb(30.6, 30.6, 30.6);
  color: white;
}
.site-header .icon:before {
  color: #333333;
}

.hamburger {
  background: transparent;
  height: 50px;
  position: relative;
  width: 50px;
}
.hamburger .hamburger-box {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  background: #333333;
  border-radius: 3px;
  height: 3px;
}
.hamburger .hamburger-inner {
  left: 0;
  right: 25%;
  width: auto;
}
.hamburger .hamburger-inner::after {
  left: 0;
  right: 50%;
  width: auto;
}
.hamburger:hover, .hamburger.swipe-open {
  background: transparent;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after, .hamburger.swipe-open .hamburger-inner,
.hamburger.swipe-open .hamburger-inner::before,
.hamburger.swipe-open .hamburger-inner::after {
  background: #836F3E;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::after, .hamburger.swipe-open .hamburger-inner, .hamburger.swipe-open .hamburger-inner::after {
  right: 0;
}

.site-header .menu-button {
  display: inline-block;
}

.site-header__nav,
.header-cta-nav {
  display: none;
}

@media (min-width: 1000px) {
  .header-cta-nav {
    display: inline-block;
  }
  .site-header .menu-button {
    display: none;
  }
  .site-header__nav {
    display: inline-block;
  }
}
.header-cta-nav .header-cta-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-cta-nav .header-cta-menu li {
  margin: 0;
  padding: 0;
}
.site-footer {
  background: #333333;
  color: white;
}

.site-footer__inner {
  padding: 50px 0 15px;
}
@media (min-width: 800px) {
  .site-footer__inner {
    padding: 60px 0 15px;
  }
}

.site-footer__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .site-footer__header {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}

.site-footer__logo .logo,
.site-footer__logo img {
  display: inline-block;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 1000px) {
  .site-footer__logo .logo,
  .site-footer__logo img {
    max-width: 280px;
  }
}

.site-footer__nav .site-footer__menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__nav .site-footer__menu li {
  margin: 0;
  padding: 0;
}
.site-footer__nav .site-footer__menu a {
  color: white;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__nav .site-footer__menu a:hover {
  color: #BCA15E;
}
.site-footer__nav .site-footer__menu .current-menu-item > a,
.site-footer__nav .site-footer__menu .current-menu-ancestor > a {
  color: #BCA15E;
}

.site-footer__columns {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .site-footer__columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.site-footer__heading {
  color: #808080 !important;
  margin: 0 0 5px;
}

.site-footer__line {
  color: white;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
}
.site-footer__line a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__line a:hover {
  color: #BCA15E;
}

.site-footer__tagline {
  color: white;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.site-footer__tagline p {
  margin: 0;
}

.site-footer__col--contact .social-list,
.site-footer__col--contact ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.site-footer__col--contact a {
  align-items: center;
  color: white;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__col--contact a:hover {
  color: #BCA15E;
}

.site-footer__lower {
  align-items: center;
  border-top: 1px solid #836F3E;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
@media (min-width: 800px) {
  .site-footer__lower {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-footer__copyright {
  color: white;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
}
@media (min-width: 800px) {
  .site-footer__copyright {
    text-align: left;
  }
}
.site-footer__copyright a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__copyright a:hover {
  color: #BCA15E;
}
.site-footer__copyright .site-footer__sep {
  margin: 0 5px;
  opacity: 0.6;
}

.site-footer__legal .site-footer__legal-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__legal .site-footer__legal-menu li {
  margin: 0;
  padding: 0;
}
.site-footer__legal .site-footer__legal-menu a {
  color: white;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__legal .site-footer__legal-menu a:hover {
  color: #BCA15E;
}

header ul {
  margin-bottom: 0;
}
header ul li {
  margin-bottom: 0;
  margin: 5px;
  position: relative;
}

.main-menu {
  padding-right: 30px;
}
.main-menu > li {
  margin: 0 15px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
}
.main-menu a {
  color: #333333;
  display: block;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.main-menu a:hover {
  color: #836F3E;
}
.main-menu li:last-child .sub-menu, .main-menu li:nth-last-child(2) .sub-menu {
  left: auto !important;
  right: 0;
}
.main-menu .current-menu-ancestor > a, .main-menu .current-menu-item > a, .main-menu .current_page_parent > a {
  color: #836F3E;
}

.main-menu-2 {
  border-left: 2px solid #333333;
  padding-left: 30px;
  padding-right: 0;
}
.main-menu-2 a {
  font-weight: 400;
}

.hidden-nav .main-menu-2 {
  border-color: white;
}

.hidden-nav .main-menu a {
  color: white;
}
.hidden-nav .main-menu a:hover {
  color: #BCA15E;
}
.hidden-nav .main-menu .current-menu-ancestor > a, .hidden-nav .main-menu .current-menu-item > a {
  color: #BCA15E;
}

.sub-menu {
  background: rgba(51, 51, 51, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  list-style: none;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  transform: translate3d(0, 10px, 0);
  top: 100%;
  visibility: hidden;
  width: 300px;
  z-index: 99;
}
.sub-menu li {
  margin: 0;
}
.sub-menu a {
  color: white !important;
  padding: 12px 20px;
  position: relative;
  text-transform: none;
}
.sub-menu a:before {
  background: #333333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.sub-menu a:after {
  display: none;
}
.sub-menu a:hover:before {
  width: 10px;
}
.sub-menu:hover:focus {
  width: 100%;
}
.sub-menu .current-menu-ancestor > a:before, .sub-menu .current-menu-item > a:before {
  width: 0;
}
.sub-menu .current-menu-ancestor > a, .sub-menu .current-menu-item > a {
  color: #333333 !important;
}

.main-menu li:hover .sub-menu {
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.main-menu li:hover .sub-menu:after {
  right: 0;
}

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
/************************************************************************************************
                     * Sticky footer
 ************************************************************************************************/
html, body {
  height: 100%;
}

.site-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}

.sticky-footer-content {
  flex: 1 0 auto;
  min-width: 100%;
}

footer {
  flex: 0 0 auto;
  min-width: 100%;
}

.lightbox-wrapper {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(250, 247, 244, 0.8);
  box-sizing: border-box;
  cursor: pointer;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: 100;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.lightbox-wrapper.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.lightbox-wrapper:has(> .lightbox-content) {
  display: flex;
  transform: translate3d(0, 0, 0);
}

.lightbox-content {
  box-sizing: border-box;
  background-color: white;
  cursor: auto;
  margin: auto;
  padding: 30px;
  position: relative;
}
.lightbox-content .scroll-pane {
  height: 78%;
  padding: 0 20px;
  margin: 0 0 20px -20px;
}
.lightbox-content .title {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.lightbox-content .close-icon {
  color: #333333;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.lightbox-content .close-icon:hover {
  color: #111;
}

@media (min-width: 800px) {
  .lightbox-wrapper:has(> .lightbox-content) .scroll-pane {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .lightbox-content {
    border-radius: 4px;
    height: auto;
    max-width: 600px;
  }
}
.video-lightbox .lightbox-content {
  background: none;
  max-width: 1100px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.search-lightbox .antique-search {
  position: relative;
}
.search-lightbox .antique-search__close {
  color: #808080;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 14px;
  transition: color 0.2s ease;
  z-index: 2;
}
.search-lightbox .antique-search__close:hover {
  color: #333333;
}
.search-lightbox .lightbox-content {
  left: 50%;
  top: 50%;
  opacity: 0;
  background-color: transparent;
  padding: 0 20px;
  max-width: 600px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  transform: translate3d(-50%, 100%, 0);
  width: 100%;
}
@media (min-width: 800px) {
  .search-lightbox .lightbox-content {
    padding: 0 40px;
  }
}
.search-lightbox.active .lightbox-content {
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}
.search-lightbox #searchform {
  border-bottom: 1px solid white;
  padding: 0 0 10px 0;
  position: relative;
}
.search-lightbox .widget-title,
.search-lightbox .screen-reader-text {
  display: none;
}
.search-lightbox #s {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 30px;
  height: 46px;
  padding: 0 60px 0 15px;
}
.search-lightbox #s::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 800px) {
  .search-lightbox #s {
    font-size: 44px;
    height: 58px;
  }
}
.search-lightbox #searchsubmit {
  background-color: transparent;
  border: none;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 5px 12px;
  font-size: 25px;
  transform: translate3d(0, -50%, 0);
}

.gallery-lightbox.lightbox-wrapper.is-single .prev-img,
.gallery-lightbox.lightbox-wrapper.is-single .next-img,
.gallery-lightbox.lightbox-wrapper.is-zoomed .prev-img,
.gallery-lightbox.lightbox-wrapper.is-zoomed .next-img {
  opacity: 0;
  pointer-events: none;
}

.gallery-lightbox.lightbox-wrapper {
  cursor: default;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.gallery-lightbox__toolbar {
  align-items: center;
  box-sizing: border-box;
  color: #333333;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 16px;
  pointer-events: auto;
  position: relative;
  z-index: 10001;
}
@media (min-width: 800px) {
  .gallery-lightbox__toolbar {
    padding: 16px 24px;
  }
}

.gallery-lightbox__counter {
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.gallery-lightbox__tools {
  align-items: center;
  display: flex;
  gap: 8px;
}

.gallery-lightbox__zoom-in,
.gallery-lightbox__zoom-out,
.gallery-lightbox__close {
  align-items: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.12);
  color: #333333;
  display: inline-flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  width: 40px;
}
.gallery-lightbox__zoom-in:hover:not(:disabled),
.gallery-lightbox__zoom-out:hover:not(:disabled),
.gallery-lightbox__close:hover:not(:disabled) {
  background-color: #836F3E;
  box-shadow: 0 3px 12px rgba(51, 51, 51, 0.2);
  color: white;
}
.gallery-lightbox__zoom-in:disabled,
.gallery-lightbox__zoom-out:disabled,
.gallery-lightbox__close:disabled {
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
  color: rgba(51, 51, 51, 0.35);
  cursor: default;
  opacity: 1;
}
.gallery-lightbox__zoom-in .icon,
.gallery-lightbox__zoom-out .icon,
.gallery-lightbox__close .icon {
  font-size: 20px;
  line-height: 1;
}

.gallery-lightbox__zoom-glyph {
  color: inherit;
  position: relative;
}

.gallery-lightbox__zoom-glyph--out::after {
  color: inherit;
  content: "−";
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: -3px;
  top: -2px;
}

.gallery-lightbox__zoom-glyph--in::after {
  color: inherit;
  content: "+";
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: -3px;
  top: -2px;
}

.gallery-lightbox .lightbox {
  box-sizing: border-box;
  flex: 1;
  height: auto;
  min-height: 0;
  position: relative;
  width: 100%;
}

.gallery-lightbox .lightbox-body {
  height: 100%;
  min-height: 0;
  position: relative;
}

.gallery-lightbox .img-stage {
  align-items: center;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  padding: 16px 50px 32px;
  position: relative;
  width: 100%;
}
@media (min-width: 800px) {
  .gallery-lightbox .img-stage {
    padding: 24px 64px 40px;
  }
}

.gallery-lightbox.is-zoomable:not(.is-zoomed) .lightbox-pan,
.gallery-lightbox.is-zoomable:not(.is-zoomed) .lightbox-image {
  cursor: zoom-in;
}

.gallery-lightbox.is-pannable .img-stage {
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.gallery-lightbox.is-pannable .img-stage.is-dragging {
  cursor: grabbing;
}

.lightbox-pan {
  line-height: 0;
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.gallery-lightbox.is-dragging .lightbox-pan {
  transition: none;
}

.gallery-lightbox .lightbox-image {
  border-radius: 3px;
  box-shadow: 0 2px 31px rgba(0, 0, 0, 0.35);
  display: inline-block;
  line-height: 0;
  max-height: calc(100dvh - 120px);
  max-width: calc(100vw - 100px);
  position: relative;
}
.gallery-lightbox .lightbox-image img {
  border-radius: 3px;
  display: block;
  height: auto;
  max-height: calc(100dvh - 120px);
  max-width: calc(100vw - 100px);
  pointer-events: none;
  width: auto;
}

.gallery-lightbox .prev-img,
.gallery-lightbox .next-img {
  color: #333333;
  font-size: 40px;
  height: 46px;
  line-height: 47px;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.25s ease, color 0.2s ease;
  width: 46px;
  z-index: 9999;
}
.gallery-lightbox .prev-img:hover,
.gallery-lightbox .next-img:hover {
  color: #836F3E;
  opacity: 1;
}

.gallery-lightbox .prev-img {
  left: 8px;
}
@media (min-width: 800px) {
  .gallery-lightbox .prev-img {
    left: 16px;
  }
}

.gallery-lightbox .next-img {
  right: 8px;
}
@media (min-width: 800px) {
  .gallery-lightbox .next-img {
    right: 16px;
  }
}

.gallery-lightbox .img-caption,
.gallery-lightbox .img-author {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  text-align: center;
}
.gallery-lightbox .img-caption h3,
.gallery-lightbox .img-author h3 {
  background: white;
  border-radius: 3px;
  color: #111;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 20px;
}
.gallery-lightbox .img-caption *,
.gallery-lightbox .img-author * {
  color: white;
}

.gallery-lightbox .img-author p {
  font-size: 14px;
  text-align: left;
}

.bs-accordion {
  background: rgba(250, 247, 244, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
}
.bs-accordion .bs-accordion-heading {
  appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  color: #333333;
  cursor: pointer;
  display: block;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 15px 55px 15px 20px;
  position: relative;
  text-decoration: none;
  text-transform: none;
}
.bs-accordion .bs-accordion-heading:hover {
  background: rgba(245.21875, 239.35, 233.48125, 0.8);
}
.bs-accordion .bs-accordion-heading span {
  color: currentColor;
  font-size: 25px;
  margin: -12px 0 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: transform 0.2s ease-in-out;
}
.bs-accordion .bs-accordion-container {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.2s ease-in-out;
}
.bs-accordion .bs-accordion-content {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
}
.bs-accordion .bs-accordion-content .button, .bs-accordion .bs-accordion-content .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .bs-accordion .bs-accordion-content a {
  margin-bottom: 15px;
}
.bs-accordion.bs-active > .bs-accordion-heading {
  color: #BCA15E;
}
.bs-accordion.bs-active > .bs-accordion-heading span {
  transform: rotate(90deg);
}
.bs-accordion.bs-active > .bs-accordion-container {
  height: auto;
}

.accordions-block .max-left-column {
  margin: auto;
}
.accordions-block .max-left-column .nine {
  max-width: 100%;
  width: 100%;
}

.color-blocks .bs-accordion,
.color-block .bs-accordion {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
}
.color-blocks .bs-accordion .bs-accordion-heading,
.color-block .bs-accordion .bs-accordion-heading {
  color: white;
}
.color-blocks .bs-accordion .bs-accordion-heading:hover,
.color-block .bs-accordion .bs-accordion-heading:hover {
  background: rgba(255, 255, 255, 0.05);
}
.color-blocks .bs-accordion .bs-accordion-content,
.color-block .bs-accordion .bs-accordion-content {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.color-blocks .bs-accordion.bs-active > .bs-accordion-heading,
.color-block .bs-accordion.bs-active > .bs-accordion-heading {
  color: #BCA15E;
}

body, .swipe-menu {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
body .logo-img, .swipe-menu .logo-img {
  opacity: 1 !important;
}

.swipe-open > h2, .swipe-open > ul, .swipe-footer {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.swipe-close {
  cursor: pointer;
  color: white;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 100001;
}
.swipe-close span {
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) rotate(45deg);
}
.swipe-close:hover {
  color: #BCA15E;
}

.swipe-panel, .swipe-first-panel {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

body {
  position: relative;
}
body.swipe-open {
  overflow: hidden;
}

.swipe-menu {
  background-color: #333333;
  box-sizing: border-box;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 30px 25px;
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 0;
  visibility: hidden;
  width: 50%;
  z-index: 99999;
}
.swipe-menu.left-swipe {
  transform: translate3d(-100%, 0, 0);
}
.swipe-menu.right-swipe {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
@media (max-width: 800px) {
  .swipe-menu {
    width: 100%;
  }
  .swipe-menu .swipe-footer {
    width: 100%;
  }
  .swipe-menu.left-swipe {
    transform: translate3d(-100%, 0, 0);
  }
  .swipe-menu.right-swipe {
    right: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.swipe-menu.swipe-open.left-swipe {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
  transform: translate3d(-25%, 0, 0);
}
.swipe-menu.swipe-open.right-swipe {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.swipe-menu ul {
  margin: 0;
  padding: 20px 0 20px;
}
.swipe-menu .swipe-ul li {
  display: block;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
.swipe-menu .swipe-ul li a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: white;
  display: block;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  transition: background 0.2s ease;
}
@media (min-width: 800px) {
  .swipe-menu .swipe-ul li a {
    padding: 15px 30px;
  }
}
.swipe-menu .swipe-ul li a:before {
  background: #836F3E;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.swipe-menu .swipe-ul li a.active, .swipe-menu .swipe-ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.swipe-menu .swipe-ul li a.active:before, .swipe-menu .swipe-ul li a:hover:before {
  width: 5px;
}
.swipe-menu .swipe-ul li#swipe-current a {
  background: #836F3E;
  color: white;
}
.swipe-menu .swipe-ul li#swipe-current a:before {
  width: 100%;
}
.swipe-menu .header-cta-menu li a {
  background: #836F3E;
}
.swipe-menu .header-cta-menu li a:hover {
  background: rgb(96.3834196891, 81.6683937824, 45.6165803109);
}
.swipe-menu .main-menu-2 h2 {
  color: #BCA15E;
}
.swipe-menu .main-menu-2 li a:before {
  background: #836F3E;
}
.swipe-menu .main-menu-2 .swipe-next-panel:hover, .swipe-menu .main-menu-2 .swipe-prev-panel:hover {
  background: rgba(131, 111, 62, 0.5);
}
.swipe-menu .swipe-prev-panel, .swipe-menu .swipe-next-panel {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #BCA15E;
  font-size: 22px;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}
.swipe-menu .swipe-prev-panel:hover, .swipe-menu .swipe-next-panel:hover {
  background: rgba(188, 161, 94, 0.5);
}
.swipe-menu .swipe-prev-panel span, .swipe-menu .swipe-next-panel span {
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
}
.swipe-menu .swipe-prev-panel {
  border-radius: 3px;
  left: 0;
  right: auto;
}
.swipe-menu h2 {
  color: #FAF7F4;
  line-height: 150%;
  margin-bottom: 20px;
  position: relative;
  font-size: 28px;
  text-align: center;
}
.swipe-menu h2 img {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
.swipe-menu h2 a.logo {
  background: none;
  display: inline-block;
  padding: 0;
}
.swipe-menu h2 a.logo:before {
  display: none;
}
.swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
  background: #333333;
  bottom: 0;
  box-sizing: border-box;
  min-height: 100%;
  padding: 30px 25px;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  top: 0;
  width: 100%;
  z-index: 100000;
  left: 100%;
}
.swipe-menu .swipe-panel ul, .swipe-menu .swipe-first-panel ul {
  border-left: none;
}
.swipe-menu .swipe-panel.swipe-panel-open, .swipe-menu .swipe-first-panel.swipe-panel-open {
  left: 0;
}
.swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
  left: 0;
  transform: translate3d(-25%, 0, 0);
}
.swipe-menu .swipe-footer .flex-header--right {
  width: 100%;
}
.swipe-menu .swipe-footer .flex-header--right p, .swipe-menu .swipe-footer .flex-header--right .social-list {
  display: inline-block;
  vertical-align: bottom;
}
.swipe-menu .swipe-footer .flex-header--right p, .swipe-menu .swipe-footer .flex-header--right a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
.swipe-menu .swipe-footer .flex-header--right ul.social-list li a:before {
  font-size: 22px;
}
.swipe-menu .swipe-footer .flex-header--right ul.social-list li a {
  font-size: 22px;
}
.swipe-menu .swipe-footer .flex-header--right ul.social-list li a:hover:before {
  color: #BCA15E;
}
.swipe-menu .swipe-footer .flex-header--right ul.social-list li {
  margin: 0;
  padding: 0;
}
.swipe-menu .swipe-footer .flex-header--right ul.social-list li :before {
  color: rgba(255, 255, 255, 0.7) !important;
}

.swipe-footer {
  box-sizing: border-box;
  background: rgba(51, 51, 51, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  bottom: 0;
  padding: 30px 0;
  width: calc(100% - 50px);
  position: fixed;
  z-index: 100001;
}
.swipe-footer h3, .swipe-footer .address {
  display: none;
}
.swipe-footer * {
  color: white;
}
.swipe-footer a:before {
  color: white;
}
.swipe-footer .three.columns {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.swipe-footer .social-list {
  margin: 0 -9px;
  padding: 0;
}
.swipe-footer .contact-details-row {
  padding: 0;
}
.swipe-footer a:hover span, .swipe-footer a:hover:before {
  color: #BCA15E !important;
}

.swipe-cta {
  display: inline-block;
  margin-top: 10px;
  width: auto;
}
.swipe-cta:before {
  display: none !important;
}

.swipe-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.7);
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  z-index: 99998;
}
.swipe-overlay.swipe-open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 800px) {
  .swipe-menu {
    width: 50%;
  }
  .swipe-menu.left-swipe {
    transform: translate3d(-100%, 0, 0);
  }
  .swipe-menu.right-swipe {
    transform: translate3d(100%, 0, 0);
  }
  .swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
    transform: translate3d(-12.5%, 0, 0);
  }
  .swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
    width: 100%;
    left: 100%;
  }
  .swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
    left: 0;
    transform: translate3d(-12.5%, 0, 0);
  }
}
.js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > h2,
.js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > .swipe-ul > li {
  opacity: 0;
  transform: translateY(24px);
}
.js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > h2:not(.swipe-reveal-visible),
.js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > .swipe-ul > li:not(.swipe-reveal-visible) {
  transition: none;
}
.js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > h2.swipe-reveal-visible,
.js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > .swipe-ul > li.swipe-reveal-visible {
  opacity: 1;
  transform: none;
  transition: opacity 400ms ease var(--swipe-reveal-delay, 0ms), transform 400ms ease var(--swipe-reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > h2,
  .js-anim .swipe-menu .swipe-first-panel.swipe-panel-open > .swipe-ul > li {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.cta-section {
  border: none;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 799px) {
  .cta-section {
    padding-top: 0 !important;
  }
}
.cta-section > .container {
  max-width: 100%;
  padding: 0;
}
.cta-section .wysiwyg-content {
  align-items: stretch;
  margin: 0;
}
.cta-section .image-column {
  padding: 0;
}
.cta-section .section-title,
.cta-section .section-headings .section-title,
.cta-section .cta-content,
.cta-section .cta-content p,
.cta-section p {
  color: white;
}
.cta-section .cta-content + .button, .cta-section .header-cta-nav .header-cta-menu li .cta-content + a, .header-cta-nav .header-cta-menu li .cta-section .cta-content + a {
  margin-top: 30px;
}
.cta-section .section-subtitle {
  color: #333333;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  margin: -22.5px;
}
@media (min-width: 1280px) {
  .cards-row {
    margin: -15px;
  }
}

.cards-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 22.5px;
  width: 100%;
}
@media (min-width: 800px) {
  .cards-item {
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .cards-item {
    padding: 15px;
  }
}

@media (min-width: 800px) {
  .cards-row--3 .cards-item {
    max-width: 33.333%;
    width: 33.333%;
  }
}

@media (min-width: 800px) {
  .cards-row--4plus .cards-item {
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .cards-row--4plus .cards-item {
    max-width: 25%;
    width: 25%;
  }
}

.cards-block .section-headings,
.cards-block .section-headings .headings {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cards-inner-item {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  text-decoration: none;
}
.cards-inner-item:hover .card-image-wrap img {
  transform: scale(1.04);
}
.cards-inner-item:hover .card-title {
  color: #BCA15E;
}

.card-image-wrap {
  aspect-ratio: 410/484;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.card-image-wrap .inline-cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-image-wrap .inline-cover img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.card-body {
  margin-top: 24px;
  text-align: center;
}

.card-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 6px;
  transition: color 0.3s ease;
}
@media (min-width: 800px) {
  .card-title {
    font-size: 24px;
  }
}

.card-cta {
  color: #836F3E;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.card-social-row a {
  color: #111;
  font-size: 30px;
  margin: 5px 10px;
}

.columns-block--full-bleed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.columns-block .section-link {
  margin: 25px 0 0;
  text-align: left;
}

.columns-block .copy-column .section-headings {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.columns-block .copy-column .headings.flex-header--left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.columns-block .copy-column .section-title {
  order: 1;
}
.columns-block .copy-column .section-subtitle {
  order: 2;
  color: #836F3E;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}
.columns-block .copy-column .section-subtitle + .section-title {
  margin-bottom: 5px;
}
.columns-block .copy-column .section-underline {
  order: 3;
  margin: 18px 0 0;
}
.columns-block .copy-column .section-intro,
.columns-block .copy-column p {
  order: 4;
}

/************************************************************************************************
                                 * Columns Section
 ************************************************************************************************/
@media (max-width: 800px) {
  .wysiwyg-content .six:last-child {
    margin-top: 30px;
  }
  .wysiwyg-content .image-column {
    margin-bottom: 20px;
  }
  .wysiwyg-content.copy-image .copy-column {
    margin-bottom: 0;
    order: 2;
  }
  .wysiwyg-content.copy-image .image-column {
    margin-bottom: 30px;
    order: 1;
  }
}
.wysiwyg-content p .button, .wysiwyg-content p .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .wysiwyg-content p a {
  margin-top: 5px;
}
.wysiwyg-content.bg-image-row .image-column {
  margin: 0;
}
@media (max-width: 799px) {
  .wysiwyg-content.bg-image-row .image-column {
    height: 320px;
    padding-top: 0 !important;
    position: relative;
  }
}
@media (min-width: 800px) {
  .wysiwyg-content.bg-image-row {
    position: relative;
  }
  .wysiwyg-content.bg-image-row .image-column {
    bottom: 0;
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    width: 55vw;
  }
  .wysiwyg-content.bg-image-row .image-column .inline-cover,
  .wysiwyg-content.bg-image-row .image-column img {
    height: 100%;
    width: 100%;
  }
  .wysiwyg-content.bg-image-row .image-column img {
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
  }
  .wysiwyg-content.bg-image-row .copy-column {
    box-sizing: border-box;
    margin: 0;
    max-width: none;
    min-height: 480px;
    padding: 60px 60px;
    position: relative;
    width: 45%;
    z-index: 2;
  }
  .wysiwyg-content.bg-image-row .inner-column {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .wysiwyg-content.bg-image-row .six {
    max-width: none;
  }
  .wysiwyg-content.bg-image-row.row {
    margin-left: 0;
    margin-right: 0;
  }
  .wysiwyg-content.bg-image-row.image-copy .image-column {
    left: calc(50% - 50vw);
    right: auto;
  }
  .wysiwyg-content.bg-image-row.image-copy .copy-column {
    margin-left: auto;
  }
  .wysiwyg-content.bg-image-row.copy-image .image-column {
    left: auto;
    right: calc(50% - 50vw);
  }
  .wysiwyg-content.bg-image-row.copy-image .copy-column {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .wysiwyg-content.bg-image-row .image-column {
    width: 64vw;
  }
  .wysiwyg-content.bg-image-row .copy-column {
    width: 33.333%;
  }
}
@media (min-width: 1480px) {
  .wysiwyg-content.bg-image-row .image-column {
    width: 60vw;
  }
  .wysiwyg-content.bg-image-row .copy-column {
    width: 33.333%;
  }
}
@media (min-width: 2280px) {
  .wysiwyg-content.bg-image-row .image-column {
    width: 57vw;
  }
  .wysiwyg-content.bg-image-row .copy-column {
    width: 33.333%;
  }
}
.wysiwyg-content.inline-image img {
  border-radius: 3px;
}
.wysiwyg-content.inline-image img.img-max-height {
  height: 100%;
  object-fit: cover;
  margin: auto;
  width: auto;
}
.wysiwyg-content.copy-copy .copy-bg {
  background-color: #FAF7F4;
  border-radius: 3px;
  padding: 30px;
}
.wysiwyg-content.middle-column ul {
  display: inline-block;
  text-align: left;
}
.wysiwyg-content .image-column {
  overflow: hidden;
}
.wysiwyg-content .image-column img {
  width: 100%;
}

.contacts-block .section-headings {
  margin-bottom: 30px;
}
.contacts-block__row {
  align-items: flex-start;
}
@media (min-width: 1000px) {
  .contacts-block__aside {
    padding-left: 60px;
  }
}
.contacts-block__media {
  margin-bottom: 30px;
}
.contacts-block__img {
  display: block;
  height: auto;
  width: 100%;
}
.contacts-block__details {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.contacts-block__detail {
  margin: 0 0 22px;
}
.contacts-block__detail:last-child {
  margin-bottom: 0;
}
.contacts-block__detail a,
.contacts-block__detail .contacts-block__value {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: none;
}
.contacts-block__detail a:hover {
  color: #836F3E;
}
.contacts-block__label {
  align-items: center;
  color: #808080;
  display: flex;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.115em;
  margin: 0 0 12px;
}
.contacts-block__label::before {
  background: #836F3E;
  content: "";
  flex: 0 0 auto;
  height: 1px;
  margin-right: 12px;
  width: 40px;
}
.contacts-block__socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts-block__socials li {
  margin: 0 0 8px;
}
.contacts-block__socials li:last-child {
  margin-bottom: 0;
}
.contacts-block__social-link {
  align-items: center;
  color: #333333;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contacts-block__social-link:hover {
  color: #836F3E;
}
.contacts-block__social-link .contacts-block__social-icon::before {
  color: inherit;
}
.contacts-block__social-icon {
  font-size: 20px;
  line-height: 1;
}
.contacts-block__handle {
  font-size: 16px;
  font-weight: 300;
}

.contact-details-row {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-details-row li {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  line-height: 130%;
  margin: 2px 0;
  position: relative;
}
.contact-details-row li:last-child {
  margin: 0;
}
.contact-details-row li.address {
  margin-bottom: 20px;
}
.contact-details-row a {
  font-weight: 400;
}

.child-item {
  padding: 30px;
}

.child-inner-item {
  background: white;
  border: 2px solid #836F3E;
  box-sizing: border-box;
  display: block;
  padding: 30px;
  position: relative;
}
.child-inner-item .inline-cover {
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.child-inner-item img {
  filter: brightness(40%);
}
.child-inner-item .child-content {
  position: relative;
}
.child-inner-item strong {
  color: #836F3E;
}
.child-inner-item:hover .inline-cover {
  opacity: 1;
}
.child-inner-item:hover .child-content * {
  color: white;
}
.child-inner-item p {
  margin-bottom: 15px;
}

.child-wrapper {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/************************************************************************************************
                     * Gallery
 ************************************************************************************************/
.gallery-inner .gallery-caption, .gallery-inner .gallery-author {
  display: none;
}

.hori-list.gallery-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
  width: 100%;
}

.hori-list.gallery-list .gallery-item {
  box-sizing: border-box;
  flex: 0 0 50%;
  margin: 0;
  max-width: 50%;
  padding: 5px;
  width: 50%;
}
@media (min-width: 550px) {
  .hori-list.gallery-list .gallery-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
}
@media (min-width: 800px) {
  .hori-list.gallery-list .gallery-item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
}

@media (min-width: 800px) {
  .hori-list.gallery-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
  }
  .hori-list.gallery-list .gallery-item {
    padding: 10px;
  }
}
.gallery-block {
  margin-top: 30px;
}
@media (min-width: 800px) {
  .gallery-block {
    margin-top: 50px;
  }
}
.gallery-block img {
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.gallery-block .view {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.gallery-block .view .icon {
  color: white;
  font-size: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-block .gallery-inner {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gallery-block .gallery-inner:hover img {
  transform: scale(1.08);
}
.gallery-block .gallery-inner:hover .view {
  cursor: pointer;
  opacity: 1;
}
.gallery-block .gallery-inner:hover .view .icon {
  transform: scale(1.05);
}

@keyframes gallery-item-append-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.gallery-item.gallery-item--append {
  animation: gallery-item-append-in 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.gallery-section .button-row {
  margin-top: 24px;
}
@media (min-width: 800px) {
  .gallery-section .button-row {
    margin-top: 36px;
  }
}

.gallery-load-more-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  justify-content: center;
}

.gallery-load-more-count {
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.gallery-section .bs-load-more {
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-section .bs-load-more:hover {
  transform: translateY(-1px);
}
.gallery-section .bs-load-more:active {
  transform: translateY(0);
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}

.table-section .table-row-parent {
  margin-top: 30px;
}
.table-section table.styled {
  border-collapse: collapse;
  border-radius: 3px;
  border-spacing: 0;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  font-size: 15px;
  overflow: hidden;
  width: 100%;
}
.table-section table.styled caption {
  background: #836F3E;
  caption-side: bottom;
  color: white;
  font-size: 14px;
  padding: 10px 18px;
  text-align: left;
}
.table-section table.styled th,
.table-section table.styled td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: middle;
}
.table-section table.styled thead {
  background: #836F3E;
}
.table-section table.styled thead th {
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.table-section table.styled tbody tr {
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
  transition: background 0.15s ease;
}
.table-section table.styled tbody tr:nth-child(odd) {
  background: white;
}
.table-section table.styled tbody tr:nth-child(even) {
  background: #FAF7F4;
}
.table-section table.styled tbody tr:hover {
  background: rgb(247.56, 246.36, 243.42);
}
.table-section table.styled tbody tr:last-child {
  border-bottom: none;
}
.table-section table.styled tbody td {
  color: #111;
}

.bg-dark .table-section table.styled caption,
.dark-bg .table-section table.styled caption,
.cover-bg .table-section table.styled caption,
.color-block .table-section table.styled caption,
.color-blocks .table-section table.styled caption,
.repeat-bg .table-section table.styled caption {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.bg-dark .table-section table.styled thead,
.dark-bg .table-section table.styled thead,
.cover-bg .table-section table.styled thead,
.color-block .table-section table.styled thead,
.color-blocks .table-section table.styled thead,
.repeat-bg .table-section table.styled thead {
  background: rgba(255, 255, 255, 0.15);
}
.bg-dark .table-section table.styled tbody tr,
.dark-bg .table-section table.styled tbody tr,
.cover-bg .table-section table.styled tbody tr,
.color-block .table-section table.styled tbody tr,
.color-blocks .table-section table.styled tbody tr,
.repeat-bg .table-section table.styled tbody tr {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.bg-dark .table-section table.styled tbody tr:nth-child(odd),
.dark-bg .table-section table.styled tbody tr:nth-child(odd),
.cover-bg .table-section table.styled tbody tr:nth-child(odd),
.color-block .table-section table.styled tbody tr:nth-child(odd),
.color-blocks .table-section table.styled tbody tr:nth-child(odd),
.repeat-bg .table-section table.styled tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}
.bg-dark .table-section table.styled tbody tr:nth-child(even),
.dark-bg .table-section table.styled tbody tr:nth-child(even),
.cover-bg .table-section table.styled tbody tr:nth-child(even),
.color-block .table-section table.styled tbody tr:nth-child(even),
.color-blocks .table-section table.styled tbody tr:nth-child(even),
.repeat-bg .table-section table.styled tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.bg-dark .table-section table.styled tbody tr:hover,
.dark-bg .table-section table.styled tbody tr:hover,
.cover-bg .table-section table.styled tbody tr:hover,
.color-block .table-section table.styled tbody tr:hover,
.color-blocks .table-section table.styled tbody tr:hover,
.repeat-bg .table-section table.styled tbody tr:hover {
  background: rgba(255, 255, 255, 0.15);
}
.bg-dark .table-section table.styled tbody td,
.dark-bg .table-section table.styled tbody td,
.cover-bg .table-section table.styled tbody td,
.color-block .table-section table.styled tbody td,
.color-blocks .table-section table.styled tbody td,
.repeat-bg .table-section table.styled tbody td {
  color: rgba(255, 255, 255, 0.9);
}
.bg-dark .table-section table.styled thead th,
.dark-bg .table-section table.styled thead th,
.cover-bg .table-section table.styled thead th,
.color-block .table-section table.styled thead th,
.color-blocks .table-section table.styled thead th,
.repeat-bg .table-section table.styled thead th {
  color: white;
}

.accreditations-wrapper {
  overflow: hidden;
}

.accred-cards-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1px -1px -1px;
}

.accred-cards-row .accreditations-item {
  border-left: 1px solid rgba(131, 111, 62, 0.12);
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
  box-sizing: border-box;
  display: flex;
  margin: auto;
  padding: 15px;
  min-width: 50%;
  width: 50%;
}
.accred-cards-row .accreditations-item:last-child {
  border-right: 1px solid rgba(131, 111, 62, 0.12);
}
@media (min-width: 800px) {
  .accred-cards-row .accreditations-item {
    min-width: 25%;
    width: 25%;
  }
}
.accred-cards-row .accreditations-item img {
  height: 100px;
  margin: auto;
  object-fit: contain;
}

/************************************************************************************************
 * Tabs Section
 ************************************************************************************************/
.tabs-section .mobile {
  display: block;
}
.tabs-section .desktop {
  display: none;
}
@media (min-width: 800px) {
  .tabs-section .mobile {
    display: none;
  }
  .tabs-section .desktop {
    display: block;
  }
}
.tabs-section .flex-header--left {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tabs-section .main-tabs-content .tabs_container.tabs-top {
  flex-direction: column;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent li[role=presentation] {
  display: contents;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent .tab-link {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  text-align: inherit;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent .tab-link h3 {
  font-size: 18px;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent .tab-link:focus-visible {
  outline: 2px solid #836F3E;
  outline-offset: 2px;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs {
  display: flex;
  justify-content: center;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs li[role=presentation] {
  display: contents;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link {
  background: white;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 15px 30px;
  position: relative;
  opacity: 0.5;
  text-align: center;
  width: 25%;
  transition: opacity 0.3s ease;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link .tab,
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link .icon {
  display: inline-block;
  vertical-align: middle;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link h3,
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link .icon {
  color: #333333;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link:after {
  background: rgba(131, 111, 62, 0.12);
  content: "";
  bottom: 0;
  height: 3px;
  left: 0;
  position: absolute;
  transform: translate3d(0, 50%, 0);
  width: 100%;
  transition: height 0.3s ease, background 0.3s ease;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link .icon {
  font-size: 25px;
  opacity: 0;
  transform: rotate(90deg) translate3d(0, -50%, 0);
  visibility: hidden;
  width: 0;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link.active, .tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link:hover {
  opacity: 1;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link.active:after, .tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link:hover:after {
  height: 5px;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link.active h3 {
  color: #836F3E;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link.active .icon {
  color: #836F3E;
  opacity: 1;
  visibility: visible;
  width: 25px;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link.active:after {
  background: #836F3E;
  height: 5px;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.top-tabs .tab-link:last-child {
  margin-right: 0;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs {
  padding: 0;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs li[role=presentation] {
  display: block;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link {
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  opacity: 0.55;
  padding: 14px 20px;
  text-align: left;
  transition: opacity 0.3s ease, background 0.3s ease;
  width: 100%;
}
@media (min-width: 1000px) {
  .tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link {
    padding: 18px 25px;
  }
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link h3 {
  flex: 1;
  font-size: 18px;
  margin: 0;
  transition: color 0.3s ease;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link .icon-chevron-right {
  flex-shrink: 0;
  font-size: 16px;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link:hover {
  background: rgba(51, 51, 51, 0.05);
  opacity: 1;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link:hover h3 {
  color: #333333;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link.active {
  background: rgba(51, 51, 51, 0.05);
  opacity: 1;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link.active h3 {
  color: #836F3E;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link.active .icon-chevron-right {
  color: #836F3E;
  opacity: 1;
}
.tabs-section .main-tabs-content .tabs_container .tabs_parent.side-tabs .tab-link:last-child {
  margin-bottom: 0;
}
.tabs-section .main-tabs-content .tabs_container.bg-block-main {
  border-radius: 10px;
  padding: 0;
}
.tabs-section .main-tabs-content .main_tabs_parent {
  margin-top: 40px;
  padding: 0;
  border-radius: 10px;
}
.tabs-section .main-tabs-content .main_tabs_parent .tab-content-wrapper {
  display: none;
}
.tabs-section .main-tabs-content .main_tabs_parent .tab-content-wrapper.active {
  display: block;
}
.tabs-section .main-tabs-content .main_tabs_parent .tab-content-wrapper .flex-middle--item {
  box-sizing: border-box;
  width: 50%;
}
.tabs-section .main-tabs-content .main_tabs_parent .tab-content-wrapper .flex-middle--item.tab-img-col {
  padding-right: 30px;
}
.tabs-section .main-tabs-content .main_tabs_parent .tab-content-wrapper .flex-middle--item.tab-img-col + .flex-middle--item {
  padding-left: 30px;
}
.tabs-section .main-tabs-content .main_tabs_parent.tabs-js-ready {
  overflow: hidden;
  position: relative;
}
.tabs-section .main-tabs-content .main_tabs_parent.tabs-js-ready .tab-content-wrapper {
  display: block !important;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1s ease;
  visibility: hidden;
  width: 100%;
}
.tabs-section .main-tabs-content .main_tabs_parent.tabs-js-ready .tab-content-wrapper.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.tabs-section .main-tabs-content .main_tabs_parent.side-tabs {
  padding: 15px 30px;
  border-radius: 0 10px 10px 10px;
}
.tabs-section .main-tabs-content .main_tabs_parent.side-tabs .tab-content-wrapper {
  text-align: left;
}
.tabs-section .main-tabs-content .main_tabs_parent ul {
  list-style: none;
  font-size: 0;
  margin: 0 -5px;
  padding: 0;
}
.tabs-section .main-tabs-content .main_tabs_parent ul li {
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  padding: 5px 5px 5px 28px;
  position: relative;
  vertical-align: top;
  width: 50%;
}
.tabs-section .main-tabs-content .main_tabs_parent ul li:before {
  content: "✓";
  left: 5px;
  position: absolute;
  top: 5px;
}
@media (min-width: 1000px) {
  .tabs-section .main-tabs-content .main_tabs_parent ul li {
    width: 50%;
  }
}

.section-slider.splide:not(.is-initialized) {
  overflow: hidden;
}
.section-slider.splide:not(.is-initialized) .splide__list {
  display: flex;
  flex-wrap: nowrap;
}
.section-slider.splide:not(.is-initialized) .splide__slide:not(:first-child) {
  display: none;
}

.section-slider {
  position: relative;
}

.slider-item-inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 800px;
  padding: 0 30px;
}
@media (min-width: 800px) {
  .slider-item-inner {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.slider-item-inner {
  text-align: center;
}
.slider-item-inner .author {
  font-style: italic;
  margin-top: 1em;
}

.section-slider .splide__arrow {
  align-items: center;
  background: #836F3E;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease;
  width: 40px;
  z-index: 1;
}
.section-slider .splide__arrow:hover {
  background: #BCA15E;
}
.section-slider .splide__arrow--prev {
  left: 0;
}
.section-slider .splide__arrow--next {
  right: 0;
}
.section-slider .splide__arrow svg {
  display: none;
}
.section-slider .splide__arrow .icon {
  color: white;
  font-size: 16px;
  line-height: 1;
}

.section-slider .splide__pagination {
  bottom: -24px;
  display: flex;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 20px;
}
.section-slider .splide__pagination li {
  display: block;
}
.section-slider .splide__pagination .splide__pagination__page {
  background: rgba(131, 111, 62, 0.12);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 8px;
}
.section-slider .splide__pagination .splide__pagination__page.is-active {
  background: #836F3E;
  transform: scale(1.3);
}

.testimonial-block .testi-feature {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 1000px) {
  .testimonial-block .testi-feature {
    flex-direction: row;
    gap: 60px;
  }
}
.testimonial-block__aside,
.testimonial-block .testi-feature__aside {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1000px) {
  .testimonial-block__aside,
  .testimonial-block .testi-feature__aside {
    flex: 0 0 200px;
    width: 200px;
  }
}
.testimonial-block .testi-feature__bar {
  background: #836F3E;
  display: block;
  height: 56px;
  width: 3px;
}
.testimonial-block .testi-feature__eyebrow {
  color: #808080;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}
.testimonial-block .testi-feature__main {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 800px) {
  .testimonial-block .testi-feature__main {
    gap: 32px;
  }
}
.testimonial-block .testi-feature__quote-icon {
  color: #836F3E;
  font-size: 30px;
  line-height: 1;
}
.testimonial-block .testi-feature__intro {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.7;
  margin: 0;
}
.testimonial-block .testi-feature__body {
  color: #333333;
}
.testimonial-block .testi-feature__body p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.testimonial-block .testi-feature__body p:last-child {
  margin-bottom: 0;
}
.testimonial-block .testi-feature__attribution {
  border-top: 1px solid rgba(131, 111, 62, 0.25);
  padding-top: 18px;
}
.testimonial-block .testi-feature__author {
  margin: 0;
}
.testimonial-block .testi-feature__author cite {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.testimonial-block .testi-feature__role {
  color: #808080;
  font-size: 14px;
  margin: 4px 0 0;
}

.video-section .video-figure {
  margin: 0 auto;
  max-width: 960px;
}
.video-section .video-figure .video-container,
.video-section .video-figure .youtube-player-with-thumb,
.video-section .video-figure .vimeo-player-with-thumb,
.video-section .video-figure .video-full {
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  overflow: hidden;
}
.video-section .video-figure__trigger {
  aspect-ratio: 16/9;
  background: #333333;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.08);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
@supports not (aspect-ratio: 16/9) {
  .video-section .video-figure__trigger {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.video-section .video-figure__trigger img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.85;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
}
.video-section .video-figure__trigger:hover img, .video-section .video-figure__trigger:focus img {
  opacity: 1;
  transform: scale(1.03);
}
.video-section .video-figure__trigger .icon-play {
  color: #fff;
  font-size: 90px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.2s ease;
}
.video-section .video-figure__trigger:hover .icon-play, .video-section .video-figure__trigger:focus .icon-play {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.video-section .video-figure__trigger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.video-lightbox .lightbox-content {
  overflow: visible;
  position: relative;
}
.video-lightbox .close-btn {
  background: none;
  border: none;
  color: #333333;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: -40px;
  top: -40px;
}
.video-lightbox .close-btn:hover, .video-lightbox .close-btn:focus-visible {
  opacity: 0.75;
  outline: none;
}

.youtube-player-with-thumb,
.vimeo-player-with-thumb {
  background: #333333;
}
.youtube-player-with-thumb img,
.vimeo-player-with-thumb img {
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.youtube-player-with-thumb:hover img,
.vimeo-player-with-thumb:hover img {
  opacity: 0.9;
  transform: scale(1.05);
}
.youtube-player-with-thumb .icon-play,
.vimeo-player-with-thumb .icon-play {
  color: #fff;
  cursor: pointer;
  font-size: 90px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.2s ease;
}
.youtube-player-with-thumb .icon-play:hover, .youtube-player-with-thumb .icon-play:focus,
.vimeo-player-with-thumb .icon-play:hover,
.vimeo-player-with-thumb .icon-play:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

@media (max-width: 799px) {
  .featured-antiques .columns {
    margin-top: 30px;
  }
  .featured-antiques .columns:first-child {
    margin-top: 0;
  }
}

.featured-antiques__copy {
  align-self: center;
  text-align: left;
}
.featured-antiques__copy .section-headings {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.featured-antiques__copy .headings.flex-header--left {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.featured-antiques__copy .section-subtitle {
  color: #836F3E;
}
.featured-antiques__copy .flex-header--right {
  margin: 25px 0 0;
}
@media (min-width: 800px) {
  .featured-antiques__copy {
    padding-right: 60px;
  }
}
@media (min-width: 1000px) {
  .featured-antiques__copy {
    padding-right: 80px;
  }
}

@media (min-width: 800px) {
  .featured-antiques .antique-card__media {
    aspect-ratio: 7/8;
  }
}

.notable-works__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.notable-work {
  align-items: center;
}
@media (max-width: 799px) {
  .notable-work {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .notable-work--reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 799px) {
  .notable-work__media {
    margin-bottom: 20px;
  }
}
.notable-work__img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.notable-work__body {
  display: flex;
  flex-direction: column;
}
.notable-work__num {
  color: #836F3E;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.22em;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.notable-work__heading {
  margin: 0;
}
.notable-work__divider {
  background: #836F3E;
  display: block;
  height: 1px;
  margin: 18px 0;
  width: 32px;
}
.notable-work__period {
  color: #836F3E;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}
.notable-work__origin {
  color: #333333;
  font-size: 14px;
  margin: 8px 0 0;
}
.notable-work__desc {
  margin: 24px 0 0;
  max-width: 340px;
}

/************************************************************************************************
										 * Blog > Single Post
 ************************************************************************************************/
.single-post article {
  counter-reset: listicle;
}

/************************************************************************************************
										 * Blog > Post Item
 ************************************************************************************************/
.posts-row {
  margin: -15px;
}
.posts-row:first-child {
  margin-top: 0;
}

.post-item {
  padding: 15px;
}

.post-item-img {
  background: #333333;
  overflow: hidden;
}

.post-item-img img {
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.blog_section .flex-header--left {
  margin-bottom: 20px;
}

.post-item-inner {
  background: white;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.post-item-inner .post-content {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.post-item-inner .post-content .readmore-link {
  margin-top: auto;
}
.post-item-inner h3 {
  position: relative;
}
.post-item-inner .post-cat {
  font-weight: 500;
}
.post-item-inner .date-category {
  font-size: 12px;
  margin: 0;
  padding-left: 25px;
  position: relative;
}
.post-item-inner .date-category:before {
  content: "\e918";
  color: #836F3E;
  left: 0;
  position: absolute;
  top: 4px;
}
.post-item-inner h3 {
  margin: 10px 0 20px;
}
.post-item-inner .read-more {
  margin: auto 0 0;
}
.post-item-inner:hover {
  background: #333333;
}
.post-item-inner:hover .date-category, .post-item-inner:hover h3, .post-item-inner:hover .readmore-link {
  color: #333333;
}
.post-item-inner:hover p {
  color: white;
}
.post-item-inner:hover .post-item-img img {
  transform: translate3d(0, 0, 0) scale(1.1);
  opacity: 0.6;
}

.blog-footer {
  border-top: 1px solid rgba(131, 111, 62, 0.12);
  margin-top: 80px;
  padding: 30px 0 0;
}

.author-wrapper {
  position: relative;
  padding: 20px 0 20px 100px;
}
@media (min-width: 800px) {
  .author-wrapper {
    padding: 20px 0 20px 110px;
  }
}

.author-image {
  border-radius: 50%;
  height: 80px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transform: translate3d(0, -50%, 0);
  top: 50%;
  width: 80px;
}
@media (min-width: 800px) {
  .author-image {
    height: 90px;
    width: 90px;
  }
}
.author-image .inline-cover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.author-copy h3, .author-copy p {
  margin: 0;
}
.author-copy p {
  font-size: 10px;
  margin-bottom: 5px;
}

.author-name {
  font-size: 20px !important;
}

@media (max-width: 799px) {
  .blog-footer > div {
    margin: 0;
    width: 100%;
  }
  .share-post {
    margin-top: 10px !important;
  }
}
.share-post p, .share-post div {
  display: inline-block;
  margin: 10px 0;
}
.share-post P {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 12px;
  margin-right: 10px;
}
.share-post .a2a_svg {
  background: #836F3E !important;
}

.single-post .banner .banner-title {
  font-size: clamp(40px, 4vw, 50px);
  padding: 0;
  text-align: center;
  text-indent: 0;
}
.single-post .banner .item-overlay {
  background: rgba(51, 51, 51, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 1;
}

.single-banner {
  margin-top: -80px;
}
.single-banner .attachment-post-thumbnail {
  margin-bottom: 0;
}
.single-banner img {
  aspect-ratio: 22/9;
  border-radius: 0;
  object-fit: cover;
  width: 100%;
}

.filter-row {
  margin-bottom: 30px;
}

.category-list {
  margin: -10px;
}
.category-list li {
  padding: 10px;
}
.category-list a {
  border: 2px solid #BCA15E;
  border-radius: 3px;
  color: #BCA15E;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
  padding: 10px 25px;
}
.category-list .current-cat a, .category-list a:hover {
  background: #BCA15E;
  color: white;
}

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social-list li a {
  background: white;
  border-radius: 50%;
  font-size: 0;
  height: 35px;
  margin-right: 5px;
  position: relative;
  width: 35px;
}
.social-list li a:before {
  color: #333333 !important;
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-list li a:hover, .social-list li a:focus-visible {
  background: #836F3E;
}
.social-list li a:hover:before, .social-list li a:focus-visible:before {
  color: white !important;
}

.site-content > .inner-banner {
  margin-bottom: 0;
  margin-top: 0;
}

.inner-banner {
  background: #FAF7F4;
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
  padding: 18px 0;
  text-align: left;
}
.inner-banner__superscript {
  color: #836F3E;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.inner-banner__title {
  margin: 0;
}
.inner-banner__lead {
  margin: 12px 0 0;
  max-width: 650px;
}

.listing-filter {
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
}
.listing-filter__form {
  align-items: center;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px 0;
  row-gap: 16px;
}
.listing-filter__searchgroup {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 380px;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
}
.listing-filter__fields {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.listing-filter__label {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}
.listing-filter__field {
  display: inline-flex;
  margin: 0;
}
.listing-filter select {
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='none' stroke='%23836F3E' stroke-width='1.25' d='M1 1l4 4 4-4'/></svg>");
  background-position: right 12px center;
  background-repeat: no-repeat;
  border: 1px solid rgba(128, 128, 128, 0.25);
  color: #333333;
  cursor: pointer;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 14px;
  min-width: 150px;
  outline: 0;
  padding: 9px 34px 9px 16px;
}
.listing-filter select:focus {
  border-color: #836F3E;
}
.listing-filter__count {
  color: #808080;
  font-size: 14px;
  font-weight: 300;
}
.listing-filter__reset {
  color: #836F3E;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .listing-filter__form {
    align-items: stretch;
    flex-direction: column;
  }
  .listing-filter__searchgroup {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
  }
  .listing-filter__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 14px;
    width: 100%;
  }
  .listing-filter__label {
    grid-column: 1;
    grid-row: 1;
  }
  .listing-filter__reset {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .listing-filter__field {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
  }
  .listing-filter__field select {
    min-width: 0;
    width: 100%;
  }
  .listing-filter__fields > .listing-filter__field:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .listing-filter__fields > .listing-filter__field:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .listing-filter__count {
    width: 100%;
  }
}

.single-breadcrumbs {
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
  padding: 14px 0;
}
.single-breadcrumbs .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
}
.single-breadcrumbs__trail {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.single-breadcrumbs__trail a {
  color: #836F3E;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-breadcrumbs__trail a:hover {
  color: rgb(96.3834196891, 81.6683937824, 45.6165803109);
}
.single-breadcrumbs__sep {
  color: rgba(128, 128, 128, 0.6);
  margin: 0 4px;
}
.single-breadcrumbs__current {
  color: #808080;
}
.single-breadcrumbs__nav {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.single-breadcrumbs__link {
  color: #836F3E;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.single-breadcrumbs__link:hover {
  color: #836F3E;
}
.single-breadcrumbs__link--prev::before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 9px;
  line-height: 1;
  margin-right: 6px;
}
.single-breadcrumbs__link--next::after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 9px;
  line-height: 1;
  margin-left: 6px;
}
.single-breadcrumbs__divider {
  background: rgba(131, 111, 62, 0.25);
  height: 12px;
  width: 1px;
}
@media (max-width: 799px) {
  .single-breadcrumbs .container {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .single-breadcrumbs__trail {
    width: 100%;
  }
  .single-breadcrumbs__nav {
    justify-content: space-between;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .single-breadcrumbs__divider {
    display: none;
  }
  .single-breadcrumbs__link--next {
    margin-left: auto;
  }
}

.single-prevnext {
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
  border-top: 1px solid rgba(131, 111, 62, 0.12);
  padding: 28px 0;
}
.single-prevnext .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.single-prevnext__item {
  align-items: center;
  color: #333333;
  display: flex;
  gap: 14px;
  max-width: 48%;
  text-decoration: none;
}
.single-prevnext__item--next {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 799px) {
  .single-prevnext__item {
    max-width: 45%;
  }
}
.single-prevnext__thumb {
  background: #FAF7F4;
  border-radius: 3px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 799px) {
  .single-prevnext__thumb {
    display: none;
  }
}
.single-prevnext__thumb img {
  display: block;
  height: 56px;
  object-fit: cover;
  width: 56px;
}
.single-prevnext__label {
  color: #836F3E;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.single-prevnext__title {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.single-prevnext__item--prev .single-prevnext__label::before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 9px;
  line-height: 1;
  margin-right: 6px;
}
.single-prevnext__item--next .single-prevnext__label::after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 9px;
  line-height: 1;
  margin-left: 6px;
}
.single-prevnext__item:hover .single-prevnext__title {
  color: #836F3E;
}

.newsletter-strip__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 800px) {
  .newsletter-strip__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
}

.newsletter-strip__copy {
  text-align: center;
}
@media (min-width: 800px) {
  .newsletter-strip__copy {
    flex: 1 1 auto;
    max-width: 540px;
    text-align: left;
  }
}

.newsletter-strip__eyebrow {
  color: #836F3E;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.newsletter-strip__title {
  margin: 0 0 10px;
}

.newsletter-strip__form {
  flex: 0 0 auto;
  max-width: 461px;
  position: relative;
  width: 100%;
}
.newsletter-strip__form form {
  margin: 0;
  position: relative !important;
}
.newsletter-strip__form .wpforms-container {
  margin: 0 !important;
}
.newsletter-strip__form .wpforms-field-email {
  margin: 0 !important;
}
.newsletter-strip__form .wpforms-field-email .wpforms-field-label,
.newsletter-strip__form .wpforms-field-email .wpforms-field-sublabel {
  display: none !important;
}
.newsletter-strip__form .wpforms-field-text {
  display: none !important;
}
.newsletter-strip__form input[type=email] {
  border: 0 !important;
  height: 55px !important;
  padding-right: 150px !important;
}
.newsletter-strip__form .wpforms-submit-container {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 7px !important;
  top: 7px !important;
  width: auto !important;
  z-index: 2;
}
@media (min-width: 800px) {
  .newsletter-strip__form .wpforms-submit-container .wpforms-submit {
    height: 41px !important;
    line-height: 41px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 799px) {
  .newsletter-strip__form {
    max-width: none;
  }
  .newsletter-strip__form input[type=email] {
    border-radius: 3px 3px 0 0 !important;
    padding-right: 18px !important;
  }
  .newsletter-strip__form .wpforms-field-email {
    margin-bottom: 0 !important;
  }
  .newsletter-strip__form .wpforms-submit-container {
    position: static !important;
    width: 100% !important;
  }
  .newsletter-strip__form .wpforms-submit-container .wpforms-submit {
    border-radius: 0 0 3px 3px !important;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}
.newsletter-strip__form .wpforms-field-gdpr-checkbox {
  margin-top: 16px !important;
}
.newsletter-strip__form .wpforms-field-gdpr-checkbox > .wpforms-field-label {
  display: none !important;
}
.newsletter-strip__form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
  padding-inline-start: 35px !important;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}
.wp-block-buttons:first-child {
  margin-top: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-button {
  width: auto;
}

.post-single__prose .wp-block-button__link,
.wysiwyg-content .wp-block-button__link,
.site-content .wp-block-button__link {
  text-decoration: none;
}

.antique-listing {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: clamp(50px, 5.7vw, 100px);
}
.antique-listing--404 .antique-listing__cta {
  margin: 40px 0 0;
  text-align: center;
}

.antique-listing__cards {
  box-sizing: border-box;
  width: 100%;
}

.antique-grid {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .antique-grid {
    gap: 60px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.antique-card {
  color: #333333;
  display: block;
  text-decoration: none;
}
.antique-card__media {
  aspect-ratio: 4/3;
  background: #FAF7F4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .antique-card__media {
    aspect-ratio: 7/5;
  }
}
.antique-card__img {
  box-sizing: border-box;
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.5s ease;
  width: 100%;
}
.antique-card__placeholder {
  background: linear-gradient(135deg, rgba(128, 128, 128, 0.1), rgba(128, 128, 128, 0.04));
  display: block;
  height: 100%;
  width: 100%;
}
.antique-card__hover {
  align-items: center;
  background: rgba(131, 111, 62, 0.5);
  bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s ease;
}
.antique-card__hover svg {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease 0.2s, transform 0.35s ease 0.2s;
}
.antique-card:hover .antique-card__hover, .antique-card:focus-visible .antique-card__hover {
  opacity: 1;
}
.antique-card:hover .antique-card__hover svg, .antique-card:focus-visible .antique-card__hover svg {
  opacity: 1;
  transform: translateY(0);
}
.antique-card:hover .antique-card__img, .antique-card:focus-visible .antique-card__img {
  transform: scale(1.04);
}
.antique-card:hover .antique-card__title, .antique-card:focus-visible .antique-card__title {
  color: #836F3E;
}
.antique-card__meta {
  padding-top: 20px;
  text-align: left;
}
.antique-listing .antique-card__meta {
  text-align: center;
}
.antique-card__title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
  transition: color 0.25s ease;
}
.antique-card__circa {
  color: #836F3E !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 5px 0 0;
  text-transform: uppercase;
}

@media (min-width: 1800px) {
  .antique-listing .antique-card__media {
    aspect-ratio: 1/1;
  }
  .antique-listing .antique-card__hover svg {
    height: 42px;
    width: 42px;
  }
  .antique-listing .antique-card__title {
    font-size: 20px;
  }
  .antique-listing .antique-card__circa {
    font-size: 15px;
  }
}
.antique-listing__resultsbar {
  align-items: center;
  column-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 26px 0 6px;
  row-gap: 12px;
}

.antique-listing__count {
  font-size: 14px;
  margin: 0;
}

.antique-pagination {
  margin: 30px 0;
}
.antique-pagination--top {
  margin: 0;
}
.antique-pagination--bottom {
  margin-top: 50px;
}
.antique-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.antique-pagination li {
  margin: 0;
}
.antique-pagination a,
.antique-pagination span {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #333333;
  display: inline-flex;
  font-size: 13px;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-width: 36px;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.antique-pagination a:hover {
  background: #FAF7F4;
  color: #836F3E;
}
.antique-pagination .current {
  border-color: #333333;
}
.antique-pagination a.prev,
.antique-pagination a.next {
  gap: 6px;
  min-width: 0;
  padding: 0 10px;
}
.antique-pagination a.prev span,
.antique-pagination a.next span {
  min-width: 0;
}
.antique-pagination .icon {
  font-size: 12px;
  padding: 0;
}

.antique-listing__empty {
  color: #808080;
  font-style: italic;
  padding: 40px 0;
  text-align: center;
}

.antique-archive .listing-filter, .antique-archive .antique-listing {
  background: #FAF7F4;
}
.antique-archive .listing-filter .antique-pagination a:hover, .antique-archive .antique-listing .antique-pagination a:hover {
  background: #F6F1EB;
}
.antique-archive .listing-filter input, .antique-archive .listing-filter select, .antique-archive .antique-listing input, .antique-archive .antique-listing select {
  background-color: rgb(253.1875, 252.1, 251.0125);
}
.antique-archive .listing-filter .antique-card__media, .antique-archive .antique-listing .antique-card__media {
  background: #F6F1EB;
}

@media (max-width: 799px) {
  .antique-single__top {
    flex-direction: column;
  }
  .antique-single__top .antique-single__details {
    display: contents;
  }
  .antique-single__top .antique-single__title {
    box-sizing: border-box;
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .antique-single__top .antique-single__media {
    order: 2;
  }
  .antique-single__top .antique-single__details-body {
    box-sizing: border-box;
    order: 3;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 799px) {
  .antique-single .row > .columns:not(:last-child) {
    margin-bottom: 40px;
  }
}

.antique-single__stage {
  background: #FAF7F4;
  position: relative;
}
.antique-single__slider, .antique-single__main-img {
  width: 100%;
}
.antique-single__main-img {
  aspect-ratio: 1/1;
  background: #FAF7F4;
  box-sizing: border-box;
  display: block;
  object-fit: contain;
  padding: 28px;
}
.antique-single__placeholder {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, rgba(128, 128, 128, 0.1), rgba(128, 128, 128, 0.04));
  display: block;
  width: 100%;
}
.antique-single__status {
  background: #333333;
  color: white;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 12px;
  left: 0;
  padding: 8px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 2;
}
.antique-single__zoom {
  align-items: center;
  background: rgba(51, 51, 51, 0.55);
  border-radius: 50%;
  bottom: 16px;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.25);
  color: white;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 16px;
  transition: background 0.2s ease;
  width: 30px;
  z-index: 2;
}
.antique-single__zoom::before {
  content: "\e92c";
  font-family: "icomoon";
  font-size: 14px;
  line-height: 1;
}
.antique-single__zoom:hover {
  background: #836F3E;
}
.antique-single__thumbs {
  margin-top: 14px;
  padding: 0 34px;
  position: relative;
}
.antique-single__thumbs .splide__arrow {
  align-items: center;
  background: rgba(51, 51, 51, 0.55);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease;
  width: 28px;
  z-index: 2;
}
.antique-single__thumbs .splide__arrow:hover {
  background: #836F3E;
}
.antique-single__thumbs .splide__arrow:disabled {
  cursor: default;
  opacity: 0.35;
}
.antique-single__thumbs .splide__arrow--prev {
  left: 0;
}
.antique-single__thumbs .splide__arrow--next {
  right: 0;
}
.antique-single__thumbs .splide__arrow svg {
  display: none;
}
.antique-single__thumbs .splide__arrow::before {
  color: white;
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
}
.antique-single__thumbs .splide__arrow--prev::before {
  content: "\e909";
}
.antique-single__thumbs .splide__arrow--next::before {
  content: "\e90b";
}
.antique-single__thumb {
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  padding: 3px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.antique-single__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.antique-single__thumb:hover, .antique-single__thumb.is-active {
  border-color: #836F3E;
}

.antique-single__details {
  align-self: flex-start;
}
@media (min-width: 1400px) {
  .antique-single__details {
    padding-left: 70px;
  }
}
.antique-single__specs {
  border-top: 1px solid rgba(131, 111, 62, 0.12);
  margin: 0 0 27px;
}
.antique-single__spec {
  align-items: center;
  border-bottom: 1px solid rgba(131, 111, 62, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 13px 0;
}
.antique-single__spec dt {
  color: #836F3E;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0;
}
.antique-single__spec dd {
  font-weight: 300;
  text-align: right;
}
.antique-single__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.antique-single__enquire {
  background: none;
  border: 0;
  color: #836F3E;
  cursor: pointer;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}
.antique-single__enquire:hover, .antique-single__enquire:focus {
  color: #333333;
}
.antique-single__section[id] {
  scroll-margin-top: 120px;
}
.antique-single__sold-note {
  font-style: italic;
  margin: 0;
}

/* ── Bottom wrapper — description / condition / curator's note ─────────────────────
// .row of two .six.columns. Each column carries a top hairline + 40px top
// padding; the wrapper's margin-top matches that 40px. */
.antique-single__bottom {
  margin-top: clamp(50px, 5.7vw, 100px);
}
.antique-single__bottom > .columns {
  padding-top: 40px;
  position: relative;
}
.antique-single__bottom > .columns:before {
  background: rgba(131, 111, 62, 0.12);
  content: "";
  height: 1px;
  left: 30px;
  right: 30px;
  position: absolute;
  top: 0;
}
.antique-single__heading {
  margin: 0 0 20px;
}
.antique-single__condition {
  background: #FAF7F4;
  border-left: 3px solid #836F3E;
  margin-top: 30px;
  padding: 26px 28px;
}
.antique-single__quote p {
  color: #808080;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-style: italic;
  line-height: 1.7;
}
@media (min-width: 800px) {
  .antique-single__quote p {
    font-size: 24px;
  }
}
.antique-single__quote p:last-child {
  margin-bottom: 0;
}
.antique-single__curator-label {
  color: #836F3E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.antique-enquiry__inner {
  max-width: 520px;
  text-align: center;
  width: 100%;
}
.antique-enquiry__close {
  color: #808080;
  font-size: 28px;
  position: absolute;
  right: 18px;
  top: 14px;
  transition: color 0.2s ease;
}
.antique-enquiry__close:hover {
  color: #333333;
}
.antique-enquiry__heading {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
.antique-enquiry__piece {
  color: #808080;
  font-size: 15px;
  margin: 0 0 24px;
}
.antique-enquiry__piece strong {
  color: #333333;
}
.antique-enquiry__placeholder {
  background: #FAF7F4;
  border: 1px dashed #333333;
  color: #808080;
  font-size: 15px;
  padding: 40px 20px;
}
.antique-enquiry:not(.active) div.wpforms-container-full,
.antique-enquiry:not(.active) div.wpforms-container-full * {
  pointer-events: none !important;
  visibility: hidden !important;
}

.antique-lightbox-source {
  display: none;
}

.site-content > .news-listing,
.site-content > .listing-filter + .news-listing {
  margin-bottom: 0;
  margin-top: 0;
}

.news-listing {
  padding: 0 0 40px;
}

.news-pagination {
  border-top: 1px solid rgba(131, 111, 62, 0.12);
}
.news-pagination--top {
  padding: 28px 0;
}
.news-pagination--bottom {
  margin-top: 40px;
  padding: 22px 0 0;
}
.news-pagination ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-pagination li {
  margin: 0;
}
.news-pagination a,
.news-pagination span {
  align-items: center;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  color: #808080;
  display: inline-flex;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  gap: 8px;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.05em;
  min-width: 36px;
  padding: 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.news-pagination a:hover {
  color: #836F3E;
}
.news-pagination .current {
  border-bottom-color: #836F3E;
  color: #836F3E;
}
.news-pagination a.prev,
.news-pagination a.next {
  gap: 6px;
  min-width: 0;
  padding: 0;
}
.news-pagination .icon {
  font-size: 11px;
  padding: 0;
}

.news-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 0 !important;
}

.news-card {
  align-items: center;
  color: #333333;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  text-decoration: none;
}
@media (min-width: 800px) {
  .news-card {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.news-card__media {
  aspect-ratio: 16/10;
  background: #FAF7F4;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .news-card__media {
    aspect-ratio: 540/347;
  }
}
.news-card__img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 100%;
}
.news-card__hover {
  align-items: center;
  background: rgba(131, 111, 62, 0.5);
  bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s ease;
}
.news-card__hover svg {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease 0.2s, transform 0.35s ease 0.2s;
}
.news-card__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
.news-card__body .button, .news-card__body .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .news-card__body a {
  margin-top: 20px;
  pointer-events: none;
}
.news-card__eyebrow {
  color: #836F3E;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.11em;
  margin: 0;
  text-transform: uppercase;
}
.news-card__title {
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  margin: 0;
  transition: color 0.25s ease;
}
.news-card__date {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.news-card__excerpt {
  margin: 0;
}
.news-card:hover .news-card__img, .news-card:focus-visible .news-card__img {
  transform: scale(1.05);
}
.news-card:hover .news-card__hover, .news-card:focus-visible .news-card__hover {
  opacity: 1;
}
.news-card:hover .news-card__hover svg, .news-card:focus-visible .news-card__hover svg {
  opacity: 1;
  transform: translateY(0);
}
.news-card:hover .news-card__title, .news-card:focus-visible .news-card__title {
  color: #836F3E;
}
.news-card:hover .button, .news-card:hover .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .news-card:hover a, .news-card:focus-visible .button, .news-card:focus-visible .header-cta-nav .header-cta-menu li a, .header-cta-nav .header-cta-menu li .news-card:focus-visible a {
  background: #FAF7F4;
  border-color: #836F3E;
  box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
  color: #333333;
}
.news-card:hover .button::before, .news-card:hover .header-cta-nav .header-cta-menu li a::before, .header-cta-nav .header-cta-menu li .news-card:hover a::before, .news-card:focus-visible .button::before, .news-card:focus-visible .header-cta-nav .header-cta-menu li a::before, .header-cta-nav .header-cta-menu li .news-card:focus-visible a::before {
  background: #836F3E;
  border-color: transparent;
  color: white;
  transform: translate3d(5px, -50%, 0);
}

.news-listing__empty {
  color: #808080;
  font-style: italic;
  padding: 40px 0;
  text-align: center;
}

.post-single__top {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (max-width: 799px) {
  .post-single__top .post-single__details {
    display: contents;
  }
  .post-single__top .post-single__head {
    margin-bottom: 0;
    order: 1;
  }
  .post-single__top .post-single__media {
    order: 2;
  }
  .post-single__top .post-single__prose {
    order: 3;
  }
}
@media (min-width: 800px) {
  .post-single__top {
    align-items: start;
    gap: 40px;
    grid-template-columns: 400px minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .post-single__top {
    gap: 80px;
    grid-template-columns: 500px minmax(0, 1fr);
  }
}
.post-single__media {
  background: #FAF7F4;
}
.post-single__img {
  display: block;
  height: auto;
  width: 100%;
}
.post-single__placeholder {
  height: 0;
  padding-bottom: 130%;
}
.post-single__details {
  align-self: flex-start;
}
.post-single__head {
  margin-bottom: 27px;
}
.post-single__eyebrow {
  color: #836F3E;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.post-single__title {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 800px) {
  .post-single__title {
    font-size: 28px;
  }
}
.post-single__date {
  color: #333333;
  font-size: 16px;
  margin: 12px 0 0;
}
.post-single__prose {
  color: #333333;
}
.post-single__prose p {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
}
.post-single__prose h2, .post-single__prose h3, .post-single__prose h4, .post-single__prose h5 {
  color: #333333;
}
.post-single__prose h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 16px;
}
.post-single__prose h3 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 16px;
}
.post-single__prose h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 14px;
}
.post-single__prose a:not(.wp-block-button__link) {
  color: #836F3E;
  text-decoration: underline;
}
.post-single__prose ul, .post-single__prose ol {
  margin: 0 0 20px;
  padding-left: 1.2em;
}
.post-single__prose li {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 8px;
}
.post-single__prose img {
  height: auto;
  max-width: 100%;
}
.post-single__prose blockquote {
  border-left: 3px solid #836F3E;
  color: #808080;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-style: italic;
  margin: 0 0 20px;
  padding: 6px 0 6px 24px;
}
.post-single__prose > :last-child {
  margin-bottom: 0;
}

.antique-search {
  background: white;
  border-radius: 2px;
  box-shadow: 0 30px 70px -30px rgba(51, 51, 51, 0.45);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 540px;
  padding: 46px 44px;
  width: 100%;
}
@media (max-width: 799px) {
  .antique-search {
    padding: 34px 22px;
  }
}
.antique-search__title {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 18px;
  text-align: center;
}
.antique-search__scope {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  margin-bottom: 24px;
}
.antique-search__scope-label {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.antique-search__scope-btn {
  color: #808080;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  padding: 0 2px 8px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.antique-search__scope-btn:hover {
  color: #333333;
}
.antique-search__scope-btn.is-active {
  border-bottom-color: #836F3E;
  color: #836F3E;
}
.antique-search__field {
  position: relative;
}
.antique-search__input {
  background: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 2px;
  box-sizing: border-box;
  color: #333333;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  height: 56px;
  padding: 16px 18px 16px 52px;
  width: 100%;
}
.antique-search__input::placeholder {
  color: #808080;
}
.antique-search__input:focus {
  border-color: #836F3E;
  outline: 0;
}
.antique-search__submit {
  align-items: center;
  color: #836F3E;
  display: flex;
  height: 56px;
  justify-content: center;
  right: 0;
  position: absolute;
  top: 0;
  width: 52px;
}
.antique-search__submit .icon {
  font-size: 18px;
}
.antique-search__submit:hover {
  color: rgb(96.3834196891, 81.6683937824, 45.6165803109);
}

.listing-filter__search {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.listing-filter__search-input {
  background: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 2px;
  box-sizing: border-box;
  color: #333333;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  height: 48px;
  padding: 12px 16px 12px 46px;
  width: 100%;
}
.listing-filter__search-input::placeholder {
  color: #808080;
}
.listing-filter__search-input:focus {
  border-color: #836F3E;
  outline: 0;
}
.listing-filter__search-submit {
  align-items: center;
  bottom: 0;
  color: #836F3E;
  display: flex;
  justify-content: center;
  right: 0;
  position: absolute;
  top: 0;
  width: 46px;
}
.listing-filter__search-submit .icon {
  font-size: 15px;
}
.listing-filter__search-submit:hover {
  color: rgb(96.3834196891, 81.6683937824, 45.6165803109);
}
.listing-filter__searchterm {
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
}
.listing-filter__clear {
  color: #836F3E;
  margin-left: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.listing-filter__clear:hover {
  color: rgb(96.3834196891, 81.6683937824, 45.6165803109);
}

.antique-suggest {
  background: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 2px;
  box-shadow: 0 20px 44px -22px rgba(51, 51, 51, 0.4);
  left: 0;
  list-style: none;
  margin: 8px 0 0;
  max-height: 64vh;
  overflow-y: auto;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
}
.antique-suggest[hidden] {
  display: none;
}
.antique-suggest__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 14px;
  padding: 11px 14px;
  transition: background 0.15s ease;
}
.antique-suggest__item + .antique-suggest__item {
  border-top: 1px solid rgba(128, 128, 128, 0.12);
}
.antique-suggest__item.is-active, .antique-suggest__item:hover {
  background: #FAF7F4;
}
.antique-suggest__thumb {
  background: #FAF7F4;
  flex: 0 0 auto;
  height: 50px;
  overflow: hidden;
  width: 50px;
}
.antique-suggest__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.antique-suggest__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.antique-suggest__title {
  color: #333333;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.3;
}
.antique-suggest__meta {
  color: #836F3E;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.blaze-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 0;
  z-index: 2;
}
.blaze-pagination button {
  background: #333333;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 10px;
  margin: 5px;
  padding: 5px;
  width: 10px;
}
.blaze-pagination button:focus {
  outline: none;
}
.blaze-pagination button.active {
  background: #836F3E;
  transform: scale(1.3);
}

.blaze-arrow {
  background: white;
  border: none;
  cursor: pointer;
  color: #333333;
  font-size: 50px;
  outline: 0 !important;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.blaze-prev {
  left: 0;
}
.blaze-prev:before {
  content: "\e909";
}

.blaze-next {
  right: 0;
}
.blaze-next:before {
  content: "\e90b";
}

.color-block .blaze-pagination button, .color-blocks .blaze-pagination button, .dark-bg .blaze-pagination button, .cover-bg .blaze-pagination button, .repeat-bg .blaze-pagination button {
  background: white;
}
.color-block .blaze-pagination button.active, .color-blocks .blaze-pagination button.active, .dark-bg .blaze-pagination button.active, .cover-bg .blaze-pagination button.active, .repeat-bg .blaze-pagination button.active {
  background: #836F3E;
}

.banner-item {
  min-width: 100%;
  width: 100%;
}

.banner .blaze-container, .banner .blaze-track-container, .banner .blaze-track {
  height: 100%;
}

.banner-wrapper .blaze-pagination {
  bottom: 30px;
  left: 50%;
  margin-top: 0;
  position: absolute;
  transform: translateX(-50%);
}

.accred-slider {
  --slides-to-show: 4;
}
@media (max-width: 1000px) {
  .accred-slider {
    --slides-to-show: 3;
  }
}
@media (max-width: 600px) {
  .accred-slider {
    --slides-to-show: 2;
  }
}

.blaze-track > * {
  transform: translate3d(0px, 0px, 0px);
}

._CookieScriptReportPageCheckboxText {
  color: #111;
}

body#tinymce.wp-editor {
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
}

body#tinymce.wp-editor a {
  color: #4CA6CF;
}
