:root {
  --white: white;
  --black: black;
}

.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 {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.6;
}

h1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1em;
}

a {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  z-index: 3;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.rich-text h1, .rich-text h2, .rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section_footer {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section_footer.home-hero {
  background-color: #000;
  background-image: linear-gradient(302deg, #000, #fff0 37%), linear-gradient(155deg, #000, #fff0 48%), linear-gradient(#000000a8, #000000a8), url('../images/home-hero_1.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.section_footer.eat-and-drink {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}

.page_wrapper {
  overflow: hidden;
}

.grid_eat-and-drink {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid_eat-and-drink.home-hero {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1800px;
  padding-top: 3em;
  padding-bottom: 5em;
}

.grid_eat-and-drink.eat-and-drink {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto auto 10em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1800px;
}

.h3-size-subhead {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 1.2em;
}

.rule_offset {
  background-color: #fff;
  width: 5em;
  height: 1px;
  margin-left: -2em;
}

.button {
  text-align: center;
  letter-spacing: 2px;
  background-color: #fff0;
  border: 1px solid #ffffffb3;
  padding: 1em;
  font-size: .8em;
  font-weight: 500;
  transition: all .4s cubic-bezier(.55, .085, .68, .53);
}

.button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 500;
}

.button.pading-top {
  letter-spacing: 2px;
  width: 20vw;
  padding: 1em;
  font-size: .9em;
  position: absolute;
  inset: 4% 5% auto auto;
}

.button.view-menu {
  letter-spacing: 1px;
  min-width: 0;
  margin-top: 1em;
  font-size: 1em;
}

.diverge-logo {
  width: 100%;
}

.text-block {
  color: #fff;
  font-size: .9em;
}

.h1-home-hero-heading {
  color: #fff;
  letter-spacing: 3px;
  font-size: 2.3em;
  font-weight: 600;
}

.h2-subhead-small {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 1em;
  font-size: 1em;
  font-weight: 400;
}

.image-2 {
  width: 2em;
}

.wrapper_hero-logo {
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  max-width: 600px;
  margin-bottom: 6em;
  display: flex;
}

.wrapper_section_heading {
  flex-flow: column;
  margin-bottom: 3em;
  line-height: 1;
  position: relative;
}

.heading_sections {
  color: #000;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 6.4em;
  font-weight: 900;
  line-height: 1;
}

.heading_sections.white {
  color: #fff;
}

.wrapper_image {
  width: 20em;
  height: 30em;
}

.wrapper_image.eat-and-drink-1 {
  width: 25vw;
}

.wrapper-eat-and-drink-image-1 {
  background-color: #fff;
  height: 20vw;
  position: relative;
  top: -2em;
}

.wrapper-eat-and-drink-image-1.eat-and-drink-1 {
  width: 25vw;
}

.wrapper-eat-and-drink-image-2 {
  width: 100%;
  height: 15vw;
  min-height: 100%;
  margin-left: -2em;
}

.wrapper-eat-and-drink-image-2.eat-and-drink-1 {
  width: 25vw;
}

.wrapper-eat-and-drink-image-3 {
  width: 100%;
  height: 28vw;
}

.wrapper-eat-and-drink-image-3.eat-and-drink-1 {
  width: 25vw;
}

.rule_offset_sections {
  background-color: #000;
  width: 15em;
  height: 3px;
  margin-top: 2em;
  margin-left: -6em;
}

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

.wrapper-eat-and-drink-image-4 {
  width: 100%;
}

.wrapper-eat-and-drink-image-4.eat-and-drink-1 {
  width: 25vw;
}

.subhead {
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.subhead.white {
  color: #fff;
}

.paragraph {
  max-width: 80%;
  margin-top: 1em;
  line-height: 1.4;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.bold {
  margin-bottom: .5em;
  font-size: 1.1em;
  font-weight: 500;
}

.paragraph.white.small-italic {
  margin-top: 2em;
  font-size: .9em;
  font-style: italic;
  font-weight: 400;
}

.wrapper_eat-and-drink-text {
  width: 95%;
  max-width: 1000px;
  margin-top: 2em;
}

.grid_home-hero {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 90%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 7vh;
  display: grid;
}

.grid_home-hero.home-hero {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1800px;
  padding-top: 3em;
  padding-bottom: 5em;
}

.grid_home-hero.eat-and-drink {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto auto 10em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1800px;
}

.section_eat-and-drink {
  background-color: #fff;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section_eat-and-drink.home-hero {
  background-color: #000;
  background-image: linear-gradient(302deg, #000, #fff0 37%), linear-gradient(155deg, #000, #fff0 48%), linear-gradient(#000000a8, #000000a8), url('../images/home-hero_1.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.section_eat-and-drink.eat-and-drink {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}

.grid_footer {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 20em;
  margin-bottom: 2em;
}

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

.image-4 {
  width: 8em;
  margin-bottom: 1em;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 2px;
}

.text-block-5 {
  color: #fff;
  margin-top: 2em;
  font-size: .8em;
  font-weight: 300;
}

.text-link_white {
  color: #fff;
}

.text-link_white:hover {
  font-weight: 500;
}

.section_home-hero.home-hero {
  background-color: #000;
  background-image: linear-gradient(302deg, #000, #fff0 37%), linear-gradient(155deg, #000, #fff0 48%), linear-gradient(#000000a8, #000000a8), url('../images/home-hero_1.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section_home-hero.eat-and-drink {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section_all-welcome {
  padding-top: 7em;
  padding-bottom: 0;
  position: relative;
}

.grid_all-welcome {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 23.1em;
}

.text-block-6 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.div-block-5 {
  border-top: 1px solid #fff;
  margin-top: 2em;
  padding-top: 2em;
}

.wrapper_all-welcome-images {
  z-index: 2;
  background-color: #fff;
  padding-top: .5em;
  padding-bottom: 4em;
  position: relative;
}

.grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: 20em auto auto;
  grid-template-columns: 40em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 7.5%;
  align-items: end;
}

.wrapper_welcome-image-1 {
  background-color: #361a1a;
  width: 20em;
  height: 15em;
  position: absolute;
  inset: auto auto 17% -20.5em;
}

.wrapper_welcome-image-2 {
  background-color: #612727;
  height: 70em;
  margin-top: -78px;
}

.wrapper_welcome-image-3 {
  height: 15em;
  min-height: 100%;
}

.wrapper_welcome-image-4 {
  width: 9em;
  height: 12em;
}

.wrapper_welcome-image-5 {
  width: 170%;
  height: 27em;
}

.wrapper_welcome-image-6 {
  width: 100%;
  height: 100%;
}

.wrapper_welcome-image-hero {
  z-index: 3;
  width: 40em;
  height: 50em;
  margin-top: 5em;
  position: absolute;
}

.wrapper_welcome-image-7, .wrapper_welcome-image-8 {
  width: 100%;
  height: 15em;
}

.text-block-7 {
  color: #000;
  margin-bottom: .3em;
  font-family: Raleway, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

.div-block-6 {
  margin-top: 14.5em;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  background-image: url('../images/outside-table_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.lightbox-link:hover {
  filter: sepia(50%);
}

.lightbox-link._1 {
  background-image: url('../images/table-glasses_1.avif');
  background-position: 50% 100%;
}

.lightbox-link._2 {
  background-image: url('../images/plate-eggs_1.avif');
  background-position: 50% 100%;
}

.lightbox-link._3 {
  background-image: url('../images/timber-screen_1.avif');
}

.lightbox-link._4 {
  background-image: url('../images/red-wine_1.avif');
}

.lightbox-link._5 {
  background-image: url('../images/kitchen_1.avif');
}

.lightbox-link._6 {
  background-image: url('../images/outside-sculpture-tables_1.avif');
}

.lightbox-link._7 {
  background-image: url('../images/waitress.avif');
}

.lightbox-link._8 {
  background-image: url('../images/wine-bottle_1.avif');
  background-position: 50% 0;
}

.lightbox-link._9 {
  background-image: url('../images/globe-sculpture_1.avif');
}

.lightbox-link._10 {
  background-image: url('../images/lights_1.avif');
}

.lightbox-link._11 {
  background-image: url('../images/Chandelier_1.avif');
  background-position: 50% 0;
}

.hero-image_all-welcome {
  z-index: 1;
  background-image: url('../images/muesli-bowl_background.avif');
  background-position: 200%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 62%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrapper_welcome-hero-image {
  background-color: #361a1a;
  width: 20em;
  height: 15em;
  position: absolute;
  inset: auto auto 17% -20.5em;
}

.wrapper_welcome-hero-image-inset {
  width: 20em;
  height: 15em;
  position: absolute;
  inset: auto auto 17% -20.5em;
}

.text-block-8 {
  color: #fff;
  margin-top: 1em;
}

.button_make-a-booking_mobile {
  text-align: center;
  letter-spacing: 2px;
  background-color: #fff0;
  border: 1px solid #ffffffb3;
  margin-top: 47px;
  padding: 1em 7.6em;
  font-size: .8em;
  font-weight: 500;
  transition: all .4s cubic-bezier(.55, .085, .68, .53);
  display: none;
}

.button_make-a-booking_mobile:hover {
  color: #000;
  background-color: #fff;
  font-weight: 500;
}

.button_make-a-booking_mobile.pading-top {
  letter-spacing: 2px;
  width: 20vw;
  padding: 1em;
  font-size: .9em;
}

.button_make-a-booking_mobile.view-menu {
  width: 30em;
  min-width: 0;
  margin-top: 2em;
}

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

@media screen and (max-width: 991px) {
  body {
    line-height: 1.5;
  }

  .section_footer {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid_eat-and-drink {
    width: 100%;
  }

  .h3-size-subhead {
    font-size: 1.1em;
  }

  .button.pading-top {
    width: 30vw;
    top: 3%;
    right: 5%;
  }

  .button.view-menu {
    line-height: 1.3;
  }

  .h1-home-hero-heading {
    font-size: 1.8em;
  }

  .h2-subhead-small {
    margin-top: 2em;
  }

  .wrapper_hero-logo {
    margin-bottom: 4em;
  }

  .wrapper_home-hero_top-text {
    font-size: 1em;
  }

  .heading_sections {
    letter-spacing: -2px;
    font-size: 4em;
  }

  .wrapper-eat-and-drink-image-2 {
    width: 120%;
    margin-left: 0;
  }

  .rule_offset_sections {
    width: 10em;
    height: 2px;
    margin-top: 1em;
    margin-left: -3em;
  }

  .subhead {
    font-size: 1.4em;
  }

  .paragraph {
    max-width: 100%;
  }

  .grid_home-hero {
    width: 90%;
    min-height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_eat-and-drink {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .grid_footer {
    grid-template-columns: .75fr 1.25fr;
  }

  .div-block-3 {
    width: 15em;
  }

  .text-block-4 {
    text-align: right;
  }

  .section_home-hero.home-hero {
    justify-content: space-around;
    align-items: center;
  }

  .section_all-welcome {
    padding-top: 6em;
  }

  .grid {
    grid-template-columns: 30em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 7.5%;
  }

  .wrapper_welcome-image-hero {
    width: 30em;
  }

  .text-block-7 {
    font-size: 2.6em;
  }

  .hero-image_all-welcome {
    background-position: 20%;
    background-size: auto;
  }

  .button_make-a-booking_mobile.pading-top {
    width: 30vw;
    top: 3%;
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .h3-size-subhead {
    margin-bottom: 1em;
    font-size: 1em;
  }

  .rule_offset {
    margin-left: 0;
  }

  .button {
    min-width: 0;
  }

  .button.pading-top {
    width: 30vw;
    margin-bottom: 1em;
    font-size: 1em;
  }

  .button.view-menu {
    width: 100%;
    min-width: 0;
    margin-top: .5em;
  }

  .h1-home-hero-heading {
    font-size: 1.5em;
  }

  .wrapper_hero-logo {
    width: 60vw;
  }

  .heading_sections {
    font-size: 3.1em;
  }

  .wrapper-eat-and-drink-image-1 {
    height: 30vw;
  }

  .wrapper-eat-and-drink-image-3 {
    height: 45vw;
    margin-top: -4em;
  }

  .wrapper-eat-and-drink-image-4 {
    height: 30vw;
  }

  .paragraph.white.small-italic {
    margin-bottom: 1em;
  }

  .section_eat-and-drink {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .div-block-3 {
    justify-content: space-between;
  }

  .text-block-5 {
    text-align: right;
  }

  .section_all-welcome {
    padding-top: 5.5em;
  }

  .grid {
    grid-template-columns: 20em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 7.5%;
  }

  .wrapper_welcome-image-3 {
    height: 12em;
  }

  .wrapper_welcome-image-hero {
    width: 20em;
    height: 40em;
  }

  .div-block-6 {
    margin-top: 6.1em;
  }

  .button_make-a-booking_mobile {
    min-width: 0;
  }

  .button_make-a-booking_mobile.pading-top {
    width: 30vw;
    margin-bottom: 1em;
    font-size: 1em;
  }

  .button_make-a-booking_mobile.view-menu {
    width: 100%;
    min-width: 0;
  }

  .div-block-7 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 85%;
  }

  .section_footer {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .section_footer.eat-and-drink {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .grid_eat-and-drink.home-hero {
    padding-top: 6em;
    padding-bottom: 3em;
  }

  .rule_offset {
    margin-left: 0;
  }

  .button.pading-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: 1.5em 0% auto;
  }

  .h1-home-hero-heading {
    letter-spacing: 2px;
    font-size: 1.3em;
  }

  .h2-subhead-small {
    letter-spacing: 2px;
    margin-top: 3em;
    font-size: .7em;
  }

  .wrapper_hero-logo {
    width: 100%;
    margin-top: 3em;
  }

  .wrapper_home-hero_top-text {
    width: 100%;
    margin-top: 0;
  }

  .wrapper_section_heading {
    margin-bottom: 1em;
  }

  .heading_sections {
    font-size: 2.5em;
  }

  .wrapper-eat-and-drink-image-1 {
    top: 0;
    left: 0;
  }

  .wrapper-eat-and-drink-image-2 {
    width: 150%;
    height: 12vw;
  }

  .wrapper-eat-and-drink-image-3 {
    width: 115%;
    height: 50vw;
    margin-top: -3em;
  }

  .wrapper-eat-and-drink-image-4 {
    height: 30vw;
  }

  .grid_home-hero {
    min-height: 100dvh;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid_home-hero.home-hero {
    padding-top: 6em;
    padding-bottom: 3em;
  }

  .section_eat-and-drink {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .section_eat-and-drink.eat-and-drink {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .image-3 {
    width: 15em;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 2em;
  }

  .div-block-4 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-block-4, .text-block-5 {
    text-align: left;
  }

  .section_home-hero.home-hero {
    min-height: 100dvh;
  }

  .section_home-hero.eat-and-drink {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section_all-welcome {
    padding-top: 4em;
  }

  .grid_all-welcome {
    margin-bottom: 2em;
  }

  .wrapper_all-welcome-images {
    padding-top: 3.9em;
    padding-bottom: 2em;
    top: -62px;
  }

  .grid {
    grid-template-rows: 1fr auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .wrapper_welcome-image-1 {
    display: none;
  }

  .wrapper_welcome-image-4 {
    width: 130%;
    height: 15em;
  }

  .wrapper_welcome-image-5 {
    width: 100%;
    height: 25em;
  }

  .wrapper_welcome-image-hero {
    width: 100%;
    height: 100vw;
    margin-top: 3em;
    position: relative;
  }

  .wrapper_welcome-image-8 {
    width: 120%;
    height: 20em;
  }

  .text-block-7 {
    font-size: 2.2em;
  }

  .div-block-6 {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .lightbox-link._7 {
    background-position: 50%;
  }

  .hero-image_all-welcome {
    background-position: 0%;
  }

  .wrapper_welcome-hero-image, .wrapper_welcome-hero-image-inset {
    display: none;
  }

  .button_make-a-booking_mobile {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button_make-a-booking_mobile.pading-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    inset: 1.5em 0% auto;
  }
}

#w-node-b1ee8ea7-9956-2b63-1b4a-395220c42d01-761662cc {
  grid-area: 1 / 9 / 2 / 11;
  align-self: start;
}

#w-node-e8ea4961-b8c3-d2e2-f3d0-e11774dfa4a5-761662cc {
  grid-area: 4 / 1 / 5 / 4;
  align-self: end;
}

#w-node-ab8fc2b3-de01-3732-676e-3a382a1c78c3-761662cc {
  grid-area: 4 / 5 / 5 / 6;
  place-self: end;
}

#w-node-_2efa4d1a-9058-252f-a023-54f072638c8e-761662cc {
  grid-area: 3 / 1 / 4 / 6;
  align-self: center;
}

#w-node-_2e731d10-c818-801f-5d22-5c6a79ec7dd6-761662cc {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
}

#w-node-_728f0f46-e2c8-a8cb-f7ff-6a7f3bb53748-761662cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05839fae-0ad5-7657-6d75-b61a41bf775a-761662cc {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2f0de3bb-0b64-f65f-6f66-a12623d7fe21-761662cc {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_10d09e5a-53aa-7d1f-7ec9-c3defcbaa770-761662cc {
  grid-area: 3 / 3 / 5 / 8;
}

#w-node-_3ea172f2-50ef-bfe0-14cb-efb1c84e6519-761662cc {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-b1b4c6a5-64a3-7a97-8810-d2133a0b2a77-761662cc {
  grid-area: 3 / 8 / 6 / 11;
}

#w-node-_92bc611a-4ed1-6470-662a-2dcaa3f35fa6-761662cc {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-dcfd050c-dcdb-6ad9-7fa7-06b010c2214b-761662cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c198ca21-d37b-e5c7-c8de-15ca71e98b00-761662cc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_39bc5ab9-ef14-5eb3-256a-f44d09670fdd-761662cc {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_16a4cc50-4e50-0cd1-8705-344aebf1540d-761662cc {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_89d308a7-7e2d-233a-a01f-90346a29b73e-761662cc {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_575d1c53-4e80-178a-0d67-d016c0ec0c0d-761662cc {
  grid-area: 1 / 7 / 2 / 8;
  align-self: end;
}

#w-node-_2c61ae8e-8fd1-9cfe-05d1-cf16267a39ae-761662cc {
  grid-area: 1 / 8 / 3 / 10;
  align-self: stretch;
}

#w-node-b997ad32-1882-eebd-ac21-9c28cbdf63f3-761662cc {
  grid-area: 2 / 2 / 4 / 5;
  align-self: stretch;
}

#w-node-ddd693d2-17a5-f2d4-7005-46d8675dbf07-761662cc {
  grid-area: 2 / 5 / 3 / 8;
  place-self: stretch end;
}

#w-node-_96d34a74-53d0-b90c-5405-52fce8ce44ef-761662cc {
  grid-area: 2 / 8 / 4 / 10;
  place-self: end;
}

#w-node-_7809a214-0116-9819-b455-acc70cc02827-761662cc {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b1ee8ea7-9956-2b63-1b4a-395220c42d01-761662cc {
    grid-area: 1 / 8 / 2 / 11;
    align-self: start;
  }

  #w-node-_728f0f46-e2c8-a8cb-f7ff-6a7f3bb53748-761662cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_05839fae-0ad5-7657-6d75-b61a41bf775a-761662cc {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_2f0de3bb-0b64-f65f-6f66-a12623d7fe21-761662cc {
    grid-area: 2 / 1 / 5 / 3;
  }

  #w-node-_10d09e5a-53aa-7d1f-7ec9-c3defcbaa770-761662cc {
    grid-area: 3 / 3 / 5 / 8;
  }

  #w-node-_3ea172f2-50ef-bfe0-14cb-efb1c84e6519-761662cc {
    grid-area: 1 / 6 / 3 / 9;
  }

  #w-node-b1b4c6a5-64a3-7a97-8810-d2133a0b2a77-761662cc {
    grid-area: 3 / 8 / 6 / 11;
  }

  #w-node-_92bc611a-4ed1-6470-662a-2dcaa3f35fa6-761662cc {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-dcfd050c-dcdb-6ad9-7fa7-06b010c2214b-761662cc {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-c198ca21-d37b-e5c7-c8de-15ca71e98b00-761662cc {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1ee8ea7-9956-2b63-1b4a-395220c42d01-761662cc {
    grid-area: 1 / 7 / 2 / 11;
    align-self: start;
  }

  #w-node-e8ea4961-b8c3-d2e2-f3d0-e11774dfa4a5-761662cc {
    grid-area: 4 / 1 / 5 / 6;
    align-self: end;
  }

  #w-node-_05839fae-0ad5-7657-6d75-b61a41bf775a-761662cc {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2f0de3bb-0b64-f65f-6f66-a12623d7fe21-761662cc {
    grid-area: 2 / 1 / 4 / 4;
  }

  #w-node-_10d09e5a-53aa-7d1f-7ec9-c3defcbaa770-761662cc {
    grid-area: 3 / 2 / 5 / 8;
  }

  #w-node-_3ea172f2-50ef-bfe0-14cb-efb1c84e6519-761662cc {
    grid-area: 1 / 7 / 3 / 11;
  }

  #w-node-_92bc611a-4ed1-6470-662a-2dcaa3f35fa6-761662cc {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-dcfd050c-dcdb-6ad9-7fa7-06b010c2214b-761662cc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c198ca21-d37b-e5c7-c8de-15ca71e98b00-761662cc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_89d308a7-7e2d-233a-a01f-90346a29b73e-761662cc {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-b997ad32-1882-eebd-ac21-9c28cbdf63f3-761662cc {
    grid-area: 2 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-ddd693d2-17a5-f2d4-7005-46d8675dbf07-761662cc {
    grid-area: 2 / 4 / 3 / 7;
    place-self: stretch end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1ee8ea7-9956-2b63-1b4a-395220c42d01-761662cc {
    grid-column-start: 1;
  }

  #w-node-e8ea4961-b8c3-d2e2-f3d0-e11774dfa4a5-761662cc {
    grid-area: 4 / 1 / 5 / 5;
    align-self: end;
  }

  #w-node-_2efa4d1a-9058-252f-a023-54f072638c8e-761662cc {
    grid-area: 2 / 1 / 4 / 6;
    align-self: stretch;
  }

  #w-node-_728f0f46-e2c8-a8cb-f7ff-6a7f3bb53748-761662cc {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_05839fae-0ad5-7657-6d75-b61a41bf775a-761662cc {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_2f0de3bb-0b64-f65f-6f66-a12623d7fe21-761662cc {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_10d09e5a-53aa-7d1f-7ec9-c3defcbaa770-761662cc {
    grid-area: 3 / 1 / 4 / 8;
    justify-self: end;
  }

  #w-node-_3ea172f2-50ef-bfe0-14cb-efb1c84e6519-761662cc {
    grid-area: 2 / 6 / 3 / 10;
    align-self: end;
  }

  #w-node-b1b4c6a5-64a3-7a97-8810-d2133a0b2a77-761662cc {
    grid-area: 3 / 8 / 4 / 11;
  }

  #w-node-_92bc611a-4ed1-6470-662a-2dcaa3f35fa6-761662cc {
    grid-area: 4 / 1 / 6 / 11;
  }

  #w-node-dcfd050c-dcdb-6ad9-7fa7-06b010c2214b-761662cc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c198ca21-d37b-e5c7-c8de-15ca71e98b00-761662cc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_16a4cc50-4e50-0cd1-8705-344aebf1540d-761662cc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_89d308a7-7e2d-233a-a01f-90346a29b73e-761662cc {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_575d1c53-4e80-178a-0d67-d016c0ec0c0d-761662cc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-_2c61ae8e-8fd1-9cfe-05d1-cf16267a39ae-761662cc {
    grid-area: 4 / 2 / 5 / 4;
    align-self: stretch;
  }

  #w-node-b997ad32-1882-eebd-ac21-9c28cbdf63f3-761662cc {
    grid-area: 4 / 1 / 6 / 2;
    align-self: stretch;
  }

  #w-node-ddd693d2-17a5-f2d4-7005-46d8675dbf07-761662cc {
    grid-area: 5 / 2 / 7 / 4;
    place-self: stretch end;
  }

  #w-node-_96d34a74-53d0-b90c-5405-52fce8ce44ef-761662cc {
    grid-area: 7 / 1 / 8 / 3;
    place-self: end;
  }

  #w-node-_7809a214-0116-9819-b455-acc70cc02827-761662cc {
    justify-self: start;
  }
}


