@charset "UTF-8";
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active,
button:focus {
  outline: none;
}

html {
  box-sizing: border-box;
}

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

img {
  -ms-interpolation-mode: bicubic;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.embed_behavior--wide, .embed_behavior--square {
  position: relative;
  height: 0;
}
.embed_behavior--wide > *, .embed_behavior--square > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}
.embed_behavior--wide {
  padding-bottom: 100%;
}
@media (min-width: 880px) {
  .embed_behavior--wide {
    padding-bottom: 70%;
  }
}
.embed_behavior--square {
  padding-bottom: 100%;
}

.image_container {
  display: block;
  position: relative;
}
.image_container:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}
.image_container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.65s linear 0.1s;
}

.no-js .lazyload {
  opacity: 1 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: black;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: .95em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Cormorant Garamond", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 0.75em;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
}
@media (min-width: 400px) {
  p {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  p {
    font-size: 19px;
  }
}

a {
  text-decoration: none;
  color: #d18b5a;
  transition: color 0.1s linear;
  outline: none;
}

hr {
  border: none;
  border-bottom: 2px solid black;
  margin: 30px 0;
}

img {
  margin: 0;
  max-width: 100%;
}

@media (max-width: 619px) {
  .accordion {
    padding-left: 8px;
  }
}
.accordion-section-heading {
  position: relative;
  margin-bottom: 0.5em;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 19px;
  font-size: 17px;
  line-height: 1.25;
  line-height: 1.25;
}
@media (min-width: 400px) {
  .accordion-section-heading {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .accordion-section-heading {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .accordion-section-heading {
    font-size: calc(20px + 10 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .accordion-section-heading {
    font-size: 30px;
  }
}
@media (min-width: 400px) {
  .accordion-section-heading {
    font-size: calc(18px + 8 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .accordion-section-heading {
    font-size: 26px;
  }
}
@media (min-width: 880px) {
  .accordion-section-heading {
    font-size: 17px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .accordion-section-heading {
    font-size: calc(18px + 12 * (100vw - 880px) / 560);
  }
}
@media (min-width: 880px) and (min-width: 1440px) {
  .accordion-section-heading {
    font-size: 30px;
  }
}
.accordion-section-heading:hover {
  opacity: 0.8;
}
.accordion-section-heading-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0;
  background: transparent;
  border: none;
  text-align: left;
  text-indent: 15px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 620px) {
  .accordion-section-heading-button {
    text-indent: 20px;
  }
}
.accordion-section-heading-button-icon {
  position: absolute;
  top: 50%;
  left: -8px;
  height: 14px;
  width: 14px;
  transform: translateY(-50%);
  transform-origin: center;
}
@media (min-width: 620px) {
  .accordion-section-heading-button-icon {
    left: -10px;
  }
}
.accordion-section-heading-button-icon:before, .accordion-section-heading-button-icon:after {
  content: "";
  display: block;
  background-color: black;
}
.accordion-section-heading-button-icon:before {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.accordion-section-heading-button-icon:after {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
}
[aria-expanded=true] .accordion-section-heading-button-icon:after {
  opacity: 0;
}
.accordion-section-content {
  margin-bottom: 15px;
  padding-left: 15px;
}
@media (min-width: 620px) {
  .accordion-section-content {
    padding-left: 20px;
  }
}
.accordion-section-content[aria-hidden=true] {
  display: none;
}
.accordion-section-content:last-child {
  margin-bottom: 0;
}

.details {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7.65vw;
}
@media (min-width: 880px) {
  .details {
    min-height: calc(100vh - 64px);
    max-width: calc(1400px + 15.3vw);
    padding: 7.65vw;
  }
}
@media (min-width: 880px) and (max-aspect-ratio: 16/11) {
  .details {
    min-height: calc(100vw * 9 / 16 - 64px);
  }
}
@media (max-width: 879px) {
  .details {
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 0 7.65vw;
  }
}
@media (max-width: 879px) and (min-width: 620px) {
  .details {
    margin-top: calc(45px + 15 * (100vw - 620px) / 260);
    margin-bottom: calc(45px + 15 * (100vw - 620px) / 260);
  }
}
@media (max-width: 879px) and (min-width: 880px) {
  .details {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 619px) {
  .details {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.details-heading {
  margin-bottom: 30px;
  font-family: "Cormorant Garamond", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  line-height: 1.125;
  text-transform: uppercase;
  font-size: 26px;
}
@media (min-width: 400px) {
  .details-heading {
    font-size: calc(28px + 16 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .details-heading {
    font-size: 44px;
  }
}
@media (min-width: 400px) {
  .details-heading {
    font-size: calc(26px + 26 * (100vw - 400px) / 1200);
  }
}
@media (min-width: 1600px) {
  .details-heading {
    font-size: 52px;
  }
}
@media (max-width: 879px) {
  .details-heading {
    font-size: 26px;
  }
}
@media (max-width: 879px) and (min-width: 400px) {
  .details-heading {
    font-size: calc(26px + 18 * (100vw - 400px) / 480);
  }
}
@media (max-width: 879px) and (min-width: 880px) {
  .details-heading {
    font-size: 44px;
  }
}
@media (max-width: 1079px) {
  .details-heading br {
    content: " ";
  }
  .details-heading br:after {
    content: " ";
  }
}
@media (min-width: 880px) {
  .details-heading {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .details-heading {
    margin-bottom: calc(45px + 30 * (100vw - 880px) / 720);
  }
}
@media (min-width: 880px) and (min-width: 1600px) {
  .details-heading {
    margin-bottom: 75px;
  }
}
.details-list-item {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 880px) {
  .details-list-item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 45px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .details-list-item {
    margin-bottom: calc(45px + 15 * (100vw - 880px) / 720);
  }
}
@media (min-width: 880px) and (min-width: 1600px) {
  .details-list-item {
    margin-bottom: 60px;
  }
}
.details-list-item:last-child {
  margin-bottom: 0;
}
.details-list-item-heading {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 23px;
}
@media (min-width: 400px) {
  .details-list-item-heading {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .details-list-item-heading {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .details-list-item-heading {
    font-size: calc(24px + 8 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .details-list-item-heading {
    font-size: 32px;
  }
}
.details-list-item-content p {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 17px;
}
@media (min-width: 400px) {
  .details-list-item-content p {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .details-list-item-content p {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .details-list-item-content p {
    font-size: calc(18px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .details-list-item-content p {
    font-size: 22px;
  }
}
.details-list-item-content p:last-child {
  margin-bottom: 0;
}

.form {
  margin-top: 30px;
}
.form .fui-i,
.form button,
.form input,
.form optgroup,
.form select,
.form textarea {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.form .fui-row {
  margin-bottom: 20px;
}
.form .fui-field {
  margin: 0 !important;
}
.form .fui-label,
.form .fui-required {
  color: #262626;
}
.form .fui-input,
.form .fui-select {
  border-color: #262626;
  border-radius: 0;
}
.form .fui-input:focus,
.form .fui-select:focus {
  border-color: #d18b5a;
  box-shadow: 0 0 3px rgba(209, 139, 90, 0.5);
}
.form .fui-btn-container {
  margin-top: 20px;
  padding-top: 0;
}
.form .fui-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 160px;
  padding: 13px 25px;
  background-color: #262626;
  border: 1px solid #262626;
  border-radius: 50px;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s linear, background-color 0.1s linear, color 0.1s linear;
}
.form .fui-submit:hover, .form .fui-submit:focus {
  background-color: white;
  color: black;
  border-color: black;
  box-shadow: none;
}
.form .fui-error .fui-label,
.form .fui-error .fui-legend {
  color: #262626;
}
.form .fui-input.fui-error,
.form .fui-select.fui-error {
  border-color: rgba(255, 0, 0, 0.8);
  color: #262626;
}
.form .fui-input.fui-error:focus,
.form .fui-select.fui-error:focus {
  border-color: red;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
}
.form .fui-error-message {
  color: red;
}
.form .fui-alert-error {
  border: 1px solid red;
  border-radius: 0;
  background-color: rgba(255, 0, 0, 0.03);
  color: red;
}
.form .fui-alert-success {
  margin: 20px 0 0;
  border: 1px solid #4b682d;
  border-radius: 0;
  background-color: rgba(75, 104, 45, 0.03);
  color: #4b682d;
}
.form .formie-recaptcha-placeholder {
  visibility: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  height: 64px;
  border-bottom: 1px solid black;
}
@media (min-width: 880px) {
  .header {
    grid-template-columns: 42.4% 27.5% 18.2% 11.9% !important;
  }
}
@media (max-width: 879px) {
  .header {
    grid-template-columns: 71.5% 28.5%;
  }
}
.header > div {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background-color: white;
  border-right: 1px solid black;
  transition: color 0.3s linear, background-color 0.3s linear;
}
@media (min-width: 1667px) {
  .header > div {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
}
.header > div svg path {
  transition: fill 0.3s linear;
}
.header > div p {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
}
.header > div:last-child {
  border: none;
}
.show-mobile_nav .header {
  border-color: #cfcfcf;
}
.show-mobile_nav .header > div {
  background-color: #262626;
  border-color: #cfcfcf;
  color: #cfcfcf;
}
.show-mobile_nav .header svg path {
  fill: #cfcfcf;
}
.header-title h1 {
  font-size: 1.5em;
  line-height: 0;
}
.show-mobile_nav .header-title, .show-mobile_nav .header-title svg path {
  transition-delay: 0.12s;
}
@media (max-width: 879px) {
  .is-scrolled .header-title, .show-mobile_nav .header-title {
    display: none !important;
  }
}
@media (max-width: 879px) {
  .header-schedule {
    display: none !important;
  }
  .is-scrolled .header-schedule, .show-mobile_nav .header-schedule {
    display: flex !important;
  }
}
.header-schedule a {
  color: #262626;
}
.header-schedule a:hover, .header-schedule a:focus {
  color: #d18b5a;
}
.show-mobile_nav .header-schedule {
  background-color: white !important;
}
.show-mobile_nav .header-schedule a {
  transition: none;
  color: #262626;
}
.show-mobile_nav .header-schedule a:hover, .show-mobile_nav .header-schedule a:focus {
  color: #d18b5a;
}
@media (max-width: 879px) {
  .show-mobile_nav .header-schedule {
    display: flex !important;
    background-color: white !important;
  }
  .show-mobile_nav .header-schedule a {
    color: #262626;
  }
}
@media (max-width: 879px) {
  .header-cta {
    display: none !important;
  }
}
.header-cta a {
  color: #262626;
}
.header-cta a:hover, .header-cta a:focus {
  color: #d18b5a;
}
@media (min-width: 880px) and (max-width: 1029px) {
  .header-cta span {
    display: none;
  }
}
.show-mobile_nav .header-cta-address, .is-scrolled .header-cta-address {
  display: none;
}
.header-cta-callout {
  display: none;
}
.show-mobile_nav .header-cta-callout, .is-scrolled .header-cta-callout {
  display: block;
}
.show-mobile_nav .header-cta-callout {
  transition-delay: 0.08s;
}
.show-mobile_nav .header-cta-callout a {
  transition-delay: 0.08s;
  color: #cfcfcf;
}
.show-mobile_nav .header-cta-callout a:hover, .show-mobile_nav .header-cta-callout a:focus {
  transition-delay: 0s;
  color: #d18b5a;
}
.header-menu {
  justify-content: center;
}
.header-menu-toggle {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  color: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  align-items: center;
  cursor: pointer;
  padding: 10px 10px;
  text-align: center;
  display: flex;
}
@media (min-width: ipad) {
  .header-menu-toggle {
    display: none;
  }
}
.header-menu-toggle-box {
  flex: 0 0 auto;
  width: 32px;
  height: 13px;
  display: inline-block;
  position: relative;
}
@media (min-width: 401px) {
  .header-menu-toggle-box {
    width: 42px;
    height: 17px;
  }
}
.header-menu-toggle-inner {
  display: block;
  margin-top: -0.5px;
  top: 50%;
}
@media (min-width: 401px) {
  .header-menu-toggle-inner {
    margin-top: -0.5px;
  }
}
.header-menu-toggle-inner, .header-menu-toggle-inner:before, .header-menu-toggle-inner:after {
  width: 32px;
  height: 1px;
  background-color: black;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.show-mobile_nav .header-menu-toggle-inner, .show-mobile_nav .header-menu-toggle-inner:before, .show-mobile_nav .header-menu-toggle-inner:after {
  background-color: #cfcfcf;
}
@media (min-width: 401px) {
  .header-menu-toggle-inner, .header-menu-toggle-inner:before, .header-menu-toggle-inner:after {
    width: 42px;
    height: 1px;
  }
}
.header-menu-toggle-inner:before, .header-menu-toggle-inner:after {
  content: "";
  display: block;
}
.header-menu-toggle-inner:before {
  top: -6px;
}
@media (min-width: 401px) {
  .header-menu-toggle-inner:before {
    top: -8px;
  }
}
.header-menu-toggle-inner:after {
  bottom: -6px;
}
@media (min-width: 401px) {
  .header-menu-toggle-inner:after {
    bottom: -8px;
  }
}
.header-menu-toggle .header-menu-toggle-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header-menu-toggle .header-menu-toggle-inner:before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.header-menu-toggle .header-menu-toggle-inner:after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.show-mobile_nav .header-menu-toggle-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-mobile_nav .header-menu-toggle-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.show-mobile_nav .header-menu-toggle-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.image {
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
@media (max-width: 879px) {
  .image:not(.image--hide_at_mobile) + .image, .image:not(.image--hide_at_mobile) + .video {
    margin-top: 25px;
  }
}
.image--full {
  background-color: transparent;
}
.image--full .image-inner {
  background-color: #ebebeb;
}
@media (min-width: 880px) {
  .image--full {
    min-height: calc(100vh - 64px);
    display: grid;
  }
}
@media (min-width: 880px) and (max-aspect-ratio: 16/11) {
  .image--full {
    min-height: calc(100vw * 9 / 16 - 64px);
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .image--full {
    grid-template-columns: 42.4% 27.5% 18.2% 11.9% !important;
  }
}
@media (min-width: 880px) {
  .image--full .image-inner {
    position: relative;
    overflow: hidden;
    grid-column: 1/span 4;
    grid-column: var(--grid-column-start, 1)/span var(--grid-column-span, 4);
  }
}
@media (min-width: 880px) {
  .image--inset {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8vw;
    background-color: transparent;
  }
  .image--inset:first-child {
    padding: 4vw;
  }
}
@media (max-width: 879px) {
  .image--inset .image-inner {
    width: 100% !important;
  }
}
@media (max-width: 879px) {
  .image--hide_at_mobile {
    display: none;
  }
}
.image-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image--inset .image-background {
  display: none;
}
@media (max-width: 879px) {
  .image-background {
    display: none;
  }
}
.image-inset, .image-mobile {
  width: 100%;
  background-color: #ebebeb;
}
.image-inset-inner, .image-mobile-inner {
  width: 100%;
}
.image-inset {
  background-color: transparent;
}
@media (max-width: 879px) {
  .image-inset {
    display: none;
  }
}
.image-mobile {
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 880px) {
  .image-mobile {
    display: none;
  }
}
.image-mobile-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[data-in-view=scaleIn] {
  transition: opacity 0.75s linear, transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0.95);
  opacity: 0.1;
}
[data-in-view=scaleIn].in-view {
  opacity: 1;
  transform: scale(1);
}

[data-in-view=scaleOut] {
  transition: opacity 0.75s linear, transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.05);
  opacity: 0.1;
}
[data-in-view=scaleOut].in-view {
  opacity: 1;
  transform: scale(1);
}

[data-in-view=slideRight] {
  transition: opacity 0.75s linear, transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-20px);
  opacity: 0.25;
}
[data-in-view=slideRight].in-view {
  opacity: 1;
  transform: translateX(0);
}

[data-in-view=slideUp] {
  transition: opacity 0.75s linear, transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(20px);
  opacity: 0.25;
}
[data-in-view=slideUp].in-view {
  opacity: 1;
  transform: translateY(0);
}

[data-in-view=slideDown] {
  transition: opacity 0.75s linear, transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-20px);
  opacity: 0.25;
}
[data-in-view=slideDown].in-view {
  opacity: 1;
  transform: translateY(0);
}

[data-in-view=fadeIn] {
  transition: opacity 0.75s linear;
  opacity: 0.25;
}
[data-in-view=fadeIn].in-view {
  opacity: 1;
}

.map {
  background: none;
  position: relative;
}
.map-overlay {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  color: white !important;
  max-width: 380px;
  padding-right: 70px;
  z-index: 99;
}
.map-overlay .map-item-label,
.map-overlay .map-item-title,
.map-overlay .map-item-description {
  text-shadow: 0 0 4px black;
  color: white;
}
@media (min-width: 880px) {
  .map-overlay {
    display: none;
  }
}
.map_icon {
  height: 32px;
  width: 32px;
  background: #262626;
  border-color: white;
  color: white;
  border: 2px solid;
  border-radius: 32px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
.map_icon.is-active {
  background: white;
  border-color: #262626;
  color: #262626;
  z-index: 50;
}
.map_icon--number_C {
  font-size: 17px;
}
.map_icon--number_C, .map_icon--number_C.is-active {
  background: #d18b5a;
  border-color: white;
  color: white;
}
.map_icon.is-hovered, .map_icon.is-active {
  z-index: 51;
}
.map_icon.is-hovered p, .map_icon.is-active p {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.map_icon.is-hovered {
  z-index: 52;
}
.map_icon p {
  position: absolute;
  bottom: 100%;
  left: 50%;
  color: #262626;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #262626;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 3px;
  padding: 1px 8px 2px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%) translateY(3px);
  transition: all 0.1s ease-in-out;
}
.map-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 880px) {
  .map-inner {
    min-height: calc(100vh - 64px);
  }
}
@media (min-width: 880px) and (max-aspect-ratio: 16/11) {
  .map-inner {
    min-height: calc(100vw * 9 / 16 - 64px);
  }
}
.map-inner .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1920px) {
  .map-inner {
    padding: 0 !important;
  }
}
.map-list {
  max-height: calc(100vh - 64px);
  position: relative;
  flex: 1 1 auto;
  padding: 0 7.65vw;
  overflow: hidden;
}
@media (max-width: 879px) {
  .map-list {
    display: none;
  }
}
@media (max-aspect-ratio: 16/11) {
  .map-list {
    height: 560px;
  }
}
@media (max-aspect-ratio: 16/11) and (min-width: 880px) {
  .map-list {
    height: calc(560px + 355 * (100vw - 880px) / 560);
  }
}
@media (max-aspect-ratio: 16/11) and (min-width: 1440px) {
  .map-list {
    height: 915px;
  }
}
.map-list:before, .map-list:after {
  content: "";
  z-index: 52;
  pointer-events: none;
}
.map-list:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.map-list:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 10%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}
.map-list-scroll {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 40px;
  z-index: 53;
}
.map-list-scroll-up, .map-list-scroll-down {
  background: no-repeat center;
  background-size: 18px 11px;
  border: none;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  cursor: pointer;
}
.map-list-scroll-up {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url("/images/map-up.png");
}
.map-list-scroll-down {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/map-down.png");
}
.map-list-inner {
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  overflow: hidden;
}
@media (min-width: 880px) {
  .map-list-inner {
    margin-left: calc(0px + -15 * (100vw - 880px) / 560);
    margin-right: calc(0px + -15 * (100vw - 880px) / 560);
  }
}
@media (min-width: 1440px) {
  .map-list-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.map-list-inner-scroll {
  transition: margin 0.2s linear;
}
.map-item {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid black;
}
@media (min-width: 880px) {
  .map-item {
    padding-top: calc(15px + 15 * (100vw - 880px) / 560);
    padding-bottom: calc(15px + 15 * (100vw - 880px) / 560);
  }
}
@media (min-width: 1440px) {
  .map-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 880px) {
  .map-item {
    padding-left: calc(0px + 15 * (100vw - 880px) / 560);
    padding-right: calc(0px + 15 * (100vw - 880px) / 560);
  }
}
@media (min-width: 1440px) {
  .map-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.map-item-label, .map-item-description {
  margin: 0;
}
.map-item-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 880px) {
  .map-item-label {
    font-size: calc(14px + 2 * (100vw - 880px) / 560);
  }
}
@media (min-width: 1440px) {
  .map-item-label {
    font-size: 15px;
  }
}
.map-item-title {
  margin: 0.25em 0 0.05em;
  font-family: "Cormorant Garamond", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  line-height: 1.125;
  text-transform: uppercase;
  font-size: 23px;
  text-transform: none;
}
@media (min-width: 400px) {
  .map-item-title {
    font-size: calc(28px + 16 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .map-item-title {
    font-size: 44px;
  }
}
@media (min-width: 880px) {
  .map-item-title {
    font-size: calc(24px + 8 * (100vw - 880px) / 560);
  }
}
@media (min-width: 1440px) {
  .map-item-title {
    font-size: 32px;
  }
}
.is-active .map-item-title {
  color: #d18b5a;
}
.map-item-description {
  font-size: 15px;
  line-height: 1.25;
  opacity: 0.75;
}
@media (min-width: 880px) {
  .map-item-description {
    font-size: calc(16px + 2 * (100vw - 880px) / 560);
  }
}
@media (min-width: 1440px) {
  .map-item-description {
    font-size: 17px;
  }
}
.map-item-title, .map-item-description {
  color: black;
  transition: color 0.1s linear;
}
.map-item:hover:not(.is-active) .map-item-title, .map-item:hover:not(.is-active) .map-item-description {
  color: rgba(0, 0, 0, 0.7);
}
.map-item > *:last-child {
  margin-bottom: 0;
}
.map-item:last-child {
  border: none;
  position: relative;
  z-index: 52;
}
.map-view {
  flex: 0 0 57.6%;
}
@media (max-width: 879px) {
  .map-view {
    width: 100%;
    height: 540px;
    flex-basis: auto;
  }
}
@media (max-width: 879px) and (min-width: 400px) {
  .map-view {
    height: calc(540px + 100 * (100vw - 400px) / 480);
  }
}
@media (max-width: 879px) and (min-width: 880px) {
  .map-view {
    height: 640px;
  }
}

.masthead > *:first-child {
  margin-top: 0;
}
.masthead > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 880px) {
  .masthead {
    text-align: center;
  }
}
.masthead h2 {
  max-width: 1080px;
  margin: 0 auto 0.5em;
  font-family: "Cormorant Garamond", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  line-height: 1.125;
  text-transform: uppercase;
  font-size: 26px;
}
@media (min-width: 400px) {
  .masthead h2 {
    font-size: calc(28px + 16 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .masthead h2 {
    font-size: 44px;
  }
}
@media (min-width: 400px) {
  .masthead h2 {
    font-size: calc(26px + 26 * (100vw - 400px) / 1200);
  }
}
@media (min-width: 1600px) {
  .masthead h2 {
    font-size: 52px;
  }
}
@media (max-width: 1079px) {
  .masthead h2 br {
    content: " ";
  }
  .masthead h2 br:after {
    content: " ";
  }
}
.masthead p {
  margin-bottom: 1em;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 15px;
}
@media (min-width: 400px) {
  .masthead p {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .masthead p {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .masthead p {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .masthead p {
    font-size: 19px;
  }
}
@media (min-width: 880px) {
  .masthead p {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 110;
  flex: 1 1 auto;
  flex-direction: column;
}
.modal-container {
  background-color: white;
  max-width: 640px;
  max-height: 840px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  min-height: 0;
  margin: 8px;
  width: 100%;
  width: calc(100% - 16px);
}
.modal--video .modal-container {
  width: calc(100% - 32px);
  margin: 16px;
  max-width: 1600px;
  max-height: 2000px;
  background-color: transparent;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header-title {
  margin-bottom: 0.375em;
  font-family: "Cormorant Garamond", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  line-height: 1.125;
  text-transform: uppercase;
}
@media (min-width: 400px) {
  .modal-header-title {
    font-size: calc(28px + 16 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .modal-header-title {
    font-size: 44px;
  }
}
.modal-close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 6px;
  top: 12px;
  cursor: pointer;
}
.modal-close:before {
  content: "✕";
}
.modal--video .modal-close {
  display: none;
}
.modal-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 400px) {
  .modal-content {
    padding-top: calc(30px + 15 * (100vw - 400px) / 680);
    padding-bottom: calc(30px + 15 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .modal-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 400px) {
  .modal-content {
    padding-left: calc(15px + 30 * (100vw - 400px) / 680);
    padding-right: calc(15px + 30 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .modal-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.modal--video .modal-content {
  padding: 0 !important;
}
.modal-content p {
  font-size: 1rem;
}
.modal-content--large p {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
}
@media (min-width: 400px) {
  .modal-content--large p {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .modal-content--large p {
    font-size: 19px;
  }
}
.modal-content iframe {
  width: 100%;
  height: 620px;
  border: 0;
}
.modal-content *:first-child {
  margin-top: 0 !important;
}
.modal-content *:last-child {
  margin-bottom: 0 !important;
}

body.show-mobile_nav {
  overflow: hidden;
}

.nav {
  display: grid;
  grid-template-rows: 1fr auto;
  color: #cfcfcf;
}
@media (min-width: 880px) {
  .nav {
    grid-template-columns: 42.4% 27.5% 18.2% 11.9% !important;
  }
}
@media (max-width: 879px) {
  .nav {
    grid-template-columns: 71.5% 28.5%;
  }
}
.nav_container {
  background-color: #262626;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
@media (max-width: 619px) {
  .nav--footer {
    display: flex;
    flex-direction: column;
  }
}
.nav--mobile_nav {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 100;
  overflow: auto;
}
.nav a {
  color: #cfcfcf;
}
.nav a:hover, .nav a:focus {
  color: #d18b5a;
}
.show-mobile_nav .nav--mobile_nav {
  display: grid;
}
@media (max-width: 619px) {
  .show-mobile_nav .nav--mobile_nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #262626;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
}
@media (max-width: 619px) {
  .animate-mobile_nav .nav--mobile_nav {
    opacity: 1;
  }
}
.nav-main, .nav-side {
  background-color: #262626;
}
.nav--mobile_nav .nav-main, .nav--mobile_nav .nav-side {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.animate-mobile_nav .nav--mobile_nav .nav-main, .animate-mobile_nav .nav--mobile_nav .nav-side {
  opacity: 1;
}
.nav-main {
  grid-column: 1/3;
  padding: 7.65vw;
  border-right: 1px solid #cfcfcf;
}
.animate-mobile_nav .nav--mobile_nav .nav-main {
  transition-delay: 0.12s;
}
@media (max-width: 879px) {
  .animate-mobile_nav .nav--mobile_nav .nav-main {
    transition-delay: 0.04s;
  }
}
@media (max-width: 619px) {
  .animate-mobile_nav .nav--mobile_nav .nav-main {
    transition-delay: 0s;
  }
}
@media (max-width: 879px) {
  .nav-main {
    grid-column: 1/2;
    padding: 25px;
  }
}
@media (max-width: 619px) {
  .nav-main {
    margin-bottom: auto;
    border: none;
  }
}
.nav-main li {
  font-size: 23px;
}
@media (min-width: 400px) {
  .nav-main li {
    font-size: calc(24px + 32 * (100vw - 400px) / 1040);
  }
}
@media (min-width: 1440px) {
  .nav-main li {
    font-size: 56px;
  }
}
.nav-main li.logo {
  margin-bottom: 0.25em;
  line-height: 0;
}
@media (min-width: 880px) {
  .nav-main li.logo {
    display: none;
  }
}
.nav-main li.logo a {
  display: inline-block;
}
.nav-main li.logo a svg {
  width: auto;
  height: 10px;
}
@media (min-width: 400px) {
  .nav-main li.logo a svg {
    height: calc(10px + 4 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .nav-main li.logo a svg {
    height: 14px;
  }
}
.nav-main li.logo a svg path {
  fill: #cfcfcf;
  fill: #8f8f8f;
  transition: fill 0.1s linear;
}
.nav-main li.logo a:hover svg path, .nav-main li.logo a:focus svg path {
  fill: #d18b5a;
}
.nav--footer .nav-main li {
  font-size: 23px;
}
@media (min-width: 400px) {
  .nav--footer .nav-main li {
    font-size: calc(24px + 16 * (100vw - 400px) / 1040);
  }
}
@media (min-width: 1440px) {
  .nav--footer .nav-main li {
    font-size: 40px;
  }
}
.nav--mobile_nav .nav-main li {
  opacity: 0;
  transition: opacity 0.75s linear;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li {
  opacity: 1;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(1) {
  transition-delay: 0.42s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(2) {
  transition-delay: 0.46s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(3) {
  transition-delay: 0.5s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(4) {
  transition-delay: 0.54s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(5) {
  transition-delay: 0.58s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(6) {
  transition-delay: 0.62s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(7) {
  transition-delay: 0.66s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(8) {
  transition-delay: 0.7s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(9) {
  transition-delay: 0.74s;
}
.animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(10) {
  transition-delay: 0.78s;
}
@media (max-width: 879px) {
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(1) {
    transition-delay: 0.34s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(2) {
    transition-delay: 0.38s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(3) {
    transition-delay: 0.42s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(4) {
    transition-delay: 0.46s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(6) {
    transition-delay: 0.54s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(7) {
    transition-delay: 0.58s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(8) {
    transition-delay: 0.62s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(9) {
    transition-delay: 0.66s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(10) {
    transition-delay: 0.7s;
  }
}
@media (max-width: 619px) {
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(1) {
    transition-delay: 0.3s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(2) {
    transition-delay: 0.34s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(3) {
    transition-delay: 0.38s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(4) {
    transition-delay: 0.42s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(5) {
    transition-delay: 0.46s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(6) {
    transition-delay: 0.5s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(7) {
    transition-delay: 0.54s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(8) {
    transition-delay: 0.58s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(9) {
    transition-delay: 0.62s;
  }
  .animate-mobile_nav .nav--mobile_nav .nav-main li:nth-child(10) {
    transition-delay: 0.66s;
  }
}
.nav-side {
  grid-column: 3/5;
  display: flex;
  flex-direction: column;
}
@media (max-width: 879px) {
  .nav-side {
    grid-column: 2/3;
  }
}
@media (max-width: 619px) {
  .nav-side {
    padding: 25px;
  }
}
.nav-side-inner {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 620px) {
  .nav-side-inner, .nav-side-promotion {
    padding: 25px;
  }
}
@media (min-width: 1667px) {
  .nav-side-inner, .nav-side-promotion {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
}
.nav--mobile_nav .nav-side-details, .nav--mobile_nav .nav-side-extra {
  opacity: 0;
  transition: opacity 0.75s linear;
}
.animate-mobile_nav .nav--mobile_nav .nav-side-details, .animate-mobile_nav .nav--mobile_nav .nav-side-extra {
  opacity: 1;
  transition-delay: 0.24s;
}
@media (max-width: 619px) {
  .animate-mobile_nav .nav--mobile_nav .nav-side-details, .animate-mobile_nav .nav--mobile_nav .nav-side-extra {
    transition-delay: 0.54s;
  }
}
.nav-side-details {
  margin-bottom: 30px;
}
.nav-side-details p {
  font-size: 15px;
}
@media (min-width: 620px) {
  .nav-side-details p {
    font-size: calc(16px + 4 * (100vw - 620px) / 820);
  }
}
@media (min-width: 1440px) {
  .nav-side-details p {
    font-size: 19px;
  }
}
.nav-side-extra {
  position: relative;
}
.nav-side-extra ul {
  margin-bottom: 1em;
}
.nav-side-extra p,
.nav-side-extra li {
  font-size: 14px;
}
@media (min-width: 620px) {
  .nav-side-extra p,
.nav-side-extra li {
    font-size: calc(14px + 2 * (100vw - 620px) / 460);
  }
}
@media (min-width: 1080px) {
  .nav-side-extra p,
.nav-side-extra li {
    font-size: 15px;
  }
}
.nav-side-extra .underlined a {
  text-decoration: underline;
}
.nav-side-extra-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.nav-side-extra-icons a {
  margin-right: 8px;
}
.nav-side-extra-icons a svg path,
.nav-side-extra-icons a svg polygon,
.nav-side-extra-icons a svg rect {
  transition: fill 0.1s linear;
}
.nav-side-extra-icons a:hover svg path,
.nav-side-extra-icons a:hover svg polygon,
.nav-side-extra-icons a:hover svg rect, .nav-side-extra-icons a:focus svg path,
.nav-side-extra-icons a:focus svg polygon,
.nav-side-extra-icons a:focus svg rect {
  fill: #d18b5a;
}
.nav-side-extra-icons-logo {
   position: absolute; 
  right: 0;
  bottom: 0;
  margin: 0;
}
.nav-side-extra-icons-logo img {
  width: 170px;
}
.nav-promotion {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background-color: white;
  border: none;
  text-align: left;
  color: black;
  transition: color 0.1s linear;
  cursor: pointer;
}
.nav-promotion > *:first-child {
  margin-top: 0;
}
.nav-promotion > *:last-child {
  margin-bottom: 0;
}
.nav--mobile_nav .nav-promotion {
  opacity: 0;
  transition: opacity 0.3s linear, color 0.1s linear;
}
.animate-mobile_nav .nav--mobile_nav .nav-promotion {
  opacity: 1;
  transition-delay: 0.24s;
}
@media (max-width: 619px) {
  .animate-mobile_nav .nav--mobile_nav .nav-promotion {
    transition-delay: 0.54s;
  }
}
.nav-promotion:hover {
  color: #d18b5a;
}
.nav-promotion--side {
  padding: 25px;
}
@media (min-width: 1667px) {
  .nav-promotion--side {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
}
@media (max-width: 879px) {
  .nav-promotion--side {
    display: none;
  }
}
.nav-promotion--full {
  grid-row: 2;
  grid-column: 1/-1;
  padding: 25px;
}
@media (min-width: 880px) {
  .nav-promotion--full {
    display: none;
  }
}
.nav-promotion h2 {
  margin-bottom: 0.375em;
  font-size: 22px;
  text-transform: uppercase;
}
@media (min-width: 400px) {
  .nav-promotion h2 {
    font-size: calc(22px + 6 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .nav-promotion h2 {
    font-size: 28px;
  }
}
@media (min-width: 880px) {
  .nav-promotion h2 {
    font-size: 17px;
  }
}
@media (min-width: 880px) and (min-width: 620px) {
  .nav-promotion h2 {
    font-size: calc(18px + 6 * (100vw - 620px) / 820);
  }
}
@media (min-width: 880px) and (min-width: 1440px) {
  .nav-promotion h2 {
    font-size: 23px;
  }
}
.nav-promotion p {
  font-size: 15px;
}
@media (min-width: 400px) {
  .nav-promotion p {
    font-size: calc(16px + 2 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .nav-promotion p {
    font-size: 17px;
  }
}
@media (min-width: 880px) {
  .nav-promotion p {
    font-size: 14px;
  }
}
@media (min-width: 880px) and (min-width: 620px) {
  .nav-promotion p {
    font-size: calc(14px + 2 * (100vw - 620px) / 460);
  }
}
@media (min-width: 880px) and (min-width: 1080px) {
  .nav-promotion p {
    font-size: 15px;
  }
}

@media (max-width: 879px) {
  .side_by_side {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 45px;
    margin: 10vw 0;
    padding: 0 25px;
  }
}
@media (max-width: 879px) and (min-width: 620px) {
  .side_by_side {
    margin-top: calc(45px + 15 * (100vw - 620px) / 260);
    margin-bottom: calc(45px + 15 * (100vw - 620px) / 260);
  }
}
@media (max-width: 879px) and (min-width: 880px) {
  .side_by_side {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 879px) {
  .side_by_side--text_with_media .image,
.side_by_side--text_with_media .video {
    order: 0;
  }
  .side_by_side--text_with_media .text {
    order: 1;
    padding-top: 25px;
    padding-bottom: 0;
  }
  .side_by_side--text_with_media.side_by_side--media_disabled_at_mobile .text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 879px) {
  .side_by_side--text_with_text {
    justify-content: center;
    min-height: 56.25vw;
  }
  .side_by_side--text_with_text .text {
    padding: 0;
  }
}
@media (min-width: 880px) {
  .side_by_side {
    min-height: calc(100vh - 64px);
    display: grid;
  }
}
@media (min-width: 880px) and (max-aspect-ratio: 16/11) {
  .side_by_side {
    min-height: calc(100vw * 9 / 16 - 64px);
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .side_by_side {
    grid-template-columns: 42.4% 27.5% 18.2% 11.9% !important;
  }
}
@media (min-width: 880px) {
  .side_by_side > *:nth-child(1) {
    grid-column: 1/2;
  }
}
@media (min-width: 880px) {
  .side_by_side > *:nth-child(2) {
    grid-column: 2/5;
  }
}

.sticky_button {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 98;
  min-width: 160px;
  width: 11.9vw;
  padding: 15px;
  background-color: #262626;
  border: 1px solid #262626;
  border-right: none;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  text-indent: -1px;
  color: white;
  transition: opacity 0.3s linear, background-color 0.1s linear, color 0.1s linear;
}
@media (min-width: 880px) {
  .sticky_button {
    bottom: 30px;
  }
}
.sticky_button:hover {
  background-color: white;
  color: black;
}
.is-scrolled .sticky_button {
  opacity: 1;
  pointer-events: auto;
}

.text {
  display: flex;
  align-items: center;
  padding: 7.5vw;
}
@media (max-width: 879px) {
  .text {
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: calc(7.5vw - 25px);
    padding-right: calc(7.5vw - 25px);
  }
}
@media (max-width: 619px) {
  .text {
    padding-right: 0;
    padding-left: 0;
  }
}
.text--full {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 880px) {
  .text--full {
    min-height: calc(100vh - 64px);
    display: grid;
    max-width: calc(1400px + 15.3vw);
  }
}
@media (min-width: 880px) and (max-aspect-ratio: 16/11) {
  .text--full {
    min-height: calc(100vw * 9 / 16 - 64px);
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .text--full {
    grid-template-columns: 42.4% 27.5% 18.2% 11.9% !important;
  }
}
@media (min-width: 880px) {
  .text--full .text-inner {
    grid-column: 1/span 4;
    grid-column: var(--grid-column-start, 1)/span var(--grid-column-span, 4);
    margin: 7.65vw;
  }
}
@media (max-width: 879px) {
  .text--full {
    min-height: 56.25vw;
    padding: 30px;
  }
}
@media (min-width: 880px) {
  .text + .text {
    padding-left: 0;
  }
}
.text-inner {
  max-width: 680px;
}
.text--full .text-inner {
  max-width: 100%;
}
@media (min-width: 880px) {
  .text-inner > *:first-child {
    margin-top: 0;
  }
  .text-inner > *:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 879px) {
  .text--full .text-inner > *:first-child, .side_by_side:not(.side_by_side--text_with_text) .text-inner > *:first-child {
    margin-top: 0;
  }
  .text--full .text-inner > *:last-child, .side_by_side:not(.side_by_side--text_with_text) .text-inner > *:last-child {
    margin-bottom: 0;
  }
  .side_by_side--text_with_text .text:first-child .text-inner > *:first-child {
    margin-top: 0;
  }
  .side_by_side--text_with_text .text:last-child .text-inner > *:last-child {
    margin-bottom: 0;
  }
}
.text h2 {
  margin-bottom: 0.5em;
  font-family: "Cormorant Garamond", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  line-height: 1.125;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 26px;
}
@media (min-width: 400px) {
  .text h2 {
    font-size: calc(28px + 16 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .text h2 {
    font-size: 44px;
  }
}
@media (min-width: 400px) {
  .text h2 {
    font-size: calc(26px + 26 * (100vw - 400px) / 1200);
  }
}
@media (min-width: 1600px) {
  .text h2 {
    font-size: 52px;
  }
}
@media (min-width: 400px) {
  .text h2 {
    font-size: calc(26px + 18 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .text h2 {
    font-size: 44px;
  }
}
@media (min-width: 880px) {
  .text h2 {
    font-size: 26px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .text h2 {
    font-size: calc(26px + 26 * (100vw - 880px) / 720);
  }
}
@media (min-width: 880px) and (min-width: 1600px) {
  .text h2 {
    font-size: 52px;
  }
}
@media (max-width: 879px) {
  .text h2 br {
    content: " ";
  }
  .text h2 br:after {
    content: " ";
  }
}
.text--full h2 {
  font-family: "Cormorant Garamond", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  line-height: 1.125;
  text-transform: uppercase;
  font-size: 26px;
}
@media (min-width: 400px) {
  .text--full h2 {
    font-size: calc(28px + 16 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .text--full h2 {
    font-size: 44px;
  }
}
@media (min-width: 400px) {
  .text--full h2 {
    font-size: calc(26px + 26 * (100vw - 400px) / 1200);
  }
}
@media (min-width: 1600px) {
  .text--full h2 {
    font-size: 52px;
  }
}
@media (max-width: 879px) {
  .text--full h2 {
    font-size: 26px;
  }
}
@media (max-width: 879px) and (min-width: 400px) {
  .text--full h2 {
    font-size: calc(26px + 18 * (100vw - 400px) / 480);
  }
}
@media (max-width: 879px) and (min-width: 880px) {
  .text--full h2 {
    font-size: 44px;
  }
}
.text ul {
  margin: 0;
  padding-left: 22px;
  list-style-type: none;
  list-style-type: disc;
}
@media (min-width: 400px) {
  .text ul {
    padding-left: calc(22px + 8 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text ul {
    padding-left: 30px;
  }
}
.text ul li {
  margin-bottom: 0.5em;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.text ul li ul,
.text ul li ol {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.text ol {
  margin: 0;
  padding-left: 22px;
  list-style-type: none;
  list-style-type: decimal;
}
@media (min-width: 400px) {
  .text ol {
    padding-left: calc(22px + 8 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text ol {
    padding-left: 30px;
  }
}
.text ol li {
  margin-bottom: 0.5em;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.text ol li ul,
.text ol li ol {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.text ol ol {
  list-style-type: lower-alpha;
}
.text ol ol ol {
  list-style-type: lower-roman;
}
.text p,
.text ul,
.text ol,
.text blockquote {
  margin-bottom: 1em;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 15px;
  font-size: 15px;
}
@media (min-width: 400px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: calc(16px + 2 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: 17px;
  }
}
@media (min-width: 880px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: 15px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: calc(16px + 4 * (100vw - 880px) / 560);
  }
}
@media (min-width: 880px) and (min-width: 1440px) {
  .text p,
.text ul,
.text ol,
.text blockquote {
    font-size: 19px;
  }
}
.text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 17px;
  font-size: 17px;
  line-height: 1.25;
}
@media (min-width: 400px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: calc(18px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: 22px;
  }
}
@media (min-width: 400px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: calc(18px + 4 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: 22px;
  }
}
@media (min-width: 880px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: 17px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: calc(18px + 6 * (100vw - 880px) / 560);
  }
}
@media (min-width: 880px) and (min-width: 1440px) {
  .text p.medium,
.text ul.medium,
.text ol.medium,
.text blockquote.medium {
    font-size: 23px;
  }
}
.text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 19px;
  font-size: 17px;
  line-height: 1.25;
}
@media (min-width: 400px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: calc(20px + 10 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: 30px;
  }
}
@media (min-width: 400px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: calc(18px + 8 * (100vw - 400px) / 480);
  }
}
@media (min-width: 880px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: 26px;
  }
}
@media (min-width: 880px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: 17px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: calc(18px + 12 * (100vw - 880px) / 560);
  }
}
@media (min-width: 880px) and (min-width: 1440px) {
  .text p.large,
.text ul.large,
.text ol.large,
.text blockquote.large {
    font-size: 30px;
  }
}
.text p.button a {
  border-bottom: 1px solid;
  color: black;
}
.text p.button a:hover, .text p.button a:focus {
  color: #d18b5a;
}
.text p.button + p.button {
  margin-top: -0.25em;
}
.text--full p,
.text--full ul,
.text--full ol,
.text--full blockquote {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 15px;
}
@media (min-width: 400px) {
  .text--full p,
.text--full ul,
.text--full ol,
.text--full blockquote {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text--full p,
.text--full ul,
.text--full ol,
.text--full blockquote {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .text--full p,
.text--full ul,
.text--full ol,
.text--full blockquote {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text--full p,
.text--full ul,
.text--full ol,
.text--full blockquote {
    font-size: 19px;
  }
}
.text--full p.medium,
.text--full ul.medium,
.text--full ol.medium,
.text--full blockquote.medium {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 17px;
}
@media (min-width: 400px) {
  .text--full p.medium,
.text--full ul.medium,
.text--full ol.medium,
.text--full blockquote.medium {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text--full p.medium,
.text--full ul.medium,
.text--full ol.medium,
.text--full blockquote.medium {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .text--full p.medium,
.text--full ul.medium,
.text--full ol.medium,
.text--full blockquote.medium {
    font-size: calc(18px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text--full p.medium,
.text--full ul.medium,
.text--full ol.medium,
.text--full blockquote.medium {
    font-size: 22px;
  }
}
.text--full p.large,
.text--full ul.large,
.text--full ol.large,
.text--full blockquote.large {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  font-size: 19px;
}
@media (min-width: 400px) {
  .text--full p.large,
.text--full ul.large,
.text--full ol.large,
.text--full blockquote.large {
    font-size: calc(16px + 4 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text--full p.large,
.text--full ul.large,
.text--full ol.large,
.text--full blockquote.large {
    font-size: 19px;
  }
}
@media (min-width: 400px) {
  .text--full p.large,
.text--full ul.large,
.text--full ol.large,
.text--full blockquote.large {
    font-size: calc(20px + 10 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .text--full p.large,
.text--full ul.large,
.text--full ol.large,
.text--full blockquote.large {
    font-size: 30px;
  }
}
.text blockquote {
  position: relative;
  margin: 1.5em 0;
  padding: 0.5em 0 0.5em 1em;
  border-left: 2px solid #cfcfcf;
  font-style: italic;
}

.video {
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
@media (max-width: 879px) {
  .video:not(.video--hide_at_mobile) + .image, .video:not(.video--hide_at_mobile) + .video {
    margin-top: 25px;
  }
}
@media (max-width: 879px) {
  .video--full {
    height: 0;
  }
}
@media (min-width: 880px) {
  .video--full {
    min-height: calc(100vh - 64px);
    display: grid;
    padding: 0 !important;
  }
}
@media (min-width: 880px) and (max-aspect-ratio: 16/11) {
  .video--full {
    min-height: calc(100vw * 9 / 16 - 64px);
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .video--full {
    grid-template-columns: 42.4% 27.5% 18.2% 11.9% !important;
  }
}
@media (min-width: 880px) and (min-aspect-ratio: 16/9) {
  .video--full {
    max-height: calc(100vh - 64px);
  }
}
@media (min-width: 880px) {
  .video--full .video-inner {
    position: relative;
    overflow: hidden;
    grid-column: 1/span 4;
    grid-column: var(--grid-column-start, 1)/span var(--grid-column-span, 4);
  }
}
@media (min-width: 880px) {
  .video--inset {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4vw;
    background-color: transparent;
  }
}
@media (max-width: 879px) {
  .video--inset > div {
    width: 100% !important;
  }
}
@media (max-width: 879px) {
  .video--hide_at_mobile {
    display: none !important;
  }
}
.video--show_at_mobile {
  height: 0;
}
@media (min-width: 880px) {
  .video--show_at_mobile {
    display: none !important;
  }
}
.video-video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video--inset .video-background {
  display: none;
}
.video-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 25px;
  background-color: #262626;
  border: 1px solid #262626;
  border-radius: 50px;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s linear, background-color 0.1s linear, color 0.1s linear;
}
.video-button:hover {
  background-color: white;
  color: black;
}
.video-button:hover span {
  border-left-color: black;
}
.video-button span {
  display: inline-block;
  margin-right: 12px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent white;
  border-width: 6px 0 6px 10px;
  transition: border-color 0.1s linear;
}
@media (max-width: 879px) {
  .video-button {
    bottom: 15px;
    left: 15px;
    font-size: 0.75rem;
    padding: 9px 15px 9px;
  }
  .video-button span {
    margin-right: 8px;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent white;
    border-width: 5px 0 5px 8px;
  }
}

.components-section {
  position: relative;
}
@media (max-width: 879px) {
  .components-section--hide_at_mobile {
    display: none;
  }
}
@media (min-width: 880px) {
  .components-section:not(:first-child) > * {
    position: sticky;
    top: 64px;
    background: white;
  }
}
@media (min-width: 880px) and (min-aspect-ratio: 16/11) {
  .components-section:not(:first-child) {
    min-height: calc(100vh - 64px + 120px) !important;
  }
}

.contact .text-inner {
  width: 100%;
  max-width: 880px;
}
.contact .form {
  margin-top: 30px;
}
@media (min-width: 400px) {
  .contact .form {
    margin-top: calc(30px + 30 * (100vw - 400px) / 1040);
  }
}
@media (min-width: 1440px) {
  .contact .form {
    margin-top: 60px;
  }
}

.floor_plans {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px 30px;
}
@media (min-width: 880px) {
  .floor_plans {
    max-width: calc(1400px + 15.3vw);
    padding: 0 7.65vw 7.65vw;
  }
}
.floor_plans-embed {
  position: relative;
  height: 0;
  padding-bottom: 200%;
}
.floor_plans-embed > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}
@media (min-width: 828px) {
  .floor_plans-embed {
    padding-bottom: 70%;
  }
}
.floor_plans .masthead {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 400px) {
  .floor_plans .masthead {
    margin-top: calc(45px + 15 * (100vw - 400px) / 680);
    margin-bottom: calc(45px + 15 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .floor_plans .masthead {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.residents .text-inner {
  width: 100%;
  max-width: 880px;
}
.residents .form {
  margin-top: 30px;
}
@media (min-width: 400px) {
  .residents .form {
    margin-top: calc(30px + 30 * (100vw - 400px) / 1040);
  }
}
@media (min-width: 1440px) {
  .residents .form {
    margin-top: 60px;
  }
}

.virtual_tours {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px 30px;
}
@media (min-width: 880px) {
  .virtual_tours {
    max-width: calc(1400px + 15.3vw);
    padding: 0 7.65vw 7.65vw;
  }
}
.virtual_tours .masthead {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 400px) {
  .virtual_tours .masthead {
    margin-top: calc(45px + 15 * (100vw - 400px) / 680);
    margin-bottom: calc(45px + 15 * (100vw - 400px) / 680);
  }
}
@media (min-width: 1080px) {
  .virtual_tours .masthead {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.virtual_tours-subnav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 880px) {
  .virtual_tours-subnav {
    justify-content: center;
  }
}
.virtual_tours-subnav li {
  margin: 0 10px 4px;
  font-size: 1rem;
}
.virtual_tours-subnav li a {
  color: black;
}
.virtual_tours-subnav li a:hover, .virtual_tours-subnav li a:focus {
  color: #d18b5a;
}
.virtual_tours-subnav li a[data-active=true] {
  border-bottom: 2px solid #cfcfcf;
  color: black;
}
.virtual_tours-embed-item {
  display: none;
}
.virtual_tours-embed-item[data-active=true] {
  display: block;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overscroll-behavior-y: none;
}

.main {
  flex: 1 0 auto;
}
/*# sourceMappingURL=app.css.map*/
