.body-block {
  color: #1a1813;
  background-color: #faf8f2;
  background-image: none;
  margin: 0;
  padding: 0;
}

.sj-logo-selector {
  color: #9a5b3f;
}

.sj-logo-selector:hover {
  color: #7d4630;
}

.sj-eyebrow {
  opacity: 1;
  color: #9a5b3f;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
}

.sj-hero-h1 {
  opacity: 1;
  letter-spacing: -.018em;
  max-width: 880px;
  margin: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.07;
}

.sj-console {
  opacity: 1;
  background-color: #0c0c0c;
  background-image: none;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 8px 28px #140e0429;
}

.sj-door {
  opacity: 1;
  color: #1a1813;
  border-top: 1px solid #e0dac9;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr 32px;
  align-items: baseline;
  column-gap: 24px;
  padding: 36px 0;
  text-decoration: none;
  display: grid;
}

.sj-page {
  min-height: 100vh;
}

.sj-header {
  border-bottom: 1px solid #e6e1d4;
}

.sj-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.sj-topbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.sj-logo {
  color: #1a1813;
  letter-spacing: .08em;
  font-size: 13px;
  text-decoration: none;
}

.sj-nav-link {
  color: #8a8270;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sj-nav-link:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.fb-nav-brand-text {
  white-space: nowrap;
  flex: none;
  line-height: normal;
  display: inline-block;
}

.sj-mobile-menu {
  opacity: 0;
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  max-height: 0;
  font-size: 13px;
  transition: max-height .26s, opacity .2s;
  display: none;
  overflow: hidden;
}

.sj-mobile-menu.is-open {
  opacity: 1;
  max-height: 280px;
}

.sj-mobile-link {
  color: #1a1813;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6e1d4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sj-hero {
  padding-top: 75px;
  padding-bottom: 10px;
}

.sj-hero-text {
  display: block;
}

.sj-log-section {
  padding-top: 10px;
  padding-bottom: 75px;
}

.sj-console-bar {
  border-bottom: 1px solid #1e1e1e;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  display: flex;
}

.sj-traffic {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.sj-traffic-red {
  background-color: #ff5f56;
  background-image: none;
}

.sj-traffic-yellow {
  background-color: #ffbd2e;
  background-image: none;
}

.sj-traffic-green {
  background-color: #27c93f;
  background-image: none;
}

.sj-console-label {
  color: #7a7a7a;
  margin-left: 10px;
  font-size: 12px;
}

.sj-console-body {
  color: #cfcfcf;
  padding: 30px 26px;
  font-size: 14.5px;
}

.sj-log-grid {
  grid-template-rows: auto;
  grid-template-columns: 230px 1fr;
  align-items: baseline;
  gap: 18px 24px;
  display: grid;
}

.sj-log-metric {
  color: #f4f1e8;
  font-weight: 500;
}

.sj-log-desc {
  color: #8a8a8a;
}

.sj-prompt {
  color: #6a6a6a;
  margin-top: 26px;
}

.sj-caret {
  vertical-align: -3px;
  background-color: #fff;
  width: 8px;
  height: 16px;
  animation: 1.1s step-end infinite sj-blink;
  display: inline-block;
}

.sj-pos-band {
  border-top: 1px solid #e6e1d4;
}

.sj-pos {
  padding-top: 96px;
  padding-bottom: 50px;
}

.sj-pos-h2 {
  letter-spacing: -.018em;
  text-wrap: balance;
  max-width: 760px;
  margin: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
}

.sj-pos-p {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 680px;
  margin: 32px 0 0;
  font-size: 23px;
  line-height: 1.55;
}

.sj-doors {
  padding-top: 10px;
  padding-bottom: 90px;
}

.sj-doors-label {
  color: #9a5b3f;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 400;
}

.sj-door-first {
  border-top: 1px solid #1a1813;
}

.sj-door-link:hover {
  background-color: #f4f1e8;
  background-image: none;
}

.sj-door-num {
  color: #b3aa98;
  align-self: center;
  font-size: 13px;
}

.sj-door-title {
  letter-spacing: -.01em;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.sj-door-desc {
  color: #6a6353;
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.45;
  display: block;
}

.sj-door-arrow {
  color: #9a5b3f;
  place-self: center end;
  font-size: 18px;
}

.sj-door-num-muted {
  color: #cdc6b5;
}

.sj-door-headrow {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  display: flex;
}

.sj-door-title-muted {
  color: #6a6353;
}

.sj-badge {
  color: #8a8270;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid #d8d2c2;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 10px;
}

.sj-door-desc-muted {
  color: #9a968a;
}

.sj-door-last {
  border-bottom: 1px solid #e0dac9;
}

.sj-footer {
  background-color: #f4f1e8;
  background-image: none;
  border-top: 1px solid #1a1813;
}

.sj-footer-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.sj-footer-links {
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  display: flex;
}

.sj-copyright {
  color: #b3aa98;
  letter-spacing: .05em;
  font-size: 11px;
}

.sj-disclaimer-wrap {
  padding-bottom: 40px;
}

.sj-disclaimer {
  color: #8a8270;
  letter-spacing: .02em;
  border-top: 1px solid #e0dac9;
  max-width: 840px;
  margin: 0;
  padding-top: 22px;
  font-size: 11px;
  line-height: 1.7;
}

._w-nav {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

._w-container {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-nav-brand {
  float: left;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

._w-nav-menu {
  float: right;
  align-items: center;
  display: flex;
  position: relative;
}

._w-nav-link {
  color: #222;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._w-nav-button {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

._w-nav-button._w--open {
  color: #8a8270;
}

._w-icon-nav-menu {
  z-index: 1;
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.fb-nav-menu-line {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
  border-radius: 999px;
  width: 24px;
  height: 2px;
  display: block;
}

.fb-nav-brand {
  opacity: 1;
  color: #8a8270;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.fb-nav-brand-color {
  opacity: 1;
  color: #8a8270;
}

.fb-nav-layout-1 {
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fb-nav-root {
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  display: flex;
}

.fb-nav-menu {
  background: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.fb-nav-button, .fb-nav-button._w--open {
  color: #8a8270;
}

.fb-nav-button-icon-4, .fb-nav-button-icon-5 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
}

.sj-logo-selector-2 {
  color: #8a8270;
  text-align: center;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sj-logo-selector-2:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.sj-logo-selector-3 {
  color: #1a1813;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sj-logo-selector-3:hover {
  color: #7d4630;
}

.body-block-2 {
  background-color: #faf8f2;
  background-image: none;
  margin: 0;
}

.page {
  color: #1a1813;
  background-color: #faf8f2;
  background-image: none;
  min-height: 100vh;
  font-family: Newsreader, serif;
}

.site-header {
  border-bottom: 1px solid #e6e1d4;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.topbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.brand {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.nav-link {
  color: #8a8270;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.nav-link:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.mobile-menu {
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  display: none;
}

.mobile-link {
  color: #1a1813;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6e1d4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.hero-pad {
  padding-top: 75px;
  padding-bottom: 10px;
}

.eyebrow {
  color: #9a5b3f;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.hero-h1 {
  letter-spacing: -.018em;
  max-width: 880px;
  margin: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.07;
}

.wrap-text {
  display: block;
}

.log-pad {
  padding-top: 10px;
  padding-bottom: 75px;
}

.console {
  background-color: #0c0c0c;
  background-image: none;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 8px 28px #140e0429;
}

.console-bar {
  border-bottom: 1px solid #1e1e1e;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  display: flex;
}

.console-dot-red {
  background-color: #ff5f56;
  background-image: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.console-dot-yellow {
  background-color: #ffbd2e;
  background-image: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.console-dot-green {
  background-color: #27c93f;
  background-image: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.console-label {
  color: #7a7a7a;
  margin-left: 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.log-inner {
  color: #cfcfcf;
  padding: 30px 26px;
  font-family: IBM Plex Mono, monospace;
  font-size: 14.5px;
}

.log-grid {
  grid-template-rows: auto;
  grid-template-columns: 230px 1fr;
  align-items: baseline;
  gap: 18px 24px;
  display: grid;
}

.log-metric {
  color: #f4f1e8;
  font-weight: 500;
}

.log-desc {
  color: #8a8a8a;
}

.console-cursor-line {
  color: #6a6a6a;
  margin-top: 26px;
}

.console-cursor {
  vertical-align: -3px;
  background-color: #fff;
  width: 8px;
  height: 16px;
  animation: 1.1s step-end infinite blink;
  display: inline-block;
}

.pos-section {
  border-top: 1px solid #e6e1d4;
}

.pos-pad {
  padding-top: 96px;
  padding-bottom: 50px;
}

.pos-h2 {
  letter-spacing: -.018em;
  text-wrap: balance;
  max-width: 760px;
  margin: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
}

.pos-p {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 680px;
  margin: 32px 0 0;
  font-size: 23px;
  line-height: 1.55;
}

.doors-wrap {
  padding-top: 10px;
  padding-bottom: 90px;
}

.doors-eyebrow {
  color: #9a5b3f;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  font-weight: 400;
}

.door {
  color: #1a1813;
  border-top: 1px solid #e0dac9;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr 32px;
  align-items: baseline;
  column-gap: 24px;
  padding: 36px 0;
  text-decoration: none;
  display: grid;
}

.door-first {
  border-top-color: #1a1813;
}

.door-link:hover {
  background-color: #f4f1e8;
  background-image: none;
}

.door-num {
  color: #b3aa98;
  align-self: center;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.door-title {
  letter-spacing: -.01em;
  margin: 0;
  font-family: Newsreader, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.door-desc {
  color: #6a6353;
  margin-top: 8px;
  font-size: 17px;
  display: block;
}

.door-arrow {
  color: #9a5b3f;
  place-self: center end;
  font-family: IBM Plex Mono, monospace;
  font-size: 18px;
}

.door-num-muted {
  color: #cdc6b5;
}

.door-soon-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  display: flex;
}

.door-title-muted {
  color: #6a6353;
}

.badge {
  color: #8a8270;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid #d8d2c2;
  border-radius: 999px;
  padding: 4px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.door-desc-muted {
  color: #9a968a;
}

.door-last {
  border-bottom: 1px solid #e0dac9;
}

.site-footer {
  background-color: #f4f1e8;
  background-image: none;
  border-top: 1px solid #1a1813;
}

.footer-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.footer-brand {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.footer-links {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.footer-copy {
  color: #b3aa98;
  letter-spacing: .05em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.footer-legal-wrap {
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-disclaimer {
  color: #8a8270;
  letter-spacing: .02em;
  border-top: 1px solid #e0dac9;
  max-width: 840px;
  margin: 0;
  padding-top: 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  line-height: 1.7;
}

._w-nav-2 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

._w-container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-nav-brand-2 {
  float: left;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

._w-nav-menu-2 {
  float: right;
  align-items: center;
  display: flex;
  position: relative;
}

._w-nav-link-2 {
  color: #222;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._w-nav-button-2 {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

._w-nav-button-2._w--open {
  color: #8a8270;
}

._w-icon-nav-menu-2 {
  z-index: 1;
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.fb-nav-menu-line-2 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
  border-radius: 999px;
  width: 24px;
  height: 2px;
  display: block;
}

.fb-nav-brand-inline-row {
  opacity: 1;
  color: #8a8270;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  display: inline-flex;
}

.fb-nav-layout-1-2 {
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fb-nav-root-2 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.fb-nav-menu-2 {
  color: #8a8270;
  background: none;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  width: auto;
  margin-left: auto;
  display: flex;
}

.fb-nav-button-2, .fb-nav-button-2._w--open {
  color: #8a8270;
}

.fb-nav-button-icon-4-2, .fb-nav-button-icon-5-2 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
}

.nav-link-2 {
  color: #8a8270;
  text-align: center;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.nav-booked {
  color: #1a1813;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.body-block-3 {
  background-color: #faf8f2;
  background-image: none;
  margin: 0;
}

.sjh-header {
  background-color: #faf8f2;
  background-image: none;
  border-bottom: 1px solid #e6e1d4;
  font-family: Newsreader, serif;
}

.sjh-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 48px;
  display: flex;
}

.sjh-wrap-block {
  box-sizing: border-box;
}

.sjh-brand {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.sjh-menu {
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  display: none;
}

.sjh-mlink {
  color: #1a1813;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6e1d4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.page-2 {
  color: #1a1813;
  background-color: #faf8f2;
  background-image: none;
  min-height: 100vh;
  font-family: Newsreader, serif;
}

.wrap-2 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.art-head-pad {
  padding-top: 84px;
  padding-bottom: 0;
}

.art-head-inner {
  max-width: 760px;
}

.updated-pill {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0c0c0c;
  background-image: none;
  border: 1px solid #000;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 9px 17px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: inline-flex;
  box-shadow: 0 4px 14px #140e0429;
}

.updated-dim {
  color: #9a9a9a;
}

.updated-val {
  color: #f4f1e8;
}

.art-h1 {
  letter-spacing: -.018em;
  text-wrap: balance;
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.06;
}

.art-dek {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 640px;
  margin: 15px 0 0;
  font-size: 21px;
  line-height: 1.55;
}

.beliefs-pad {
  padding-top: 60px;
  padding-bottom: 40px;
}

.beliefs-inner {
  max-width: 740px;
}

.belief-row {
  border-top: 1px solid #e0dac9;
  grid-template-rows: auto;
  grid-template-columns: 54px 1fr;
  column-gap: 26px;
  padding: 38px 0;
  display: grid;
}

.belief-row-first {
  border-top-color: #1a1813;
}

.belief-num {
  color: #b3aa98;
  padding-top: 6px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.belief-h {
  letter-spacing: -.012em;
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.18;
}

.belief-body {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 600px;
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
}

.cta-pad {
  padding-top: 10px;
  padding-bottom: 90px;
}

.cta-inner {
  border-top: 1px solid #e0dac9;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  max-width: 740px;
  padding-top: 34px;
  display: flex;
}

.cta-quote {
  color: #2c281f;
  max-width: 440px;
  font-family: Newsreader, serif;
  font-size: 21px;
  font-style: italic;
}

.cta-link {
  color: #1a1813;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 1px solid #9a5b3f;
  padding-bottom: 3px;
  font-family: IBM Plex Mono, monospace;
  font-size: 14px;
  text-decoration: none;
}

.site-footer-2 {
  background-color: #f4f1e8;
  background-image: none;
  border-top: 1px solid #1a1813;
}

.footer-inner-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.footer-brand-2 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.footer-links-2 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.nav-link-2 {
  color: #8a8270;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.nav-link-2:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.footer-copy-2 {
  color: #b3aa98;
  letter-spacing: .05em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.footer-legal-wrap-2 {
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-disclaimer-2 {
  color: #8a8270;
  letter-spacing: .02em;
  border-top: 1px solid #e0dac9;
  max-width: 840px;
  margin: 0;
  padding-top: 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  line-height: 1.7;
}

._w-nav-3 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

._w-container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-nav-brand-3 {
  float: left;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

._w-nav-menu-3 {
  float: right;
  align-items: center;
  display: flex;
  position: relative;
}

._w-nav-link-3 {
  color: #222;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._w-nav-button-3 {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

._w-nav-button-3._w--open {
  color: #8a8270;
}

._w-icon-nav-menu-3 {
  z-index: 1;
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.fb-nav-menu-line-3 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
  border-radius: 999px;
  width: 24px;
  height: 2px;
  display: block;
}

.fb-nav-brand-2 {
  opacity: 1;
  color: #1a1813;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.fb-nav-brand-color-2 {
  opacity: 1;
  color: #1a1813;
}

.fb-nav-layout-1-3 {
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fb-nav-root-3 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.fb-nav-menu-3 {
  background: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.fb-nav-button-3, .fb-nav-button-3._w--open {
  color: #8a8270;
}

.fb-nav-button-icon-4-3, .fb-nav-button-icon-5-3 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
}

.sjh-link {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #9a5b3f;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sjh-link:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.sjh-booked {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.body-block-4 {
  background-color: #faf8f2;
  background-image: none;
  margin: 0;
}

.sjh-header-2 {
  background-color: #faf8f2;
  background-image: none;
  border-bottom: 1px solid #e6e1d4;
  font-family: Newsreader, serif;
}

.sjh-wrap-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 48px;
  display: flex;
}

.sjh-wrap-block-2 {
  box-sizing: border-box;
}

.sjh-brand-2 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.sjh-menu-2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  display: none;
}

.sjh-mlink-2 {
  color: #1a1813;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6e1d4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.page-3 {
  color: #1a1813;
  background-color: #faf8f2;
  background-image: none;
  min-height: 100vh;
  font-family: Newsreader, serif;
}

.wrap-3 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.art-head-pad-2 {
  padding-top: 84px;
  padding-bottom: 0;
}

.art-head-inner-2 {
  max-width: 760px;
}

.art-h1-2 {
  letter-spacing: -.018em;
  text-wrap: balance;
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.06;
}

.art-dek-2 {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 640px;
  margin: 28px 0 0;
  font-size: 21px;
  line-height: 1.55;
}

.reviews-pad {
  padding-top: 60px;
  padding-bottom: 40px;
}

.reviews-inner {
  max-width: 740px;
}

.review-row {
  border-top: 1px solid #e0dac9;
  grid-template-rows: auto;
  grid-template-columns: 54px 1fr;
  column-gap: 26px;
  padding: 44px 0;
  display: grid;
}

.review-row-first {
  border-top-color: #1a1813;
}

.review-num {
  color: #b3aa98;
  padding-top: 8px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.review-quote {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 620px;
  font-family: Newsreader, serif;
  font-size: 22px;
  line-height: 1.55;
}

.review-quote-text {
  margin: 0 0 16px;
}

.review-quote-text-2 {
  margin: 0;
}

.review-attr {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 24px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.attr-name {
  color: #1a1813;
}

.attr-meta {
  color: #9a968a;
}

.review-attr-flex {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.badge-2 {
  color: #8a8270;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid #d8d2c2;
  border-radius: 999px;
  padding: 4px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.review-row-last {
  border-bottom: 1px solid #e0dac9;
}

.site-footer-3 {
  background-color: #f4f1e8;
  background-image: none;
  border-top: 1px solid #1a1813;
}

.footer-inner-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.footer-brand-3 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.footer-links-3 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.nav-link-3 {
  color: #8a8270;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.nav-link-3:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.footer-copy-3 {
  color: #b3aa98;
  letter-spacing: .05em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.footer-legal-wrap-3 {
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-disclaimer-3 {
  color: #8a8270;
  letter-spacing: .02em;
  border-top: 1px solid #e0dac9;
  max-width: 840px;
  margin: 0;
  padding-top: 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  line-height: 1.7;
}

._w-nav-4 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

._w-container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-nav-brand-4 {
  float: left;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

._w-nav-menu-4 {
  float: right;
  align-items: center;
  display: flex;
  position: relative;
}

._w-nav-link-4 {
  color: #222;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._w-nav-button-4 {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

._w-nav-button-4._w--open {
  color: #8a8270;
}

._w-icon-nav-menu-4 {
  z-index: 1;
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.fb-nav-menu-line-4 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
  border-radius: 999px;
  width: 24px;
  height: 2px;
  display: block;
}

.fb-nav-brand-3 {
  opacity: 1;
  color: #1a1813;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.fb-nav-brand-color-3 {
  opacity: 1;
  color: #1a1813;
}

.fb-nav-layout-1-4 {
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fb-nav-root-4 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.fb-nav-menu-4 {
  background: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.fb-nav-button-4, .fb-nav-button-4._w--open {
  color: #8a8270;
}

.fb-nav-button-icon-4-4, .fb-nav-button-icon-5-4 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
}

.sjh-link-2 {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #9a5b3f;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sjh-link-2:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.sjh-booked-2 {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.body-block-5 {
  background-color: #faf8f2;
  background-image: none;
  margin: 0;
}

.page-4 {
  color: #1a1813;
  background-color: #faf8f2;
  background-image: none;
  min-height: 100vh;
  font-family: Newsreader, serif;
}

.page-contact {
  flex-direction: column;
  display: flex;
}

.wrap-4 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.contact-head-pad {
  padding-top: 96px;
  padding-bottom: 0;
}

.art-head-inner-3 {
  max-width: 760px;
}

.art-h1-3 {
  letter-spacing: -.018em;
  text-wrap: balance;
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.06;
}

.art-dek-contact {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 23px;
  line-height: 1.5;
}

.copybox-pad {
  padding-top: 44px;
  padding-bottom: 0;
}

.copybox {
  cursor: pointer;
  background-color: #0c0c0c;
  background-image: none;
  border: 1px solid #000;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  display: inline-flex;
  box-shadow: 0 8px 24px #140e0429;
}

.copybox:hover {
  background-color: #161616;
  background-image: none;
}

.copy-email {
  color: #f4f1e8;
  letter-spacing: .01em;
  font-family: IBM Plex Mono, monospace;
  font-size: 20px;
}

.copy-hint {
  color: #7a7a7a;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 1px solid #2a2a2a;
  padding-left: 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.toast {
  opacity: 0;
  color: #9a5b3f;
  letter-spacing: .04em;
  margin-top: 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12.5px;
  transition: opacity .2s, transform .2s;
  transform: translateY(4px);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.contact-detail-pad {
  padding-top: 48px;
  padding-bottom: 96px;
}

.contact-cols {
  border-top: 1px solid #e0dac9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 760px;
  padding-top: 36px;
  display: grid;
}

.avail-label {
  color: #9a968a;
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  display: inline-flex;
}

.blink-dot {
  background-color: #d08322;
  background-image: none;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: 1.4s step-end infinite blink;
  display: inline-block;
}

.contact-p {
  color: #2c281f;
  text-wrap: pretty;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.b600 {
  font-weight: 600;
}

.meta-label {
  color: #9a968a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.contact-p-mb {
  color: #2c281f;
  text-wrap: pretty;
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.55;
}

.contact-link {
  color: #1a1813;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 1px solid #9a5b3f;
  padding-bottom: 3px;
  font-family: IBM Plex Mono, monospace;
  font-size: 14px;
  text-decoration: none;
}

.site-footer-4 {
  background-color: #f4f1e8;
  background-image: none;
  border-top: 1px solid #1a1813;
}

.footer-bottom {
  margin-top: auto;
}

.footer-inner-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.footer-brand-4 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.footer-copy-4 {
  color: #b3aa98;
  letter-spacing: .05em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.footer-legal-wrap-4 {
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-disclaimer-4 {
  color: #8a8270;
  letter-spacing: .02em;
  border-top: 1px solid #e0dac9;
  max-width: 840px;
  margin: 0;
  padding-top: 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  line-height: 1.7;
}

._w-nav-5 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

._w-container-5 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-nav-brand-5 {
  float: left;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

._w-nav-menu-5 {
  float: right;
  align-items: center;
  display: flex;
  position: relative;
}

._w-nav-link-5 {
  color: #222;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._w-nav-button-5 {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

._w-nav-button-5._w--open {
  color: #8a8270;
}

._w-icon-nav-menu-5 {
  z-index: 1;
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.fb-nav-menu-line-5 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
  border-radius: 999px;
  width: 24px;
  height: 2px;
  display: block;
}

.fb-nav-brand-4 {
  opacity: 1;
  color: #8a8270;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.fb-nav-brand-color-4 {
  opacity: 1;
  color: #8a8270;
}

.fb-nav-layout-1-5 {
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fb-nav-root-5 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.fb-nav-menu-5 {
  background: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.fb-nav-button-5, .fb-nav-button-5._w--open {
  color: #8a8270;
}

.fb-nav-button-icon-4-5, .fb-nav-button-icon-5-5 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
}

.nav-link-4 {
  color: #8a8270;
  text-align: center;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.nav-link-4:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.body-block-6 {
  background-color: #faf8f2;
  background-image: none;
  margin: 0;
}

.sjh-header-3 {
  background-color: #faf8f2;
  background-image: none;
  border-bottom: 1px solid #e6e1d4;
  font-family: Newsreader, serif;
}

.sjh-wrap-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 48px;
  display: flex;
}

.sjh-wrap-block-3 {
  box-sizing: border-box;
}

.sjh-brand-3 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.sjh-menu-3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  display: none;
}

.sjh-mlink-3 {
  color: #1a1813;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6e1d4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.page-5 {
  color: #1a1813;
  background-color: #faf8f2;
  background-image: none;
  min-height: 100vh;
  font-family: Newsreader, serif;
}

.wrap-5 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.art-head-pad-3 {
  padding-top: 84px;
  padding-bottom: 0;
}

.art-head-inner-4 {
  max-width: 760px;
}

.legal-updated {
  color: #8a8270;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.art-h1-4 {
  letter-spacing: -.018em;
  text-wrap: balance;
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.06;
}

.art-dek-legal {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 680px;
  margin: 26px 0 0;
  font-size: 19px;
  line-height: 1.65;
}

.legal-pad {
  padding-top: 52px;
  padding-bottom: 40px;
}

.legal-inner {
  max-width: 680px;
}

.legal-h-first {
  color: #9a5b3f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.lp {
  color: #2c281f;
  margin: 0 0 18px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.legal-h {
  color: #9a5b3f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 46px 0 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.legal-subhead {
  color: #1a1813;
  margin: 22px 0 12px;
  font-family: Newsreader, serif;
  font-size: 19px;
  font-weight: 500;
}

.lp-14 {
  color: #2c281f;
  margin: 0 0 14px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.lp-list {
  color: #2c281f;
  margin: 0 0 18px;
  padding-left: 22px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.li-6 {
  margin-bottom: 6px;
}

.li-10 {
  margin-bottom: 10px;
}

.lp-8 {
  color: #2c281f;
  margin: 0 0 8px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.lp-4 {
  color: #2c281f;
  margin: 0 0 4px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.site-footer-5 {
  background-color: #f4f1e8;
  background-image: none;
  border-top: 1px solid #1a1813;
}

.footer-inner-5 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.footer-brand-5 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.footer-links-4 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.nav-link-5 {
  color: #8a8270;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.nav-link-5:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.footer-copy-5 {
  color: #b3aa98;
  letter-spacing: .05em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.footer-legal-wrap-5 {
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-disclaimer-5 {
  color: #8a8270;
  letter-spacing: .02em;
  border-top: 1px solid #e0dac9;
  max-width: 840px;
  margin: 0;
  padding-top: 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  line-height: 1.7;
}

._w-nav-6 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

._w-container-6 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-nav-brand-6 {
  float: left;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

._w-nav-menu-6 {
  float: right;
  align-items: center;
  display: flex;
  position: relative;
}

._w-nav-link-6 {
  color: #222;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._w-nav-button-6 {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

._w-nav-button-6._w--open {
  color: #8a8270;
}

._w-icon-nav-menu-6 {
  z-index: 1;
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.fb-nav-menu-line-6 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
  border-radius: 999px;
  width: 24px;
  height: 2px;
  display: block;
}

.fb-nav-brand-5 {
  opacity: 1;
  color: #1a1813;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.fb-nav-brand-color-5 {
  opacity: 1;
  color: #1a1813;
}

.fb-nav-layout-1-6 {
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fb-nav-root-6 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.fb-nav-menu-6 {
  background: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.fb-nav-button-6, .fb-nav-button-6._w--open {
  color: #8a8270;
}

.fb-nav-button-icon-4-6, .fb-nav-button-icon-5-6 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
}

.sjh-link-3 {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #9a5b3f;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sjh-link-3:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.sjh-booked-3 {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.body-block-7 {
  background-color: #faf8f2;
  background-image: none;
  margin: 0;
}

.sjh-header-4 {
  background-color: #faf8f2;
  background-image: none;
  border-bottom: 1px solid #e6e1d4;
  font-family: Newsreader, serif;
}

.sjh-wrap-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 48px;
  display: flex;
}

.sjh-wrap-block-4 {
  box-sizing: border-box;
}

.sjh-brand-4 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.sjh-menu-4 {
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  display: none;
}

.sjh-mlink-4 {
  color: #1a1813;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6e1d4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.page-6 {
  color: #1a1813;
  background-color: #faf8f2;
  background-image: none;
  min-height: 100vh;
  font-family: Newsreader, serif;
}

.wrap-6 {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.art-head-pad-4 {
  padding-top: 84px;
  padding-bottom: 0;
}

.art-head-inner-5 {
  max-width: 760px;
}

.art-h1-5 {
  letter-spacing: -.018em;
  text-wrap: balance;
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.06;
}

.art-dek-legal-2 {
  color: #2c281f;
  text-wrap: pretty;
  max-width: 680px;
  margin: 26px 0 0;
  font-size: 19px;
  line-height: 1.65;
}

.legal-pad-2 {
  padding-top: 52px;
  padding-bottom: 40px;
}

.legal-inner-2 {
  max-width: 680px;
}

.legal-h-first-2 {
  color: #9a5b3f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.lp-2 {
  color: #2c281f;
  margin: 0 0 18px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.legal-h-2 {
  color: #9a5b3f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 46px 0 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.lp-14-2 {
  color: #2c281f;
  margin: 0 0 14px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.lp-list-2 {
  color: #2c281f;
  margin: 0 0 18px;
  padding-left: 22px;
  font-family: Newsreader, serif;
  font-size: 17px;
  line-height: 1.7;
}

.li-6-2 {
  margin-bottom: 6px;
}

.site-footer-6 {
  background-color: #f4f1e8;
  background-image: none;
  border-top: 1px solid #1a1813;
}

.footer-inner-6 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.footer-brand-6 {
  color: #1a1813;
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
}

.footer-links-5 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.nav-link-6 {
  color: #8a8270;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.nav-link-6:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.footer-copy-6 {
  color: #b3aa98;
  letter-spacing: .05em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.footer-legal-wrap-6 {
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-disclaimer-6 {
  color: #8a8270;
  letter-spacing: .02em;
  border-top: 1px solid #e0dac9;
  max-width: 840px;
  margin: 0;
  padding-top: 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  line-height: 1.7;
}

._w-nav-7 {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

._w-container-7 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-nav-brand-7 {
  float: left;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

._w-nav-menu-7 {
  float: right;
  align-items: center;
  display: flex;
  position: relative;
}

._w-nav-link-7 {
  color: #222;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._w-nav-button-7 {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

._w-nav-button-7._w--open {
  color: #8a8270;
}

._w-icon-nav-menu-7 {
  z-index: 1;
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.fb-nav-menu-line-7 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
  border-radius: 999px;
  width: 24px;
  height: 2px;
  display: block;
}

.fb-nav-brand-6 {
  opacity: 1;
  color: #1a1813;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.fb-nav-brand-color-6 {
  opacity: 1;
  color: #1a1813;
}

.fb-nav-layout-1-7 {
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fb-nav-root-7 {
  color: #8a8270;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  align-items: center;
  gap: 28px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.fb-nav-menu-7 {
  background: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.fb-nav-button-7, .fb-nav-button-7._w--open {
  color: #8a8270;
}

.fb-nav-button-icon-4-7, .fb-nav-button-icon-5-7 {
  color: #8a8270;
  -webkit-text-fill-color: #8a8270;
  background-color: #8a8270;
  border-color: #8a8270;
}

.sjh-link-4 {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #9a5b3f;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.sjh-link-4:hover {
  color: #1a1813;
  border-bottom: 1px solid #9a5b3f;
}

.sjh-booked-4 {
  color: #1a1813;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

@media screen and (max-width: 991px) {
  .sj-hero-h1 {
    font-size: 54px;
  }

  .sj-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sj-mobile-menu {
    display: flex;
  }

  .sj-pos-h2 {
    font-size: 44px;
  }

  ._w-nav-menu {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button {
    display: block;
  }

  ._w-nav-button._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .fb-nav-menu {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button, .fb-nav-button._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4, .fb-nav-button-icon-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sj-logo-selector-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sj-logo-selector-3 {
    color: #1a1813;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
  }

  .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile-menu {
    opacity: 0;
    max-height: 0;
    transition: max-height .26s, opacity .2s;
    display: flex;
    overflow: hidden;
  }

  .mobile-menu.menu-open {
    opacity: 1;
    max-height: 280px;
  }

  .hero-h1 {
    font-size: 54px;
  }

  .pos-h2 {
    font-size: 44px;
  }

  ._w-nav-menu-2 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-2 {
    display: block;
  }

  ._w-nav-button-2._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-2 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-2 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-inline-row {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-2 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .fb-nav-menu-2 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-2, .fb-nav-button-2._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-2, .fb-nav-button-icon-5-2 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .nav-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-booked {
    width: 100%;
    color: inherit;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
  }

  .sjh-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sjh-menu {
    opacity: 0;
    max-height: 0;
    transition: max-height .26s, opacity .2s;
    display: flex;
    overflow: hidden;
  }

  .sjh-menu.sjh-open {
    opacity: 1;
    max-height: 280px;
  }

  .wrap-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .art-h1 {
    font-size: 52px;
  }

  ._w-nav-menu-3 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-3 {
    display: block;
  }

  ._w-nav-button-3._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-3 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-3 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-2 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-3 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .fb-nav-menu-3 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-3, .fb-nav-button-3._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-3, .fb-nav-button-icon-5-3 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  .sjh-wrap-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sjh-menu-2 {
    opacity: 0;
    max-height: 0;
    transition: max-height .26s, opacity .2s;
    display: flex;
    overflow: hidden;
  }

  .sjh-menu-2.sjh-open {
    opacity: 1;
    max-height: 280px;
  }

  .wrap-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .art-h1-2 {
    font-size: 52px;
  }

  ._w-nav-menu-4 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-4 {
    display: block;
  }

  ._w-nav-button-4._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-4 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-4 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-3 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-4 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .fb-nav-menu-4 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-4, .fb-nav-button-4._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-4, .fb-nav-button-icon-5-4 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-2 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  .wrap-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .art-h1-3 {
    font-size: 52px;
  }

  ._w-nav-menu-5 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-5 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-5 {
    display: block;
  }

  ._w-nav-button-5._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-5 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-4 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-5 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .fb-nav-menu-5 {
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-5, .fb-nav-button-5._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-5, .fb-nav-button-icon-5-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .nav-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-wrap-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sjh-menu-3 {
    opacity: 0;
    max-height: 0;
    transition: max-height .26s, opacity .2s;
    display: flex;
    overflow: hidden;
  }

  .sjh-menu-3.sjh-open {
    opacity: 1;
    max-height: 280px;
  }

  .wrap-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .art-h1-4 {
    font-size: 52px;
  }

  ._w-nav-menu-6 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-6 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-6 {
    display: block;
  }

  ._w-nav-button-6._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-6 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-6 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-5 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-6 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .fb-nav-menu-6 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-6, .fb-nav-button-6._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-6, .fb-nav-button-icon-5-6 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-3 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  .sjh-wrap-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sjh-menu-4 {
    opacity: 0;
    max-height: 0;
    transition: max-height .26s, opacity .2s;
    display: flex;
    overflow: hidden;
  }

  .sjh-menu-4.sjh-open {
    opacity: 1;
    max-height: 280px;
  }

  .wrap-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .art-h1-5 {
    font-size: 52px;
  }

  ._w-nav-menu-7 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-7 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-7 {
    display: block;
  }

  ._w-nav-button-7._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-7 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-7 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-6 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-7 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .fb-nav-menu-7 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-7, .fb-nav-button-7._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-7, .fb-nav-button-icon-5-7 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-4 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .sj-hero-h1 {
    font-size: 44px;
  }

  .sj-door {
    grid-template-columns: 30px 1fr 20px;
    column-gap: 14px;
    padding: 26px 0;
  }

  .sj-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sj-topbar {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sj-hero {
    padding-top: 46px;
  }

  .sj-log-section {
    padding-bottom: 52px;
  }

  .sj-console-body {
    padding: 22px 16px;
  }

  .sj-log-grid {
    grid-template-columns: 1fr;
    row-gap: 2px;
  }

  .sj-pos {
    padding-top: 52px;
    padding-bottom: 28px;
  }

  .sj-pos-h2 {
    font-size: 32px;
  }

  .sj-pos-p {
    margin-top: 18px;
    font-size: 18px;
  }

  .sj-door-title {
    font-size: 23px;
  }

  .sj-door-desc {
    font-size: 15px;
  }

  .sj-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .sj-footer-links {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  ._w-nav-menu {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button {
    display: block;
  }

  ._w-nav-button._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button, .fb-nav-button._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4, .fb-nav-button-icon-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sj-logo-selector-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sj-logo-selector-3 {
    color: #1a1813;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
  }

  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  .topbar {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .hero-pad {
    padding-top: 46px;
  }

  .hero-h1 {
    font-size: 44px;
  }

  .log-pad {
    padding-bottom: 52px;
  }

  .log-inner {
    padding: 22px 16px;
  }

  .log-grid {
    grid-template-columns: 1fr;
    row-gap: 2px;
  }

  .pos-pad {
    padding-top: 52px;
    padding-bottom: 28px;
  }

  .pos-h2 {
    font-size: 32px;
  }

  .pos-p {
    margin-top: 18px;
    font-size: 18px;
  }

  .door {
    grid-template-columns: 30px 1fr 20px;
    column-gap: 14px;
    padding: 26px 0;
  }

  .door-title {
    font-size: 23px;
  }

  .door-desc {
    font-size: 15px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  ._w-nav-menu-2 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-2 {
    display: block;
  }

  ._w-nav-button-2._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-2 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-2 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-inline-row {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-2 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-2 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-2, .fb-nav-button-2._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-2, .fb-nav-button-icon-5-2 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .nav-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-booked {
    width: 100%;
    color: inherit;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
  }

  .sjh-wrap {
    padding: 13px 22px;
  }

  .wrap-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .art-head-pad {
    padding-top: 52px;
  }

  .art-h1 {
    font-size: 36px;
  }

  .art-dek {
    font-size: 19px;
  }

  .beliefs-pad {
    padding-top: 36px;
  }

  .belief-row {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .belief-num {
    margin-bottom: 12px;
  }

  .belief-h {
    font-size: 26px;
  }

  .belief-body {
    font-size: 17px;
  }

  .footer-inner-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .footer-links-2 {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  ._w-nav-menu-3 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-3 {
    display: block;
  }

  ._w-nav-button-3._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-3 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-3 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-2 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-3 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-3 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-3, .fb-nav-button-3._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-3, .fb-nav-button-icon-5-3 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  .sjh-wrap-2 {
    padding: 13px 22px;
  }

  .wrap-3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .art-head-pad-2 {
    padding-top: 52px;
  }

  .art-h1-2 {
    font-size: 36px;
  }

  .art-dek-2 {
    font-size: 19px;
  }

  .reviews-pad {
    padding-top: 36px;
  }

  .review-row {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .review-num {
    margin-bottom: 12px;
  }

  .review-quote {
    font-size: 18px;
  }

  .review-attr {
    font-size: 11px;
  }

  .footer-inner-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .footer-links-3 {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  ._w-nav-menu-4 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-4 {
    display: block;
  }

  ._w-nav-button-4._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-4 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-4 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-3 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-4 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-4 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-4, .fb-nav-button-4._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-4, .fb-nav-button-icon-5-4 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-2 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  .wrap-4 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-head-pad {
    padding-top: 52px;
  }

  .art-h1-3 {
    font-size: 36px;
  }

  .art-dek-contact {
    font-size: 19px;
  }

  .copybox {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }

  .copy-email {
    font-size: 16px;
  }

  .copy-hint {
    border-left: none;
    padding-left: 0;
  }

  .contact-cols {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-inner-4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  ._w-nav-menu-5 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-5 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-5 {
    display: block;
  }

  ._w-nav-button-5._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-5 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-4 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-5 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-5 {
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-5, .fb-nav-button-5._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-5, .fb-nav-button-icon-5-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .nav-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-wrap-3 {
    padding: 13px 22px;
  }

  .wrap-5 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .art-head-pad-3 {
    padding-top: 52px;
  }

  .art-h1-4 {
    font-size: 34px;
  }

  .legal-pad {
    padding-top: 40px;
  }

  .lp, .lp-14, .lp-list, .lp-8, .lp-4 {
    font-size: 16px;
  }

  .footer-inner-5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .footer-links-4 {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  ._w-nav-menu-6 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-6 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-6 {
    display: block;
  }

  ._w-nav-button-6._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-6 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-6 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-5 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-6 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-6 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-6, .fb-nav-button-6._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-6, .fb-nav-button-icon-5-6 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-3 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  .sjh-wrap-4 {
    padding: 13px 22px;
  }

  .wrap-6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .art-head-pad-4 {
    padding-top: 52px;
  }

  .art-h1-5 {
    font-size: 34px;
  }

  .legal-pad-2 {
    padding-top: 40px;
  }

  .lp-2, .lp-14-2, .lp-list-2 {
    font-size: 16px;
  }

  .footer-inner-6 {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .footer-links-5 {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  ._w-nav-menu-7 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-7 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-7 {
    display: block;
  }

  ._w-nav-button-7._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-7 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-7 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-6 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-7 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-7 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-7, .fb-nav-button-7._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-7, .fb-nav-button-icon-5-7 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-4 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  ._w-nav-menu {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button {
    display: block;
  }

  ._w-nav-button._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button, .fb-nav-button._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4, .fb-nav-button-icon-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sj-logo-selector-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sj-logo-selector-3 {
    color: #1a1813;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
  }

  ._w-nav-menu-2 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-2 {
    display: block;
  }

  ._w-nav-button-2._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-2 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-2 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-inline-row {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-2 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-2 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-2, .fb-nav-button-2._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-2, .fb-nav-button-icon-5-2 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .nav-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-booked {
    width: 100%;
    color: inherit;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
  }

  ._w-nav-menu-3 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-3 {
    display: block;
  }

  ._w-nav-button-3._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-3 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-3 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-2 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-3 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-3 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-3, .fb-nav-button-3._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-3, .fb-nav-button-icon-5-3 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  ._w-nav-menu-4 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-4 {
    display: block;
  }

  ._w-nav-button-4._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-4 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-4 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-3 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-4 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-4 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-4, .fb-nav-button-4._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-4, .fb-nav-button-icon-5-4 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-2 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  ._w-nav-menu-5 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-5 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-5 {
    display: block;
  }

  ._w-nav-button-5._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-5 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-4 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-5 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-5 {
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-5, .fb-nav-button-5._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-5, .fb-nav-button-icon-5-5 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .nav-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  ._w-nav-menu-6 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-6 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-6 {
    display: block;
  }

  ._w-nav-button-6._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-6 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-6 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-5 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-6 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-6 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-6, .fb-nav-button-6._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-6, .fb-nav-button-icon-5-6 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-3 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }

  ._w-nav-menu-7 {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  ._w-nav-link-7 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 24px;
    display: block;
  }

  ._w-nav-button-7 {
    display: block;
  }

  ._w-nav-button-7._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._w-icon-nav-menu-7 {
    z-index: 1;
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .fb-nav-menu-line-7 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .fb-nav-brand-6 {
    white-space: nowrap;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
    display: inline-flex;
  }

  .fb-nav-layout-1-7 {
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fb-nav-menu-7 {
    color: #1a1813;
    box-sizing: border-box;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .fb-nav-button-7, .fb-nav-button-7._w--open {
    color: #8a8270;
    background: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-nav-button-icon-4-7, .fb-nav-button-icon-5-7 {
    color: #8a8270;
    -webkit-text-fill-color: #8a8270;
    background-color: #8a8270;
    border-color: #8a8270;
  }

  .sjh-link-4 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sjh-booked-4 {
    width: 100%;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: inline-flex;
  }
}


