:root {
  --color--background-light: var(--color--white);
  --font--content: Urbanist, sans-serif;
  --color--text-color: var(--color--black);
  --font-size-desktop--text-size-regular: 16px;
  --font-size-tablet--text-size-regular: 16px;
  --font-size-mobile--text-size-regular: 15px;
  --font--headings: Urbanist, sans-serif;
  --color--headings-color: var(--color--brand-500);
  --font-size-desktop--heading-1: 104px;
  --font-size-tablet--heading-1: 48px;
  --font-size-mobile--heading-1: 40px;
  --font-size-desktop--heading-2: 64px;
  --font-size-tablet--heading-2: 40px;
  --font-size-mobile--heading-2: 32px;
  --font-size-desktop--heading-3: 48px;
  --font-size-tablet--heading-3: 32px;
  --font-size-mobile--heading-3: 24px;
  --font-size-desktop--heading-4: 36px;
  --font-size-tablet--heading-4: 24px;
  --font-size-mobile--heading-4: 20px;
  --font-size-desktop--heading-5: 28px;
  --font-size-tablet--heading-5: 20px;
  --font-size-mobile--heading-5: 18px;
  --font-size-desktop--heading-6: 24px;
  --font-size-tablet--heading-6: 18px;
  --font-size-mobile--heading-6: 16px;
  --color--accent: var(--color--brand-500);
  --font-size-desktop--text-size-large: 20px;
  --font-size-tablet--text-size-large: 18px;
  --font-size-mobile--text-size-large: 16px;
  --border--border-xl: 4px;
  --color--brand-300: #8c97a7;
  --color--background-dark: var(--color--black);
  --color--brand-100: #e3d6c6;
  --width--section-padding-desktop: 100px;
  --width--container-padding-desktop: 24px;
  --color--white: #f2eae2;
  --width--section-padding-tablet: 60px;
  --width--container-padding-tablet: 16px;
  --width--section-padding-mobile: 40px;
  --width--container-padding-mobile: 16px;
  --color--black: #1a1a1a;
  --real-white: white;
  --border--border-regular: 1px;
  --color--brand-700: #2c3645;
  --border--border-large: 2px;
  --color--brand-500: #4a5a73;
  --width--container-max-width: 1440px;
  --font-size-desktop--text-size-small: 14px;
  --font-size-tablet--text-size-small: 14px;
  --font-size-mobile--text-size-small: 13px;
  --radius--radius-none: 0px;
  --color--transparent\<deleted\|variable-644fae0d-393f-207e-2e62-c533cd6a9a8e\>: #fff0;
  --color--transparent: #fff0;
  --radius--radius-xs: 4px;
  --color--brand-900: #0f1217;
  --color--border: var(--color--brand-300);
  --color--shadow: #0f121714;
  --radius--radius-xxs: 2px;
  --radius--radius-medium: 8px;
  --radius--radius-2xl: 16px;
  --radius--radius-4xl: 24px;
  --radius--radius-full: 100vh;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--background-light);
  font-family: var(--font--content);
  color: var(--color--text-color);
  font-size: var(--font-size-desktop--text-size-regular);
  line-height: 1.5;
}

h1 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color--accent);
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 20px;
}

label {
  font-size: var(--font-size-desktop--text-size-large);
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

blockquote {
  border-left: var(--border--border-xl) solid var(--color--brand-300);
  background-color: var(--color--background-dark);
  color: var(--color--brand-100);
  font-size: var(--font-size-desktop--text-size-large);
  margin-bottom: 32px;
  padding: 16px;
  font-weight: 400;
}

figure {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 32px;
  display: flex;
}

figcaption {
  opacity: .64;
  text-align: center;
  margin-top: 4px;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: var(--width--section-padding-desktop) var(--width--container-padding-desktop);
  background-color: var(--color--background-dark);
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 50%;
  margin-bottom: 0;
  display: flex;
}

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

.no-margin {
  margin: 0;
}

.no-margin.reveal-element, .text-color-black {
  color: var(--color--black);
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vertical-wrapper-center {
  text-align: center;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.heading-style-4 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-4.text-color-black {
  color: var(--color--text-color);
}

.heading-style-4.text-color-white.no-margin {
  color: var(--real-white);
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 28px;
}

.styleguide-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.heading-style-3 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.main-wrapper {
  z-index: 1;
  position: relative;
}

.main-wrapper.coloredbg {
  background-color: var(--color--background-light);
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 72px;
}

.styleguide-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: var(--border--border-regular) solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-top: 8px;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.styleguide-2-columns {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.button {
  background-color: var(--real-white);
  color: var(--color--black);
  font-size: var(--font-size-desktop--text-size-large);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--color--brand-100);
}

.button.is-dark {
  background-color: var(--color--black);
  color: var(--real-white);
  position: static;
}

.button.is-dark:hover {
  background-color: var(--color--brand-700);
}

.button.is-dark.footerbutton {
  margin-top: 40px;
  position: absolute;
}

.button.is-dark.topmarg {
  margin-top: 16px;
}

.button.newbutton {
  background-color: var(--color--black);
  color: var(--real-white);
}

.button.marginr {
  margin-right: 20px;
}

.text-style-muted {
  opacity: .5;
}

.form-checkbox-icon {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 72%;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  box-shadow: 0 0 4px 0 #3898ec;
}

.heading-style-6 {
  font-family: var(--font--headings);
  color: var(--color--black);
  font-size: var(--font-size-desktop--heading-6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-6.text-color-black {
  color: var(--color--text-color);
}

.heading-style-6.no-margin {
  margin-bottom: 0;
}

.styleguide-background {
  border-style: solid;
  border-width: var(--border--border-large);
  border-color: #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-size-large {
  font-size: var(--font-size-desktop--text-size-large);
}

.text-size-large.margin-bottom-large {
  color: var(--real-white);
  margin-bottom: 10px;
}

.text-size-large.margin-bottom-large.newpp {
  margin-bottom: 20px;
}

.hidden-desktop {
  display: none;
}

.form-success-message {
  background-color: var(--color--brand-500);
  color: var(--color--white);
  font-size: var(--font-size-desktop--heading-6);
  padding: 16px;
}

.heading-style-1 {
  font-family: var(--font--headings);
  color: var(--color--black);
  font-size: var(--font-size-desktop--heading-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.form-error-message {
  text-align: center;
  margin-top: 24px;
  padding: 8px;
}

.heading-style-2 {
  font-family: var(--font--headings);
  color: var(--color--headings-color);
  font-size: var(--font-size-desktop--heading-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.text-inline-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-5 {
  font-family: var(--font--headings);
  color: var(--color--black);
  font-size: var(--font-size-desktop--heading-5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-medium {
  font-size: 16px;
}

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 32px;
}

.section {
  padding-top: var(--width--section-padding-desktop);
  padding-bottom: var(--width--section-padding-desktop);
  background-color: var(--color--background-light);
  position: relative;
}

.section.is-utility-hero {
  background-color: var(--color--background-dark);
  color: var(--color--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is-hero {
  aspect-ratio: 16 / 9;
  color: var(--color--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -100px;
  padding-top: 200px;
  display: flex;
}

.section.is-hero.newere {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.is-form {
  z-index: 99;
  padding-top: var(--width--container-padding-desktop);
  padding-bottom: var(--width--container-padding-desktop);
  background-color: #fff;
  position: sticky;
  top: 0;
}

.section.is-form.newere {
  margin-bottom: 50px;
}

.section.is-form.newere.nonsticky {
  position: static;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  min-height: 32px;
  padding: 16px;
  display: flex;
  position: relative;
}

.column.desktop-12 {
  flex: 0 auto;
  width: 100%;
}

.background-color-white {
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: var(--width--container-max-width);
  padding-right: var(--width--container-padding-desktop);
  padding-left: var(--width--container-padding-desktop);
  justify-content: center;
  align-items: center;
  display: block;
}

.container.is-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  margin-top: 50px;
  padding-bottom: 6px;
  display: grid;
}

.styleguide-label {
  background-color: var(--color--black);
  color: #35d800;
  text-transform: capitalize;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.styleguide-label.is-tag {
  color: #fff;
  background-color: #176b87;
  padding: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.form-radio-icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide-3-columns {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-small {
  font-size: var(--font-size-desktop--text-size-small);
}

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

.overflow-hidden {
  overflow: clip;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 24px;
}

.rich-text.text-style-muted p {
  font-size: var(--font-size-desktop--text-size-large);
}

.form-wrapper {
  margin-bottom: 0;
}

.styleguide-section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: var(--border--border-large) solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 48px;
  display: grid;
}

._12-columns {
  z-index: 1;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  position: relative;
}

.form-input {
  border-style: none;
  border-width: 1px var(--border--border-regular) 1px 1px;
  border-color: black var(--color--brand-100) black black;
  border-radius: var(--radius--radius-none);
  background-color: var(--color--transparent\<deleted\|variable-644fae0d-393f-207e-2e62-c533cd6a9a8e\>);
  width: 100%;
  height: 32px;
  color: var(--color--text-color);
  font-size: var(--font-size-desktop--text-size-regular);
  margin-bottom: 0;
  padding: 0;
}

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

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-style: none;
}

.form-input::placeholder {
  color: var(--color--text-color);
}

.form-input.is-text-area {
  min-height: 120px;
  padding-top: 12px;
}

.form-input.is-utility {
  background-color: var(--color--white);
  text-align: center;
  height: 48px;
  margin-bottom: 16px;
}

.styleguide-items-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.margin-bottom-large {
  margin-bottom: 48px;
}

.background-color-dark {
  background-color: var(--color--background-dark);
  color: var(--color--white);
}

.footer {
  z-index: 0;
  padding-top: var(--width--container-padding-desktop);
  padding-bottom: var(--width--container-padding-desktop);
  background-color: var(--color--background-light);
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.footer.nonsticky {
  position: static;
}

.navbar-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu.is-footer {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar {
  z-index: 99;
  background-color: var(--color--background-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.navbar.home {
  background-color: #0000;
}

.logo {
  height: 80px;
}

.brand {
  padding-left: 0;
}

.navbar-link {
  text-transform: uppercase;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.navbar-link.w--current {
  color: #655408;
  text-decoration: underline;
}

.navbar-link.is-footer {
  color: var(--color--text-color);
}

.navbar-link.white {
  color: #fff;
}

.faq-item {
  border-bottom: var(--border--border-regular) solid var(--color--brand-700);
}

.buy-on-webflow-link {
  z-index: 999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--radius-xs);
  color: #146ef5;
  background-color: #fff;
  border: 1px solid #49494929;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
  overflow: clip;
  box-shadow: 0 2px 8px #0000001f;
}

.buy-on-webflow-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
  position: absolute;
}

.buy-on-webflow-icon.is-hidden {
  bottom: -100%;
}

.buy-icons-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: clip;
}

.thanks-wrapper {
  background-color: var(--color--background-dark);
  width: 100%;
  color: var(--color--white);
  text-align: center;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.hero-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-heading {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-top: 101px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.hero-heading.newpage {
  margin-top: 0;
}

.muted {
  opacity: .2;
}

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

.book-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-input-wrapper {
  border-right: var(--border--border-regular) solid var(--color--brand-100);
  flex: 1;
  padding-right: 16px;
}

.section-heading-horizontal {
  margin-bottom: var(--width--section-padding-desktop);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.growing-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.growing-arrow-chevron {
  height: 25px;
  margin-left: -11px;
}

.growing-arrow-line {
  background-color: var(--color--brand-300);
  flex: none;
  width: 100%;
  height: 1px;
}

.section-heading-text {
  color: var(--color--black);
  font-size: var(--font-size-desktop--text-size-large);
  margin-top: 90px;
}

.house-slider {
  background-color: var(--color--transparent);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.house-mask {
  width: 30%;
  height: auto;
  margin-left: 30%;
  overflow: visible;
}

.house-slide {
  opacity: .6;
  width: 100%;
  height: 700px;
}

.house-slide-wrapper {
  width: 100%;
  margin-right: 40px;
}

.house-slide-image {
  object-fit: cover;
  width: 100%;
  height: 70%;
  margin-bottom: 16px;
}

.house-slide-content {
  opacity: 0;
}

.hero-overlay {
  background-image: linear-gradient(0deg, var(--color--background-dark), #1a1a1a4d 0%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-heading-wrapper {
  z-index: 5;
  transform-origin: 50% 100%;
  justify-content: space-between;
  align-items: flex-start;
  height: 5.5vw;
  display: flex;
  position: absolute;
  inset: 30% auto auto;
  overflow: clip;
}

.hero-h1 {
  color: var(--real-white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: .8;
}

.hero-h1.here1 {
  margin-bottom: 10px;
}

.hero-h1.here1.newhi, .hero-h1.here1.nieuwee {
  margin-bottom: 30px;
}

.house-slider-arrow {
  opacity: .4;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 26px;
  transition: opacity .2s;
  display: flex;
  inset: auto 80px 0% auto;
}

.house-slider-arrow:hover {
  opacity: 1;
}

.house-slider-arrow.is-left {
  right: 180px;
}

.house-slider-arrow-icon {
  width: 100%;
}

.section-divider {
  max-width: 95%;
  height: 1px;
  margin: var(--width--section-padding-desktop) auto;
  background-color: var(--color--brand-100);
}

.section-heading-grid {
  margin-bottom: var(--width--section-padding-desktop);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 1fr;
  align-items: start;
}

.numbers-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr .5fr 1fr .5fr 1fr;
  place-items: center;
}

.number-divider {
  background-color: var(--color--brand-300);
  width: 1px;
  height: 48px;
}

.testimonials-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  padding-top: 140px;
  position: relative;
}

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  color: var(--color--text-color);
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.testimonial-author-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-picture {
  border-radius: 50px;
  width: 56px;
  height: 56px;
}

.testimonial-heading-1 {
  opacity: .2;
  font-family: var(--font--headings);
  color: var(--color--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 166px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.amenities-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: var(--border--border-regular) solid var(--color--brand-100);
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  margin-bottom: 50px;
  display: grid;
  overflow: clip;
}

.amenities-image-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.faq-list {
  margin-top: var(--width--section-padding-desktop);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.faq-question {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--color--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.faq-question-text {
  flex: 1;
}

.faq-answer {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-icon {
  justify-content: center;
  align-items: center;
}

.faq-item-2 {
  border-bottom: 1px solid #b3b3b3;
}

.faq-question-heading {
  color: var(--color--white);
  font-size: var(--font-size-desktop--heading-4);
  margin-top: 0;
  margin-bottom: 0;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 26px;
  display: flex;
  position: relative;
}

.faq-answer-text {
  padding: 20px 0 40px;
}

.footer-background {
  width: 80%;
  margin-top: var(--width--container-padding-desktop);
  margin-bottom: var(--width--container-padding-desktop);
  object-fit: contain;
  border-radius: 500px;
}

.footer-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.socials-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icon {
  opacity: .4;
  filter: invert();
  object-fit: contain;
  width: 20px;
  height: 20px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: 1;
}

.reveal-heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-width-image {
  aspect-ratio: 2;
  background-image: url('../images/Landing-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.book-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.book-dropdown, .book-dropdown.w--open {
  width: 100%;
}

.book-dropdown-form {
  background-color: var(--color--transparent);
  display: block;
  position: relative;
}

.book-dropdown-form.w--open {
  background-color: var(--color--transparent);
  width: 100%;
  position: relative;
}

.book-dropdown-toggle, .book-dropdown-toggle.w--open {
  display: none;
}

.paragraph {
  font-family: Urbanist, sans-serif;
}

.live-chat-link-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 20%;
  text-decoration: none;
  display: flex;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon-chat {
  width: 100%;
  margin-right: 0;
}

.live-icon {
  z-index: 2;
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0 auto auto 0;
}

.live-icon.pos2 {
  width: 5px;
  height: 5px;
  display: none;
  inset: auto 10% 10% auto;
}

.div-block-87 {
  border-radius: 500px;
  position: relative;
  overflow: visible;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.whatsapp-chat-2 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 350px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-88 {
  border-radius: 500px;
  width: 40px;
  overflow: hidden;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-section-2 {
  background-color: #e6ddd4;
  background-image: url('../images/backgroundwa.png');
  background-position: 0 0;
  background-size: 110%;
  height: 55%;
  padding: 16px 20px;
}

.text-block-40 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
}

.image-75 {
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: static;
  inset: 1.6% 2% auto auto;
}

.div-block-155 {
  background-color: #eaeaead9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 1% 2% auto auto;
}

.div-block-155:hover {
  background-color: #bfbfbfb5;
}

.div-block-155.stickkyeb {
  top: 8%;
  right: 6%;
}

.section-23 {
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-end;
  height: 1vh;
  padding-right: 10vw;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
}

.div-block-156 {
  z-index: 99999;
  color: #fff;
  background-color: #000;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 31px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-39 {
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
}

.link-block-11 {
  color: #fff;
  cursor: pointer;
  border: 0 solid #4a5a73;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 4px 6px;
  text-decoration: none;
  display: flex;
}

.code-embed-3 {
  display: none;
}

.text-block-41 {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.div-block-146 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-144 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  margin-bottom: 5vw;
  display: grid;
}

.image-72 {
  border-radius: 500px;
  width: 2vw;
}

.image-71 {
  aspect-ratio: 8 / 9;
  object-fit: cover;
  width: 100%;
}

.section-13 {
  background-color: #f2eae1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
  overflow: hidden;
}

.div-block-147 {
  position: relative;
}

.ctawire {
  color: #000;
  background-color: #b8d0e600;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 1vw 1.5vw;
  font-size: 1.5vw;
  font-weight: 600;
}

.ctawire.fullpink {
  color: #fff;
  text-align: center;
  background-color: #f7838d;
  border-width: 0;
  width: 18vw;
  margin-left: 2vw;
  margin-right: 2vw;
  font-weight: 500;
}

.ctawire.fullpink.bigger {
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
}

.ctawire.fullpink.bigger.top {
  z-index: 5;
  order: 0;
}

.ctawire.fullpink.bigger.top.googlerevews {
  text-transform: uppercase;
  background-color: #4a5a73;
  border-radius: 0;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.ctawire.contact-us {
  border-width: 0;
  margin-top: 1vw;
  padding-top: .5vw;
  padding-bottom: .5vw;
  text-decoration: underline;
}

.div-block-145 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1vw;
  text-decoration: none;
  display: flex;
}

.text-block-38 {
  margin-left: 1.2vw;
  margin-right: .5vw;
  font-family: Varela, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.2vw;
}

.igoverlay {
  opacity: .86;
  width: 2vw;
  margin-top: 1.2vw;
  margin-right: 1.2vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 40px;
  display: flex;
}

.heading-19 {
  color: var(--color--black);
  font-size: 32px;
  line-height: 28px;
}

.heading-19.newere {
  color: var(--color--black);
  font-size: 42px;
  line-height: 42px;
}

.paragraph-11, .paragraph-12, .paragraph-13 {
  width: 100%;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.section-24 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-157 {
  width: 100%;
  max-width: 1000px;
}

.div-block-158 {
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.background-video {
  z-index: 2;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.background-video-2 {
  aspect-ratio: 2 / 3;
  width: auto;
  height: 600px;
  margin-bottom: 20px;
}

.image-76 {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-159 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.floorplan {
  display: none;
}

.villatour {
  margin-top: 80px;
}

.div-block-160 {
  display: none;
}

.heading-20 {
  color: var(--color--black);
  text-align: center;
  margin-top: 50px;
  font-size: 36px;
}

.heading-21 {
  color: var(--color--black);
}

.div-block-161 {
  padding: 50px 20px;
}

.div-block-162 {
  height: 1px;
  margin-top: 80px;
}

.div-block-163 {
  background-color: #eaeaead9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 1% 2% auto auto;
}

.div-block-163:hover {
  background-color: #bfbfbfb5;
}

.image-74 {
  width: 100%;
  min-height: 280px;
  margin-top: -80px;
}

.div-block-60 {
  width: 40%;
}

.div-block-60.dual {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding-top: 15px;
  padding-right: 0;
  display: flex;
}

.div-block-60.dual.knowlage {
  justify-content: center;
  width: 100%;
}

.div-block-60.dual.knowlage.exitpopup {
  padding-top: 0;
}

.div-block-154 {
  background-color: #e4e2fc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: visible;
}

.popupbannerauto {
  z-index: 9999;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.heading-27 {
  text-align: center;
  margin-top: 15px;
}

.heading-27.beforeyougo {
  margin-top: 0;
  font-size: 18px;
}

.image-78 {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: static;
  inset: 1.6% 2% auto auto;
}

.html-embed {
  width: 100%;
  min-width: 300px;
  max-width: 450px;
}

.div-block-153 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 40px 30px;
  display: flex;
}

.div-block-152 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-17 {
  color: #8b8b8b;
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
}

.div-block-164 {
  background-color: #eaeaead9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 1% 2% auto auto;
}

.div-block-164:hover {
  background-color: #bfbfbfb5;
}

.image-79 {
  width: 100%;
  min-height: 280px;
  margin-top: -80px;
}

.div-block-165 {
  width: 40%;
}

.div-block-165.dual {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding-top: 15px;
  padding-right: 0;
  display: flex;
}

.div-block-165.dual.knowlage {
  justify-content: center;
  width: 100%;
}

.div-block-165.dual.knowlage.exitpopup {
  padding-top: 0;
}

.div-block-166 {
  background-color: #e4e2fc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: visible;
}

.popupbannerauto-2 {
  z-index: 9999;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.heading-28 {
  text-align: center;
  margin-top: 15px;
}

.heading-28.beforeyougo {
  margin-top: 0;
  font-size: 18px;
}

.image-80 {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: static;
  inset: 1.6% 2% auto auto;
}

.div-block-167 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 40px 30px;
  display: flex;
}

.div-block-168 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-18 {
  color: #8b8b8b;
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
}

.div-block-169 {
  background-color: #eaeaead9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 1% 2% auto auto;
}

.div-block-169:hover {
  background-color: #bfbfbfb5;
}

.div-block-170 {
  width: 40%;
}

.div-block-170.dual {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding-top: 15px;
  padding-right: 0;
  display: flex;
}

.div-block-170.dual.knowlage {
  justify-content: center;
  width: 100%;
}

.div-block-170.dual.knowlage.exitpopup {
  padding-top: 0;
}

.div-block-171 {
  background-color: #e4e2fc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: visible;
}

.popupbannerauto-3 {
  z-index: 9999;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.heading-29 {
  text-align: center;
  margin-top: 15px;
}

.heading-29.beforeyougo {
  margin-top: 0;
  font-size: 18px;
}

.image-81 {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: static;
  inset: 1.6% 2% auto auto;
}

.div-block-172 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 40px 30px;
  display: flex;
}

.div-block-173 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-19 {
  color: #8b8b8b;
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
}

.html-embed-2 {
  width: 100%;
  min-width: 300px;
  max-width: 450px;
}

.heading-30 {
  text-align: center;
  margin-top: 15px;
  font-size: 60px;
}

.heading-30.beforeyougo {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
}

.div-block-287 {
  background-color: #eaeaead9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 1% 2% auto auto;
}

.div-block-287:hover {
  background-color: #bfbfbfb5;
}

.paragraph-21 {
  color: #8b8b8b;
  text-align: center;
  max-width: 350px;
  margin-bottom: 25px;
  font-size: 16px;
}

.div-block-288 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 40px 30px;
  display: flex;
}

.image-82 {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: static;
  inset: 1.6% 2% auto auto;
}

.popupbannerauto-4 {
  z-index: 9999;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
}

.div-block-289 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-83 {
  width: 100%;
  min-height: 280px;
  margin-top: -80px;
}

.div-block-290 {
  background-color: #dbd4c7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.div-block-291 {
  width: 40%;
}

.div-block-291.dual {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding-top: 15px;
  padding-right: 0;
  display: flex;
}

.div-block-291.dual.knowlage {
  justify-content: center;
  width: 100%;
}

.div-block-291.dual.knowlage.exitpopup {
  padding-top: 0;
}

.button-2 {
  background-color: var(--color--brand-900);
  margin-top: 10px;
}

.div-block-292 {
  display: flex;
}

.text-block-42 {
  color: var(--color--border);
  margin-right: 6px;
  text-decoration: line-through;
}

.text-block-28 {
  margin-top: 2vw;
  font-weight: 400;
}

.image-40 {
  cursor: pointer;
  width: 3vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.text-block-30 {
  width: 40vw;
  margin-top: 2vw;
}

.div-block-86 {
  align-items: flex-start;
  margin-top: 4vw;
  display: flex;
}

.div-block-90 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.helpbanner {
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-top: 6vw;
  padding-bottom: 5vw;
}

.helpbanner.contact {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bgcolorfull {
  background-color: #e8e3dd;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.bgcolorfull._2 {
  background-color: #d8cfc6;
  padding-bottom: 0;
}

.bgcolorfull._2.new {
  background-color: #d8cfc6;
  flex-flow: row;
  justify-content: center;
}

.bgcolorfull._2.new.faq {
  background-color: #d8cfc6;
}

.bgcolorfull._2.new.faq.about {
  background-color: #e8e3dd;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.bgcolorfull._2.new.faq.about.contact {
  background-color: #fff0;
  flex-flow: column;
  padding-top: 5vw;
}

.image-19 {
  width: 12vw;
  margin-top: 1vw;
  margin-left: 5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-19.new {
  display: none;
}

.handwriten {
  margin-bottom: 1.5vw;
  margin-right: 10px;
  font-size: 6.2vw;
  font-weight: 400;
  line-height: 6.2vw;
}

.handwriten.smaller {
  margin-right: 0;
  font-size: 4vw;
  line-height: 4.2vw;
}

.div-block-52 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10vw;
  display: flex;
  position: relative;
}

.div-block-51 {
  flex-flow: column;
  width: 25vw;
  display: flex;
}

.image-28 {
  padding: 1vw;
}

.image-29 {
  width: 12vw;
  display: none;
  position: absolute;
  inset: auto auto 0% 12%;
}

.heading-31 {
  color: var(--color--brand-900);
}

.code-embed-4 {
  width: 40vw;
}

.div-block-110 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.8vw;
  padding-top: 3.2vw;
  display: flex;
}

.div-block-110.onlybook {
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.div-block-109 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.bookingiframecode {
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.body {
  background-color: #f2eae2;
}

.div-block-293 {
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

.maincta {
  background-color: var(--color--black);
  color: var(--color--white);
  font-size: var(--font-size-desktop--text-size-large);
  text-transform: uppercase;
  padding: 9px 15px;
  font-weight: 600;
}

.maincta.abspos {
  position: absolute;
}

.maincta.white {
  background-color: var(--real-white);
  color: var(--color--black);
}

.inlinebutton {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.inlinebutton.mobilehh {
  justify-content: center;
  align-items: center;
  display: none;
}

.inlinebutton.centera {
  justify-content: center;
  align-items: center;
}

.absbutton {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.code-embed-5 {
  display: none;
}

.image-84 {
  width: 50px;
  height: 50px;
}

.div-block-294 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.div-block-294.bottomcenter {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-right: 0;
  top: auto;
  bottom: 0;
}

.stripelogo {
  width: 160px;
}

.stripeholder {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.whatsappholder {
  z-index: 0;
  background-color: var(--color--black);
  cursor: pointer;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.whatsappbottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.code-embed-6 {
  display: none;
}

.div-block-295 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.image-85 {
  width: 100%;
}

.image-85.hmax {
  width: auto;
  max-width: 1000%;
  height: 100%;
}

.pics {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.pics.newpics {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-296 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-296.lefta {
  justify-content: flex-start;
  align-items: center;
}

.div-block-296.righta {
  justify-content: flex-end;
  align-items: center;
}

.ammendities {
  padding-top: 150px;
  padding-bottom: 50px;
}

.code-embed-7 {
  border: 1px solid #000;
  height: 800px;
}

.heading-32 {
  font-size: 62px;
  line-height: 50px;
}

.div-block-297 {
  width: 100%;
  max-width: 1500px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-86 {
  width: 16px;
  margin-right: 5px;
}

.reviewcard {
  background-color: var(--color--brand-100);
  padding: 20px;
}

.div-block-298 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-299 {
  background-color: var(--color--brand-100);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 12px 20px;
  display: flex;
}

.reviews {
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-43 {
  font-weight: 600;
}

.pictureholder {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-301 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-87 {
  width: 16px;
  margin-right: 10px;
}

.div-block-302 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.text-block-44 {
  font-weight: 600;
}

.villa-amenditys {
  width: 100%;
  margin-bottom: 20px;
}

.paragraph-22 {
  max-width: 600px;
  margin-bottom: 10px;
}

.downloadb {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.downloadb.morepp {
  margin-bottom: 250px;
}

.div-block-303 {
  aspect-ratio: 1;
  width: 50%;
  margin-right: 10px;
  overflow: hidden;
}

.roomdetails {
  margin-bottom: 100px;
}

.opendes {
  cursor: pointer;
  margin-bottom: 6px;
  text-decoration: underline;
}

.div-block-304 {
  width: 100%;
}

.maxw {
  flex-flow: column;
  width: 100%;
  max-width: 1356px;
  display: flex;
}

.welcomepics {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-305 {
  margin-bottom: 6px;
}

.image-88 {
  width: 50px;
}

.text-block-45 {
  margin-bottom: 10px;
}

.div-block-306 {
  flex-flow: column;
  display: flex;
}

.dayblock {
  width: 100%;
  margin-bottom: 50px;
}

.div-block-307 {
  background-color: var(--color--brand-100);
  max-width: 450px;
  padding: 24px;
}

.text-block-46 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.section-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-308 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-89 {
  width: 100px;
  margin-bottom: 40px;
}

.paragraph-23 {
  margin-bottom: 20px;
}

.linktree {
  background-color: var(--color--brand-100);
  width: 100%;
  color: var(--color--black);
  text-align: center;
  border-radius: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1440px) {
  .paragraph-11, .paragraph-12, .paragraph-13 {
    line-height: 1.6vw;
  }
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: var(--font-size-tablet--text-size-regular);
  }

  h1 {
    font-size: var(--font-size-tablet--heading-1);
  }

  h2 {
    font-size: var(--font-size-tablet--heading-2);
  }

  h3 {
    font-size: var(--font-size-tablet--heading-3);
  }

  h4 {
    font-size: var(--font-size-tablet--heading-4);
  }

  h5 {
    font-size: var(--font-size-tablet--heading-5);
  }

  h6 {
    font-size: var(--font-size-tablet--heading-6);
  }

  label {
    font-size: var(--font-size-tablet--text-size-large);
  }

  .utility-page-wrap {
    padding: var(--width--section-padding-tablet) var(--width--container-padding-tablet);
  }

  .utility-page-content {
    max-width: 80%;
  }

  .no-margin {
    margin: 0;
  }

  .heading-style-4 {
    font-size: var(--font-size-tablet--heading-4);
  }

  .heading-style-4.text-color-white.no-margin {
    margin-top: 17px;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-3 {
    font-size: var(--font-size-tablet--heading-3);
  }

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

  .button {
    font-size: 16px;
  }

  .heading-style-6 {
    font-size: var(--font-size-tablet--heading-6);
  }

  .text-size-large {
    font-size: var(--font-size-tablet--text-size-large);
  }

  .heading-style-1 {
    font-size: var(--font-size-tablet--heading-1);
  }

  .heading-style-2 {
    font-size: var(--font-size-tablet--heading-2);
  }

  .heading-style-5 {
    font-size: var(--font-size-tablet--heading-5);
  }

  .text-medium {
    font-size: 16px;
  }

  .section {
    padding-top: var(--width--section-padding-tablet);
    padding-bottom: var(--width--section-padding-tablet);
  }

  .section.is-hero {
    aspect-ratio: auto;
    min-height: 70vh;
    margin-top: -80px;
  }

  .section.is-form {
    width: 100%;
    padding-top: var(--width--container-padding-tablet);
    padding-bottom: var(--width--container-padding-tablet);
  }

  .column {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-right: var(--width--container-padding-tablet);
    padding-left: var(--width--container-padding-tablet);
  }

  .container.is-navbar {
    display: flex;
  }

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

  .styleguide {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-size-small {
    font-size: var(--font-size-tablet--text-size-small);
  }

  .rich-text.text-style-muted p {
    font-size: var(--font-size-tablet--text-size-large);
  }

  ._12-columns {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .form-input {
    text-align: left;
  }

  .footer {
    padding-top: var(--width--container-padding-tablet);
    padding-bottom: var(--width--container-padding-tablet);
    position: relative;
  }

  .navbar-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-flow: column;
    inset: 80px 0% auto auto;
  }

  .navbar-menu.is-footer {
    background-color: var(--color--transparent);
    flex-flow: row;
  }

  .navbar {
    height: 80px;
  }

  .navbar-link {
    color: var(--color--black);
  }

  .hero-heading {
    max-width: 80%;
    margin-top: 39px;
  }

  .book-form {
    flex-flow: column;
  }

  .form-input-wrapper {
    border-bottom: var(--border--border-regular) solid var(--color--brand-100);
    border-right-style: none;
    padding-bottom: 8px;
    padding-right: 0;
  }

  .section-heading-horizontal {
    margin-bottom: var(--width--section-padding-tablet);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .section-heading-text {
    font-size: var(--font-size-tablet--text-size-large);
    margin-top: 0;
  }

  .house-mask {
    width: 60%;
    margin-left: 0;
  }

  .house-slide-wrapper {
    width: 100%;
    margin-right: 16px;
  }

  .hero-heading-wrapper {
    z-index: 1;
    height: auto;
    padding-right: var(--width--container-padding-tablet);
    padding-left: var(--width--container-padding-tablet);
    order: -1;
    margin-bottom: 48px;
    position: relative;
  }

  .hero-h1 {
    font-size: var(--font-size-tablet--heading-1);
    line-height: 1.2;
  }

  .house-slider-arrow {
    right: 0;
  }

  .house-slider-arrow.is-left {
    right: 100px;
  }

  .section-divider {
    margin-top: var(--width--section-padding-tablet);
    margin-bottom: var(--width--section-padding-tablet);
  }

  .section-heading-grid {
    margin-bottom: var(--width--section-padding-tablet);
  }

  .numbers-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    grid-template-columns: 1fr .5fr 1fr 1fr;
    justify-items: stretch;
    display: flex;
  }

  .number-divider {
    display: none;
  }

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

  .testimonial-heading-1 {
    font-size: 104px;
  }

  .amenities-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .amenities-image-wrapper {
    order: -1;
  }

  .faq-list {
    margin-top: var(--width--section-padding-tablet);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-question {
    padding-bottom: 20px;
  }

  .faq-question-heading {
    font-size: var(--font-size-tablet--heading-4);
  }

  .faq-icon-wrapper {
    width: 20px;
  }

  .faq-answer-text {
    padding-bottom: 20px;
  }

  .footer-background {
    margin-top: var(--width--container-padding-tablet);
    margin-bottom: var(--width--container-padding-tablet);
  }

  .full-width-image {
    background-attachment: scroll;
  }

  .button-menu-desktop {
    display: none;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--color--transparent);
  }

  .book-form-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    overflow: hidden;
  }

  .menu-button-line {
    background-color: var(--color--white);
    width: 100%;
    height: 2px;
    padding: 0;
  }

  .menu-button-line.is-bottom {
    width: 60%;
  }

  .menu-button-line.is-bottom.globalnva, .menu-button-line.is-top.globalnav {
    background-color: var(--color--black);
  }

  .menu-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar-menu-wrapper {
    margin-right: var(--width--container-padding-tablet);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 16px;
    inset: 80px 0% auto auto;
  }

  .book-dropdown-form {
    display: none;
  }

  .book-dropdown-toggle {
    background-color: var(--color--brand-100);
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    display: flex;
  }

  .book-dropdown-toggle.w--open {
    color: var(--color--text-color);
    background-color: #fff;
    margin-bottom: 32px;
    display: block;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .inlinebutton.mobilehh {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: var(--font-size-mobile--text-size-regular);
  }

  h1 {
    font-size: var(--font-size-mobile--heading-1);
  }

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

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

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

  h5 {
    font-size: var(--font-size-mobile--heading-5);
  }

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

  label {
    font-size: var(--font-size-mobile--text-size-large);
  }

  .utility-page-wrap {
    padding: var(--width--section-padding-mobile) var(--width--container-padding-mobile);
  }

  .utility-page-content {
    max-width: 100%;
  }

  .no-margin {
    margin: 0;
  }

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

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

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .button {
    font-size: 15px;
  }

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

  .text-size-large {
    font-size: var(--font-size-mobile--text-size-large);
  }

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

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

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

  .text-medium {
    font-size: 15px;
  }

  .section {
    padding-top: var(--width--section-padding-mobile);
    padding-bottom: var(--width--section-padding-mobile);
  }

  .section.is-hero {
    min-height: 60vh;
    margin-top: -60px;
  }

  .section.is-form {
    padding-top: var(--width--container-padding-mobile);
    padding-bottom: var(--width--container-padding-mobile);
  }

  .container {
    padding-right: var(--width--container-padding-mobile);
    padding-left: var(--width--container-padding-mobile);
  }

  .container.is-navbar {
    justify-content: space-between;
    align-items: center;
  }

  .text-size-small {
    font-size: var(--font-size-mobile--text-size-small);
    order: 1;
  }

  .rich-text.text-style-muted p {
    font-size: var(--font-size-mobile--text-size-large);
  }

  .styleguide-section-header {
    font-size: .875rem;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .margin-bottom-large {
    margin-bottom: 40px;
  }

  .footer {
    padding-top: var(--width--container-padding-mobile);
    padding-bottom: var(--width--container-padding-mobile);
  }

  .navbar-menu {
    margin-right: var(--width--container-padding-mobile);
  }

  .navbar-menu.is-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .navbar {
    height: 60px;
  }

  .navbar-link.is-footer {
    text-align: center;
    font-size: 18px;
  }

  .buy-on-webflow-link {
    font-size: 14px;
    bottom: 12px;
    right: 12px;
  }

  .buy-on-webflow-icon {
    height: 14px;
  }

  .hero-heading {
    max-width: 100%;
    margin-top: 7px;
  }

  .section-heading-horizontal {
    margin-bottom: var(--width--section-padding-mobile);
  }

  .section-heading-text {
    font-size: var(--font-size-mobile--text-size-large);
  }

  .house-slide {
    height: 550px;
  }

  .hero-heading-wrapper {
    padding-right: var(--width--container-padding-mobile);
    padding-left: var(--width--container-padding-mobile);
  }

  .hero-h1 {
    font-size: var(--font-size-mobile--heading-1);
  }

  .hero-h1.here1 {
    margin-bottom: 8px;
  }

  .house-slider-arrow {
    width: 60px;
    height: 20px;
    bottom: -40px;
  }

  .house-slider-arrow.is-left {
    right: 80px;
  }

  .section-divider {
    margin-bottom: var(--width--section-padding-mobile);
  }

  .section-heading-grid {
    margin-bottom: var(--width--section-padding-mobile);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: .25fr;
    display: flex;
  }

  .numbers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonials-grid {
    padding-top: 100px;
  }

  .testimonial-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px;
  }

  .testimonial-author-picture {
    width: 40px;
    height: 40px;
  }

  .testimonial-heading-1 {
    font-size: 64px;
  }

  .amenities-item {
    margin-bottom: 40px;
  }

  .faq-list {
    margin-top: var(--width--section-padding-mobile);
  }

  .faq-question-text {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .faq-question-heading {
    font-size: var(--font-size-mobile--heading-4);
  }

  .faq-icon-wrapper {
    width: 16px;
  }

  .footer-background {
    margin-top: var(--width--container-padding-mobile);
    margin-bottom: var(--width--container-padding-mobile);
  }

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

  .menu-button, .menu-button.w--open {
    width: 40px;
    height: 40px;
  }

  .menu-button-line.is-bottom.globalnva, .menu-button-line.is-top.globalnav {
    background-color: var(--color--black);
  }

  .navbar-menu-wrapper {
    margin-right: var(--width--container-padding-mobile);
  }

  .book-dropdown-toggle {
    padding: 12px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .no-margin {
    margin: 0;
  }

  .vertical-wrapper-center {
    border-top: 1px solid #000;
  }

  .heading-style-4.text-color-white.no-margin {
    font-size: 20px;
  }

  .button {
    width: 100%;
  }

  .button.is-dark.footerbutton {
    display: none;
  }

  .section.is-hero.newere {
    min-height: 72vh;
  }

  .column {
    margin-bottom: 0;
  }

  .container.is-navbar {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }

  .text-size-small {
    color: var(--color--black);
  }

  .footer {
    background-color: #cfc0b1;
  }

  .navbar-menu.is-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo {
    height: 46px;
  }

  .navbar-link, .navbar-link.white {
    color: var(--color--black);
  }

  .hero-heading {
    margin-top: 0;
    padding-top: 82px;
  }

  .house-mask {
    width: 90%;
  }

  .numbers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonials-grid {
    padding-top: 80px;
  }

  .testimonial-heading-1 {
    font-size: 46px;
  }

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

  .faq-question {
    padding-bottom: 10px;
  }

  .footer-background {
    border-radius: 0;
    width: 100%;
  }

  .menu-button-line.is-bottom, .menu-button-line.is-top {
    color: var(--color--black);
  }

  .menu-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navbar-menu-wrapper {
    color: var(--color--black);
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat-2 {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .text-block-40 {
    font-size: 6vw;
    font-weight: 500;
  }

  .image-75 {
    width: 12px;
    height: 12px;
  }

  .div-block-155 {
    cursor: pointer;
  }

  .div-block-155.stickkyeb {
    top: 10%;
    right: 4%;
  }

  .section-23 {
    z-index: 51;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
  }

  .div-block-156 {
    padding-top: 6px;
  }

  .text-block-39 {
    font-size: 6vw;
    display: flex;
  }

  .link-block-11 {
    margin-top: 0;
  }

  .div-block-144 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 92vw;
  }

  .image-72 {
    width: 5vw;
  }

  .section-13 {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .ctawire {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 3vw;
  }

  .ctawire.fullpink {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 2vw 3vw;
    font-size: 4vw;
  }

  .ctawire.fullpink.bigger.top.googlerevews {
    margin-top: 0;
  }

  .div-block-145 {
    margin-bottom: 3vw;
  }

  .text-block-38 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .igoverlay {
    width: 4vw;
  }

  .section-16 {
    padding-top: 15vw;
    padding-bottom: 8%;
  }

  .heading-19 {
    font-size: 6vw;
    line-height: 4.2vw;
  }

  .heading-19.newere {
    font-size: 8vw;
    line-height: 8vw;
  }

  .paragraph-11, .paragraph-12, .paragraph-13 {
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .background-video-2 {
    width: 100%;
    height: auto;
  }

  .div-block-159 {
    margin-bottom: 25px;
  }

  .image-77 {
    width: 80px;
  }

  .div-block-160 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-163 {
    cursor: pointer;
  }

  .image-74 {
    width: 60%;
    min-height: 50px;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-60 {
    width: 100%;
  }

  .div-block-60.dual {
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-60.dual.knowlage {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-154 {
    height: auto;
    max-height: 200px;
  }

  .popupbannerauto {
    display: none;
  }

  .heading-27 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .image-78 {
    width: 12px;
    height: 12px;
  }

  .html-embed {
    min-width: auto;
  }

  .div-block-153 {
    width: 100%;
    padding: 10px 5vw 25px;
  }

  .div-block-152 {
    width: 90%;
  }

  .paragraph-17 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .div-block-164 {
    cursor: pointer;
  }

  .image-79 {
    width: 60%;
    min-height: 50px;
  }

  .div-block-165 {
    width: 100%;
  }

  .div-block-165.dual {
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-165.dual.knowlage {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-166 {
    height: auto;
    max-height: 200px;
  }

  .popupbannerauto-2 {
    display: none;
  }

  .heading-28 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .image-80 {
    width: 12px;
    height: 12px;
  }

  .div-block-167 {
    width: 100%;
    padding: 10px 5vw 25px;
  }

  .div-block-168 {
    width: 90%;
  }

  .paragraph-18 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .div-block-169 {
    cursor: pointer;
  }

  .div-block-170 {
    width: 100%;
  }

  .div-block-170.dual {
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-170.dual.knowlage {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-171 {
    height: auto;
    max-height: 200px;
  }

  .popupbannerauto-3 {
    display: none;
  }

  .heading-29 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .image-81 {
    width: 12px;
    height: 12px;
  }

  .div-block-172 {
    width: 100%;
    padding: 10px 5vw 25px;
  }

  .div-block-173 {
    width: 90%;
  }

  .paragraph-19 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .html-embed-2 {
    flex-flow: column;
    min-width: auto;
    display: flex;
    overflow: visible;
  }

  .heading-30 {
    margin-bottom: 6px;
    font-size: 7vw;
    line-height: 8vw;
  }

  .heading-30.beforeyougo {
    margin-bottom: 10px;
  }

  .div-block-287 {
    cursor: pointer;
  }

  .link-block-9 {
    cursor: default;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-21 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .div-block-288 {
    width: 100%;
    padding: 10px 5vw 0;
  }

  .image-82 {
    width: 12px;
    height: 12px;
  }

  .popupbannerauto-4 {
    display: none;
  }

  .div-block-289 {
    width: 90%;
  }

  .image-83 {
    width: 100%;
    min-height: 50px;
  }

  .div-block-290 {
    height: auto;
    max-height: 200px;
  }

  .div-block-291 {
    width: 100%;
  }

  .div-block-291.dual {
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-291.dual.knowlage {
    padding-left: 0;
    padding-right: 0;
  }

  .image-40 {
    width: 10vw;
    margin-left: 4vw;
    margin-right: 2vw;
  }

  .text-block-30 {
    width: 80vw;
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .div-block-86 {
    flex-flow: column;
  }

  .div-block-90 {
    width: 50vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .helpbanner {
    margin-top: 16vw;
    margin-bottom: 24vw;
  }

  .helpbanner.contact {
    padding-top: 15vw;
  }

  .bgcolorfull {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }

  .bgcolorfull._2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bgcolorfull._2.new {
    padding: 4vw 2vw;
  }

  .bgcolorfull._2.new.faq {
    flex-flow: column;
  }

  .image-19 {
    width: 15vw;
    margin-top: 22vw;
  }

  .handwriten {
    font-size: 8vw;
  }

  .handwriten.smaller {
    font-size: 9vw;
    line-height: 8vw;
  }

  .div-block-52 {
    margin-top: 10vw;
  }

  .div-block-51 {
    width: 38.8vw;
  }

  .div-block-51.hidden {
    display: none;
  }

  .div-block-110 {
    margin-top: 15vw;
  }

  .bookingiframecode {
    height: 83vh;
  }

  .inlinebutton {
    width: 40%;
  }

  .inlinebutton.centera {
    width: 60%;
  }

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

  .div-block-295 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 10px;
  }

  .div-block-296 {
    overflow: hidden;
  }

  .div-block-298 {
    grid-template-columns: 1fr;
  }

  .pictureholder {
    flex-flow: column;
    width: 100%;
  }

  .div-block-302 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-303 {
    width: 100%;
  }

  .roomdetails {
    margin-bottom: 60px;
  }

  .unfoldme {
    overflow: hidden;
  }

  .opendes {
    text-decoration: underline;
  }

  .welcomepics {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-308 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#w-node-_91c4b565-bb41-53ec-b5de-48a5ce6f2582-5c93bc04 {
  justify-self: start;
}

#w-node-_91c4b565-bb41-53ec-b5de-48a5ce6f258a-5c93bc04 {
  justify-self: center;
}

#w-node-_91c4b565-bb41-53ec-b5de-48a5ce6f2590-5c93bc04 {
  justify-self: end;
}

#w-node-_71f76968-6b1b-5e30-75e3-d02f310c111c-5c93bc04 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4c252089-d954-a6b7-6b2f-fc99590708f3-590708e1 {
  justify-self: center;
}

#w-node-_44c44d6b-4363-05e3-3f08-68dde7700b36-5c93bc05 {
  justify-self: start;
}

#w-node-_44c44d6b-4363-05e3-3f08-68dde7700ca9-5c93bc05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6f41fc2-85d6-e5af-1293-ef37d63ad0a8-d63ad0a6 {
  justify-self: start;
}

#w-node-e6f41fc2-85d6-e5af-1293-ef37d63ad0b0-d63ad0a6, #w-node-_2edaccdf-e6a1-1763-fe5a-b6697139ac96-5b4d2c9c {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3211-dd9a2df6 {
  justify-self: start;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-dd9a2df6 {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb321b-dd9a2df6 {
  justify-self: end;
}

#w-node-_76e46f51-9dff-e959-b155-eb115d88c6e3-dd9a2df6, #w-node-_13f60ea7-8892-f6c1-769c-813f1bfae4b8-99de674a {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3211-870d0ce2 {
  justify-self: start;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-870d0ce2 {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb321b-870d0ce2 {
  justify-self: end;
}

#w-node-_76e46f51-9dff-e959-b155-eb115d88c6e3-870d0ce2 {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3211-5de10ada {
  justify-self: start;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-5de10ada {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb321b-5de10ada {
  justify-self: end;
}

#w-node-_76e46f51-9dff-e959-b155-eb115d88c6e3-5de10ada {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3211-30f09d87 {
  justify-self: start;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-30f09d87 {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb321b-30f09d87 {
  justify-self: end;
}

#w-node-_76e46f51-9dff-e959-b155-eb115d88c6e3-30f09d87 {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3211-8542fccd {
  justify-self: start;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-8542fccd {
  justify-self: center;
}

#w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb321b-8542fccd {
  justify-self: end;
}

#w-node-_76e46f51-9dff-e959-b155-eb115d88c6e3-8542fccd {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_91c4b565-bb41-53ec-b5de-48a5ce6f258a-5c93bc04 {
    justify-self: start;
  }

  #w-node-_91c4b565-bb41-53ec-b5de-48a5ce6f258c-5c93bc04 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-e1c52bba-3f5e-cff0-7cad-2694bbeb5a91-bbeb5a90 {
    order: 9999;
  }

  #w-node-e6f41fc2-85d6-e5af-1293-ef37d63ad0b0-d63ad0a6 {
    justify-self: start;
  }

  #w-node-e6f41fc2-85d6-e5af-1293-ef37d63ad0b2-d63ad0a6 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-dd9a2df6 {
    justify-self: start;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3217-dd9a2df6 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-870d0ce2 {
    justify-self: start;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3217-870d0ce2 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-5de10ada {
    justify-self: start;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3217-5de10ada {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-30f09d87 {
    justify-self: start;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3217-30f09d87 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3215-8542fccd {
    justify-self: start;
  }

  #w-node-_9c1e1ffe-1d3a-7624-3a91-15a44abb3217-8542fccd {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }
}


