:root {
  --papaya-whip: #fff2d7;
  --orange: #fbb53a;
  --dark-red-2: #942c0d;
  --white: white;
  --sienna: #99462e;
  --dark-khaki: #aeb15d;
  --black: #333;
  --midnight-blue: #262361;
  --dark-red: darkred;
}

.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;
  flex-direction: column;
  margin-top: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 38px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

.body {
  background-color: var(--papaya-whip);
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.navbar {
  border-bottom: 4px solid var(--orange);
  background-color: var(--dark-red-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.brand.w--current {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.nav-link:hover {
  background-color: var(--sienna);
}

.nav-link.w--current {
  color: var(--white);
  padding: 20px 15px 12px;
}

.section {
  z-index: 40;
  border-bottom: 6px solid var(--orange);
  background-color: var(--dark-khaki);
  width: auto;
  height: auto;
  margin-top: 220px;
  position: relative;
}

.image {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

.section-2 {
  margin-top: 0;
  padding: 20px 40px;
  display: none;
}

.image-2 {
  border: 2px solid var(--dark-khaki);
  flex: 0 auto;
  width: 160px;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
  box-shadow: 1px 1px 3px #000;
}

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

.container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 940px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

.section-3 {
  padding: 20px;
}

.grid-2 {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.section-4 {
  padding: 20px 40px;
}

.heading {
  color: var(--dark-red-2);
  text-align: center;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.paragraph {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 26px;
}

.heading_rooms-large {
  color: var(--dark-red-2);
  text-align: left;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 400;
  text-decoration: none;
}

.text-block {
  color: var(--black);
  text-align: left;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.rich-text-block {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 24px;
  position: static;
}

.rich-text-block h4 {
  font-size: 22px;
  font-weight: 400;
  position: sticky;
}

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

.link-block:hover {
  opacity: .75;
}

.image-3 {
  min-width: 100%;
  min-height: 0%;
  max-height: 0%;
}

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

.link-block-2:hover {
  opacity: .75;
}

.link-block-3 {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.link-block-3:hover {
  opacity: .75;
}

.section-5 {
  z-index: 40;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 100px;
  position: relative;
}

.image-4 {
  clear: none;
  border-bottom: 4px solid var(--orange);
  color: var(--midnight-blue);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: static;
}

.section-6 {
  padding: 40px;
}

.paragraph_rooms {
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.section-7 {
  z-index: 40;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 100px;
  position: relative;
}

.image-5 {
  border-bottom: 4px solid var(--orange);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.section-8 {
  padding: 40px;
}

.section-9 {
  z-index: 40;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 100px;
  position: relative;
}

.image-6 {
  border-bottom: 4px solid var(--orange);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.section-10 {
  padding: 40px;
}

.section-11 {
  z-index: 40;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 60px;
  position: relative;
}

.image-7 {
  border-bottom: 4px solid var(--orange);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.section-12 {
  padding: 40px;
}

.section-13 {
  z-index: 40;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 100px;
  position: relative;
}

.image-8 {
  z-index: auto;
  border-bottom: 4px solid var(--orange);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 0;
  position: static;
}

.section-14 {
  padding: 40px;
}

.section-15 {
  z-index: 40;
  margin-top: 100px;
  padding: 180px 40px 40px;
  position: relative;
}

.link-block-4 {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.link-block-4:hover {
  opacity: .75;
}

.image-9, .image-10 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.link-block-5 {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.link-block-5:hover {
  opacity: .75;
}

.footer {
  border-top: 6px solid var(--dark-red-2);
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding: 60px 40px 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: auto;
  min-width: auto;
  max-height: none;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 120px;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.footer-heading {
  color: var(--dark-red-2);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  color: var(--white);
  font-size: 18px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

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

.section-16 {
  clear: none;
  margin-top: 240px;
  padding: 20px 40px 40px;
  position: static;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  font-weight: 400;
}

.heading-3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.text-block-3 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.link-3 {
  color: var(--black);
  text-align: center;
  padding-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 700;
}

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

.heading-4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  font-weight: 400;
}

.text-block-4 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
}

.section-17 {
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-list {
  background-color: var(--dark-red-2);
}

.html-embed {
  height: auto;
}

.section-18 {
  z-index: 40;
  padding: 285px 220px 40px;
  position: relative;
}

.section-19 {
  z-index: 40;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 291px 40px 40px;
  position: relative;
}

.container-2 {
  height: auto;
}

.heading-5 {
  color: var(--dark-red-2);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  font-weight: 400;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-height: none;
}

.heading-6 {
  margin-top: 60px;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 20px;
}

.heading-6.less-margin {
  margin-top: 0;
  line-height: 34px;
}

.text-span {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.list-item {
  padding-bottom: 5px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.list-item.more-space {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading_packages-main {
  color: var(--dark-red-2);
  text-align: center;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.text-block-5 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.text_packages {
  padding-top: 4px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

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

.heading_rooms {
  font-family: Great Vibes, cursive;
}

.link-4 {
  color: var(--dark-red-2);
  font-weight: 400;
  text-decoration: none;
}

.link-4:hover {
  color: var(--sienna);
}

.paragraph_room {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.text-span-2 {
  font-weight: 700;
}

.room_forward {
  color: var(--black);
}

.text-span-3 {
  text-decoration: none;
}

.text-span-rooms {
  color: var(--dark-red-2);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  display: flex;
}

.lightbox-link.portrait-left {
  align-items: flex-end;
}

.lightbox-link.portrait-right {
  align-items: flex-start;
  max-width: 100%;
}

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

.image-11 {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.section-20 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
  display: none;
}

.image-12 {
  width: auto;
}

.image-13 {
  width: auto;
  max-width: 100%;
}

.container-3 {
  padding-left: 220px;
  padding-right: 220px;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.body-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.dropdown-toggle {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}

.list-item-2 {
  padding-bottom: 10px;
}

.dropdown-list-2 {
  background-color: var(--black);
}

.paragraph-2 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.link-5 {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-5:hover {
  color: var(--dark-red-2);
}

.button {
  background-color: var(--dark-red-2);
  text-align: center;
  border-radius: 7px;
  font-size: 16px;
}

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

.section-21 {
  padding: 220px 40px 40px;
}

.image-14 {
  width: 200px;
  max-width: none;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  display: flex;
}

.image-15 {
  max-width: 72%;
}

.image-16 {
  max-width: 75%;
  padding-top: 45px;
}

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

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.div-block-7 {
  margin-top: 16px;
  padding-bottom: 0;
}

.section-22 {
  margin-top: 60px;
  padding: 240px 40px 40px;
}

.paragraph-3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.text-block-6 {
  text-align: center;
  padding-bottom: 10px;
}

.paragraph-4 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.section-23 {
  padding: 240px 40px 40px;
}

.div-block-8, .div-block-9, .div-block-10 {
  height: 400px;
}

.icon-2 {
  padding-bottom: 0;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-24 {
  padding: 286px 40px 40px;
}

.list {
  list-style-type: none;
}

.section-25 {
  padding: 220px 40px 40px;
}

.container-4 {
  position: relative;
}

.div-block-13 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-17, .image-18 {
  min-width: 100%;
}

.columns {
  display: flex;
}

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

.image-19 {
  min-width: 100%;
}

.section-26 {
  margin-top: 180px;
}

.section-27 {
  padding: 40px;
}

.heading-7 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.grid_local-amenities {
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.section-28 {
  margin-top: 180px;
}

.image-20 {
  min-width: 100%;
}

.section-29 {
  padding: 40px;
}

.section-30 {
  margin-top: 280px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.links_links {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links_links:hover {
  color: var(--dark-red);
}

.div-block-14 {
  margin-top: -29px;
  padding-right: 40px;
}

.text-block-7 {
  color: var(--white);
  text-align: right;
  font-size: 8px;
}

.section-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  padding: 40px;
  display: flex;
}

.slider {
  width: 30%;
  height: auto;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: flex;
}

.slider-image {
  width: auto;
  min-width: auto;
  max-width: 100%;
  max-height: 100%;
}

.section-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: none;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: auto;
  display: flex;
}

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

.slider-image-home {
  max-width: 100%;
  max-height: none;
  display: block;
}

.slide {
  width: auto;
  max-width: none;
  height: auto;
}

.div-block-slider-home {
  background-color: var(--dark-red-2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

.lightbox-link-home {
  max-width: 100%;
  max-height: 100%;
}

.slider-home {
  background-color: #0000;
  width: 40%;
  min-width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
}

.slide-nav {
  font-size: 10px;
  line-height: 12px;
}

.image-21 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.slider-3 {
  width: 100%;
  height: 98%;
}

.image-22 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.slide-nav-2, .right-arrow, .left-arrow {
  z-index: 0;
}

.slider-4 {
  background-color: #0000;
  height: 800px;
}

.slide-2 {
  height: 100%;
}

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

.image-23 {
  max-width: none;
  height: 100%;
}

.image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
  height: 100%;
}

.section-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.right-arrow-2, .left-arrow-2 {
  font-size: 12px;
}

.slide-nav-3 {
  font-size: 10px;
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-direction: column;
  }

  .nav-link {
    justify-content: space-between;
    display: flex;
  }

  .section {
    margin-top: 200px;
  }

  .image {
    display: block;
    position: relative;
  }

  .container {
    position: static;
  }

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

  .paragraph {
    line-height: 24px;
  }

  .section-11 {
    padding-top: 100px;
  }

  .section-15 {
    margin-top: 20px;
  }

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

  .section-20 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--dark-red-2);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-button {
    background-color: var(--dark-red-2);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--dark-red-2);
  }

  .icon {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-21 {
    padding-top: 220px;
  }

  .image-16 {
    padding-top: 120px;
  }

  .section-22 {
    margin-top: 0;
    padding-top: 230px;
  }

  .div-block-8, .div-block-9, .div-block-10 {
    height: 560px;
  }

  .div-block-11 {
    height: auto;
  }

  .section-25 {
    padding-top: 220px;
  }

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

  .section-30 {
    margin-top: 220px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .nav-link {
    height: 25px;
    font-size: 12px;
    line-height: 14px;
  }

  .section {
    margin-top: 100px;
  }

  .image-2 {
    flex: 0 auto;
    width: 100px;
    display: block;
    position: relative;
  }

  .container {
    position: relative;
  }

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

  .section-5, .section-7, .section-9, .section-11 {
    padding-top: 60px;
  }

  .section-13 {
    padding-top: 60px;
    position: relative;
  }

  .section-15 {
    margin-top: 0;
    padding-top: 140px;
  }

  .footer {
    padding: 40px;
  }

  .footer-image {
    object-fit: contain;
    width: 100px;
    padding-right: 10px;
  }

  .section-16 {
    margin-top: 0;
    padding-top: 140px;
  }

  .section-18 {
    padding-top: 140px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-19 {
    padding-top: 140px;
  }

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

  .heading-6 {
    line-height: 30px;
  }

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

  .icon {
    justify-content: center;
    position: relative;
  }

  .section-21 {
    padding-top: 200px;
  }

  .image-15 {
    padding-top: 103px;
  }

  .section-22, .section-23 {
    padding-top: 140px;
  }

  .div-block-8, .div-block-9, .div-block-10 {
    height: auto;
  }

  .section-24 {
    padding-top: 140px;
  }

  .section-25 {
    padding-top: 200px;
  }

  .container-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 5px 20px;
  }

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

  .section-26, .section-28 {
    margin-top: 100px;
  }

  .section-30 {
    margin-top: 140px;
  }

  .section-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    width: 50%;
  }

  .slider-home {
    width: 90%;
  }

  .slider-4 {
    height: 600px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    height: 28px;
  }

  .section {
    margin-top: 100px;
  }

  .heading {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading_rooms-large {
    font-size: 40px;
  }

  .section-5 {
    padding-top: 100px;
  }

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

  .paragraph_rooms {
    font-size: 16px;
    line-height: 28px;
  }

  .section-7 {
    z-index: 40;
    padding-top: 80px;
    position: relative;
    top: 0;
  }

  .section-9, .section-11, .section-13 {
    padding-top: 80px;
  }

  .footer {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-logo-link {
    flex-direction: column;
    height: 60px;
    display: flex;
  }

  .footer-image {
    padding-right: 0;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .section-18 {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-21 {
    padding-top: 210px;
  }

  .image-15, .image-16 {
    padding-top: 40px;
  }

  .section-22 {
    padding-top: 140px;
  }

  .section-25 {
    padding-top: 210px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .grid_local-amenities {
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    font-size: 6px;
  }

  .slider {
    width: 80%;
  }

  .slider-4 {
    height: 400px;
  }

  .div-block-17 {
    text-align: center;
  }
}

#w-node-_9bf8fb9a-59c0-ae7d-9ac6-800673c43717-7423b99b, #w-node-_755cae34-d71a-29e0-aa4e-de8cf51f8ad5-7423b99b, #w-node-_41b594bd-cc5c-85bd-32f8-a65733c04edf-4a23b9a0, #w-node-e4cb832c-c38a-f7c6-0d43-55bc7ae68afb-4a23b9a0, #w-node-dd05ab47-e359-109a-4351-42766009b4f0-4a23b9a0, #w-node-_8c408e4d-9df8-ed94-422c-2be09b931013-5823b9a3, #w-node-bd3a57f7-6983-bae0-8bfa-e11665e49403-5823b9a3, #w-node-_9077cab2-c376-e7b1-a351-f5373fc6fed5-5823b9a3, #w-node-_503fe268-099d-f5fd-2e35-cb8f2f9ba644-5823b9a3, #w-node-_4d54bc08-38ae-1562-b5a0-d48730cf3c73-5823b9a3, #w-node-b5e4c419-d4b6-3d1c-9b70-a991997f57d9-5823b9a3, #w-node-_3f022d83-4ab9-84e7-8820-4d049089d67b-b123b9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


