@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

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

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

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

/*
 * Prevents `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;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

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

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

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

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  color: #151515;
  background: #151515;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
body p {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.3em;
}
body #main {
  background: #F2F3F8;
  overflow: hidden;
}

@font-face {
  font-family: "nimbussans";
  src: url("../fonts/nimbussans-regular-webfont.woff2") format("woff2"), url("../fonts/nimbussans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nimbussans_bold";
  src: url("../fonts/nimbussans-bold-webfont.woff2") format("woff2"), url("../fonts/nimbussans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content p {
  display: block;
  line-height: 1.6em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  transition: 0.2s;
  font-size: 14px;
  color: #BC955E;
  background: #151515;
  padding: 20px 60px;
  font-weight: 600;
}
.btn:hover {
  background: #e4dad0;
  color: #151515;
}
.btn.btn_outline {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.btn.btn_light {
  background: #e4dad0;
  color: #151515;
}
.btn.btn_light:hover {
  color: #BC955E;
  background: #151515;
}

/* =========================================
   Simple reusable grid layout
   Classes: .grid .grid_4 .grid_3 .grid_2
   One gap setting: change $grid_gap
   Responsive:
   - grid_4: 4 -> 3 -> 2 -> 1
   - grid_3: 3 -> 2 -> 1
   - grid_2: 2 -> 1
========================================= */
/* sensible width breakpoints */
/* below this, 4 drops to 3 */
/* below this, 3 drops to 2, and 4 can drop to 2 */
/* below this, everything drops to 1 */
.grid {
  display: grid;
  gap: 30px;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  /* default */
  grid-template-columns: 1fr;
  /* stop long text and images breaking the grid */
}
.grid > * {
  min-width: 0;
}

/* base column counts */
.grid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid_4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 4 -> 3 */
@media (max-width: 1100px) {
  .grid_4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* 4 -> 2 and 3 -> 2 */
@media (max-width: 860px) {
  .grid_4,
  .grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* everything -> 1 */
@media (max-width: 600px) {
  .grid_4,
  .grid_3,
  .grid_2 {
    grid-template-columns: 1fr;
  }
}
/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid blue !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #EEEFF3;
  background: rgba(0, 0, 0, 0.05);
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.gform_wrapper {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  display: inline-block;
  transition: 0.2s;
  font-size: 14px;
  color: #000;
  background: transparent;
  border: 1px solid #151515;
  padding: 20px 60px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input,
  .gform_wrapper .gform_page_footer input {
    width: 100%;
    text-align: center;
  }
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #151515;
  color: #e4dad0;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 5% 45px 5%;
  z-index: 9999;
  height: 135px;
  background: #F2F3F8;
}
@media only screen and (max-width: 767px) {
  #header {
    position: fixed;
    height: 80px;
    padding: 0 20px;
    align-items: center;
  }
}
#header > * {
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#header > * #logo {
  display: inline-block;
  margin-bottom: 2px;
}
#header > * #logo img {
  display: block;
  height: 14px;
  width: auto;
}
#header > * nav {
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  #header > * nav {
    display: none;
  }
}
#header > * nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3.5em;
}
#header > * nav ul li a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: clamp(0px, 1.2vw, 14px);
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.25s ease;
}
#header > * nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}
#header > * nav ul li.current-menu-item a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}
#header > * nav ul li.current-menu-item a:hover {
  transform: unset;
}
.archive #header > * nav ul li#menu-item-34 a, .single #header > * nav ul li#menu-item-34 a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}
.archive #header > * nav ul li#menu-item-34 a:hover, .single #header > * nav ul li#menu-item-34 a:hover {
  transform: unset;
}

/*
----------------------------
=	BURGER
----------------------------
*/
/* reset bits */
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  display: none;
  margin-left: auto;
  margin-top: 0px;
}
@media only screen and (max-width: 900px) {
  .burger-toggle {
    display: flex;
  }
}

/* icon wrapper so we can size it neatly */
.burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}

/* the 3 lines */
.burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}

/* positions for default burger */
.burger_icon .line1 {
  top: 0;
}

.burger_icon .line2 {
  top: 9px;
}

.burger_icon .line3 {
  top: 18px;
}

/* active state turns burger into X */
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}

.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}

.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}

/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
/* off canvas menu */
.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media only screen and (min-width: 901px) {
  .side_menu {
    display: none;
  }
}

/* slide in when active */
.side_menu.is-open {
  transform: translateX(0);
}

/* inner padding etc */
.side_menu_inner {
  padding: 2rem 1.5rem;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* nav styles */
#side_menu .main_nav ul {
  list-style: none;
  padding: 80px 0;
  margin: 0;
}
#side_menu .main_nav li + li {
  margin-top: 1rem;
}
#side_menu .main_nav a {
  color: #000;
  text-decoration: none;
  font-size: 4vh;
  line-height: 1.3;
  display: inline-block;
  font-family: "Playfair Display", serif;
}
#side_menu .main_nav a:hover {
  color: #BC955E;
}
#side_menu .current-menu-item a {
  color: #BC955E;
}

/* screen overlay behind panel */
.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* when menu is open prevent body scroll */
.body-locked {
  overflow: hidden;
}

/* optional: if your header text is on a light bg sometimes,
   you can invert colours when active */
.burger-toggle.is-active {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 50px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 5%;
  }
}
#footer .foot_logo a {
  display: inline-block;
}
#footer .footer_top {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.2em;
}
@media only screen and (max-width: 600px) {
  #footer .footer_top {
    padding-top: 10%;
  }
}
#footer .footer_top > * {
  flex: 1;
}
#footer .footer_top > *.footer_navs {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  color: #fff;
}
#footer .footer_top > *.footer_navs > div {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top > *.footer_navs > div {
    flex: 45%;
  }
}
@media only screen and (max-width: 600px) {
  #footer .footer_top > *.footer_navs > div {
    flex: 100%;
  }
  #footer .footer_top > *.footer_navs > div:first-of-type {
    display: none;
  }
}
#footer .footer_top > *.footer_navs > div .main_nav li:first-of-type {
  display: none;
}
#footer .footer_top > *.footer_navs > div > span {
  display: block;
  margin-bottom: 30px;
}
#footer .footer_top > *.footer_navs > div nav {
  display: block;
}
#footer .footer_top > *.footer_navs > div nav a {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  transition: 0.2s;
}
#footer .footer_top > *.footer_navs > div nav a:hover {
  color: #BC955E;
}
#footer .footer_top > *.footer_navs > div address {
  margin-top: 2em;
  line-height: 1.4em;
}
#footer .footer_top > *.sign_up {
  max-width: 500px;
  padding-left: 40px;
  color: #fff;
}
#footer .footer_top > *.sign_up > span {
  display: block;
  margin-bottom: 20px;
}
#footer .footer_top > *.sign_up p {
  font-size: 12px;
}
#footer .footer_top > *.sign_up form {
  margin-top: 20px;
}
#footer .footer_top > *.sign_up form .gform_body input {
  border: 1px solid rgba(242, 243, 248, 0.5019607843);
  border-width: 0 0 1px 0;
}
#footer .footer_top > *.sign_up form #field_2_1 label,
#footer .footer_top > *.sign_up form legend {
  display: none;
}
#footer .footer_top > *.sign_up form label {
  color: rgba(242, 243, 248, 0.5019607843);
  font-size: 12px;
}
#footer .footer_top > *.sign_up form input:focus {
  border: 1px solid #fff !important;
}
#footer .footer_top > *.sign_up form input::placeholder {
  color: rgba(242, 243, 248, 0.5019607843);
}
#footer .footer_top > *.sign_up form .gform_footer input {
  background: #2A2928;
  color: #fff;
  width: 100%;
  font-size: 12px;
}
#footer .footer_top > *.sign_up form .gform_footer input:hover {
  background: #000;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top > * {
    max-width: 100% !important;
    flex: 100%;
    padding-left: 0 !important;
  }
}
#footer .footer_end {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
@media only screen and (max-width: 767px) {
  #footer .footer_end {
    text-align: center;
  }
}
#footer .footer_end span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #footer .footer_end span {
    flex: 100%;
  }
}
#footer .footer_end span.b_and_g {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #footer .footer_end span.b_and_g {
    padding-top: 20px;
  }
}
#footer .footer_end span.b_and_g a {
  color: #fff;
}
#footer .footer_end span.b_and_g a:hover {
  text-decoration: underline;
}
#footer {
  /*
  display: flex;
  lex-wrap: wrap;
  padding: 50px 50px 20px;
  color: #F2F3F8;

  > *
  {
  	//flex:100%;

  	border: 1px solid orange;

  	&.footer_top
  	{
  		padding-top: 100px;

  		display: flex;
  		flex-wrap: wrap;

  		font-size: 14px;
  		line-height: 1.2em;

  		> *
  		{
  			//flex:1;

  			&:nth-child(1)
  			{
  				display: flex;
  				flex-wrap: wrap;
  				//gap:10%;	
  				gap:10%;

  				> div
  				{

  					> span
  					{
  						display: block;
  						margin-bottom: 20px;
  					}

  					nav
  					{
  						display: block;

  						a
  						{
  							display: block;
  							color: #fff;
  							margin-bottom: 6px;
  						}
  					}
  					address
  					{
  						margin-top: 2em;
  						line-height: 1.4em;
  					}
  				}
  			}

  			&:nth-child(2)
  			{
  				margin-left: auto;
  				padding-left: 5%;
  				max-width: 500px;

  				> span
  				{
  					display: block;
  					margin-bottom: 20px;
  				}
  				p
  				{
  					font-size: 12px;
  				}
  			}
  		}	
  	}
  	&.footer_end
  	{
  		padding-top: 40px;

  		span
  		{
  			font-size: 14px;
  			color: rgba(255,255,255,0.5);
  			text-transform: uppercase;
  		}
  	}

  }
  */
}

/*
---------------------------------------------------------------------------
=	GENERAL
---------------------------------------------------------------------------
*/
h2, h3, h4 {
  display: block;
  font-size: clamp(20px, 4vw, 30px);
  font-family: "Playfair Display", serif;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  scale: 1;
  transition: 10s;
}
.cover.cover_top {
  object-position: center top;
}

.spacer_pad {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 50px;
}

.spacer {
  display: block;
  width: 1px;
  height: 70px;
  background: #151515;
  transform-origin: top;
  transform: scaleY(0);
  will-change: transform;
  margin-bottom: 50px;
}

.rock {
  display: inline-block;
  margin-bottom: 50px;
  margin-left: -20px;
  height: 50px;
  width: auto;
}

.page_link {
  display: block;
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: 500;
  color: #000;
}

.list {
  padding: 10px 0 10px 50px;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .list {
    padding-left: 20px;
  }
}
.list li {
  display: block;
  border-bottom: 1px solid #000;
  padding: 1em;
  font-size: clamp(18px, 4vw, 24px);
  font-family: "Playfair Display", serif;
  line-height: 1.3em;
}
.list li:last-of-type {
  border: none;
}

.has_shards {
  position: relative;
  overflow: clip;
}
.has_shards .shard {
  position: absolute;
  will-change: transform;
  pointer-events: none;
  z-index: 2;
}
.has_shards.bottom_right_1 .shard_1 {
  bottom: -20%;
  right: 0;
}
.has_shards.left_right_2 .shard_1 {
  bottom: 0;
  left: 0;
}
.has_shards.left_right_2 .shard_2 {
  top: 10%;
  right: 0;
}

.opener {
  position: relative;
}
.opener .pop_out {
  position: absolute;
  bottom: -15%;
  left: 50%;
  height: 30%;
}
.opener .pop_out .spacer {
  height: 100%;
  background: #151515 !important;
}
@media only screen and (max-width: 767px) {
  .opener .pop_out {
    display: none;
  }
}

.subtitle {
  display: block;
  font-size: 22px;
  margin-bottom: 5%;
  font-weight: 500;
}

/*
----------------------------
=	PAGE BREAK
----------------------------
*/
.page_break {
  height: 100vh;
  width: 100%;
}
.page_break.top {
  height: calc(100vh - 135px);
}
@media only screen and (min-width: 768px) {
  .page_break {
    background-attachment: fixed !important;
  }
}
.page_break.with_text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page_break.with_text:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
}
.page_break.with_text > div {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5%;
}
.page_break.with_text > div p {
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
  font-family: "Playfair Display", serif;
  line-height: 1.4em;
  margin-bottom: 0.2em;
}
.page_break.with_text > div p:last-of-type {
  margin-bottom: 0;
}
.page_break.side_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5% 5%;
}
@media only screen and (max-width: 767px) {
  .page_break.side_text {
    padding: 5% 5% 10% 5%;
  }
}
.page_break.side_text > div {
  color: #fff;
  max-width: 600px;
}
.page_break.side_text > div .spacer {
  background-color: #fff;
}
.page_break.side_text > div h3 {
  margin-top: 50px;
  display: block;
  font-size: 30px;
  font-family: "Playfair Display";
}
.page_break.side_text > div .entry_content {
  margin: 50px 0;
}
.page_break.side_text > div .btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.page_break.side_text.bottom > div {
  align-self: flex-end;
}
.page_break.title_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}
.page_break.title_right > div {
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page_break.title_right > div h3 {
  display: block;
  font-size: clamp(18px, 4vw, 30px);
  font-family: "Playfair Display";
  line-height: 1.3em;
  max-width: 540px;
}
.page_break.dark {
  position: relative;
}
.page_break.dark:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page_break.dark > div {
  position: relative;
  z-index: 2;
}

/*
---------------------------------------------------------------------------
=	SECTION INTRO
---------------------------------------------------------------------------
*/
.section_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10% 5%;
}
@media only screen and (max-width: 767px) {
  .section_intro {
    padding: 100px 5%;
  }
}
.section_intro > div {
  text-align: center;
  max-width: 600px;
}
.section_intro > div.wide {
  max-width: 900px;
}
.section_intro > div .rock {
  margin-left: auto;
}
.section_intro > div.featured_text p,
.section_intro > div h2 {
  display: block;
  font-size: clamp(20px, 4vw, 30px);
  font-family: "Playfair Display";
}
.section_intro > div.featured_text p.large,
.section_intro > div h2.large {
  font-size: clamp(28px, 4vw, 40px);
}
.section_intro > div > span {
  display: block;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.4em;
  font-family: "Playfair Display";
}
.section_intro > div > * {
  margin-bottom: 50px;
}
.section_intro > div > *.btn {
  margin-bottom: 0;
}
.section_intro > div .spacer {
  margin: 0 auto 50px auto;
}
.section_intro.left {
  justify-content: unset;
}
.section_intro.left > div {
  text-align: left;
}
.section_intro.left > div .spacer {
  margin: 0 0 50px 0;
}
.section_intro.gold {
  background: #EEECEC;
  color: #BC955E;
}
.section_intro.gold .rock {
  filter: invert(58%) sepia(8%) saturate(2071%) hue-rotate(356deg) brightness(104%) contrast(86%);
  margin-left: 0;
}
.section_intro.gold .spacer {
  background: #BC955E;
}
.section_intro.gold > div {
  max-width: 960px;
}
.section_intro.gold .btn {
  border: 1px solid #BC955E;
  background: transparent;
}
.section_intro.black {
  background: #000;
  color: #F2F3F8;
}
.section_intro.black .rock {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.section_intro.black .spacer {
  background: #F2F3F8;
}
.section_intro.black .btn {
  border: 1px solid #F2F3F8;
  background: transparent;
  color: #F2F3F8;
}

/*
---------------------------------------------------------------------------
=	TEXT ONLY
---------------------------------------------------------------------------
*/
.text_only {
  padding: 20% 5%;
}
.text_only > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.text_only > div > div {
  width: 100%;
  max-width: 600px;
}
.text_only > div .btn {
  margin-top: 50px;
}

/*
---------------------------------------------------------------------------
=	CONTENT BLOCK
---------------------------------------------------------------------------
*/
.content_block {
  width: 100%;
  margin-bottom: 20%;
}
.content_block:last-of-type {
  margin-bottom: 10%;
}
.content_block .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content_block .cols > * {
  flex: 50%;
  min-width: 50%;
}
@media only screen and (max-width: 767px) {
  .content_block .cols > * {
    flex: 100%;
    max-width: 100%;
  }
}
.content_block .cols > *.col1 {
  position: relative;
  aspect-ratio: 1/0.7;
}
.content_block .cols > *.col1 .overlap {
  position: absolute;
  left: 10%;
  bottom: -90%;
  height: 100%;
  width: 20px;
}
.content_block .cols > *.col1 .overlap .spacer {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .content_block .cols > *.col1 .overlap {
    display: none;
  }
}
.content_block .cols > *.col1.rec {
  aspect-ratio: 1/1.2;
}
.content_block .cols > *.col1.rec .overlap {
  bottom: -40%;
  height: 50%;
}
.content_block .cols > *.col2 {
  padding: 5%;
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  .content_block .cols > *.col2 {
    padding: 60px 20px;
  }
}
.content_block .cols > *.col2 img {
  margin-bottom: 50px;
}
.content_block .cols > *.col2 h3 {
  display: block;
  font-size: clam(20px, 3vw, 30px);
  font-family: "Playfair Display", serif;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .content_block .cols > *.col2 .rock {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .content_block.img_right .col1 {
    order: 2;
  }
}

/*
----------------------------
=	50/50
----------------------------
*/
.img_split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .img_split {
    aspect-ratio: 1/1;
  }
}
.img_split > * {
  flex: 1;
  padding: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .img_split > * {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .img_split > * {
    height: 100%;
  }
}
.img_split > *.end {
  align-items: flex-end;
}
.img_split > * > span {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.img_split > * > span .spacer {
  margin: 50px auto;
  background: #fff;
}
.img_split > * > span .title {
  font-size: 30px;
  font-family: "Playfair Display", serif;
}
.img_split > * > span .btn, .img_split > * > span.btn {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .img_split > * > span.btn {
    display: none;
  }
}
.img_split > *:hover img {
  scale: 1.08;
}
.img_split > *:hover .btn {
  background: #e4dad0;
  color: #151515;
  border-color: #e4dad0;
}
.img_split.cols_2 > * {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .img_split.cols_2 > * {
    max-width: 100%;
    flex: 100%;
  }
}
.img_split.cols_3 > * {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .img_split.cols_3 > * {
    max-width: 100%;
    flex: 100%;
  }
}
.img_split.dark > *:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*
---------------------------------------------------------------------------
=	COLS CONTENT 
---------------------------------------------------------------------------
*/
.cols_content {
  padding: 10%;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols_content {
    padding: 60px 40ox;
  }
}
.cols_content .cols {
  display: flex;
  flex-wrap: wrap;
}
.cols_content .cols > * {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .cols_content .cols > * {
    flex: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cols_content .cols > *.col1 {
    padding-right: 5%;
  }
  .cols_content .cols > *.col2 {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .cols_content .cols > *.col2 {
    margin-top: 60px;
  }
}

/*
----------------------------
=	GRID
----------------------------
*/
.story_marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 10%;
}
.story_track {
  display: flex;
  width: max-content;
}

.story_marquee .story_item {
  flex: 0 0 auto;
  margin-right: 40px;
}

.story_item {
  width: 25vw;
}
@media only screen and (max-width: 1125px) {
  .story_item {
    width: 33.33vw;
  }
}
@media only screen and (max-width: 767px) {
  .story_item {
    width: 50vw;
  }
}
@media only screen and (max-width: 500px) {
  .story_item {
    width: 70vw;
  }
}
.story_item a {
  display: block;
  color: #000;
}
.story_item a > span {
  display: block;
}
.story_item a > span.slide_img {
  aspect-ratio: 1/1.5;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.story_item a > span.slide_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
  transition: 3s;
}
.story_item a > span.slide_img span {
  position: relative;
  z-index: 1;
  color: #fff;
  border-color: #fff;
  transition: 2s;
  opacity: 0;
}
.story_item a > span.slide_text {
  padding: 20px;
  font-size: 14px;
  line-height: 1.4em;
}
.story_item a > span.slide_text > span {
  display: block;
  position: relative;
  padding-right: 16px;
}
.story_item a > span.slide_text > span:after {
  position: absolute;
  content: "→";
  top: 0;
  right: 0;
}
.story_item a > span.slide_text > span:hover:after {
  transition: transform 0.3s ease;
  right: -10px;
}
.story_item a > span.slide_text {
  /*
  @media only screen and (max-width: 767px)
  {
  	padding: 20px 10px;
  }

  border: 1px solid orange;

  .arrow
  {
  	display: inline-block;
  	transition: transform 0.3s ease;
  }
  */
}
.story_item a:hover .slide_img:after {
  background: rgba(0, 0, 0, 0.8);
}
.story_item a:hover .slide_img span {
  opacity: 1;
}
.story_item a:hover .slide_img .cover {
  scale: 1.08;
}
.story_item a:hover .arrow {
  transform: translateX(6px);
}

.story_swiper {
  padding-bottom: 10%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .story_swiper {
    display: block;
  }
}
.story_swiper .slide a {
  display: block;
  color: #000;
}
.story_swiper .slide a > span {
  display: block;
  width: 100%;
}
.story_swiper .slide a > span.slide_img {
  aspect-ratio: 1/1.5;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.story_swiper .slide a > span.slide_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
  transition: 3s;
}
.story_swiper .slide a > span.slide_img span {
  position: relative;
  z-index: 1;
  color: #fff;
  border-color: #fff;
  transition: 2s;
  opacity: 0;
}
.story_swiper .slide a > span.slide_text {
  padding: 20px;
  font-size: 14px;
}
.story_swiper .slide a > span.slide_text .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.story_swiper .slide a:hover .slide_img:after {
  background: rgba(0, 0, 0, 0.8);
}
.story_swiper .slide a:hover .slide_img span {
  opacity: 1;
}
.story_swiper .slide a:hover .slide_img .cover {
  scale: 1.08;
}
.story_swiper .slide a:hover .arrow {
  transform: translateX(6px);
}

.stories {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  padding-bottom: 10%;
}
.stories .grid_item {
  flex: 1;
}
.stories .grid_item a {
  display: block;
  padding: 20px;
  font-size: 14px;
  color: #000;
  overflow: hidden;
}
.stories .grid_item a:first-of-type {
  aspect-ratio: 1/1.5;
  position: relative;
}
.stories .grid_item:hover .cover {
  scale: 1.08;
}
.stories .grid_item .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.stories .grid_item .text_link:hover .arrow {
  transform: translateX(6px);
}

/*
----------------------------
=	MULTI GRID
----------------------------
*/
.multi_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.multi_grid > * {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .multi_grid > * {
    flex: 100%;
    max-width: 100% !important;
  }
}
.multi_grid > * a {
  color: #F2F3F8;
  font-size: clamp(18px, 2vw, 30px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  position: relative;
}
.multi_grid > * a span {
  position: relative;
  z-index: 1;
}
.multi_grid > * a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: 3s;
  background: rgba(0, 0, 0, 0.3);
}
.multi_grid > * a:hover:after {
  background: rgba(0, 0, 0, 0.8);
}
.multi_grid > *.col1 {
  display: flex;
  flex-wrap: wrap;
}
.multi_grid > *.col1 > * {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
.multi_grid > *.col1 > * a {
  width: 50%;
  height: 100%;
}
.multi_grid > *.col1 > *:nth-child(2) a {
  width: 100%;
}
.multi_grid > *.col2 {
  max-width: 35%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .multi_grid > *.col2 {
    align-self: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .multi_grid > *.col2 {
    aspect-ratio: 1/1;
  }
}
.multi_grid > *.col2 a {
  width: 100%;
  height: 100%;
}

/*
---------------------------------------------------------------------------
=	PAGE INTRO
---------------------------------------------------------------------------
*/
.page_intro {
  padding: 150px 50px;
  display: flex;
  flex-wrap: wrap;
}
.page_intro > *:nth-child(1) {
  max-width: 50%;
}
.page_intro > *:nth-child(1) p:nth-child(1) {
  font-size: 30px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.page_intro > *:nth-child(2) {
  margin-left: auto;
  align-self: flex-end;
  text-align: center;
}
.page_intro > *:nth-child(2) .spacer {
  margin: 0 auto 20px auto;
}

/*
---------------------------------------------------------------------------
=	CENTRAL CONTENT
---------------------------------------------------------------------------
*/
.central_content {
  padding: 150px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.central_content > * {
  max-width: 960px;
  text-align: center;
}
.central_content h2 {
  display: block;
  font-size: 30px;
  line-height: 1.3em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.central_content img {
  display: inline-block;
  margin-bottom: 40px;
}
.central_content .spacer {
  margin: 20px auto;
}

/*
---------------------------------------------------------------------------
=	CONTENT / IMAGE
---------------------------------------------------------------------------
*/
.content_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20% 10%;
}
@media only screen and (max-width: 767px) {
  .content_img {
    padding: 100px 5%;
  }
}
.content_img > * {
  flex: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .content_img > * {
    flex: 100%;
    max-width: 100%;
  }
}
.content_img > *.col1 {
  padding-right: 0;
}
.content_img > *.col1 div {
  aspect-ratio: 1/1;
  position: relative;
}
.content_img > *.col2 {
  padding: 5% 0 5% 10%;
}
@media only screen and (max-width: 767px) {
  .content_img > *.col2 {
    padding: 60px 20px;
  }
}
.content_img > *.col2 img {
  display: inline-block;
  margin-bottom: 50px;
}
.content_img > *.col2 .spacer {
  margin-bottom: 50px;
}
.content_img > *.col2 h3 {
  display: block;
  font-size: 30px;
  line-height: 1.3em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 50px;
}
.content_img > *.col2 .btn {
  margin-top: 50px;
}
.content_img.content_img_v2 {
  padding: 20% 0;
}
.content_img.content_img_v2.no_top_pad {
  padding-top: 0%;
}
@media only screen and (max-width: 767px) {
  .home .content_img.content_img_v2 {
    padding-top: 0;
  }
}
.content_img.content_img_v2 .col1 {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .content_img.content_img_v2 .col1 {
    order: 2;
  }
}
.content_img.content_img_v2 .col2 {
  padding: 5% 10%;
}
@media only screen and (max-width: 767px) {
  .content_img.content_img_v2 .col2 {
    padding: 60px 20px 60px 40px;
  }
}

/*
---------------------------------------------------------------------------
=	TESTIMONIAL
---------------------------------------------------------------------------
*/
.testimonials {
  background: #151515;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10% 5% 5% 5%;
  color: #F2F3F8;
}
@media only screen and (max-width: 767px) {
  .testimonials {
    padding: 100px 5%;
  }
}
.testimonials > div {
  text-align: center;
  max-width: 1260px;
}
@media only screen and (min-width: 768px) {
  .testimonials > div {
    padding: 0 10%;
  }
}
.testimonials > div .test_title {
  display: block;
  font-size: 14px;
  margin-bottom: 40px;
}
.testimonials > div blockquote {
  display: block;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.testimonials > div .spacer {
  background: #F2F3F8;
  margin: 40px auto;
}
.testimonials > div img {
  display: inline-block;
}

/*
---------------------------------------------------------------------------
=	GSAP
---------------------------------------------------------------------------
*/
.text_scroll {
  background: #e4dad0;
  padding: 10px 0;
  overflow: hidden;
}
.text_scroll.dark {
  color: #e4dad0;
  background: #151515;
}

.text_scroll_track {
  display: flex;
  align-items: center;
  gap: 2em;
  width: max-content;
  will-change: transform;
}

.text_scroll_track span {
  display: inline-block;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3vw;
}
@media only screen and (max-width: 767px) {
  .text_scroll_track span {
    font-size: 8vw;
  }
}

/*
---------------------------------------------------------------------------
=	BLOG CARD
---------------------------------------------------------------------------
*/
.blog_grid {
  background: #151515;
  color: #fff;
}
.blog_grid .b_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  margin-bottom: 50px;
  padding: 5% 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog_grid .b_intro {
    padding: 100px 20px 0 20px;
  }
}
.blog_grid .b_intro h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5em;
}
.blog_grid .b_intro p {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .blog_grid .b_intro > a {
    margin-left: auto;
  }
}
.blog_grid .b_intro > a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.blog_grid .b_intro > a:hover {
  color: #1c1c1c;
  background: #E2D7CA;
}
@media only screen and (max-width: 767px) {
  .blog_grid .b_intro > div {
    flex: 100%;
  }
  .blog_grid .b_intro > a {
    margin-top: 30px;
    margin-right: auto;
  }
}
.blog_grid .grid {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog_grid .grid {
    padding: 0 20px;
  }
}

.b_card {
  color: #fff;
  background: #2C2C2C;
}
.b_card span {
  display: block;
}
.b_card .b_img {
  position: relative;
  display: block;
  aspect-ratio: 1/0.7;
}
.b_card .b_img:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.b_card .wrap {
  padding: 20px;
}
.b_card .wrap .b_title {
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
.b_card .wrap .deets {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}
.b_card .wrap .deets span {
  background: url(../images/icn_eye.png) 0 50% no-repeat;
}
.b_card .wrap .deets .more {
  padding-right: 24px;
  background: url(../images/icn_arrow.png) 100% 50% no-repeat;
}
.b_card .wrap .deets .more:hover {
  color: #E2D7CA;
}
.b_card:hover .b_title {
  color: #E2D7CA;
}
.b_card:hover .b_img:before {
  background: rgba(0, 0, 0, 0.1);
}

/*
---------------------------------------------------------------------------
=	CLEINT STORY
---------------------------------------------------------------------------
*/
.blue_rock {
  filter: brightness(0) saturate(100%) invert(49%) sepia(34%) saturate(268%) hue-rotate(177deg) brightness(93%) contrast(89%);
}

.story_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 100px 5%;
}
.story_wrap > div {
  width: 100%;
  max-width: 820px;
}
.story_wrap > div .story_intro em {
  display: block;
  margin: 25px 0;
  font-size: 14px;
}
.story_wrap > div .story_intro h1 {
  display: block;
  font-size: 30px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  margin: 25px 0 5% 0;
}
.story_wrap > div .story_block {
  padding: 0 0 10% 0;
}
.story_wrap .story_block img {
  display: block;
  width: 100%;
}
.story_wrap .video_block .video_player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(196, 190, 181, 0.15);
  overflow: hidden;
}
.story_wrap .video_block .video_player.portrait {
  aspect-ratio: 16/16;
}
.story_wrap .video_block .video_player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.story_wrap .quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto;
}
.story_wrap .quote .spacer {
  margin: 0 auto;
}
.story_wrap .quote div {
  text-align: center;
}
.story_wrap .quote blockquote {
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  font-family: "Playfair Display", serif;
  margin: 25px 0;
}
.story_wrap .quote.end {
  margin: 0;
  justify-content: left;
}
.story_wrap .quote.end .spacer {
  margin: 0;
}
.story_wrap .quote.end div {
  text-align: left;
}

/*
---------------------------------------------------------------------------
=	CONTECT COLS
---------------------------------------------------------------------------
*/
.contact_cols {
  padding: 0 5% 10% 5%;
}
.contact_cols .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact_cols .cols .col {
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .contact_cols .cols .col {
    flex: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .contact_cols .cols .col.col1 {
    order: 2;
  }
}
.contact_cols .cols .col.col2 {
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .contact_cols .cols .col.col2 {
    padding: 100px 0 60px 0;
  }
}
.contact_cols .cols .col.col2 .slide cite {
  font-weight: 600;
  font-size: 18px;
}
.contact_cols .cols .col.col2 .slide blockquote {
  margin: 20px 0 0 0;
}
.contact_cols .cols .col.col2 .slide .stars {
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.push {
  margin-bottom: 10%;
}

.con_deets {
  margin-bottom: 40px;
}
.con_deets ul {
  display: block;
}
.con_deets ul li {
  display: block;
  line-height: 1.4em;
  font-size: 18px;
  margin-bottom: 1em;
}
.con_deets ul li a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
.con_deets ul li a:hover {
  text-decoration: none;
}

/*
---------------------------------------------------------------------------
=	PARTNERS
---------------------------------------------------------------------------
*/
.swipe_wrap {
  padding-bottom: 10%;
}

.swiper_partners .swiper-wrapper {
  align-items: center;
}
.swiper_partners .swiper-slide {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  text-align: center;
  background: rgba(196, 190, 181, 0.1);
  padding: 40px;
}
.swiper_partners .swiper-slide-active,
.swiper_partners .swiper-slide-prev,
.swiper_partners .swiper-slide-next {
  opacity: 1;
}
.swiper_partners img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/*
---------------------------------------------------------------------------
=	MATERIALS 
---------------------------------------------------------------------------
*/
.material_slide {
  height: calc(100vh - 135px);
  width: 100%;
}
.material_slide .material_swiper {
  height: 100%;
  background: url(../images/mat_slide_bg.webp) 50% 100% no-repeat;
  background-size: cover;
}
.material_slide .material_swiper .slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.material_slide .material_swiper .slide .stone_float {
  height: 90%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 90%;
}
.material_slide .material_swiper .slide .stone_float img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.material_slide .material_swiper .slide h2 {
  position: absolute;
  margin-bottom: 0;
  left: 5%;
  bottom: 5%;
}
.material_slide .swiper-pagination {
  position: absolue;
  bottom: 40px;
  right: 5% !important;
  text-align: right;
  width: unset !important;
}
.material_slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.materials {
  padding: 0 10% 10% 10%;
}
@media only screen and (max-width: 767px) {
  .materials {
    padding: 0 5% 120px 5%;
  }
}
.materials .material_list {
  padding: 0 10%;
}
@media only screen and (max-width: 767px) {
  .materials .material_list {
    padding: 0;
  }
}
.materials .material_list .wrap {
  max-width: 1600px;
}
.materials .material_list .material {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.materials .material_list .material > div {
  flex: 1;
}
.materials .material_list .material > div.col1 {
  max-width: 30%;
}
@media only screen and (max-width: 767px) {
  .materials .material_list .material > div.col1 {
    max-width: 100%;
  }
}
.materials .material_list .material > div.col1 span {
  display: block;
  padding: 10%;
}
.materials .material_list .material > div.col1 span img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .materials .material_list .material > div.col2 {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .materials .material_list .material > div {
    flex: 100%;
    max-width: 100%;
  }
}

.profiles {
  padding: 0 10% 10% 10%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .profiles {
    padding: 0 5% 120px 5%;
  }
}
.profiles > * {
  flex: 100%;
}
@media only screen and (min-width: 768px) {
  .profiles .extra_pad {
    padding: 0 10%;
  }
}
.profiles .wrap {
  max-width: 1600px;
}
.profiles .wrap > div {
  background: rgba(196, 190, 181, 0.15);
  padding: 10%;
}
@media only screen and (max-width: 767px) {
  .profiles {
    padding: 0 5% 120px 5%;
  }
}
.profiles .subtitle {
  display: block;
  margin-bottom: 10%;
}
.profiles .grid {
  column-gap: 16%;
  row-gap: 80px;
}
.profiles .grid > div {
  min-width: 0;
}
.profiles .grid > div > span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.profiles .grid > div img {
  display: block;
  height: 60px;
  width: auto;
  margin-bottom: 30px;
}
@media (max-width: 860px) {
  .profiles .grid {
    column-gap: 30px;
    row-gap: 60px;
  }
}
.profiles .profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.profiles .profile .col {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .profiles .profile .col {
    flex: 100%;
  }
}
.profiles .profile .col.col1 > span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.profiles .profile .col.col1 img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .profiles .profile .col.col1 img {
    display: block;
    height: 60px;
    width: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .profiles .profile .col.col1 {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .profiles .profile .col.col2 {
    text-align: center;
  }
  .profiles .profile .col.col2 img {
    height: 80px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .profiles .profile .col.col2 {
    display: none;
  }
}

/*
---------------------------------------------------------------------------
=	CLIENT STORY
---------------------------------------------------------------------------
*/
.home .client_story_block, .page-residential .client_story_block, .page-contact .client_story_block {
  padding-top: 0;
}
.client_story_block .cs {
  display: block;
  margin: 0 0 25px 0;
  font-size: 14px;
}
