@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f5ebdc;
  --font--body: "Generalsans Variable", sans-serif;
  --black: #2d3f59;
  --font--heading: "Generalsans Variable", sans-serif;
  --body-size-desktop--large: 1.25rem;
  --light-red: #d64933;
  --body-size-desktop--medium: 1.125rem;
  --radius--main-border: 1.25rem;
  --green\<deleted\|variable-1bc7c4f5-5423-387f-6cf8-f04a6148d86f\>: #bbbe64;
  --red: #ab2346;
  --blue: #92dce5;
  --heading-size-desktop--h1: 5.625rem;
  --heading-size-mobile--h1: 3.125rem;
  --heading-size-desktop--h2: 4.75rem;
  --heading-size-mobile--h2: 2.5rem;
  --heading-size-desktop--h3: 3.75rem;
  --heading-size-mobile--h3: 1.875rem;
  --heading-size-mobile--h4: 1.5rem;
  --heading-size-desktop--h4: 2rem;
  --heading-size-desktop--h5: 1.5rem;
  --heading-size-mobile--h5: 1.25rem;
  --heading-size-desktop--h6: 1.25rem;
  --heading-size-mobile--h6: 1.125rem;
  --body-size-desktop--small: .875rem;
  --body-size-desktop--tiny: .75rem;
  --body-size-desktop--regular: 1rem;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--white);
  font-family: var(--font--body);
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  z-index: 3;
  font-family: var(--font--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
  position: relative;
}

h2 {
  font-family: var(--font--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  font-family: var(--font--heading);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  font-size: var(--body-size-desktop--large);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--light-red);
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--black);
}

ul {
  font-size: var(--body-size-desktop--medium);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 26px;
  font-weight: 400;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 26px;
}

li {
  color: var(--black);
  margin-bottom: 1rem;
}

img {
  border-radius: var(--radius--main-border);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--green\<deleted\|variable-1bc7c4f5-5423-387f-6cf8-f04a6148d86f\>);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.style-guide {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  min-height: 100vh;
}

.grid-2-columns.testimonials {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 6rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-2-columns.chef {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.grid-2-columns.contact {
  grid-column-gap: 10vw;
  grid-row-gap: 7vw;
  grid-template-columns: .85fr 1fr;
}

.grid-2-columns.margin-top {
  margin-top: 4vw;
}

.style-guide-sidebar {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  max-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.navigation-wrapper {
  flex-flow: column;
  display: flex;
}

.navigation-header {
  padding: 10px 20px;
}

.link-sidebar {
  border-right: 3px solid var(--black);
  color: var(--black);
  padding: 20px 20px 20px 40px;
  text-decoration: none;
}

.link-sidebar.w--current {
  border-right-style: solid;
  border-right-color: var(--red);
  background-color: var(--light-red);
  color: var(--white);
  font-weight: 700;
}

.header {
  padding: 30px 4vw 4vw;
}

.inner-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row.is-mobile-vertical-reverse {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 8rem;
}

.row.space-between {
  z-index: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  position: relative;
}

.row.space-between.container-small {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.row.space-between.container-small-copy {
  color: var(--black);
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
}

.row.space-between.last {
  flex-flow: row-reverse;
}

.row.top {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: flex-end;
  align-items: flex-start;
}

.row.top.grid {
  grid-column-gap: 150px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.instagram {
  padding-bottom: 2.4rem;
}

.row.journal {
  z-index: 1;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.row.room {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.row.padding-left {
  padding-left: 292px;
}

.row.gap0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.row.container-small {
  justify-content: space-between;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
}

.row.gap-xxsmall {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.row.read {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.row.experiences {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.style-guide---content-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  padding: 4vw;
  display: flex;
}

.divider {
  background-color: var(--red);
  height: 1px;
}

.grid-4-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card {
  min-width: 200px;
}

.color-block {
  min-height: 200px;
}

.color-block.bg-primary {
  background-color: var(--light-red);
}

.color-block.bg-light-red {
  background-color: var(--red);
}

.color-block.bg-neutral {
  background-color: var(--blue);
}

.color-block.bg-green {
  background-color: var(--green\<deleted\|variable-1bc7c4f5-5423-387f-6cf8-f04a6148d86f\>);
}

.color-block.bg-black {
  background-color: var(--black);
}

.color-block.bg-white {
  background-color: var(--white);
  border: 1px solid #000;
}

.card-block-cotent {
  padding: 20px 20px 20px 0;
}

.text-weight-semibold {
  font-weight: 500;
}

.wrap-text-color {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.font-block {
  background-color: #0000000f;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.font {
  font-size: 120px;
  line-height: 1;
}

.font.heading {
  font-family: Melodrama;
}

.font.body {
  font-family: Montserrat, sans-serif;
}

.spacer {
  height: 40px;
}

.spacer.small {
  height: 20px;
}

.heading-h1-size {
  font-size: var(--heading-size-desktop--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.heading-h2-size {
  font-size: var(--heading-size-desktop--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.heading-h2-size.align-right {
  text-align: right;
}

.heading-h2-size.second {
  font-size: 5vw;
}

.heading-h2-size.bottom-auto {
  margin-bottom: auto;
}

.heading-h3-size {
  font-size: var(--heading-size-desktop--h3);
  margin-top: 0;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3-size.mobile {
  font-size: var(--heading-size-mobile--h4);
}

.heading-h4-size {
  font-size: var(--heading-size-desktop--h4);
  margin-top: 0;
  font-weight: 500;
  line-height: 130%;
}

.heading-h4-size.max-width-xsmall {
  max-width: 15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-h5-size {
  font-size: var(--heading-size-desktop--h5);
  line-height: 140%;
}

.heading-h6-size {
  font-size: var(--heading-size-desktop--h6);
  line-height: 140%;
}

.text-size-large {
  font-size: var(--body-size-desktop--large);
  font-weight: 400;
  line-height: 150%;
}

.text-size-large.text-weight-medium {
  mix-blend-mode: multiply;
  font-weight: 500;
}

.text-weight-bold {
  font-weight: 700;
}

.text-wight-medium {
  font-weight: 500;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-medium {
  font-size: var(--body-size-desktop--medium);
  font-weight: 500;
  line-height: 150%;
}

.text-size-medium.text-weight-semibold {
  font-weight: 600;
}

.text-size-medium.title-post {
  text-align: left;
  width: 56%;
}

.text-size-medium.max-width-small {
  align-self: flex-end;
}

.text-size-medium.max-width-small.right {
  align-self: flex-start;
  max-width: 26.5rem;
  margin-left: 6vw;
}

.text-size-medium.title-experiences {
  font-size: var(--heading-size-desktop--h4);
}

.text-size-regular {
  line-height: 150%;
}

.text-size-small {
  font-size: var(--body-size-desktop--small);
  word-break: break-all;
}

.text-size-small.heading {
  font-family: var(--font--heading);
  word-break: break-all;
  font-weight: 600;
}

.text-size-tiny {
  font-size: var(--body-size-desktop--tiny);
  line-height: 150%;
}

.button {
  background-color: var(--light-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: .44rem;
  padding: 1rem 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--red);
  color: var(--white);
  font-weight: 600;
}

.button.is-secondary {
  color: var(--light-red);
  background-color: #0000;
}

.button.is-small {
  background-color: var(--light-red);
  color: var(--white);
  border-radius: .44rem;
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-small.is-icon-only.secondary {
  color: var(--light-red);
  background-color: #90323d00;
  border-color: #90323d3d;
  position: relative;
}

.button.is-terthiary {
  color: var(--light-red);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-icon-only.is-secondary {
  border-style: solid;
  border-color: #90323d3d;
  position: relative;
}

.button.gap {
  margin-top: 10px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.icon-embed-xsmall {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.icon-embed-xsmall.second {
  transform: scale(1.3);
}

.icon-embed-xsmall.nocurve {
  border-radius: 0;
}

.lottie-animation {
  position: absolute;
  inset: 0%;
}

.form-field-wrapper {
  position: relative;
}

.form-field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-input {
  border: 1px solid var(--black);
  color: #000;
  font-size: var(--body-size-desktop--medium);
  background-color: #fff;
  border-radius: 3.125rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  min-height: 11rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-icon {
  border: 2px solid var(--light-red);
  cursor: pointer;
  border-radius: 3px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  border: 2px solid var(--light-red);
  background-color: var(--light-red);
  box-shadow: none;
  border-radius: 3px;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  font-size: var(--body-size-desktop--small);
  margin-bottom: 0;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  border: 2px solid var(--light-red);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--light-red);
  background-color: #fff;
  background-image: none;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-radio-label {
  font-size: var(--body-size-desktop--small);
  margin-bottom: 0;
}

.styleguide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.styleguide-label {
  font-size: var(--body-size-desktop--tiny);
  white-space: nowrap;
  cursor: context-menu;
  display: inline-block;
}

.styleguide-label.padding {
  padding: 5px;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.grid-7-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.hero-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
}

.hero-section.second {
  padding-top: 2rem;
}

.main-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  position: static;
}

.hero-content {
  border-radius: var(--radius--main-border);
  color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  filter: brightness(70%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image.opacity {
  opacity: .37;
}

.filter {
  background-color: #1f1d1e3d;
  position: absolute;
  inset: 0%;
}

.hero-head {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.9rem;
  line-height: 1;
}

.hero-head.margin-bottom {
  margin-bottom: 20px;
}

.booking-hero-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.booking-hero-form.white {
  background-color: #fff;
  border-radius: .5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.booking-text-field {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--white) black black;
  font-size: var(--body-size-desktop--tiny);
  text-align: center;
  background-color: #fff0;
  background-image: url('../images/icon2.svg');
  background-position: 118px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 10rem;
  height: auto;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2.75rem;
  line-height: 1;
}

.booking-text-field::placeholder {
  color: var(--light-red);
}

.booking-text-field.guests {
  font-size: var(--body-size-desktop--tiny);
  text-transform: capitalize;
  background-image: url('../images/icon3.svg');
  background-position: 95px;
  width: 8.4rem;
  padding-right: 1.25rem;
}

.booking-text-field.guests::placeholder {
  color: var(--light-red);
}

.booking-text-field.guests.second {
  background-image: url('../images/group_78dp_E8EAED_FILL0_wght100_GRAD-25_opsz48-01.svg');
  background-position: 89px;
  background-size: 35px;
}

.booking-text-field.checkin {
  font-size: var(--body-size-desktop--tiny);
  background-image: url('../images/icon2.svg');
  background-position: 115px;
  width: 9.8rem;
  padding-right: 2.05rem;
}

.booking-text-field.checkin::placeholder {
  color: var(--light-red);
}

.margin-left {
  padding-left: 1.8rem;
}

.margin-left.second {
  padding-left: 10px;
}

.navbar {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-link {
  z-index: 3;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  padding: .62rem 0;
  display: flex;
}

.main-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  font-size: var(--body-size-desktop--regular);
  font-variation-settings: "wght" 450;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition-property: font-variation-settings;
  display: flex;
}

.main-link:hover {
  font-variation-settings: "wght" 700;
}

.main-link.nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: var(--body-size-desktop--small);
  transition: all .3s, color .3s;
}

.main-link.nav:hover {
  font-weight: 700;
}

.main-link.nav.book {
  font-variation-settings: "wght" 450;
  justify-content: flex-start;
  align-items: center;
  width: 8.5rem;
}

.main-link.nav.book:hover {
  font-variation-settings: "wght" 700;
}

.menu-button {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.menu-button.w--open {
  z-index: 2;
  background-color: #c8c8c800;
}

.display-flex {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.display-flex.overflow-visible {
  overflow: visible;
}

.line-menu {
  background-color: var(--black);
  width: 2rem;
  height: 2px;
}

.brand {
  width: 89%;
  height: 100%;
  display: flex;
}

.section {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  flex-flow: column;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
  position: relative;
}

.section.align-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.align-center.top-0 {
  padding-top: 0;
}

.section.align-center.hide {
  display: none;
}

.section.sticky {
  height: 250vh;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section.padding-top {
  padding-top: 11rem;
  padding-left: 0;
  padding-right: 0;
}

.section.about {
  z-index: 1;
  width: 95vw;
  height: 250vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  inset: 0%;
}

.section.second {
  margin-left: auto;
  margin-right: auto;
}

.section.gap-smal {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
}

.section.gap-smal.top-0 {
  padding-top: 0;
}

.section.icon {
  text-align: center;
  width: 100%;
  display: block;
}

.section.padding-bottom-small {
  padding-top: 6vw;
  padding-bottom: 2rem;
}

.section.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding-top0 {
  padding-top: 0;
}

.section.padding-top-large {
  padding-top: 11rem;
  padding-left: 0;
  padding-right: 0;
}

.sub-heading {
  font-size: var(--body-size-desktop--small);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.sub-heading.align-right {
  text-align: right;
}

.sub-heading.text-weight-semibold {
  font-weight: 600;
}

.sub-heading.text-weight-semibold.small {
  color: var(--light-red);
  font-size: var(--body-size-desktop--medium);
  text-transform: capitalize;
  font-weight: 400;
}

.sub-heading.top-auto {
  margin-top: auto;
}

.about-slider {
  background-color: #ddd0;
  height: auto;
}

.about-slider-overflow-image {
  aspect-ratio: 2 / 2.5;
  border-radius: var(--radius--main-border);
  overflow: hidden;
}

.about-slider-overflow-image.absolute {
  aspect-ratio: 1;
  width: 15vw;
  position: absolute;
  inset: auto 0% 10% auto;
}

.about-slider-overflow-image.absolute.abbout {
  z-index: -1;
  aspect-ratio: 2 / 2.5;
  bottom: 0%;
}

.about-slider-overflow-image.absolute.contact {
  aspect-ratio: 2 / 2.5;
  bottom: -10%;
  right: -25%;
}

.about-slider-overflow-image.absolute-second {
  aspect-ratio: 2 / 2.5;
  width: 17vw;
  position: absolute;
  inset: 0 18% auto auto;
}

.about-slider-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 34vw 1fr;
  align-self: stretch;
  position: relative;
}

.about-slider-grid.reverse {
  grid-template-columns: 1fr minmax(26.2rem, 35rem);
}

.content {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content.white {
  color: var(--white);
}

.content.white.sticky {
  background-color: #eee5e900;
}

.content.sticky {
  z-index: 5;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  height: 86vh;
  padding-left: 4rem;
  position: relative;
  top: 0;
}

.content.sticky.absolute {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.column {
  position: relative;
}

.column.gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column.gap.footer {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 5rem;
  padding: 0 0;
}

.column.gap.large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
}

.column.gap.large.top-auto {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

.column.gap.small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.column.full {
  flex: none;
  align-self: stretch;
}

.column.gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.column.gap-small {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column.gap-small.padding-top {
  padding-top: 7.6rem;
}

.column.gap-small.padding-top.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
}

.column.gap-small.padding-top.center.hide {
  display: none;
}

.column.flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column.padding-top {
  padding-top: 10.7rem;
  position: static;
}

.column.gap-medium {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.column.space {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 300px;
  display: flex;
}

.column.menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.max-width-small {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 24rem;
  display: flex;
}

.hide {
  display: none;
}

.nav-menu {
  z-index: 1;
  color: var(--black);
  text-align: left;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  height: 100vh;
  margin-left: auto;
  padding-top: 8rem;
  padding-bottom: 1.2rem;
  padding-left: 5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.menu-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  margin-top: 2.5rem;
}

.nav-menu-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  padding-right: 1.5vw;
  display: flex;
}

.wrapper {
  align-self: auto;
  position: relative;
}

.wrapper.center {
  margin-left: auto;
  margin-right: auto;
}

.wrapper.center.second {
  align-self: center;
  margin-right: 0;
}

.wrapper.max-widt {
  width: 40.6rem;
  margin-left: auto;
}

.wrapper.margin-bottom {
  margin-bottom: 5.25rem;
}

.nav-menu-copy {
  color: var(--white);
  text-align: left;
  background-color: #c8c8c800;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.right-arrow {
  width: auto;
  inset: auto 0% 0% auto;
}

.right-arrow.testimonials {
  inset: auto auto 31% 8vw;
}

.left-arrow {
  width: auto;
  inset: auto 6rem 0% auto;
}

.left-arrow.testimonials {
  inset: auto auto 31% 4vw;
}

.grid-3-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.room-card {
  aspect-ratio: 2 / 2.3;
  border-radius: var(--radius--main-border);
  color: var(--white);
  cursor: none;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.room-card:hover {
  color: var(--white);
}

.room-card.auto {
  aspect-ratio: auto;
  height: 100%;
}

.room-card-content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.sticky-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scale-image {
  z-index: 4;
  border-radius: var(--radius--main-border);
  background-color: var(--blue);
  background-image: url('../images/pexels-ahmetcotur-28054879.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 33rem;
  height: 33rem;
  position: relative;
}

.scale-image.restaurant {
  background-image: url('../images/kuva_2025-04-19_193943073.png');
}

.big-text {
  z-index: 4;
  color: #fff6;
  white-space: nowrap;
  font-size: 15vw;
  font-weight: 700;
  line-height: 150%;
  position: absolute;
}

.big-text.align-right {
  z-index: 0;
  font-size: 15vw;
  line-height: 100%;
  inset: 2.94rem 0% auto auto;
}

.big-text.align-right.top-restaurant {
  z-index: 0;
  top: 6.54rem;
}

.big-text.align-left {
  z-index: 0;
  font-size: 14vw;
  line-height: 100%;
  inset: 5.34rem auto auto 0%;
}

.big-text.align-left.room {
  top: 1.34rem;
  left: 2vw;
}

.big-text.align-left.bottom {
  inset: auto auto 11%;
}

.image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.overflow-image {
  aspect-ratio: 1;
  border-radius: var(--radius--main-border);
  width: 269px;
  position: relative;
  overflow: hidden;
}

.wrapper-sticky {
  width: 95vw;
  height: 300vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sticky-wrap {
  border-radius: var(--radius--main-border);
  height: 86vh;
  display: flex;
  position: sticky;
  top: 99px;
  overflow: hidden;
}

.wrapper-images-sticky {
  border-radius: var(--radius--main-border);
  flex-flow: column;
  width: 55%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-overflow-image {
  flex: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.column-sticky {
  flex: 1;
  height: 100%;
}

.instawal {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  border-radius: var(--radius--main-border);
  background-color: #fff;
  flex-flow: column;
  padding: 2.4rem 0;
  display: flex;
  overflow: hidden;
}

.instagrid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "Area . . . ." .5fr
                 ". . . . ." .5fr
                 ". . . Area-2 Area-2" .5fr
                 / 1fr 1fr 1fr 1fr 1fr;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.instagram-bg {
  border-radius: var(--radius--main-border);
  background-color: var(--light-red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5vw 5rem;
  display: flex;
  position: relative;
}

.newsletter {
  z-index: 2;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
  position: relative;
}

.newsletter.max-width-regular {
  max-width: 31rem;
}

.newsletter.max-width-regular.hide {
  display: none;
}

.newsletter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-radius: .44rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding-left: 18px;
}

.text-field.bg {
  background-color: var(--white);
  margin-bottom: .75rem;
}

.text-field.bg.area {
  min-height: 8.8rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.grid {
  grid-row-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  height: auto;
  padding-top: 4px;
}

.footer-link {
  color: var(--black);
  font-size: var(--body-size-desktop--regular);
  font-variation-settings: "wght" 450;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  align-self: auto;
  min-width: auto;
  line-height: 150%;
  transition-property: font-variation-settings;
}

.footer-link:hover {
  font-variation-settings: "wght" 700;
  text-overflow: clip;
  white-space: nowrap;
  align-self: stretch;
}

.footer-link.auto {
  font-size: var(--body-size-desktop--tiny);
  min-width: auto;
}

.link {
  perspective: 1890px;
  font-size: var(--body-size-desktop--regular);
  font-variation-settings: "wght" 500;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  font-weight: 500;
  transition-property: font-variation-settings;
  display: flex;
  overflow: hidden;
  transform: perspective(1596px);
}

.link:hover {
  color: var(--light-red);
  font-variation-settings: "wght" 700;
  font-weight: 700;
}

.link.big {
  font-size: var(--heading-size-desktop--h6);
  font-weight: 500;
}

.link.big:hover {
  color: var(--white);
}

.link.black {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.link.black:hover {
  color: var(--light-red);
}

.link-span {
  perspective: 1248px;
  margin-bottom: 2px;
  display: block;
  transform: perspective(1248px);
}

.spacer-link {
  width: .25rem;
}

.image-overflow {
  border-radius: var(--radius--main-border);
  overflow: hidden;
}

.image-overflow.square {
  height: 100%;
}

.image-overflow.large {
  flex: 1;
}

.image.absolute {
  opacity: 1;
  flex: 0 auto;
  position: absolute;
  inset: 0%;
}

.image.absolute._1 {
  display: block;
}

.image.absolute.first {
  opacity: 1;
}

.image._1 {
  display: block;
}

.image.second {
  aspect-ratio: 2 / 2.5;
}

.testimonials-slider {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.testimonials-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/“.svg');
  background-position: 0 17%;
  background-repeat: no-repeat;
  background-size: 4vw;
  flex-flow: column;
  padding: 3.2rem 0 0;
  display: flex;
}

.avatar {
  border-radius: var(--heading-size-mobile--h2);
  width: 4rem;
  height: 4rem;
}

.hero-about-content {
  border-radius: var(--radius--main-border);
  background-color: var(--white);
  pointer-events: auto;
  height: 86vh;
  position: sticky;
  top: 5.62rem;
  overflow: hidden;
}

.about-content-text {
  z-index: 1;
  width: 55.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.max-width-medium {
  width: 41rem;
  margin-left: auto;
}

.max-width-medium.left {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  width: 100%;
  max-width: 41rem;
  margin-left: 0;
  display: flex;
}

.max-width-medium.center {
  text-align: center;
  margin-right: auto;
}

.max-width-regular {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.accordion-header {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  border-left: 1px solid #edb9a6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 8vw;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.accordion-header.hide-cursor {
  border-left-color: var(--white);
  perspective-origin: 50%;
  transform-origin: 50%;
  mix-blend-mode: normal;
  background-color: #ffffff78;
  justify-content: flex-end;
  align-items: center;
  width: 7vw;
}

.accordion {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 7vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion.active {
  background-color: #63606000;
  flex: none;
  width: 60vw;
  overflow: hidden;
}

.accordions {
  z-index: 1;
  border-radius: var(--radius--main-border);
  color: #fff;
  width: 100%;
  height: 87vh;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordions.hide {
  display: none;
}

.vertical-text {
  z-index: 10;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  width: 27vh;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  bottom: 138px;
  transform: rotate(-90deg);
}

.image-container {
  z-index: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 87vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-cover {
  z-index: 33;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 60vw;
  max-width: 100vw;
  height: 87vh;
  max-height: 87vh;
  position: absolute;
  inset: 0%;
}

.gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.lightbox-link {
  border-radius: var(--radius--main-border);
  width: 100%;
  position: relative;
  overflow: visible;
}

.loop-text {
  white-space: nowrap;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 4.75rem;
  line-height: 1;
}

.bold {
  font-weight: 700;
}

.nav-grid {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 0;
}

.nav-grid.second {
  grid-template-columns: auto auto auto;
  padding-left: 0;
}

.nav-grid.absolute {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: flex-end;
  position: static;
  inset: auto 0% 0% auto;
}

.fild-line {
  opacity: 1;
  background-color: #fff0;
  width: 150%;
  margin-bottom: 0%;
  transition: opacity .3s;
  position: absolute;
  inset: auto auto 0%;
}

.max-width-large {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  display: flex;
  position: relative;
}

.max-width-large.text-align-center {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-journal {
  height: 39rem;
}

.journal-grid {
  grid-column-gap: 3rem;
  grid-template-columns: 1fr 70%;
}

.card-journal {
  aspect-ratio: 3 / 2.25;
  border-radius: var(--radius--main-border);
  background-color: var(--black);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-journal:hover {
  color: var(--white);
}

.cursor-svg {
  z-index: 2;
  pointer-events: none;
  color: var(--red);
  width: 7vw;
  position: absolute;
  inset: -3.5vw auto auto -3.5vw;
}

.cursor-svg.second {
  position: fixed;
  left: -.1vw;
}

.cursor-svg.restaurant {
  color: var(--black);
  width: auto;
  position: static;
  top: auto;
  left: auto;
}

.cursor-svg.journal {
  width: 7vw;
  top: -3.5vw;
  left: -3.5vw;
}

.relative {
  height: 100%;
  position: relative;
}

.about {
  pointer-events: none;
  width: 150px;
  position: absolute;
  inset: -75px auto auto -75px;
}

.wheel.about {
  pointer-events: auto;
  width: 11vw;
  height: auto;
  inset: auto 9.9vw 13.8vw auto;
}

.wheel.about.second {
  z-index: 3;
  right: -7vw;
}

.wheel.room {
  pointer-events: auto;
  width: 11vw;
  height: auto;
  position: absolute;
  inset: -27% -6% auto auto;
}

.wheel.journal {
  pointer-events: auto;
  width: 11vw;
  height: auto;
  position: absolute;
  inset: -27% -9% auto auto;
}

.wheel.restaurant {
  pointer-events: auto;
  width: 11vw;
  height: auto;
  position: absolute;
  inset: auto auto 4% 0%;
}

.link-block {
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 35.3vw;
}

.link-block.review {
  left: 32vw;
  right: auto;
}

.link-block.restaurant {
  width: 11vw;
}

.tooms-list-wrapper, .journal-list-wrapper {
  align-self: stretch;
}

.grid-2-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-image {
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.1);
}

.collection-item {
  position: relative;
}

.absolute {
  position: absolute;
  inset: 0%;
}

.rooms-item {
  aspect-ratio: 3 / 2.25;
  width: 100%;
}

.form-block-booking {
  z-index: 999;
  width: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: auto;
  bottom: 27px;
}

.gallery-slider {
  background-color: #ddd0;
  height: auto;
  overflow: hidden;
}

.mask-slider {
  width: 35vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.wrapper-menu {
  margin-left: auto;
}

.slide {
  padding: 0 1.5vw;
}

.overflow-hidden {
  border-radius: var(--radius--main-border);
  height: 100%;
  overflow: hidden;
}

.right-arrow-about {
  width: 32vw;
}

.left-arrow-about {
  width: 30vw;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  width: 37rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  opacity: .52;
  color: var(--light-red);
  font-variation-settings: "wght" 500;
  text-transform: uppercase;
  background-color: #ddd0;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition-property: font-variation-settings;
  display: flex;
}

.tab-link:hover {
  font-variation-settings: "wght" 700;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.tab-content {
  border-radius: var(--radius--main-border);
  background-color: #fff;
  padding: 2.5rem;
}

.tabs {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: column;
  display: flex;
}

.tabs.hide {
  display: none;
}

.grid-restaurant {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.tab-overflow-hidden {
  aspect-ratio: 2 / 2.5;
  border-radius: var(--radius--main-border);
  width: 81%;
  overflow: hidden;
}

.restaurant-image {
  aspect-ratio: 2 / 2.5;
  border-radius: var(--radius--main-border);
  overflow: hidden;
}

.restaurant-image.absolute {
  aspect-ratio: 1;
  width: 15vw;
  position: absolute;
  inset: 21% auto auto 0;
}

.button-next {
  color: var(--black);
  font-variation-settings: "wght" 401;
  text-align: center;
  text-transform: uppercase;
  background-color: #d6493300;
  border-style: none;
  border-radius: .44rem;
  padding: 1rem 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: font-variation-settings .3s;
}

.button-next:hover {
  font-variation-settings: "wght" 700;
  font-weight: 600;
}

.all-caps {
  text-transform: uppercase;
}

.all-caps.text-size-large.text-color-red {
  color: var(--light-red);
}

.book-now {
  margin-top: 2rem;
}

.contact-wrapper {
  border-radius: var(--radius--main-border);
  background-color: #fff;
}

.display-flex-vetical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-image {
  min-height: 25rem;
  max-height: 47rem;
}

.rich-text p {
  font-size: var(--body-size-desktop--large);
  margin-top: .8rem;
}

.rich-text h2 {
  font-size: var(--heading-size-desktop--h2);
  font-weight: 500;
  line-height: 1;
}

.rich-text blockquote {
  background-image: url('../images/“.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 9rem;
  border: 1px #000;
  padding: 2rem 0;
  font-size: 3.375rem;
  line-height: 120%;
}

.gallry-collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.icon-text {
  font-size: var(--body-size-desktop--tiny);
  text-transform: uppercase;
}

.icon-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: inline-flex;
}

.icon-wrap.second {
  width: 15%;
  margin-top: 4rem;
}

.max-width-xlarge {
  max-width: 55.6rem;
}

.max-width-xlarge.align-center {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tabs-content {
  border-radius: var(--radius--main-border);
  background-color: #fff;
}

.container-small {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-images-journal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.collection-gallery {
  flex: 1;
}

.sticky {
  margin-top: 0;
  position: sticky;
  top: 96px;
}

.experiences-item {
  display: flex;
}

.journal-images {
  height: auto;
}

.checkbox-field {
  margin-bottom: 10px;
}

.checkbox {
  border: 1px solid var(--light-red);
}

.checkbox.w--redirected-checked {
  background-color: var(--light-red);
}

.collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.filter-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.main-image {
  opacity: 1;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.faq-question-bar {
  color: #1a1e27;
  background-color: #0000;
  border-bottom: 1px #00000012;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-bar.faq {
  background-color: #dcecf4;
  align-items: center;
  margin-bottom: 0;
  padding: 24.5px 58px;
  font-size: 30px;
  position: relative;
}

.question-title {
  color: #021d2b;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.accordions-mobile {
  display: none;
}

.wrapper-faq {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  cursor: pointer;
  background-color: #dcecf4;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 33px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding: 0 4vw;
  display: flex;
  overflow: hidden;
}

.code-embed-icons.image {
  width: 40px;
  height: 40px;
}

.licensing-text-wrapper {
  border-radius: var(--radius--main-border);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 5vw;
  text-decoration: none;
  display: flex;
}

.licensing-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.news-rich-text h2 {
  font-weight: 400;
}

.news-rich-text h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.news-rich-text p {
  margin-bottom: 1rem;
  font-weight: 400;
}

.news-rich-text h5 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.news-rich-text blockquote {
  border-left-width: 3px;
  border-left-color: #90323d;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.25rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.news-rich-text li {
  font-size: 1rem;
}

.news-rich-text h3 {
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 120%;
}

.news-rich-text h1 {
  margin-bottom: 20px;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.pagination {
  padding-top: 5vw;
}

.button-previous {
  color: var(--black);
  font-variation-settings: "wght" 401;
  text-align: center;
  text-transform: uppercase;
  background-color: #d6493300;
  border-style: none;
  border-radius: .44rem;
  padding: 1rem 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: font-variation-settings .3s;
}

.button-previous:hover {
  font-variation-settings: "wght" 700;
  font-weight: 600;
}

.layout-item {
  text-align: center;
  background-color: #251a1a;
  border: 1px #000;
  border-radius: .7rem;
  width: 25rem;
  padding: 4.5rem 3.4rem;
  position: sticky;
  top: 30.5vh;
}

.wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: none;
  position: relative;
}

.italic-text, .italic-second, .italic {
  font-weight: 400;
}

.utility-page-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-image {
  width: 40px;
  height: 40px;
}

.logo {
  border-radius: 0;
}

.full-screen {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  img {
    object-fit: cover;
    height: 100%;
  }

  .grid-2-columns.style-guide {
    grid-template-columns: .25fr;
  }

  .grid-2-columns.testimonials {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-2-columns.chef {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-2-columns.contact {
    grid-template-columns: 1fr;
  }

  .style-guide-sidebar {
    display: none;
  }

  .row.is-mobile-vertical-reverse {
    padding-left: 0;
  }

  .row.space-between.container-small, .row.space-between.container-small-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .row.journal {
    color: var(--black);
    align-self: stretch;
    padding-top: 20px;
  }

  .row.room {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row.container-small {
    width: 100%;
  }

  .row.container-small.reverse {
    flex-flow: column-reverse wrap-reverse;
  }

  .row.experiences {
    color: var(--black);
    align-self: stretch;
    padding-top: 20px;
  }

  .heading-h2-size.hide-mobile {
    display: none;
  }

  .heading-h2-size.second {
    font-size: var(--heading-size-desktop--h3);
  }

  .grid-7-columns {
    grid-auto-flow: row;
  }

  .section.padding-top {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6.5rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .section.padding-top.visible {
    padding-left: 0;
    padding-right: 0;
  }

  .section.second {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .section.top {
    padding-top: 12vw;
  }

  .section.padding-top-large {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .about-slider {
    width: 100%;
    padding-bottom: 41px;
  }

  .about-slider-overflow-image {
    aspect-ratio: 2 / 3;
    width: 46vw;
  }

  .about-slider-overflow-image.absolute {
    aspect-ratio: 1;
    width: 33vw;
    position: absolute;
    bottom: 28.5vw;
    right: 8%;
  }

  .about-slider-overflow-image.absolute.abbout {
    aspect-ratio: 1;
    margin-left: auto;
    position: static;
  }

  .about-slider-overflow-image.absolute.contact {
    width: 41vw;
    bottom: 0%;
    right: 0%;
  }

  .about-slider-overflow-image.absolute-second {
    aspect-ratio: auto;
    width: 34vw;
    right: 0%;
  }

  .about-slider-overflow-image.contact {
    width: 50vw;
  }

  .about-slider-grid {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: 660px;
    grid-template-columns: 100%;
  }

  .about-slider-grid.reverse {
    grid-template-columns: 1fr;
  }

  .content.sticky {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .column.gap {
    width: auto;
  }

  .column.gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .column.gap-small.padding-top {
    padding-top: 2.5rem;
  }

  .column.flex {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .column.padding-top {
    padding-top: 0;
  }

  .max-width-small {
    max-width: none;
  }

  .wrapper {
    align-self: center;
  }

  .wrapper.max-widt {
    margin-left: 0;
  }

  .wrapper.mobile-right {
    align-self: flex-start;
  }

  .right-arrow.testimonials {
    left: auto;
    right: 0;
  }

  .left-arrow.testimonials {
    left: auto;
    right: 6rem;
  }

  .grid-3-column {
    grid-template-columns: 1fr;
  }

  .room-card {
    border-radius: 0;
    flex-flow: column-reverse;
    padding: 0;
  }

  .room-card.auto {
    border-radius: 0;
  }

  .room-card-content {
    color: var(--black);
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding-top: 20px;
  }

  .overflow-image {
    width: 150px;
  }

  .wrapper-images-sticky {
    flex: none;
  }

  .instagrid {
    grid-template-areas: "Area . . . ."
                         ". . . . ."
                         ". . Area-2 Area-2 Area-2";
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .instagram-bg {
    padding-left: 0;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .image.absolute {
    position: static;
  }

  .image.absolute.first {
    position: absolute;
  }

  .testimonials-content {
    background-position: 0 0;
    padding-top: 1.6rem;
    padding-left: 0;
  }

  .about-content-text {
    width: 100%;
  }

  .max-width-regular {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    max-width: none;
  }

  .accordion-header {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .accordions {
    flex-direction: column;
    height: auto;
    display: none;
  }

  .vertical-text {
    width: auto;
    position: static;
    transform: none;
  }

  .image-container {
    position: absolute;
  }

  .gallery-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .max-width-large {
    max-width: none;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .card-journal {
    aspect-ratio: auto;
    background-color: #2d3f5900;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .cursor-svg {
    display: none;
  }

  .wheel.about {
    width: 30vw;
    bottom: 47.5vw;
    right: 26.6vw;
  }

  .wheel.about.second {
    bottom: -14.4vw;
    right: 28.9vw;
  }

  .wheel.room {
    width: 20vw;
    top: -9%;
    bottom: 47.5vw;
    right: 1.5vw;
  }

  .wheel.journal {
    width: 20vw;
    top: -16%;
    bottom: 47.5vw;
    right: 15.7vw;
  }

  .wheel.restaurant {
    width: 20vw;
    bottom: 26.1vw;
    left: 31%;
    right: 0;
  }

  .grid-2-column {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .journal-image {
    border-radius: .6rem;
    position: static;
    transform: none;
  }

  .rooms-item {
    aspect-ratio: auto;
  }

  .grid-restaurant {
    grid-template-columns: 1fr;
  }

  .tab-overflow-hidden, .restaurant-image {
    aspect-ratio: 2 / 3;
    width: 46vw;
  }

  .restaurant-image.absolute {
    aspect-ratio: 1;
    width: 36vw;
    top: auto;
    bottom: 0;
    right: 8%;
  }

  .contact-wrapper {
    align-self: stretch;
  }

  .icon-wrap.second {
    width: 20%;
  }

  .container-small {
    width: 100%;
    max-width: 1200px;
  }

  .sticky {
    position: static;
  }

  .main-image.faq {
    aspect-ratio: 3 / 2;
    border-radius: 0;
  }

  .faq-question-bar.faq {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-title {
    color: var(--black);
    font-weight: 500;
  }

  .accordions-mobile {
    border-radius: var(--radius--main-border);
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .accordions-mobile.hide {
    display: none;
  }

  .wrapper-faq {
    height: auto;
    position: relative;
  }

  .faq-question-wrap {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    width: 100%;
  }

  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2-columns.style-guide {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.chef {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-2-columns.contact {
    grid-template-columns: auto;
  }

  .row.is-mobile-vertical-reverse {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

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

  .row.space-between {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .row.space-between.container-small, .row.space-between.container-small-copy {
    justify-content: space-between;
    align-items: flex-start;
  }

  .row.room {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row.container-small {
    flex-flow: column;
  }

  .row.container-small.reverse {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-end;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h1-size {
    font-size: var(--heading-size-mobile--h1);
    width: auto;
  }

  .heading-h2-size {
    font-size: var(--heading-size-mobile--h2);
  }

  .heading-h2-size.align-right {
    text-align: left;
  }

  .heading-h3-size {
    font-size: var(--heading-size-mobile--h3);
  }

  .heading-h4-size {
    font-size: var(--heading-size-mobile--h4);
    line-height: 140%;
  }

  .heading-h5-size {
    font-size: var(--heading-size-mobile--h5);
    line-height: 140%;
  }

  .heading-h6-size {
    font-size: var(--heading-size-mobile--h6);
  }

  .hero-head {
    font-size: 3.75rem;
  }

  .booking-hero-form.white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .booking-text-field, .booking-text-field.guests {
    background-image: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .booking-text-field.checkin {
    background-image: none;
    border-right-style: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.81rem;
    padding-bottom: 2.81rem;
  }

  .section.mobile-gap-0 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section.padding-top {
    padding-top: 2.8rem;
  }

  .section.padding-top.visible {
    overflow: hidden;
  }

  .section.padding-bottom-small {
    padding-top: 14vw;
  }

  .section.top {
    padding-top: 5.71rem;
  }

  .sub-heading.align-right {
    text-align: left;
  }

  .about-slider {
    width: 100%;
  }

  .about-slider-overflow-image {
    width: 19.4rem;
    height: 20.7rem;
  }

  .about-slider-overflow-image.absolute {
    aspect-ratio: auto;
    width: 10.9rem;
    height: 13rem;
    bottom: 36%;
    right: 3%;
  }

  .about-slider-overflow-image.absolute.contact {
    inset: auto 0% 0% auto;
  }

  .about-slider-overflow-image.absolute-second {
    aspect-ratio: 1;
    width: 10rem;
    height: auto;
  }

  .about-slider-grid {
    grid-template-rows: 350px;
  }

  .about-slider-grid.reverse {
    grid-template-rows: auto;
  }

  .content.white.sticky {
    height: 100%;
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
  }

  .column.gap-small.padding-top {
    padding-top: 0;
  }

  .column.space {
    margin-top: 230px;
  }

  .nav-menu {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .wrapper {
    align-self: center;
  }

  .wrapper.center {
    margin-left: 0;
  }

  .wrapper.max-widt {
    width: 100%;
  }

  .wrapper.mobile-right {
    margin-right: auto;
  }

  .wrapper.left {
    align-self: flex-end;
  }

  .grid-3-column {
    grid-template-columns: 1fr;
  }

  .room-card {
    padding: 0;
  }

  .big-text.align-right {
    top: 0;
    left: 0;
    right: auto;
  }

  .big-text.align-left {
    top: 0;
  }

  .big-text.align-left.bottom {
    top: 0;
    bottom: auto;
  }

  .image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .overflow-image {
    width: 110px;
  }

  .sticky-wrap {
    flex-flow: column;
  }

  .wrapper-images-sticky {
    width: 100%;
    height: 40%;
  }

  .column-sticky {
    overflow: hidden;
  }

  .instagrid {
    grid-template-areas: "Area . . . ."
                         ". . . . ."
                         ". . Area-2 Area-2 Area-2";
  }

  .instagram-bg {
    padding-left: 1rem;
  }

  .footer {
    padding-top: 4.7rem;
  }

  .max-width-medium {
    width: 100%;
  }

  .card-journal {
    aspect-ratio: auto;
    border-radius: 0;
  }

  .tab-overflow-hidden, .restaurant-image {
    width: 15rem;
    height: 18.2rem;
  }

  .restaurant-image.absolute {
    aspect-ratio: auto;
    width: 10.9rem;
    height: 13rem;
    bottom: 36%;
    right: 3%;
  }

  .rich-text h2 {
    font-size: var(--heading-size-mobile--h2);
  }

  .icon-wrap, .icon-wrap.second {
    width: 160px;
  }

  .news-rich-text h4 {
    font-size: 2rem;
  }

  .news-rich-text h3 {
    font-size: 2.18rem;
  }
}

@media screen and (max-width: 479px) {
  img {
    border-radius: .6rem;
  }

  .grid-2-columns.testimonials {
    grid-row-gap: 1.5rem;
  }

  .grid-2-columns.chef {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-2-columns.margin-top {
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .row.space-between {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .row.space-between.container-small {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .row.space-between.container-small-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .row.top.grid {
    grid-column-gap: 77px;
  }

  .row.journal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column-reverse;
    padding-top: 5px;
  }

  .row.room {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row.padding-left {
    padding-left: 0;
  }

  .row.container-small {
    justify-content: space-between;
    align-items: flex-start;
  }

  .row.gap-xxsmall {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .row.read {
    justify-content: space-between;
    align-items: center;
  }

  .row.is-mobile-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .row.experiences {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column-reverse;
    padding-top: 5px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .heading-h1-size.right {
    text-align: right;
  }

  .heading-h2-size.align-right {
    text-align: left;
  }

  .heading-h2-size.second {
    font-size: 9vw;
  }

  .heading-h3-size.mobile {
    font-size: var(--body-size-desktop--medium);
    align-self: auto;
    font-weight: 500;
    line-height: 150%;
  }

  .heading-h4-size.max-width-xsmall {
    text-align: center;
    max-width: 113rem;
    line-height: 1;
  }

  .heading-h4-size.big {
    font-size: var(--heading-size-mobile--h3);
  }

  .text-size-large.text-weight-semibold {
    font-size: var(--body-size-desktop--medium);
  }

  .text-size-medium {
    align-self: flex-start;
  }

  .text-size-medium.title-post {
    width: 100%;
  }

  .text-size-medium.max-width-small.right {
    margin-left: 0;
  }

  .text-size-medium._2 {
    font-weight: 400;
  }

  .text-size-regular.all-caps.center {
    align-self: center;
  }

  .button.full {
    width: 100%;
  }

  .icon-embed-xsmall {
    filter: none;
  }

  .icon-embed-xsmall.red {
    color: var(--red);
  }

  .hero-section {
    min-height: 50vh;
  }

  .main-container {
    width: 100%;
    overflow: hidden;
  }

  .hero-head {
    word-break: break-all;
  }

  .booking-hero-form.white {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .booking-text-field {
    background-image: none;
    border-right-style: none;
  }

  .booking-text-field.guests {
    text-align: center;
    background-image: none;
    border-right-style: solid;
  }

  .booking-text-field.guests.second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .booking-text-field.checkin {
    background-image: none;
    border-right-style: solid;
  }

  .margin-left.second {
    padding-left: 10px;
  }

  .brand-link.w--current {
    flex: none;
    height: 4rem;
  }

  .main-link.nav.book {
    width: auto;
  }

  .menu-button {
    padding-left: 0;
  }

  .section.sticky {
    padding-bottom: 2.8rem;
  }

  .section.padding-top {
    padding-top: 2.8rem;
  }

  .section.padding-top.visible {
    overflow: hidden;
  }

  .section.about {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section.second {
    overflow: hidden;
  }

  .section.is-mobile-padding-0 {
    padding-top: 0;
  }

  .section.padding-top-large {
    padding-top: 5.8rem;
  }

  .sub-heading.align-right {
    text-align: left;
  }

  .about-slider {
    width: 100%;
  }

  .about-slider-overflow-image {
    aspect-ratio: auto;
    border-radius: .6rem;
    width: 47vw;
    height: auto;
  }

  .about-slider-overflow-image.absolute {
    aspect-ratio: auto;
    width: 30vw;
    height: auto;
    top: 52.3vw;
    bottom: auto;
    right: 8.2vw;
  }

  .about-slider-overflow-image.absolute.abbout {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .about-slider-overflow-image.absolute.contact {
    width: 34vw;
  }

  .about-slider-overflow-image.absolute-second {
    aspect-ratio: 2 / 3;
    width: 32vw;
  }

  .about-slider-overflow-image.contact {
    aspect-ratio: 2 / 2;
    width: 57vw;
  }

  .about-slider-grid {
    grid-row-gap: 0rem;
    grid-template-rows: 85vw;
  }

  .about-slider-grid.reverse {
    grid-row-gap: 1rem;
  }

  .content.white.sticky {
    color: var(--black);
    background-color: #fff;
    border-radius: .6rem;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2rem .5rem;
    position: static;
  }

  .content.white.sticky._2 {
    background-color: var(--black);
    color: var(--white);
    justify-content: center;
    align-items: center;
  }

  .content.white.sticky._3 {
    padding-top: 2rem;
  }

  .content.sticky {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content.sticky.absolute {
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    position: static;
  }

  .column.gap.footer {
    overflow: visible;
  }

  .column.gap.small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .column.gap.center {
    justify-content: center;
    align-items: center;
  }

  .column.gallery {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .column.gap-small {
    flex-flow: column;
    align-self: auto;
  }

  .column.gap-small.top {
    margin-top: 1.5rem;
  }

  .column.padding-top {
    width: 100%;
  }

  .column.contact {
    padding: 1rem;
  }

  .column.space {
    margin-top: 80px;
  }

  .column.menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .column.relative {
    position: relative;
  }

  .max-width-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: flex-start;
  }

  .nav-menu {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-grid {
    grid-column-gap: 1.2rem;
    grid-template-columns: 9rem 1fr;
    margin-top: 1rem;
  }

  .nav-menu-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .wrapper {
    align-self: auto;
  }

  .wrapper.center.second {
    align-self: flex-start;
  }

  .wrapper.margin-bottom {
    margin-bottom: 2rem;
  }

  .wrapper.menu {
    align-self: flex-start;
  }

  .wrapper.left {
    align-self: flex-end;
  }

  .right-arrow.testimonials {
    bottom: 0%;
  }

  .left-arrow {
    right: 3.8rem;
  }

  .left-arrow.testimonials {
    bottom: 0%;
    right: 4.5rem;
  }

  .grid-3-column {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .room-card {
    border-radius: 0;
  }

  .room-card-content {
    position: static;
  }

  .sticky-wrapper {
    height: 100dvh;
  }

  .big-text {
    font-size: 20vw;
  }

  .big-text.align-right {
    align-self: flex-start;
    font-size: 20vw;
    top: 1.44rem;
    left: 0;
  }

  .big-text.align-right.top-restaurant {
    top: 1.44rem;
  }

  .big-text.align-left {
    font-size: 20vw;
    top: 1.44rem;
  }

  .big-text.align-left.bottom {
    margin-bottom: -27px;
    font-size: 15vw;
    position: static;
    bottom: 21%;
  }

  .image-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .overflow-image {
    border-radius: .6rem;
    width: 108px;
  }

  .wrapper-images-sticky {
    border-radius: .6rem;
  }

  .instawal {
    z-index: 2;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: .6rem;
    padding: .5rem .25rem .25rem;
  }

  .instagrid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area . . . ."
                         ". . . . ."
                         ". . Area-2 Area-2 Area-2";
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-bg {
    border-radius: .6rem;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
    overflow: hidden;
  }

  .newsletter {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-self: stretch;
  }

  .newsletter.max-width-regular {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .newsletter-form {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-block {
    margin-top: 10px;
  }

  .grid {
    grid-row-gap: 1rem;
  }

  .image-overflow.square {
    aspect-ratio: 1;
  }

  .image.absolute.mobile {
    position: absolute;
  }

  .testimonials-slider {
    width: 90vw;
  }

  .testimonials-content {
    background-position: 0 3%;
    background-size: 14vw;
    display: block;
  }

  .max-width-regular {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-self: stretch;
    width: auto;
  }

  .accordion.active {
    width: 100%;
  }

  .gallery-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .loop-text {
    font-size: 2.9rem;
  }

  .nav-grid.absolute {
    align-self: flex-start;
    margin-top: 2.5rem;
    margin-left: auto;
  }

  .max-width-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .journal-grid {
    grid-template-rows: auto;
  }

  .card-journal {
    aspect-ratio: auto;
  }

  .wheel.about {
    width: 33vw;
    top: 33.9vw;
    bottom: auto;
    right: 18.5vw;
  }

  .wheel.about.second {
    inset: auto 20% 7% auto;
  }

  .wheel.room {
    width: 33vw;
    inset: 0% 0% auto auto;
  }

  .wheel.journal {
    width: 33vw;
    top: -2.3vw;
    bottom: auto;
    right: 0;
  }

  .wheel.restaurant {
    width: 33vw;
    margin-top: -34px;
    inset: 50px 20.6vw auto 17%;
  }

  .journal-image {
    border-radius: .6rem;
    flex: none;
    transform: none;
  }

  .absolute {
    border-radius: .6rem;
  }

  .mask-slider {
    width: 50vw;
    height: 64vw;
  }

  .about-image.home {
    aspect-ratio: 2 / 2.5;
  }

  .overflow-hidden.mobile {
    width: 61%;
  }

  .tabs-menu {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
  }

  .tab-link, .tab-link.w--current {
    flex: none;
  }

  .tab-content {
    padding: 2.1rem 1rem 1rem;
  }

  .tabs {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .grid-restaurant {
    flex-flow: column-reverse wrap-reverse;
    display: flex;
  }

  .tab-overflow-hidden {
    aspect-ratio: auto;
    width: 50vw;
    height: auto;
  }

  .restaurant-image {
    aspect-ratio: auto;
    width: 47vw;
    height: auto;
  }

  .restaurant-image.absolute {
    aspect-ratio: auto;
    width: 30vw;
    height: auto;
    inset: auto 8.2vw auto 5.1vw;
  }

  .all-caps.text-size-large.text-color-red {
    font-size: var(--body-size-desktop--small);
  }

  .contact-image {
    aspect-ratio: 1;
  }

  .rich-text blockquote {
    background-size: 6.1rem;
    font-size: 2rem;
  }

  .gallry-collection-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rich-text-block.icons {
    justify-content: center;
    align-items: center;
    height: 76px;
    display: flex;
  }

  .icon-wrap {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .icon-wrap.second {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
  }

  .collection-list-images-journal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .sticky {
    font-weight: 500;
    position: static;
  }

  .journal-images {
    margin-bottom: 20px;
  }

  .hide-mobile {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .slide-second {
    padding-bottom: 45px;
  }

  .main-image {
    width: 100%;
    margin-top: 0;
  }

  .main-image.faq {
    width: 100vw;
  }

  .faq-question-bar {
    padding: 15px 0;
  }

  .faq-question-bar.faq {
    border-style: none none solid;
    border-width: 1px;
    border-top-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .question-title {
    flex: 1;
    font-size: 24px;
  }

  .faq-question-wrap {
    border-style: none;
    border-width: 1px;
    border-top-color: #000;
    border-left-color: #000;
    border-right-color: #000;
  }

  .code-embed-icons {
    transform: scale(.8);
  }

  .news-rich-text h4 {
    font-size: 2rem;
  }

  .news-rich-text h3 {
    font-size: 2.18rem;
  }

  .main-paragraph {
    font-size: var(--body-size-desktop--medium);
  }

  .collection-item-second {
    height: auto;
  }

  .layout-item {
    background-color: #251a1a00;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 .5rem 2.8rem;
    display: flex;
    top: 81.8px;
  }

  .wrap {
    display: block;
  }

  .bold-text-2 {
    word-break: normal;
  }
}

#w-node-_2030b097-50a5-6489-bfd3-76d31de9f6cb-ba877216, #w-node-a3f93642-1777-63a9-5403-604bbabf191c-ba877216, #w-node-_169e280e-de3e-c182-7b58-0721ce9dbb90-ba877216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e142b901-7d56-e8f6-00f3-ba507fde8267-7fde8261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-e142b901-7d56-e8f6-00f3-ba507fde826f-7fde8261 {
  justify-self: center;
}

#w-node-e142b901-7d56-e8f6-00f3-ba507fde8288-7fde8261 {
  place-self: end start;
}

#w-node-f1bac49e-d623-21a8-e429-347551e94416-7fde8261 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e142b901-7d56-e8f6-00f3-ba507fde8289-7fde8261, #w-node-e142b901-7d56-e8f6-00f3-ba507fde828b-7fde8261 {
  align-self: end;
}

#w-node-_899e3069-5bd3-7948-7b7c-b5d9c4d84fed-ea8ebdf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1494a17b-43c7-3cff-3a3e-9c6944cbc8f6-ea8ebdf6 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-f6f1446d-3437-b0d0-feae-c5d06d5b353d-ea8ebdf6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9a9c44f3-eb9c-a209-5140-8cfc06bb360a-ea8ebdf6 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f5e8cd72-0dd2-7baa-698c-d1525b2e560a-ea8ebdf6 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_365c3faf-bdc9-4d2f-03a4-31f1ce84b7a5-ea8ebdf6 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_02829f0e-8ba0-7840-71cf-c22e91faeb80-ea8ebdf6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c5f7c8aa-3bc9-aea8-eac4-223ff0d5c1c5-ea8ebdf6 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_93cbed7d-44f3-1306-2639-ebcbea8ebe1d-ea8ebdf6 {
  grid-area: Area-2;
}

#w-node-b0c7391a-3565-e2a8-101a-772155aa8d2f-55aa8d2d {
  place-self: start stretch;
}

#w-node-b0c7391a-3565-e2a8-101a-772155aa8d36-55aa8d2d {
  justify-self: end;
}

#w-node-_430b3eb5-b4c3-9f15-8ba2-a485c629528b-c629527b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171e3508-cb89-b58e-59bc-d7d6b453bf9a-c629527b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f19aed9c-fb00-75e8-2130-765f9ccbc8d8-ba877217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20d5762b-35df-851f-ce31-07b619fba77e-ba877217 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b72f-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b732-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b733-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b736-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b737-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b73a-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b73b-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b73f-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b742-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b743-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b746-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b747-ba877217, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b74a-ba877217, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d2e-ba877217, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d4b-ba877217, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d54-ba877217, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d5f-ba877217, #w-node-_65b2b12b-ebfa-07f5-a21f-0d77bfa0a7da-ba877217, #w-node-_65b2b12b-ebfa-07f5-a21f-0d77bfa0a7e2-ba877217, #w-node-_65b2b12b-ebfa-07f5-a21f-0d77bfa0a7ea-ba877217, #w-node-_65b2b12b-ebfa-07f5-a21f-0d77bfa0a7f1-ba877217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c03bb9d-7e11-9df3-b2be-9bf35e25324e-ba877218 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e91b70cd-0f87-7a54-2d85-c30ba9d9fa77-ba87721c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce233791-33aa-fce0-5d10-093a26377b33-ba87721c {
  align-self: stretch;
}

#w-node-_78b3aa62-217d-bafc-1ca3-9589df0ed9b8-ba87721d, #w-node-_574e0fe6-c99d-cbba-cf93-d44cd9491ae6-ba87721d {
  align-self: start;
}

#w-node-_639c5d32-21cd-da63-28fa-9a231cbfa38d-ba87721e {
  align-self: end;
}

#w-node-_0e41f9b9-9ab7-df36-eec3-40fd2307ef71-ba87721f, #w-node-_5fe182fb-26c8-ce50-be77-5d45c8dcaa28-ba87721f {
  align-self: stretch;
}

#w-node-_03060b8e-e2c8-fa69-a171-6ba574cf575e-3487f571 {
  align-self: end;
}

#w-node-f661144c-cf1c-3590-2ea9-82a982eb813c-7be357c3, #w-node-f661144c-cf1c-3590-2ea9-82a982eb813d-7be357c3, #w-node-f661144c-cf1c-3590-2ea9-82a982eb813c-01cc531e, #w-node-f661144c-cf1c-3590-2ea9-82a982eb813d-01cc531e, #w-node-f661144c-cf1c-3590-2ea9-82a982eb813c-0c9e50ec, #w-node-f661144c-cf1c-3590-2ea9-82a982eb813d-0c9e50ec {
  align-self: stretch;
}

#w-node-_03060b8e-e2c8-fa69-a171-6ba574cf575e-bd7e9212, #w-node-_03060b8e-e2c8-fa69-a171-6ba574cf575e-015d6aaa {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_029348ef-c74a-08aa-2033-ab107f1328cb-ba87721c {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93cbed7d-44f3-1306-2639-ebcbea8ebe1d-ea8ebdf6 {
    grid-area: Area-2;
  }

  #w-node-_36ff2abf-85c4-1793-a6ed-eb583ccbe327-ba877219 {
    justify-self: center;
  }

  #w-node-e91b70cd-0f87-7a54-2d85-c30ba9d9fa77-ba87721c {
    justify-self: stretch;
  }

  #w-node-e12353f5-d0b6-41ca-d668-c7d462178105-ba87721c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e180ac91-7acc-5281-b5ec-e656fd3052b0-ba877216, #w-node-a3f93642-1777-63a9-5403-604bbabf1916-ba877216, #w-node-_169e280e-de3e-c182-7b58-0721ce9dbb8a-ba877216 {
    align-self: start;
  }

  #w-node-e142b901-7d56-e8f6-00f3-ba507fde8267-7fde8261 {
    align-self: end;
  }

  #w-node-b0c7391a-3565-e2a8-101a-772155aa8d36-55aa8d2d {
    justify-self: stretch;
  }

  #w-node-_171e3508-cb89-b58e-59bc-d7d6b453bf9a-c629527b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_36ff2abf-85c4-1793-a6ed-eb583ccbe327-ba877219 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #name-2.w-node-e12353f5-d0b6-41ca-d668-c7d462178102-ba87721c {
    justify-self: center;
  }

  #w-node-e12353f5-d0b6-41ca-d668-c7d462178105-ba87721c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}