@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Oswald;
  src: url('../images/') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-DemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mierb;
  src: url('../fonts/MierB-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --bronze: #96772c;
  --dim-grey: #636363;
  --dark-salmon: #be856a;
  --black-2: #353534;
  --slate: #235a52;
  --white: white;
  --light-blue: #eaedf2;
  --old-lace: #fef8e6;
  --marine-blue: #1e495e;
  --silver: #ccc3bc;
  --midnight-blue: #0f2433;
  --dark-sea-green: #8abe7c;
  --midnight-blue-2: #173041;
  --peru: #c0793d;
  --chocolate: #b75e24;
}

.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;
}

body {
  color: #333;
  letter-spacing: .02vw;
  font-family: Mierb, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 3vw;
  font-weight: 600;
  line-height: 4vw;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Oswald, sans-serif;
  font-size: 2.1vw;
  font-weight: 500;
  line-height: 3.1vw;
}

h3 {
  color: var(--bronze);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Playfair Display, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

h4 {
  color: var(--black);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

h5 {
  color: var(--black);
  margin-top: 1vw;
  margin-bottom: .5vw;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 1.75vw;
}

h6 {
  color: var(--bronze);
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

a {
  color: var(--bronze);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

li {
  color: var(--dim-grey);
  letter-spacing: .01vw;
  margin-top: .5vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

img {
  max-width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: var(--bronze);
  border-left: 1px #000;
  margin-top: 3vw;
  margin-bottom: 5vw;
  padding: 0 4vw;
  font-family: Playfair Display, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

figure {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

figcaption {
  opacity: .75;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-overlay {
  z-index: 1;
  background-color: #03030399;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.sc-content-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0%;
  right: 0%;
}

.button-style-1 {
  background-color: var(--dark-salmon);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
}

.button-style-1:hover {
  background-color: var(--black-2);
}

.button-style-1.large {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 100vw;
  width: 100%;
  height: 99px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.button-style-1.large:hover {
  background-color: #b18c34;
}

.button-style-1._2nd {
  margin-top: 15px;
}

.style-4s {
  color: var(--slate);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.style-4s.white {
  color: #fef8e6;
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
}

.style-4s.white.inline {
  display: inline-block;
}

.style-4s.white-faded {
  color: #ffffffa6;
  transition: color .1s;
}

.style-4s.white-faded:hover {
  color: var(--white);
}

.style-4s.menu-link {
  color: #fff9;
  transition: color .15s;
}

.style-4s.menu-link:hover {
  color: var(--white);
}

.style-4s.concierge {
  text-align: center;
}

.style-4s.contact-subhead {
  color: var(--white);
  text-align: center;
}

.style-4s.concierge-subtitle {
  color: var(--white);
}

.sc-sub-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.global-container {
  flex-direction: column;
  justify-content: center;
  width: 70vw;
  display: flex;
}

.global-container.food-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-container.button {
  flex-direction: column;
  align-items: center;
}

.global-container.about {
  align-items: center;
}

.global-container.fb-container {
  z-index: 2;
  align-items: center;
  width: 70vw;
  position: absolute;
}

.eyebrow {
  color: var(--slate);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.about-description-holder {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.button-style-5 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: .2vw;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s;
}

.button-style-5:hover {
  color: var(--slate);
}

.book-button {
  z-index: 100;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 4vw;
  margin-right: 2vw;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.fullbleed-image {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.quote-holder {
  padding-left: 80px;
  padding-right: 80px;
}

.navbar {
  z-index: 100;
  border-bottom: 1px solid #fff3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
}

.navbar-logo-holder {
  border-bottom: 30px #dd2f2f;
}

.navbar-link-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-navbar {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-left: 23px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.button-navbar:hover, .button-navbar.w--current {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
}

.button-navbar.link-delay {
  font-size: 12px;
  line-height: 14px;
}

.button-navbar.link-delay:hover {
  border-bottom: 6px solid var(--white);
  padding-top: 5px;
}

.button-navbar.link-delay.w--current {
  border-bottom: 5px solid var(--white);
  padding-top: 5px;
}

.button-navbar.dark {
  color: var(--slate);
}

.button-navbar.dark:hover {
  border-bottom-color: var(--slate);
}

.navbar-icon-holder {
  margin-bottom: 8px;
  margin-left: 30px;
}

.navbar-right {
  align-items: center;
  height: 100%;
}

.menu {
  z-index: 200;
  background-color: var(--slate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.style-1xl {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 7vw;
}

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

.global-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.global-section.global-rich-text.no-margin-bottom {
  padding-bottom: 0;
}

.global-section.global-rich-text.concierge {
  background-color: var(--light-blue);
}

.global-section.first {
  padding-bottom: 0;
}

.global-section.food-image {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.book-now {
  align-items: stretch;
}

.global-section.no-top-margin {
  padding-top: 0;
}

.global-section.line-break {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.global-section.line-break.section-landing, .global-section.line-break.dine-with-us {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.fb-section {
  height: 40vw;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.global-section.faq-header, .global-section.blue {
  background-color: var(--light-blue);
}

.global-section.green {
  background-color: var(--black-2);
}

.global-section.absolute---center {
  position: absolute;
}

.style-1m {
  color: #fff;
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 60px;
  font-family: Mierb, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 4.5vw;
}

.style-1m.align-left {
  text-align: left;
}

.style-1m.white {
  color: var(--white);
}

.style-1m.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.style-1m.animate-in.less {
  color: var(--old-lace);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3vw;
}

._3up-image-holder {
  width: 100%;
  height: 17vw;
  position: relative;
  overflow: hidden;
}

._3up-image-holder.rooms {
  height: 17vw;
  position: relative;
}

._3up-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: flex;
}

._3up-description {
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.ps {
  letter-spacing: .01vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.ps.left {
  text-align: left;
  width: 90%;
}

.ps.left.article {
  width: 100%;
  margin-top: .5vw;
}

.ps.footer-paragraph {
  color: var(--old-lace);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.ps._3up-text {
  text-align: center;
}

.ps._3up-text.margin-bottom {
  color: var(--black-2);
  margin-bottom: 2vw;
  font-family: Montserrat, sans-serif;
}

.sc-button {
  overflow: hidden;
}

.accordion-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.accordion-item-trigger {
  height: 5.5vw;
}

.accordion-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.footer-link {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu-spacer {
  background-color: #ffffff4d;
  width: 1px;
  height: 13vw;
  margin-top: 8px;
}

.menu-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
  position: absolute;
}

.menu-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1vw;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.navbar-sticky {
  z-index: 101;
  background-color: var(--white);
  border-bottom: 1px solid #0003;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
}

.curtain {
  z-index: 300;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.feature-card {
  background-color: var(--black-2);
  background-image: linear-gradient(#3535348c, #3535348c), url('../images/Q.png');
  background-position: 0 0, 102% 102%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 50px;
  display: flex;
}

.feature-card.blue {
  background-color: #353534;
  background-image: linear-gradient(#353534bf, #353534bf), url('../images/Q.png');
  background-position: 0 0, 105% 115%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.fc-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.fc-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.style-1l {
  color: #fff;
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 7vw;
}

.style-1l.white {
  color: var(--old-lace);
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 3.5vw;
}

.style-1l.concierge-title {
  color: var(--white);
  text-align: center;
}

.style-1l.margin-bottom {
  color: #fef8e6;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 3.5vw;
}

.style-1l.green {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 3.5vw;
}

.style-1s {
  color: var(--old-lace);
  text-align: center;
  letter-spacing: -.075vw;
  margin-top: 0;
  margin-bottom: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 4vw;
}

.style-1s.contact-info {
  color: var(--black);
  text-align: center;
}

.style-1s.contact-info.address {
  margin-top: 2vw;
}

.style-1s.concierge {
  color: var(--bronze);
  transition: color .15s;
}

.style-1s.concierge:hover {
  color: var(--slate);
}

.style-1s.blue {
  color: #23485c;
}

.fc-text {
  margin-bottom: 1.75vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.fc-column-1, .fc-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fc-columns {
  height: 45vw;
  margin-top: -100px;
}

.fc-columns.higher {
  height: 55vw;
}

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

.footer-large {
  background-color: var(--bronze);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.footer-links {
  width: 100%;
}

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

.footer-linebreak {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.footer-logo-holder {
  width: 17vw;
}

.footer-link-holder {
  margin-bottom: 17px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.global-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.global-text-styles h1 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles h2 {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles p {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles li {
  padding-left: .5vw;
}

.global-text-styles ul, .global-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.global-text-styles figcaption {
  width: 100%;
  padding-right: 10.5vw;
}

.global-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.global-text-styles h4, .global-text-styles h3 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles blockquote {
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles strong {
  color: var(--black);
}

.global-text-styles h5 {
  float: left;
  margin: -.1vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.global-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.bb-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.footer-description-holder {
  width: 70%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.footer-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sc-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  overflow: hidden;
}

.sc-title.home {
  margin-bottom: 4vw;
  font-family: Montserrat, sans-serif;
}

.link-in-page {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

.services-collection {
  grid-column-gap: 1vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.item-description-holder {
  padding-left: 5.5vw;
  padding-right: 5.5vw;
}

.item-description-holder.event-details {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-description-holder.article-subhead {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.amenity-icon {
  width: 100%;
  height: 100%;
}

.amenity-icon-holder {
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  margin-bottom: 14px;
  display: flex;
}

._3up-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-style-2-1 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

._3up {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

._4up-image {
  width: 100%;
  height: 12vw;
}

.ps-headline {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.ps-headline.space-above {
  margin-top: .5vw;
}

.ps-headline.event-details {
  text-align: center;
  margin-bottom: 0;
}

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

.book-now-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._3up-rollover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line {
  background-color: var(--bronze);
  width: 80%;
  height: 1px;
}

.line.left {
  margin-right: 2vw;
}

.line.right {
  margin-left: 2vw;
}

.view-icon {
  background-color: var(--dark-salmon);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-holder {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

._3up-link-holder {
  margin-top: .5vw;
  margin-bottom: 1vw;
}

.ps-headline-bold {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

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

.image-list {
  border-bottom: 1px solid #4d546b4d;
}

.image-list-item {
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.il-photo-holder {
  float: left;
  width: 9vw;
  height: 6vw;
  margin-top: 5px;
  margin-bottom: .5vw;
  margin-right: 2vw;
  display: inline-block;
}

.global-button-pill {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.button-style-4 {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.sc-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.sc-holder {
  width: 100%;
  height: 50%;
}

.sc-holder.middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.sc-holder.top-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
}

.sc-holder.top-bottom.concierge {
  align-items: flex-start;
  height: 50%;
}

.sc-holder.top-bottom.concierge.top {
  justify-content: center;
  align-items: center;
  height: 45%;
}

.sc-holder.top-bottom.concierge.bottom {
  justify-content: center;
  align-items: center;
  height: 55%;
}

.sc-scroll-line {
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  margin-top: 2vw;
  display: flex;
}

.section-cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cover.concierge {
  height: 100vh;
}

.sc-overlay {
  z-index: 1;
  background-image: radial-gradient(circle, #00000080, #0000 55%), linear-gradient(#000, #0000 0%, #00000059);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.sc-overlay.lessdark {
  background-image: radial-gradient(circle, #00000059, #0000 60%);
}

.sc-image {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.section-cover-button {
  background-color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 35px;
  font-family: Gill Sans Nova;
  font-size: 10px;
  display: flex;
}

.items.blue, .events.blue, .menus.blue {
  background-color: var(--light-blue);
}

.image-list-collection {
  width: 100%;
  margin-left: 10.5vw;
  margin-right: 10.5vw;
}

.image-list-wrapper {
  justify-content: center;
  display: flex;
}

.linebreak {
  background-color: #96772c80;
  width: 100%;
  height: 1px;
}

.linebreak-holder.food-details {
  padding-top: 6vw;
}

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

.team-image-holder {
  border-radius: 200px;
  width: 70%;
  overflow: hidden;
}

.team-name {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.team-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2m {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2vw;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
  display: block;
}

._2m.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

._2m.margin-reset.align-center {
  text-align: center;
}

._2m._3up-subtitle {
  color: var(--bronze);
}

.style-3xs {
  color: var(--bronze);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.75vw;
  transition: color .1s;
}

.style-3xs.animate-in.rollover:hover {
  color: var(--slate);
}

.style-1xs {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.style-1xs.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

.style-1xs.margin-reset.price {
  float: right;
  font-size: 1.75vw;
  display: inline-block;
}

.style-1xs.highlight-1 {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  transition: color .1s;
}

.style-1xs.highlight-1:hover {
  color: var(--marine-blue);
}

.style-1xs.white {
  color: #fff;
}

.style-1xs.concierge {
  color: var(--bronze);
  text-align: center;
  margin-top: 0;
}

.pxs {
  letter-spacing: .01vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.fc-button {
  overflow: hidden;
}

.article-subhead {
  color: var(--bronze);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.search-holder {
  justify-content: center;
  width: 100%;
  margin-top: 5vw;
  display: flex;
}

.search {
  align-items: center;
  width: 60%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.search.search-page {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.search-button {
  float: right;
  background-color: var(--bronze);
  letter-spacing: .15vw;
  text-transform: uppercase;
  width: 27%;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.search-input {
  float: left;
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #0000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.search-input.style-2 {
  background-color: var(--light-blue);
  color: var(--slate);
}

.text-block-2 {
  color: #4d546b80;
  font-family: GT America;
  font-weight: 300;
}

.search-result-item {
  border-bottom: 1px solid #4d546b4d;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
}

.div-block-40 {
  width: 90%;
  margin-bottom: .5vw;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  overflow: hidden;
}

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

.lightbox-images {
  z-index: 0;
  height: 95vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.big-lightbox {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
}

.lightbox-button {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 4vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-cta {
  background-color: #0006;
  border-radius: 30px;
  padding: 13px 22px;
}

.pm {
  text-align: left;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.pm._3up-description, .pm._3up-text {
  text-align: center;
}

.pm._3up-text.animate-in {
  color: var(--old-lace);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.pm.align-center {
  color: #fef8e6;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.pm.align-center.color {
  color: var(--black-2);
}

.pm.align-center-copy {
  color: #fef8e6;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.pm.align-center-copy.color {
  color: var(--black-2);
}

.div-block-41 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._3up-subtitle-holder {
  text-align: center;
  width: 100%;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

._3up-subtitle-holder.margin-top {
  margin-top: 2vw;
}

.fc-title {
  text-align: center;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 2vw;
}

.page-title-holder.article-headline {
  padding-left: 10vw;
  padding-right: 10vw;
}

.page-title-holder.food-drink-title {
  padding-left: 4vw;
  padding-right: 4vw;
}

.menu-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

._3up-view-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.highlight-1 {
  color: var(--bronze);
}

.style-4s-bold {
  color: var(--black-2);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.style-4s-bold:hover {
  color: var(--silver);
}

.il-title-holder {
  margin-top: .5vw;
}

.h5 {
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: .9vw;
  font-weight: 700;
  line-height: 1.25vw;
}

.h5.map-directions {
  margin-top: 1vw;
}

.list-price {
  float: right;
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
  display: inline-block;
}

.bb-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 100%;
  padding-bottom: 4px;
  display: flex;
}

.bb-background {
  z-index: 0;
  background-color: var(--slate);
  width: 100%;
  height: 100%;
  position: absolute;
}

.bb-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
  display: flex;
}

.bb-content {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.faq-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  display: flex;
}

.faq-item {
  overflow: hidden;
}

.faq-spacer {
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-trigger {
  cursor: pointer;
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-content {
  margin-bottom: 2vw;
  overflow: hidden;
}

.faq-line {
  background-color: #4d546b4d;
  width: 100%;
  height: 1px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.white-faded {
  color: #ffffff80;
}

.faq-title {
  margin-bottom: 4vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fullscreen-banner {
  display: flex;
}

.contact-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-spacer-end {
  margin-top: -2vw;
  margin-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

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

.about-cta-holder.margin-top {
  margin-top: 60px;
}

.about-cta-holder.margin-top.double {
  justify-content: space-between;
  width: 50%;
  max-width: 1000px;
  display: flex;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-small {
  background-color: var(--bronze);
  border-top: 1px solid #fff3;
  align-items: center;
  width: 100%;
  padding: 2vw;
  display: flex;
}

.fs-content-holder {
  justify-content: space-between;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.fs-content {
  align-items: flex-start;
  width: 50%;
}

.fs-content.left {
  display: flex;
}

.fs-content.right {
  justify-content: flex-end;
  display: flex;
}

.fs-text {
  color: #ffffff80;
}

.fs-text.spacing-left {
  margin-left: 1vw;
}

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

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

.fs-link-faded {
  color: #ffffff80;
}

.quote-source {
  margin-top: 2vw;
}

.article-category-title-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fb-image-holder {
  z-index: 0;
  column-count: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.fb-image-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #000c, #00000080 31%, #0000 70%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.fb-subhead {
  margin-bottom: 1vw;
}

.fb-content-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.faq-tab {
  border-bottom: 3px solid var(--light-blue);
  background-color: var(--light-blue);
  color: var(--bronze);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  height: 100%;
  margin-right: 2vw;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.faq-tab.w--current {
  background-color: var(--light-blue);
  color: var(--black);
  letter-spacing: .15vw;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.faq-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs {
  z-index: 1;
}

.filter {
  z-index: 100;
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 5vw;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  overflow: auto;
}

.faq-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.faq-text-styles h1 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles h2 {
  text-align: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  font-size: 1.75vw;
}

.faq-text-styles p {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.faq-text-styles ul, .faq-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.faq-text-styles figcaption {
  opacity: .5;
  color: var(--dim-grey);
  text-align: left;
  width: 100%;
  margin-top: 2vw;
  padding-right: 10.5vw;
}

.faq-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.faq-text-styles h4, .faq-text-styles h3 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles blockquote {
  text-align: center;
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.faq-text-styles strong {
  color: var(--black);
}

.faq-text-styles h5 {
  float: left;
  margin: -.5vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.faq-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.style-2m {
  color: var(--slate);
  text-align: center;
  letter-spacing: .1vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3.5vw;
}

.style-2m.animate-in {
  color: #8abe7c;
  text-transform: none;
  font-family: Mierb, sans-serif;
  font-weight: 600;
}

.menu-close-holder {
  cursor: pointer;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.mc-icon-holder {
  margin-left: 1vw;
}

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

.color-swatch {
  width: 33%;
  height: 100px;
}

.color-swatch.color-1 {
  background-color: var(--slate);
}

.color-swatch.color-2 {
  background-color: var(--bronze);
}

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

.div-block-44 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

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

.footer-button-holder {
  margin-top: .5vw;
}

.faq-question-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

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

.button-style-2 {
  background-color: var(--dark-salmon);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, background-color .1s;
  display: flex;
}

.button-style-2:hover {
  background-color: var(--old-lace);
  color: var(--black-2);
}

.button-style-3 {
  border: 1px solid var(--bronze);
  color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, border-color .1s;
  display: flex;
}

.button-style-3:hover {
  border-color: var(--slate);
  color: var(--slate);
}

.div-block-47 {
  width: 50%;
  margin-bottom: 2vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

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

.div-block-48 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

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

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

.global-ns {
  width: 100%;
  height: 5vw;
}

.global-ns.large {
  height: 10vw;
}

.global-ns.medium {
  height: 8vw;
}

.global-ns.small {
  height: 3vw;
}

.global-ns.xlarge {
  height: 15vw;
}

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

.global-ns.green.large {
  background-color: var(--black-2);
}

.div-block-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ensuite-amenities {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-ordi {
  z-index: 101;
  background-color: #353534e3;
  border-bottom: 1px solid #0000001a;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-navbar---new {
  color: var(--old-lace);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-left: 23px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.button-navbar---new:hover {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
}

.button-navbar---new.w--current {
  border-bottom: 4px solid #fef8e6;
  padding-top: 4px;
}

.navbar-image---new {
  object-fit: contain;
  width: 200px;
  height: 100%;
}

.hero-bottom-logo {
  width: 200px;
  position: absolute;
  inset: auto 60px 60px auto;
}

.about---new {
  background-color: var(--black-2);
}

.button-style-6 {
  background-color: var(--dark-salmon);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
}

.button-style-6:hover {
  background-color: var(--old-lace);
  color: var(--midnight-blue);
}

.button-style-6.inverted:hover {
  background-color: var(--dark-sea-green);
}

.section-logo {
  object-fit: contain;
}

.section-logo.margin-bottom {
  object-fit: contain;
  width: 50%;
  max-width: 594px;
  margin-bottom: 40px;
}

.section-logo.margin-top {
  max-width: 35%;
  margin-top: 40px;
}

.section-logo.section-bg {
  width: 40%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.section-logo.margin-side {
  margin-top: 40px;
  margin-right: 40px;
}

.section-logo.margin-side-2 {
  margin-top: 40px;
  margin-left: 40px;
}

.align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.align-right {
  text-align: right;
  justify-content: center;
  display: flex;
}

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

.footer-logo---new {
  width: 50%;
  max-width: 594px;
  margin-bottom: 40px;
}

.footer-address {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer---new {
  background-color: #353534;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7vw;
  padding-bottom: 5vw;
  display: flex;
}

.footer-bottom-row---new {
  background-color: #353534;
  border-top: 1px solid #fef8e633;
  align-items: center;
  width: 100%;
  padding: 2vw;
  display: flex;
}

.dark-blue-text {
  color: var(--dark-salmon);
}

.hero-section {
  background-image: url('../images/5fbdf78b3a7f647cc66ff94e_Hero-IMG-min.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.hero-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.button-wrao {
  padding-top: 40px;
  overflow: hidden;
}

.hero-img-wrap {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.divy {
  width: 45%;
}

.sliderinside {
  height: 600px;
  margin-top: 30px;
}

.icon {
  width: 100px;
}

.mobilenav, .hiddenmobile {
  display: none;
}

.slide {
  background-image: url('../images/Image00001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Image00002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Image00003.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Image00004.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Image00005.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Image00006.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Image00007.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Image00008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Image00009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/Image00010.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Image00011.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-3 {
  background-image: url('../images/Image00012.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/Image00013.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/Image00014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/Image00015.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Image00016.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/Image00017.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/Image00018.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/Image00019.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/Image00020.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/Image00021.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slidea1 {
  background-image: url('../images/Image00024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b1 {
  background-image: url('../images/Image00001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.b2 {
  background-image: url('../images/Image00002_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b3 {
  background-image: url('../images/Image00003_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b4 {
  background-image: url('../images/Image00004_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b5 {
  background-image: url('../images/Image00006_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b6 {
  background-image: url('../images/Image00007_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.b8 {
  background-image: url('../images/Image00008_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b9 {
  background-image: url('../images/Image00009_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b10 {
  background-image: url('../images/Image00010_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b11 {
  background-image: url('../images/Image00011_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b12 {
  background-image: url('../images/Image00012_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b13 {
  background-image: url('../images/Image00013_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b14 {
  background-image: url('../images/Image00014_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b15 {
  background-image: url('../images/Image00015_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b16 {
  background-image: url('../images/Image00016_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b17 {
  background-image: url('../images/Image00017_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-11, .slide-1-11-copy, .b18 {
  background-image: url('../images/Image00020_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b19 {
  background-image: url('../images/Image00021_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b20 {
  background-image: url('../images/Image00022.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b21 {
  background-image: url('../images/Image00023.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-wrapper {
  margin-left: 0;
  padding-top: 30px;
  position: relative;
}

.golden-line {
  background-color: #ef6b36;
  min-width: 44px;
  max-width: 44px;
  height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.golden-line.title {
  background-color: var(--dark-sea-green);
  margin-top: 40px;
}

.success-message-3 {
  color: #16181f;
  background-color: #faf5f2;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 22px;
}

.contact-email-wrapper {
  transition: all .2s;
  display: flex;
}

.text-color-white {
  color: #fff;
  margin-bottom: 24px;
}

.bg-pattern-dots-form {
  z-index: -1;
  transition: all .2s;
  position: absolute;
  inset: auto auto -11% -10%;
}

.bg-pattern-dots-form.hiddendots {
  display: none;
}

.grid-form-container {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  margin-bottom: 48px;
}

.style-content {
  width: 100%;
}

.contact-wrapper-2 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.icon-form {
  margin-right: 14px;
}

.icon-form.small {
  color: #fbfbfb;
  width: 40px;
}

.contact-phone-number-wrapper {
  margin-bottom: 14px;
  transition: all .2s;
  display: flex;
}

.text-area-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--dim-grey);
  color: var(--old-lace);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
  transition: all .3s ease-in-out;
}

.text-area-2:hover {
  border-bottom-color: var(--white);
}

.text-area-2:focus {
  border-width: 0 0 1px;
  border-color: #f3bb93;
}

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

.submit-button-2 {
  border: 1px solid var(--black-2);
  background-color: var(--dark-salmon);
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.submit-button-2:hover {
  color: var(--midnight-blue-2);
  background-color: #fff;
}

.style-section-contact {
  background-color: #0000;
  border-bottom: 1px solid #dfe1eb;
  padding: 0 5%;
}

.form-container-2 {
  z-index: 1;
  flex-direction: column;
  padding: 140px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-with-line-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 44px 1fr;
}

.link-form-2 {
  color: #346058;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.link-form-2:hover {
  color: #ef6b36;
}

.style-section-header {
  background-color: #16181f;
  background-image: linear-gradient(#346058b8, #346058b8), url('../images/luke-besley-k5l-zbRSPds-unsplash.jpg'), none;
  background-position: 0 0, 50% 100%, 30% 100%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  padding: 140px 5%;
  position: relative;
}

.form-block {
  border: 1px solid var(--dim-grey);
  background-color: #0000;
  min-width: 70%;
  max-width: 0%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 80px 30px 80px 48px;
}

.container-880px {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #df6f53;
  text-align: center;
  background-color: #fff1f1;
  margin-top: 28px;
  padding: 24px 39px;
}

.container-1288px {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
}

.contactallgreen {
  color: #1e495e;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Mierb, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.25em;
}

.text-field-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--dim-grey);
  color: var(--old-lace);
  background-color: #0000;
  min-height: 62px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 10px;
  transition: all .3s ease-in-out;
}

.text-field-2:hover {
  border-bottom-color: var(--white);
}

.text-field-2:focus {
  border-width: 0 0 1px;
  border-color: #f3bb93 #f3bb93 var(--dark-sea-green);
}

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

.page-wrapper.style-guide {
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.container-left-540px {
  max-width: 540px;
}

.link {
  color: #fff;
  display: none;
}

.button-navbar---new-copy {
  color: var(--old-lace);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-left: 23px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.button-navbar---new-copy:hover, .button-navbar---new-copy.w--current {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
}

.overblock {
  z-index: 10001;
  color: #fff;
  text-align: center;
  background-color: #0a1a31d9;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 390px;
  height: auto;
  margin-top: 0;
  padding: 15px;
  font-size: 13px;
  display: flex;
  position: fixed;
  bottom: 1%;
  right: 3%;
  box-shadow: 0 0 5px #00000040;
}

.overblock.invetedcolors {
  color: #fff;
  cursor: pointer;
  background-color: #5eb4bfd6;
  border-radius: 10vw;
  width: 300px;
  height: 60px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0;
  font-family: PT Sans, sans-serif;
  display: none;
  inset: auto 0% 0% auto;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.centeredthoug {
  color: #fff;
  text-align: center;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 18px auto auto;
  padding-top: 0;
  font-family: Mierb, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.sectionover {
  z-index: 2000;
  opacity: 1;
  background-color: #f4a87399;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.field {
  color: #000;
  border: 1px solid #d2dbd9;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  transition: border .2s;
  box-shadow: 0 0 0 6px #fff;
}

.field:hover {
  border-color: #b7c2bf;
}

.field:focus {
  color: #000;
  border-color: #103637;
}

.field::placeholder {
  color: #000;
}

.field.select {
  background-color: #fff;
  display: block;
}

.field.area {
  height: 80px;
  margin-bottom: 0;
  padding-top: 20px;
  box-shadow: 0 0 0 4px #fff;
}

.button {
  z-index: 10;
  color: #fff;
  background-color: #85b083;
  margin-top: 20px;
  padding: 10px 25px 11px;
  font-size: 16px;
  transition: color .2s, background-color .2s, box-shadow .2s, filter .2s;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 -2px #0000001c;
}

.button:hover {
  filter: brightness(105%);
  color: #fff;
  box-shadow: 0 8px 10px -3px #00000029, inset 0 -2px #0000001c;
}

.section-title {
  color: #103637;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Mierb, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 54px;
}

.success-title {
  font-size: 30px;
  line-height: 33px;
}

.success {
  color: #38ac8d;
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.specialclose {
  background-color: #8abe7c;
  position: absolute;
  inset: 2% 2% auto auto;
  box-shadow: 0 0 3px #103637;
}

.specialclose:hover {
  color: #dadada;
}

.formblock {
  opacity: 1;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 800px;
  height: auto;
  padding: 40px;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 20px 3px #103637;
}

.contact-form {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.contact-form.full {
  width: 100%;
  margin-top: 30px;
}

.form-block-2-copy {
  background-color: #0000;
  border: 1px solid #bfc1c8;
  min-width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px 30px 15px 48px;
}

.bold-text {
  font-size: 40px;
}

.divpopup-2 {
  z-index: 89999;
  text-align: center;
  background-color: #000000a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.xclose-2 {
  z-index: 20000;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  inset: 5% 10% auto auto;
}

.divinsidepopup-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 700px;
  height: 525px;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-block-19-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px #8b8b8b;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 700px;
  height: 525px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: auto;
}

.link-block-3 {
  background-color: #bb070700;
  position: static;
  inset: 0%;
}

.image-53 {
  width: 700px;
  max-width: none;
  height: 525px;
  display: block;
}

.image-54 {
  display: none;
}

.slide-2-4, .slide-2-5 {
  background-image: url('../images/Urbania-Cité_Terrasse_Retouches.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-fleche {
  filter: brightness(0%) grayscale();
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(-180deg);
}

.div-block-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3b452b00;
  border: 2px #5a4a42;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 570px;
  margin: 0 0 50px;
  padding: 0 20px 32px;
  display: block;
  position: static;
  top: auto;
}

.divinsidepopup-form {
  z-index: 8888;
  color: #fff;
  text-align: center;
  background-color: #3b452bcc;
  background-image: url('../images/piece.png');
  background-position: 50%;
  background-size: auto;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 660px;
  margin: 0 70px -579px 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 60px 3px #00000080;
}

.submit-button-3 {
  background-color: #8abe7c;
  border-radius: 14px;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.select-field {
  background-color: #fff;
  display: block;
}

.divform-cliquable {
  z-index: 99999;
  color: #ea4645;
  background-color: #f3cabade;
  height: 30px;
  margin: -29px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.headerform {
  color: #fff4f4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 22px;
}

.textarea-3 {
  height: auto;
}

.divinsidepopup-form-urbania {
  z-index: 8888;
  background-color: var(--midnight-blue-2);
  color: #fff;
  text-align: center;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 660px;
  margin: 0 70px -595px 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-block-form-urbania {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3b452b00;
  border: 2px #5a4a42;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 570px;
  margin: 0 0 50px;
  padding: 0 20px 32px;
  display: block;
  position: static;
  top: auto;
}

.divform-cliquable-urbania {
  z-index: 99999;
  background-color: var(--peru);
  color: #ea4645;
  height: 30px;
  margin: -29px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.headerform-urbania {
  color: #fff4f4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.planpoint-container {
  z-index: 1;
  flex-direction: column;
  padding: 140px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.planpoint {
  background-color: #0000;
  border-bottom: 1px solid #dfe1eb;
  padding: 0 1%;
}

.html-embed-2 {
  margin-top: 87px;
}

.navbar-2, .html-embed-mobile, .mobileonly {
  display: none;
}

.form {
  flex-direction: column;
  display: flex;
}

.sliderallimages {
  width: 90%;
  height: 100vh;
}

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

.popup {
  z-index: 9990;
  text-align: center;
  background-color: #000000a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.insidepopup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose-2 {
  z-index: 9999;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.xclose-3 {
  z-index: 20000;
  float: right;
  clear: left;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 6px 2px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
  position: static;
  inset: auto 0% 248px auto;
}

.image-popup-2 {
  text-align: center;
  cursor: pointer;
}

.slide-10 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_1.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_2.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_3.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_4.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_5.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_6.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_7.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/Le-Petit-Quartier_Image_Maison-modele_Avec-bandeau_8.png');
  background-position: 50% 0;
  background-size: cover;
}

.pm-copy {
  text-align: left;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.pm-copy._3up-description, .pm-copy._3up-text {
  text-align: center;
}

.pm-copy._3up-text.animate-in {
  color: var(--old-lace);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.pm-copy.align-center {
  color: #fef8e6;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.pm-copy.align-center.color {
  color: var(--black-2);
}

.pm-copy.align-center-copy {
  color: #fef8e6;
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pm-copy.align-center-copy.color {
  color: var(--black-2);
}

html.w-mod-js [data-ix="form-appear-from-bottom"] {
  display: block;
  transform: translate(0);
}

@media screen and (min-width: 1920px) {
  .footer-content {
    margin-bottom: 2vw;
  }

  .button-style-6 {
    height: 60px;
  }

  .icon-form {
    width: 48px;
  }

  .contact-phone-number-wrapper {
    margin-bottom: 24px;
  }

  .link-form-2 {
    font-size: 20px;
  }

  .container-880px {
    max-width: 940px;
  }

  .container-1288px {
    max-width: 1440px;
  }

  .overblock.invetedcolors {
    display: none;
  }

  .sectionover {
    opacity: 0;
    display: none;
  }

  .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6 {
    text-align: left;
  }

  .link-block-2 {
    width: 100%;
    height: 100%;
  }

  .divpopup-2 {
    display: none;
  }

  .image-fleche {
    filter: grayscale();
  }

  .divinsidepopup-form {
    background-color: #235a52cc;
    background-image: none;
    margin-bottom: -594px;
  }

  .submit-button-3 {
    background-color: #8abe7c;
    border-radius: 16px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .divform-cliquable {
    background-color: #8abe7ccc;
  }

  .headerform {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .divinsidepopup-form-urbania {
    background-color: #235a52cc;
    background-image: none;
    margin-bottom: -594px;
    margin-right: 20px;
  }

  .divform-cliquable-urbania {
    background-color: #8abe7ccc;
  }

  .headerform-urbania {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .html-embed-2 {
    height: auto;
    margin: 0 10px 123px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section {
    margin-top: 220px;
    margin-bottom: 100px;
  }

  .section-2 {
    height: 500px;
  }

  .body {
    height: 100%;
  }

  .navbar-2 {
    display: none;
  }

  .section-3 {
    height: 1200px;
    margin-top: 200px;
  }

  .html-embed-mobile {
    display: none;
  }

  .popup {
    height: auto;
    padding-top: 0;
  }

  .insidepopup {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  h1 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  h2 {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h4 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 2.75vw;
    line-height: 3.25vw;
  }

  h5 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 2.25vw;
    line-height: 3.25vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  p {
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  li {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  blockquote {
    margin-top: 4vw;
    margin-bottom: 7vw;
    padding-left: 5vw;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  figure {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  figcaption {
    margin-top: 2vw;
    margin-bottom: 5vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .cover {
    min-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .sc-content-holder {
    width: 90%;
    left: auto;
    right: auto;
  }

  .button-style-1 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-style-1.large {
    text-align: center;
    border-radius: 60px;
    height: auto;
    padding: 3vw 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .sc-sub-title {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .global-container {
    width: 100%;
    min-height: 10px;
  }

  .eyebrow {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-5 {
    letter-spacing: .4vw;
    padding-bottom: 1vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .book-button {
    margin-bottom: 3vw;
    margin-right: 3vw;
    padding: 3vw;
  }

  .fullbleed-image {
    height: 80vw;
  }

  .quote-holder {
    margin-bottom: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-logo-holder {
    width: 18vw;
  }

  .button-navbar {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 14vw;
  }

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

  .image {
    object-fit: cover;
  }

  .global-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-section.book-now {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.fb-section {
    height: 50vw;
  }

  .global-section.faq-header {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .style-1m {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  ._3up-image-holder {
    height: 40vw;
  }

  ._3up-image-holder.rooms {
    height: 20vw;
  }

  ._3up-text-holder {
    margin-top: 4vw;
  }

  ._3up-description {
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .ps {
    letter-spacing: .02vw;
    font-size: 2vw;
    line-height: 3.25vw;
  }

  .accordion-wrapper {
    align-items: flex-start;
  }

  .accordion-item {
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .accordion-item-trigger {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 60px;
    display: flex;
  }

  .menu-items {
    margin-top: 1vw;
  }

  .footer-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .menu-spacer {
    background-color: #ffffff4d;
    width: 1px;
    height: 19vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .menu-container {
    width: 90%;
    min-height: 10px;
  }

  .feature-card {
    min-height: 60vw;
    margin-top: 10vw;
    padding: 5vw;
  }

  .feature-card.blue {
    min-height: auto;
  }

  .fc-content {
    margin-top: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .style-1l {
    font-size: 8vw;
    line-height: 11vw;
  }

  .style-1s {
    letter-spacing: -.5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .fc-text {
    margin-top: 1vw;
    margin-bottom: 2.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .fc-column-1 {
    height: auto;
  }

  .fc-columns {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: -10vw;
    display: flex;
  }

  .footer-large {
    padding: 10vw 5vw;
  }

  .footer-logo-holder {
    width: 30vw;
  }

  .global-text-styles h2 {
    margin-top: 6vw;
  }

  .global-text-styles p {
    margin-bottom: 2vw;
  }

  .global-text-styles ul {
    margin-bottom: 4vw;
    padding-left: 16vw;
  }

  .global-text-styles ol {
    width: auto;
    margin-bottom: 3vw;
    padding-left: 16vw;
  }

  .global-text-styles figcaption {
    padding-right: 10vw;
  }

  .global-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .global-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .global-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .global-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .footer-description-holder {
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: 90%;
    padding: 2vw 4vw;
  }

  .link-in-page {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .services-collection {
    justify-content: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  .item-description-holder {
    padding-left: 11.5vw;
    padding-right: 11.5vw;
  }

  .amenity-icon-holder {
    width: 5vw;
    height: 5vw;
  }

  .button-style-2-1 {
    padding-bottom: 1vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

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

  ._4up-image {
    height: 19vw;
  }

  .ps-headline {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .line {
    width: 40%;
  }

  .line.left {
    margin-right: 5vw;
  }

  .line.right {
    margin-left: 5vw;
  }

  .view-icon {
    width: 12vw;
    height: 12vw;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 3vw;
    padding-bottom: 1vw;
  }

  .il-photo-holder {
    width: 14vw;
    height: 10vw;
    margin-top: 0;
    margin-bottom: .5vw;
  }

  .global-button-pill {
    height: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .global-button-pill.link-delay {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-style-4 {
    width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .sc-content {
    width: 100%;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-cover, .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .linebreak-holder {
    width: 100%;
  }

  .team-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 3vw;
  }

  .team-item {
    margin-bottom: 5vw;
  }

  .team-title {
    margin-top: 1vw;
  }

  ._2m {
    margin-bottom: .5vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .style-3xs {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: -.1px;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -3px;
  }

  .pxs {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  .pxs.gallery-text {
    margin-bottom: 0;
  }

  .search {
    width: 70%;
  }

  .search-button {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .search-result-item {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .lightbox-link {
    height: 81vw;
  }

  .lightbox-images, .big-lightbox {
    height: 80vw;
  }

  .lightbox-button {
    padding-bottom: 5vw;
  }

  .gallery-cta {
    padding: 2vw 3vw;
  }

  .pm {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  ._3up-subtitle-holder, .page-title-holder.events {
    margin-bottom: 1vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .menu-link, ._3up-view-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .style-4s-bold {
    letter-spacing: .4vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .il-title-holder {
    margin-top: 0;
  }

  .h5 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .list-price {
    letter-spacing: -.1px;
    margin-top: -1vw;
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 3vw;
    height: 2vw;
  }

  .bb-content {
    align-items: center;
    width: 100%;
  }

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

  .faq-title {
    margin-bottom: 3vw;
  }

  .footer-small {
    height: 14vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fs-content.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .fs-text.spacing-left {
    margin-left: 1.5vw;
  }

  .quote-source {
    margin-top: 1vw;
  }

  .fb-title-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-content-holder {
    width: 90%;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .filter {
    justify-content: flex-start;
    height: 10vw;
    margin-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .filter-title {
    text-align: center;
  }

  .faq-title-holder {
    padding-left: 11%;
    padding-right: 11%;
  }

  .faq-text-styles h2 {
    margin-top: 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    margin-bottom: 4vw;
  }

  .faq-text-styles ul {
    padding-left: 16vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 16vw;
  }

  .faq-text-styles figcaption {
    padding-right: 10vw;
  }

  .faq-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .faq-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .faq-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .faq-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .style-2m {
    font-size: 4vw;
    line-height: 6vw;
  }

  .mc-icon-holder {
    margin-left: 2vw;
  }

  .footer-button-holder {
    margin-top: 0;
  }

  .button-style-2, .button-style-3 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .div-block-47 {
    width: 75%;
    margin-bottom: 4vw;
  }

  .global-ns {
    height: 8vw;
  }

  .global-ns.large {
    height: 17vw;
  }

  .global-ns.medium {
    height: 13vw;
  }

  .global-ns.small {
    height: 5vw;
  }

  .button-navbar---new {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .hero-bottom-logo {
    width: 140px;
  }

  .button-style-6 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .footer---new {
    padding: 10vw 5vw;
  }

  .footer-bottom-row---new {
    flex-direction: column;
    height: 14vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-section {
    background-position: 0%;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-wrao {
    padding-top: 20px;
  }

  .hero-img-wrap {
    inset: 0%;
  }

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

  .golden-line {
    margin-left: 0;
    margin-right: auto;
  }

  .bg-pattern-dots-form {
    bottom: -3%;
    left: -4%;
  }

  .style-content {
    width: 100%;
  }

  .contact-wrapper-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .style-section-contact {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .form-container-2 {
    background-color: #fff;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-with-line-2 {
    grid-row-gap: 19px;
  }

  .style-section-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block {
    min-width: 100%;
    max-width: 100%;
  }

  .container-880px {
    padding-left: 50px;
  }

  .container-1288px.contact-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .page-wrapper.style-guide {
    flex-direction: column;
  }

  .button-navbar---new-copy {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    font-size: 43px;
    line-height: 50px;
  }

  .form-block-2-copy {
    min-width: 100%;
    max-width: 100%;
  }

  .headerform, .headerform-urbania {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .planpoint-container {
    background-color: #fff;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .planpoint {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .pm-copy {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
}

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

  li {
    font-size: 2.25vw;
    line-height: 4vw;
  }

  figcaption {
    font-size: 2.5vw;
  }

  .cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .button-style-1 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .style-4s.menu-link, .style-4s.menu-link.w--current {
    font-size: 1.75vw;
  }

  .sc-sub-title {
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .eyebrow {
    font-size: 2vw;
    line-height: 3vw;
  }

  .about-description-holder {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .button-style-5 {
    letter-spacing: .5vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .book-button {
    height: 9vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar-logo-holder {
    width: 23vw;
  }

  .button-navbar {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-section.faq-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .style-1m {
    font-size: 7vw;
    line-height: 8vw;
  }

  ._3up-text-holder {
    margin-top: 3vw;
  }

  .ps {
    font-size: 2.1vw;
    line-height: 3.3vw;
  }

  .menu-spacer {
    height: 25vw;
  }

  .navbar-sticky {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-card {
    min-height: 70vw;
  }

  .fc-content {
    margin-top: 20vw;
    padding-left: 3vw;
  }

  .style-1s {
    letter-spacing: 0;
    font-size: 4.75vw;
  }

  .fc-text {
    margin-bottom: 2.5vw;
  }

  .fc-column-1 {
    height: 68vw;
  }

  .fc-columns {
    margin-top: -20vw;
  }

  .footer-logo-holder {
    width: 35vw;
  }

  .global-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles ul {
    width: auto;
    padding-left: 8vw;
  }

  .global-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .global-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .global-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .global-text-styles blockquote {
    margin-left: 0;
  }

  .global-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-text-styles h6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-description-holder {
    width: 100%;
    margin-top: 3vw;
  }

  .item-description-holder {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .amenity-icon-holder {
    width: 6vw;
    height: 6vw;
  }

  .button-style-2-1 {
    font-size: 2vw;
    line-height: 3vw;
  }

  ._3up {
    grid-row-gap: 10vw;
  }

  ._4up-image {
    width: 30%;
    height: 17vw;
  }

  .ps-headline {
    text-align: left;
    line-height: 4vw;
  }

  .book-now-holder {
    padding-left: 0;
    padding-right: 0;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 2vw;
    line-height: 3vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .il-photo-holder {
    width: 23vw;
    height: 16vw;
    margin-right: 3vw;
  }

  .global-button-pill {
    width: auto;
    padding: 4vw;
  }

  .global-button-pill.link-delay {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-style-4 {
    height: 8vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    padding-top: 30vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    text-align: center;
    padding: 4vw 6vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .image-list-collection {
    margin-left: 0;
    margin-right: 0;
  }

  .team-name {
    margin-top: 3vw;
  }

  ._2m {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -.5vw;
  }

  .search.search-page {
    margin-top: 2vw;
    margin-bottom: 6vw;
  }

  .search-button {
    width: 30%;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .search-input {
    width: 70%;
  }

  .search-result-item {
    padding-bottom: 5vw;
  }

  .lightbox-link {
    height: 51vh;
  }

  .lightbox-images, .big-lightbox {
    height: 50vh;
  }

  .gallery-cta {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 1.5vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .style-4s-bold {
    font-size: 1.5vw;
  }

  .h5 {
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  .h5.map-directions {
    margin-top: 2vw;
  }

  .list-price {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 2.5vw;
  }

  .faq-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-spacer, .faq-trigger, .faq-title, .contact-holder, .faq-spacer-end, .article-category-title-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 6vw;
    font-size: 2vw;
    line-height: 3vw;
    position: static;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .filter {
    justify-content: flex-start;
    height: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles ul {
    width: auto;
    padding-left: 12vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .faq-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .faq-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .faq-text-styles blockquote {
    margin-left: 0;
  }

  .faq-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .style-2m {
    font-size: 5vw;
    line-height: 7vw;
  }

  .faq-question-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    margin-bottom: 2vw;
  }

  .div-block-46 {
    margin-bottom: 4vw;
  }

  .button-style-2, .button-style-3 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

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

  .menu-ordi {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-navbar---new {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .hero-bottom-logo {
    width: 100px;
    display: none;
    bottom: 20px;
    right: 20px;
  }

  .button-style-6 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  ._3up-img {
    min-height: 200px;
  }

  .hero-section {
    background-position: 10%;
  }

  .hero-content {
    max-width: none;
  }

  .hero-img-wrap {
    min-height: 500px;
  }

  .golden-line {
    margin-bottom: 10px;
  }

  .bg-pattern-dots-form {
    bottom: -5%;
    left: -2%;
  }

  .grid-form-container {
    grid-template-columns: 1fr;
  }

  .contact-wrapper-2 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .text-area-2 {
    font-size: 16px;
  }

  .submit-button-2 {
    font-size: 15px;
  }

  .style-section-contact {
    padding-bottom: 100px;
  }

  .form-container-2 {
    background-color: #fff;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .content-with-line-2 {
    grid-template-columns: 1fr;
  }

  .link-form-2 {
    font-size: 16px;
  }

  .information-wrapper-2 {
    margin-bottom: 22px;
  }

  .form-block {
    min-width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }

  .container-880px {
    padding-left: 30px;
  }

  .contactallgreen {
    font-size: 36px;
  }

  .text-field-2 {
    font-size: 16px;
  }

  .button-navbar---new-copy {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .field-column {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    width: 100%;
  }

  .form-block-2-copy {
    min-width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }

  .planpoint-container {
    background-color: #fff;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .planpoint {
    padding-bottom: 100px;
  }

  .insidepopup {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  h1 {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 11vw;
  }

  h2 {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 10vw;
  }

  h3 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 6.5vw;
    line-height: 10vw;
  }

  h4 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h5 {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  p {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }

  a {
    display: block;
  }

  ul, ol {
    margin-bottom: 10vw;
  }

  li {
    font-size: 4.75vw;
    line-height: 7.25vw;
  }

  blockquote {
    margin-top: 7vw;
    margin-bottom: 10vw;
    padding-left: 0;
    font-size: 9vw;
    line-height: 12vw;
  }

  figure {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }

  figcaption {
    margin-top: 4vw;
    margin-bottom: 8vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .cover, .cover-overlay {
    height: 90vh;
  }

  .sc-content-holder {
    justify-content: flex-start;
    width: 98%;
  }

  .button-style-1 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .button-style-1.large {
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .style-4s {
    letter-spacing: .75vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s.white {
    width: auto;
    margin-bottom: 0;
  }

  .style-4s.white-faded {
    letter-spacing: .5vw;
  }

  .style-4s.menu-link, .style-4s.menu-link.w--current {
    font-size: 3vw;
  }

  .sc-sub-title {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .global-container {
    min-height: 0;
  }

  .global-container.amenities {
    padding-left: 0;
    padding-right: 0;
  }

  .global-container.about {
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .global-container.fb-container {
    width: 90vw;
  }

  .eyebrow {
    font-size: 3vw;
  }

  .about-description-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 15vw;
    margin-bottom: 15vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-style-5 {
    letter-spacing: .75vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .book-button {
    margin-bottom: 10vw;
    margin-right: 5vw;
    padding: 6vw 7vw;
  }

  .fullbleed-image {
    height: 60vw;
    display: flex;
  }

  .quote-holder {
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .navbar-logo-holder {
    width: 40vw;
  }

  .navbar-logo-holder.w--current {
    display: none;
  }

  .navbar-link-holder {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .button-navbar {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  .navbar-right {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .menu {
    justify-content: center;
    height: 100vh;
    padding: 15vw 8vw;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .menu-link-holder {
    justify-content: flex-start;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .style-1xl {
    font-size: 13vw;
    line-height: 15vw;
  }

  .style-1xl.animated-text-group {
    line-height: 17vw;
  }

  .cover-image {
    height: 80%;
  }

  .cover-image.concierge {
    object-fit: cover;
  }

  .image.scale-in {
    display: block;
  }

  .global-section {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-section.global-rich-text, .global-section.food-image {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.line-break {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .global-section.fc-card-holder {
    padding-top: 30vw;
  }

  .global-section.fb-section {
    height: 70vw;
  }

  .global-section.faq-header {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-section.services, .global-section.green, .global-section.none {
    padding-left: 0;
    padding-right: 0;
  }

  .style-1m {
    font-size: 9.5vw;
    line-height: 11.5vw;
  }

  .style-1m.white.accordion-title {
    font-size: 11vw;
    line-height: 11vw;
  }

  .style-1m.animate-in.less {
    font-size: 25px;
    line-height: 27px;
  }

  ._3up-image-holder {
    background-color: var(--light-blue);
    width: 100%;
    height: 70vw;
  }

  ._3up-image-holder.rooms {
    height: 60vw;
  }

  ._3up-text-holder {
    margin-top: 5vw;
  }

  ._3up-description {
    margin-top: 1vw;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    line-height: 7.5vw;
  }

  .ps.left {
    width: 100%;
    margin-bottom: 3vw;
  }

  .ps._3up-text {
    line-height: 7vw;
  }

  .ps._3up-text.animate-in {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .accordion-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 10px;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item-trigger {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .accordion-item-content {
    overflow: hidden;
  }

  .menu-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2vw;
    display: flex;
  }

  .footer-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  .menu-spacer {
    display: none;
  }

  .menu-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20vw;
  }

  .menu-footer {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: flex;
  }

  .navbar-sticky {
    border-bottom-style: none;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .feature-card {
    background-image: linear-gradient(#17304194, #17304194), url('../images/SVG.svg');
    background-position: 0 0, 98% 96%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    min-height: 0;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .feature-card.big {
    height: 500px;
  }

  .fc-content {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 0;
  }

  .fc-image-holder {
    height: 50vw;
  }

  .fc-image-holder.vertical {
    height: 90vw;
  }

  .style-1l {
    font-size: 12vw;
    line-height: 15vw;
  }

  .style-1l.white {
    font-size: 30px;
    line-height: 32px;
  }

  .style-1l.margin-bottom {
    width: auto;
    font-size: 30px;
    line-height: 12vw;
    display: block;
  }

  .style-1l.green {
    font-size: 35px;
    line-height: 35px;
  }

  .style-1s {
    margin-bottom: 10vw;
    font-size: 8vw;
    line-height: 10vw;
  }

  .style-1s.contact-info.address {
    margin-top: 8vw;
  }

  .style-1s.concierge {
    font-size: 7vw;
    line-height: 9vw;
  }

  .fc-text {
    margin-top: 2vw;
    margin-bottom: 2.5vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fc-column-1, .fc-column-2 {
    height: auto;
  }

  .fc-columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -20vw;
  }

  .fc-columns.higher {
    height: 200vw;
  }

  .footer-large {
    padding: 20vw 5vw 8vw;
  }

  .footer-logo-holder {
    width: 48vw;
  }

  .footer-section {
    margin-bottom: 5vw;
  }

  .global-text-styles {
    display: block;
  }

  .global-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles li {
    padding-left: 0;
  }

  .global-text-styles ul {
    margin-top: -10px;
    padding-left: 13vw;
    padding-right: 8vw;
  }

  .global-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .global-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .global-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .global-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 22vw;
    line-height: 23vw;
  }

  .global-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .footer-description-holder {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: 100%;
    margin-top: 7vw;
    margin-bottom: 7vw;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-title.home {
    margin-top: 6vw;
    margin-bottom: 3vw;
  }

  .link-in-page {
    font-size: 3vw;
    line-height: 5vw;
  }

  .services-collection {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    overflow: hidden;
  }

  .item-description-holder.article-subhead {
    padding-left: 0;
    padding-right: 0;
  }

  .amenity-icon {
    width: 11vw;
  }

  .amenity-icon-holder {
    width: 11vw;
    height: 11vw;
  }

  ._3up-item {
    margin-bottom: 2vw;
  }

  .button-style-2-1 {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  ._3up {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._4up-image {
    height: 20vw;
  }

  .ps-headline {
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps-headline.space-above {
    display: inline;
  }

  .ps-headline.event-details {
    text-align: center;
  }

  .navbar-icon {
    width: 7vw;
  }

  .line {
    width: 5%;
  }

  .view-icon {
    width: 25vw;
    height: 25vw;
  }

  .button-holder {
    width: 90%;
  }

  .ps-headline-bold {
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list {
    margin-bottom: 6vw;
    padding-bottom: 3vw;
  }

  .image-list-item {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .il-photo-holder {
    width: 24vw;
    height: 16vw;
    margin-bottom: 0;
    margin-right: 4vw;
  }

  .il-photo-holder.link-delay {
    width: 24vw;
    height: 16.5vw;
  }

  .global-button-pill {
    height: 14vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-button-pill.link-delay {
    height: 12vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-4 {
    height: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-content.concierge {
    height: 90vh;
    margin-top: 80px;
  }

  .sc-holder.middle {
    justify-content: center;
    height: 60%;
    padding-top: 0;
    padding-bottom: 8vw;
  }

  .sc-holder.top-bottom {
    height: 20%;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: center;
    height: 40%;
    padding-top: 0;
    padding-bottom: 15vw;
    padding-left: 8vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    height: 60%;
    padding-top: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-cover {
    height: 70vh;
    padding-top: 120px;
  }

  .section-cover.concierge {
    justify-content: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sc-overlay, .sc-image {
    height: 100vh;
  }

  .section-cover-button {
    padding: 5vw 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 4vw;
  }

  ._2m {
    margin-top: -4px;
    margin-bottom: 1vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .style-3xs {
    letter-spacing: -.1vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .style-1xs {
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -1.5vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
    font-size: 6vw;
  }

  .style-1xs.highlight-1 {
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
  }

  .pxs {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  ._3up-title-holder {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .search-holder {
    width: 90%;
    margin-top: 10vw;
  }

  .search {
    width: 100%;
    height: 12vw;
  }

  .search.search-page {
    margin-bottom: 12vw;
  }

  .search-button {
    letter-spacing: .75vw;
    width: 35%;
    font-size: 3vw;
    line-height: 5vw;
  }

  .search-input {
    border-radius: 0;
    width: 65%;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
  }

  .search-result-item {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }

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

  .lightbox-link {
    height: 60vh;
  }

  .lightbox-images, .big-lightbox {
    height: 58vh;
  }

  .lightbox-button {
    padding-bottom: 10vw;
  }

  .gallery-cta {
    padding: 2vw 4vw;
  }

  .pm {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .pm.align-center, .pm.align-center-copy {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3up-subtitle-holder.margin-top {
    margin-top: 15px;
  }

  .page-title-holder.events {
    margin-bottom: 6vw;
  }

  .page-title-holder.article-headline {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-holder.food-drink-title {
    margin-bottom: 5vw;
  }

  .page-title-holder.experiences {
    margin-bottom: 6vw;
  }

  .menu-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  ._3up-view-link {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s-bold {
    letter-spacing: 1vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .sc-text-holder {
    margin-bottom: 2vw;
  }

  .h5 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .h5.map-directions {
    margin-top: 4vw;
  }

  .list-price {
    margin-top: 0;
    margin-bottom: 3vw;
    margin-left: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 5vw;
  }

  .bb-text {
    margin-right: 4vw;
  }

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

  .faq-spacer {
    padding: 4vw 8vw;
  }

  .faq-trigger {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-title {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .contact-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-spacer-end {
    padding: 4vw 8vw;
  }

  .about-cta-holder.margin-top.double {
    flex-direction: column;
    width: 100%;
  }

  .footer-small {
    height: auto;
    padding: 15vw 8vw 30vw;
  }

  .fs-content-holder {
    flex-direction: column;
    align-items: center;
  }

  .fs-content.left {
    width: 100%;
    margin-bottom: 5vw;
    display: none;
  }

  .fs-content.right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fs-text {
    text-align: center;
  }

  .fs-text.spacing-left {
    margin-left: 2vw;
  }

  .fb-image-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .fb-image {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 170%;
  }

  .fb-image-overlay {
    background-image: linear-gradient(to right, #000c, #00000080 41%, #0000 77%);
  }

  .fb-content-holder {
    width: 60%;
  }

  .faq-tab {
    letter-spacing: 1vw;
    font-size: 3vw;
  }

  .faq-tab.w--current {
    letter-spacing: 1vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .filter {
    justify-content: flex-start;
    margin-bottom: 15vw;
    padding-top: 1vw;
    padding-left: 8vw;
    padding-right: 8vw;
    position: static;
  }

  .filter-title {
    line-height: 4vw;
  }

  .faq-title-holder {
    padding-left: 9%;
    padding-right: 9%;
  }

  .faq-text-styles {
    display: block;
  }

  .faq-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .faq-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles li {
    padding-left: 2px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .faq-text-styles ul {
    margin-top: -10px;
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .faq-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .faq-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 21vw;
    line-height: 20vw;
  }

  .faq-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .style-2m {
    letter-spacing: .3vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .menu-close-holder {
    margin-top: 8vw;
    margin-right: 8vw;
  }

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

  .faq-question-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-block-45 {
    margin-bottom: 4vw;
  }

  .div-block-46 {
    margin-bottom: 6vw;
  }

  .button-style-2, .button-style-3 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3vw;
    line-height: 3vw;
  }

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

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

  .global-ns {
    height: 15vw;
  }

  .global-ns.large {
    height: 30vw;
  }

  .global-ns.medium {
    height: 20vw;
  }

  .global-ns.small {
    height: 10vw;
  }

  .global-ns.xlarge {
    height: 40vw;
  }

  .ensuite-amenities {
    margin-bottom: 5vw;
  }

  .menu-ordi {
    z-index: 2147483647;
    border-bottom-style: none;
    flex-direction: column;
    height: 100px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .button-navbar---new {
    text-align: center;
    margin-left: 10px;
    padding-bottom: 2vw;
    font-size: 3vw;
    line-height: 3.5vw;
    display: flex;
  }

  .navbar-image---new {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .button-style-6 {
    letter-spacing: .75vw;
    padding: 8vw 7vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .section-logo.margin-bottom {
    width: 100%;
    max-width: 80%;
  }

  .section-logo.margin-top {
    max-width: 100%;
  }

  .section-logo.section-bg {
    height: 100px;
  }

  .section-logo.margin-side, .section-logo.margin-side-2 {
    display: none;
  }

  .align-center {
    flex-direction: row;
    width: 100%;
  }

  .footer---new {
    padding: 20vw 5vw 8vw;
  }

  .footer-bottom-row---new {
    height: auto;
    padding: 10vw 8vw;
  }

  .hero-section {
    background-position: 12%;
  }

  .hero-img-wrap {
    height: 100vh;
  }

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

  .sliderinside {
    height: 300px;
  }

  .mobilenav {
    background-color: #0000;
    width: 50px;
    display: block;
  }

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

  .nav-menu {
    background-color: #fff;
    width: 200px;
  }

  .navlinkmobile {
    padding-left: 18px;
    font-size: 15px;
  }

  .navlinkmobile.w--current {
    color: var(--dark-sea-green);
  }

  .hiddenmobile {
    display: block;
  }

  .html-embed {
    display: none;
  }

  .bg-pattern-dots-form {
    bottom: -2%;
    left: -4%;
  }

  .contact-wrapper-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .text-area-2 {
    min-width: auto;
    max-width: none;
    min-height: 80px;
    padding-left: 0;
  }

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

  .submit-button-2 {
    background-color: var(--dark-salmon);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .style-section-contact {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .form-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-with-line-2 {
    grid-template-columns: 1fr;
  }

  .style-section-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-block {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .container-880px {
    padding: 0;
  }

  .contactallgreen {
    font-size: 24px;
  }

  .text-field-2 {
    color: var(--midnight-blue-2);
    min-height: 0;
  }

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

  .container-left-540px.margin-bottom-40px {
    margin-bottom: 0;
  }

  .button-navbar---new-copy {
    text-align: center;
    margin-left: 10px;
    padding-bottom: 2vw;
    font-size: 3vw;
    line-height: 3.5vw;
    display: none;
  }

  .overblock {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 3%;
    left: 0%;
    right: 0%;
  }

  .overblock.invetedcolors {
    width: 100%;
    height: 50px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    inset: auto 0% 0%;
  }

  .centeredthoug {
    margin-top: 10px;
  }

  .field-label {
    font-size: 13px;
    line-height: 20px;
  }

  .field {
    height: 40px;
  }

  .section-title {
    font-size: 40px;
    line-height: 43px;
  }

  .form-block-2-copy {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .divpopup-2 {
    z-index: 2147483647;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: none;
    position: fixed;
  }

  .xclose-2 {
    z-index: 900020000;
    color: #fffdfd;
    font-size: 28px;
    line-height: 20px;
    top: 8%;
    right: 5%;
  }

  .divinsidepopup-copy {
    z-index: 80000000;
    color: #fff;
    white-space: normal;
    object-fit: fill;
    background-color: #fff0;
    background-image: none;
    background-size: auto;
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 75% auto 30px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-19-copy-copy {
    color: #fff;
    background-image: none;
    background-size: auto;
    border-style: none;
    width: 100%;
    height: auto;
    position: absolute;
  }

  .link-block-3 {
    display: flex;
  }

  .image-53 {
    display: none;
  }

  .image-54 {
    max-height: 100%;
    display: block;
  }

  .div-block-form {
    color: #fff;
  }

  .divinsidepopup-form, .divinsidepopup-form-urbania {
    color: #fff;
    background-color: #ffffffe8;
    flex: 0 auto;
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    display: none;
    position: static;
    inset: 0%;
  }

  .div-block-form-urbania {
    color: #fff;
  }

  .planpoint-container {
    padding-left: 0;
    padding-right: 0;
  }

  .planpoint {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .html-embed-2 {
    margin-top: 113px;
  }

  .navbar-2 {
    background-color: #ddd0;
    display: block;
  }

  .container {
    background-color: var(--black-2);
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--black-2);
  }

  .nav-link, .nav-link-2 {
    color: #fff;
    border-bottom: 1px solid #000;
    font-size: 5vw;
    display: block;
  }

  .nav-link-3 {
    color: #fff;
    font-size: 5vw;
    display: block;
  }

  .nav-link-4 {
    color: var(--chocolate);
    display: block;
  }

  .nav-link-4.w--current {
    border-bottom: 1px solid #000;
    font-size: 5vw;
  }

  .nav-link-5 {
    color: #fff;
    border-bottom: 1px solid #000;
    font-size: 5vw;
    display: flex;
  }

  .nav-link-6 {
    color: #fff;
    border-bottom: 1px solid #000;
    font-size: 5vw;
    display: block;
  }

  .image-55 {
    padding-top: 0;
  }

  .icon-2 {
    color: var(--old-lace);
    font-size: 10vw;
  }

  .html-embed-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .html-embed-copy, .mobileonly {
    display: block;
  }

  .popup {
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .insidepopup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ffffffe6;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .div-xclose-2 {
    margin-left: 4px;
  }

  .xclose-3 {
    border-color: var(--white);
    color: #fcfcff;
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto;
  }

  .pm-copy {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .pm-copy.align-center, .pm-copy.align-center-copy {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-b3e24e81-c827-3351-84bb-029bbad04540-5d1f156d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3e24e81-c827-3351-84bb-029bbad04542-5d1f156d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1091244-61a8-b757-21bc-c74e9d9732de-041f1574 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1091244-61a8-b757-21bc-c74e9d9732e2-041f1574 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04684fb7-b781-ece2-dd61-26a49a08e7bc-c11f15ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04684fb7-b781-ece2-dd61-26a49a08e7c0-c11f15ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-b3e24e81-c827-3351-84bb-029bbad0453c-5d1f156d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-b3e24e81-c827-3351-84bb-029bbad04542-5d1f156d {
    grid-column: span 1 / span 1;
  }

  #w-node-c1091244-61a8-b757-21bc-c74e9d9732cd-041f1574 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1091244-61a8-b757-21bc-c74e9d9732d6-041f1574 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-c1091244-61a8-b757-21bc-c74e9d9732e2-041f1574 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04684fb7-b781-ece2-dd61-26a49a08e7b4-c11f15ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_04684fb7-b781-ece2-dd61-26a49a08e7c0-c11f15ce {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Oswald';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mierb';
  src: url('../fonts/MierB-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}