:root {
  --body-color: #f3eeef;
  --black-3: #302627;
  --thistle: #ccb0b3;
  --royal-blue: #1a60a7;
  --white: white;
  --dark-slate-grey-3: #1d6161;
  --gainsboro: #e2d6d8;
  --black: #161616;
  --dim-grey-3: #85696c;
  --dark-slate-grey-2: #185353;
  --misty-rose: #d8c7c9;
  --olive-drab: #67992c;
  --rosy-brown: #a3878a;
  --black-2: #282830;
  --dark-slate-grey-4: #1d61614d;
  --silver: #ccc4c5;
  --orange-red: #ff6908;
  --yellow-green: #3ec783;
  --dim-grey: #545454;
  --dim-grey-2: #85696c66;
  --dark-slate-grey: #143333;
  --sea-green: #5f925b;
}

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  background-color: var(--body-color);
  color: var(--black-3);
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 1.3em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

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

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.5em;
}

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

li {
  margin-bottom: 1em;
  padding-left: 1.3em;
  font-size: 1.2em;
  line-height: 1.5em;
}

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

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--thistle);
  margin-bottom: 10px;
  padding: 1.5em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  z-index: 10;
  width: 83%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is-absolute-bottom {
  position: absolute;
  bottom: 0;
}

.nav-flex-1 {
  background-color: #1616164d;
  justify-content: space-between;
  width: 100%;
  min-height: 5em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.brand {
  opacity: 1;
  align-items: center;
  padding: .5em 0;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.nav-link {
  opacity: .75;
  color: var(--white);
  border-bottom: 4px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2.5em;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  opacity: 1;
}

.nav-link.is-dropdown {
  opacity: 1;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.brand-logo-image {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  font-size: 2.5em;
}

.brand-title {
  color: var(--white);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.section {
  z-index: 10;
  background-color: var(--white);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.is-home-hero {
  z-index: 20;
  background-color: var(--black-3);
  overflow: visible;
}

.section.is-full-menu {
  background-color: var(--dark-slate-grey-3);
  color: var(--white);
}

.section.overflow-visible {
  overflow: visible;
}

.section.with-dark-background {
  background-color: var(--black-3);
  color: var(--white);
}

.section.is-home-hero-2 {
  z-index: 20;
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  overflow: visible;
}

.section.reservation-sec-2 {
  background-color: var(--white);
  overflow: visible;
}

.section.drinks-3-sec-1 {
  background-color: #252222;
  overflow: visible;
}

.section.next-to-menu {
  z-index: 20;
  background-color: var(--body-color);
  overflow: visible;
}

.section.booking-sec {
  display: none;
  overflow: visible;
}

.section.is-gainsboro {
  background-color: var(--gainsboro);
}

.section.with-scroll-down-button {
  z-index: 20;
  overflow: visible;
}

.main-nav {
  align-items: stretch;
  display: flex;
}

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

.nav-link-cta {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #42badb;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em 1.8em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link-cta:hover {
  background-color: #558023;
}

.nav-link-cta.only-for-mobile {
  display: none;
}

.nav-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .7em;
  font-size: 1.5em;
}

.brand-claim {
  color: #fffc;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.1em;
}

.nav-contact-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .05em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.6em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-contact-link:hover {
  opacity: .7;
}

.subnav {
  align-items: center;
  display: flex;
}

.page-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.video-background {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.gradient-color {
  z-index: 15;
  background-image: linear-gradient(to top, #181313e6, #18131333);
  position: absolute;
  inset: 0%;
}

.heading {
  letter-spacing: -.02em;
}

.heading.page-hero-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.home-3-about-title {
  text-align: center;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading.download-menu-title {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading.title-style-1 {
  text-align: center;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.title-style-1.with-margin {
  margin-bottom: 1em;
}

.heading.in-menu-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.contact-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.gallery-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 700;
}

.heading.menu-1-title {
  margin-bottom: .8em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.menu-3-title {
  margin-bottom: .5em;
  font-size: 3.4em;
}

.heading.main-menu-cta-title {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 10em;
  font-size: 2em;
  font-weight: 600;
}

.heading.hero-2-title {
  color: var(--white);
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.hero-title-1 {
  max-width: 12em;
  color: var(--white);
  text-align: left;
  margin-bottom: 1.2em;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.reservation-title-2 {
  text-align: center;
  margin-bottom: .8em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.story-title-1 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.hero-about-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
  line-height: 1.1em;
}

.heading.hero-gallery-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.content-title-1 {
  color: var(--white);
  margin-bottom: .4em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.info-title-1 {
  margin-bottom: .2em;
  font-size: 3.3em;
  line-height: 1.2em;
}

.heading.drinks-3-title-2 {
  z-index: 10;
  color: var(--white);
  text-align: center;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
}

.heading.page-hero-title-2 {
  text-align: center;
  margin-bottom: 1.3em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.restaurant-hero-title-2 {
  width: 100%;
  max-width: 10em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.content-title-2 {
  text-align: center;
  width: 100%;
  margin-top: 2.2em;
  margin-bottom: 1.6em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.menu-cms-title {
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.about-the-meal {
  margin-bottom: 1.6em;
  margin-right: .3em;
  font-size: 1.7em;
}

.heading.about-the-meal.is-other {
  text-transform: lowercase;
}

.heading.restaurant-cms-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.restaurant-cms-address {
  text-align: center;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-gallery-title {
  text-align: center;
  margin-bottom: .8em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-password-title {
  font-size: 2.4em;
  font-weight: 700;
}

.heading._404-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.hero-3-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading.drinks-2-title, .heading.restaurant-3-title {
  color: var(--white);
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.restaurant-3-title-2 {
  text-align: center;
  margin-bottom: 1.3em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.page-hero-title-copy {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.padding-inner {
  background-color: var(--white);
  text-align: center;
  margin-bottom: -5px;
  padding-top: 4.8em;
  padding-bottom: 4.5em;
}

.padding-inner.in-gallery {
  background-color: var(--white);
  padding-bottom: 6em;
  position: relative;
}

.padding-inner.pb-0em {
  padding-bottom: 0;
}

.scroll-link-block {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
  bottom: -3em;
}

.scroll-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  position: relative;
}

.nav-small-link {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .7em 1.7em;
  font-size: .8em;
  font-weight: 600;
  transition: border-color .2s;
  display: flex;
}

.nav-small-link:hover {
  border-color: #a0888b;
}

.social-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-item {
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: flex;
}

.social-link {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 50%;
  flex: none;
  padding: 1.5em;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: 1;
  border-color: #ffffff59;
  transform: scale(1.2);
}

.social-icon {
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.scroll-down-block {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-square {
  z-index: 5;
  background-color: var(--thistle);
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.scroll-frame {
  z-index: 8;
  border: 1px solid var(--thistle);
  width: 90%;
  height: 90%;
  position: absolute;
}

.home-3-paragraph {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.9em;
}

.home-3-menu-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-3-menu-item {
  display: flex;
}

.home-3-menu-link {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 34em;
  padding: 4em 4em 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-3-menu-gradient {
  z-index: 10;
  background-image: linear-gradient(#30262700, #241c1dbf 50%, #181313f2);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-3-menu-title {
  z-index: 20;
  color: var(--white);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.footer-socials {
  z-index: 10;
  margin-bottom: 4em;
  position: relative;
}

.download-menu-description {
  opacity: .8;
  text-align: center;
  max-width: 23em;
  margin-left: 2.5em;
  margin-right: 2.5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
}

.home-3-menu-button {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  bottom: -4em;
}

.home-3-menu-triangle {
  z-index: 5;
  background-color: #f3eeef;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.home-3-menu-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
  top: -1.6em;
}

.home-3-menu-rectangle {
  z-index: 8;
  border: 1px solid #f3eeef;
  width: 90%;
  height: 90%;
  position: absolute;
}

.content-paragraph-4 {
  background-color: #f3eeef;
  max-width: 37em;
  margin-top: 6.5em;
  margin-left: auto;
  margin-right: auto;
}

.home-3-title-block {
  background-color: #f3eeef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55em;
  margin: 6em auto 5em;
  display: flex;
}

.main-button {
  color: var(--dark-slate-grey-3);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: relative;
}

.main-button.is-white {
  color: var(--white);
}

.main-button.in-contact-address {
  z-index: 20;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  background-color: #30262799;
  border: 1px solid #d8c7c98f;
  padding-right: 2em;
  font-size: .8em;
  position: absolute;
}

.main-button-element {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.main-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  position: relative;
}

.main-button-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
}

.download-menu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-button-square {
  z-index: 5;
  background-color: var(--dark-slate-grey-3);
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.main-button-square.is-white {
  background-color: var(--white);
}

.main-button-frame {
  z-index: 8;
  border: 1px solid var(--dark-slate-grey-3);
  width: 90%;
  height: 90%;
  position: absolute;
}

.main-button-frame.is-white {
  border-color: var(--white);
}

.download-menu-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.download-menu-color {
  z-index: 8;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #16141480;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  display: none;
}

.grid-block-image {
  min-height: 50em;
  position: relative;
}

.grid-block-image.is-address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40em;
  display: flex;
}

.restaurant-grid-block {
  background-color: var(--dim-grey-3);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: relative;
}

.restaurant-grid-block.with-green-background {
  background-color: var(--dark-slate-grey-2);
}

.restaurant-grid-block.is-address {
  border: 1px solid var(--misty-rose);
  color: var(--black-3);
  text-align: left;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-bottom: 8.5em;
  transition: background-color .2s;
}

.restaurant-grid-block.is-address:hover {
  background-color: #eee6e7;
}

.box-paragraph {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2em;
}

.box-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-icons.with-margin {
  margin-bottom: 4em;
}

.box-icon {
  z-index: 10;
  object-fit: contain;
  width: 2em;
  height: 2em;
  margin-left: .6em;
  margin-right: .6em;
  font-size: 1.5em;
  position: relative;
}

.max-width-block-5 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 31em;
  display: flex;
  position: relative;
}

.box-toptitle {
  opacity: .85;
  font-size: 1.2em;
}

.contact-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.contact-grid-title {
  color: var(--royal-blue);
  text-align: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.contact-grid-paragraph {
  font-size: 1.4em;
  line-height: 1.4em;
}

.contact-grid-paragraph.is-bold {
  font-weight: 600;
}

.contact-grid-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
}

.contact-grid-column {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-grid-icon-image {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.contact-grid-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2em;
  display: flex;
  position: relative;
}

.contact-grid-line {
  background-color: #1d616159;
  height: 1px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.contact-grid-link {
  color: #413032;
  flex: none;
  margin-left: 2em;
}

.gallery-lightbox {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-background {
  z-index: 3;
  background-color: #10131f80;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  display: none;
  position: absolute;
}

.gallery-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-icon.in-food {
  font-size: 1em;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-wrap {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.uppercase-title {
  text-align: center;
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  margin-bottom: 3em;
  font-size: 1em;
  font-weight: 700;
}

.uppercase-title.in-home-hero {
  color: var(--white);
  text-indent: .4em;
  font-weight: 600;
  position: absolute;
  bottom: 2.7em;
}

.uppercase-title.in-home-hero-2 {
  color: var(--gainsboro);
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 5em;
  margin-right: 5em;
}

.uppercase-title.in-hero-2 {
  color: var(--white);
  text-align: left;
  text-indent: 0;
  margin-bottom: 0;
  margin-right: 5em;
}

.uppercase-title.is-white-color {
  color: var(--white);
}

.uppercase-title.next-to-menu-toptitle {
  text-align: left;
  margin-bottom: 0;
  margin-right: 5em;
}

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

.gallery-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #54545470;
  border: 1px solid #ffffff61;
  padding: 2.5em 5em;
  font-weight: 800;
  transition: border-color .4s, background-color .4s, letter-spacing .8s cubic-bezier(.075, .82, .165, 1), padding .8s cubic-bezier(.075, .82, .165, 1);
  position: absolute;
}

.gallery-button:hover {
  letter-spacing: .25em;
  background-color: #72707070;
  border-color: #fff9;
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.footer {
  z-index: 10;
  background-color: var(--black-3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-block-57em2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-block-57em2.with-margin-6em {
  margin-bottom: 6em;
}

.nav-flex-2 {
  z-index: 10;
  background-color: #ffffff0d;
  justify-content: space-between;
  width: 100%;
  min-height: 5em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.booking {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.booking-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding: 17em 10em 10em;
  display: flex;
  position: relative;
}

.reservation-form {
  z-index: 10;
  width: 100%;
  max-width: 33em;
  color: var(--black-3);
  position: relative;
}

.booking-column-1 {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.in-menu {
  position: absolute;
  inset: 0%;
}

.image-animation-trigger._3d-for-image {
  width: 115%;
  height: 115%;
  position: absolute;
}

.animation-color-bg {
  z-index: 15;
  background-color: var(--body-color);
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.animation-color-bg.in-menu {
  background-color: #f3eeef;
}

.animation-color-bg.is-black-color {
  background-color: var(--black-3);
}

.animation-color-bg.is-larger {
  height: 170%;
}

.animation-color-bg.in-home-section {
  background-color: #1d1717;
}

.sticky-gradients {
  z-index: 1;
  background-color: var(--gainsboro);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ffffff80, #ffffff03), radial-gradient(circle farthest-corner at 50% 0%, #ffffff5c, #ffffff03), linear-gradient(124deg, #ffffff03 22%, #ffffff80 50%, #ffffff03 78%), radial-gradient(circle farthest-side at 100% 100%, var(--dim-grey-3), #ffffff03 58%), radial-gradient(circle farthest-corner at 0% 0%, #ccb1b4 46%, #ffffff03);
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.absolute-block-for-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.text-field {
  border: 1px solid var(--thistle);
  background-color: var(--white);
  text-align: left;
  border-radius: .2em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 9em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
}

.text-field:hover {
  border-color: var(--dim-grey-3);
}

.text-field:focus {
  border-color: var(--dim-grey-3);
  background-color: #f5f0f1;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #f5f0f1;
}

.field-label {
  z-index: 10;
  color: var(--black-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  left: 2em;
}

.field-label.in-area {
  top: 1.8em;
}

.form-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.form-item.is-area {
  align-items: flex-start;
}

.form-item.is-select {
  cursor: pointer;
}

.submit-form-button {
  background-color: var(--olive-drab);
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: url('../images/table_restaurant_white_24dp.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-radius: .2em;
  margin-top: 1.5em;
  padding: 1.3em 2em 1.3em 4.1em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.1em;
  transition: background-color .2s;
}

.submit-form-button:hover, .submit-form-button:focus, .submit-form-button:focus-visible, .submit-form-button[data-wf-focus-visible] {
  background-color: #5a8626;
}

.form-title {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.booking-title-block {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: absolute;
}

.form-icon.is-select-icon {
  font-size: 1.3em;
}

.booking-content-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29em;
  margin: 8em auto;
  display: flex;
  position: relative;
}

.form {
  width: 100%;
}

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

.form-icon-size {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  position: absolute;
  right: 1.2em;
}

.form-icon-background {
  z-index: 5;
  background-color: var(--gainsboro);
  border-radius: .2em;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: var(--dark-slate-grey-3);
  color: var(--white);
  border-radius: .4em;
  padding: 5.5em 2.8em;
}

.text-block {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.4em;
}

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

.error-message {
  background-color: #ecbdc5;
  border: 1px solid #bd7d88;
  border-radius: .2em;
  margin-top: 1em;
  padding: 1.7em;
  font-weight: 500;
}

.aside-reservation {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.aside-background {
  z-index: 1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.aside-form {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8em;
  display: flex;
  position: relative;
  overflow: auto;
}

.aside-form-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aside-close {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  inset: 2.5em 3.3em auto auto;
}

.aside-close-circle {
  border: 1px solid var(--rosy-brown);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.aside-close-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

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

.footer-nav {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-link {
  opacity: .75;
  color: var(--white);
  border-bottom: 4px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.4em;
  margin-right: 1.4em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  border-bottom-color: var(--white);
  opacity: 1;
}

.footer-subnav {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.footer-color {
  z-index: 7;
  background-image: linear-gradient(to bottom, var(--black), #161616cc);
  opacity: .88;
  position: absolute;
  inset: 0%;
}

.footer-made-link {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  min-width: 20em;
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ffffff08;
  border-right: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2.2em 3em;
  font-weight: 400;
  line-height: 1.1em;
  transition: background-color .4s, min-width .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.footer-made-link:hover {
  background-color: #ffffff29;
  min-width: 22em;
}

.footer-made-links {
  z-index: 10;
  border-top: 1px solid #ffffff4d;
  border-left: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-made-link-title {
  font-size: .8em;
}

.footer-row {
  z-index: 20;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4.5em;
  padding-top: 5em;
  position: relative;
}

.footer-brand {
  align-items: center;
  margin-bottom: 2.5em;
  padding: .5em 0;
  display: flex;
}

.dots {
  z-index: 5;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dot {
  opacity: .35;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 12.5%;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.dot:hover {
  opacity: 1;
}

.dot-point {
  background-color: var(--black-3);
  border-radius: 50%;
  flex: none;
  width: 3px;
  height: 3px;
}

.dot-point.for-dark-bg {
  background-color: #e2d4d6;
}

.dots-absolute {
  z-index: 8;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.dots-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.footer-small-link {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em .5em;
  padding: .7em 1.7em;
  font-size: .85em;
  font-weight: 500;
  transition: border-color .2s;
  display: flex;
}

.footer-small-link:hover {
  border-color: #a0888b;
}

.footer-small-link.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-color: #0000;
}

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

.menu-item {
  border-bottom: 1px dashed var(--misty-rose);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.menu-item:nth-child(2n) {
  background-color: #f9f7f7;
}

.menu-item:last-child {
  border-bottom-color: #0000;
}

.menu-title-name {
  flex: none;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-content {
  flex: 1;
  align-items: center;
  margin-right: 3em;
  display: flex;
}

.menu-price-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-price-block {
  border: 1px dashed var(--thistle);
  background-color: var(--body-color);
  border-radius: .2em;
  align-items: center;
  padding: .6em .9em;
  display: flex;
  position: relative;
}

.menu-subtitle {
  margin-left: .2em;
  margin-right: .2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-subtitle.is-size {
  font-size: 1em;
  font-weight: 400;
}

.allergens-cms-list-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.allergen {
  z-index: 5;
  border: 1px solid var(--misty-rose);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  margin-left: .2em;
  margin-right: .2em;
  font-size: .9em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.allergens {
  align-items: center;
  margin-right: 1.4em;
  display: flex;
  position: relative;
}

.allergen-title {
  margin-right: .9em;
  font-size: .9em;
  font-weight: 600;
}

.allergen-cms-item-2 {
  display: flex;
}

.menu-description {
  opacity: .8;
  max-width: 27em;
  font-size: 1em;
  line-height: 1.4em;
}

.menu-price {
  align-items: center;
  display: flex;
}

.menu-line {
  background-color: var(--rosy-brown);
  align-self: stretch;
  width: 1px;
  margin-left: .6em;
  margin-right: .6em;
}

.allergen-cms {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.allergen-cms:hover {
  transform: scale(1.2);
}

.allergen-cms-circle {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.menu-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-currency {
  margin-left: .2em;
  margin-right: .2em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-lightbox {
  border-radius: 1em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 4.4em;
  margin-right: 1.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap.with-margin {
  width: 100%;
  margin-bottom: 8em;
}

.menu-list {
  width: 100%;
}

.padding-inner-large {
  padding-top: 4.5em;
  padding-bottom: 0;
  position: relative;
}

.menu-2-row {
  justify-content: space-between;
  width: 100%;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-column-50 {
  width: 50%;
}

.menu-column-50.is-2nd {
  background-color: var(--black-3);
  color: var(--gainsboro);
}

.menu-content-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 3em;
  display: flex;
}

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

.menu-description-5 {
  opacity: .8;
  font-size: 1em;
  line-height: 1.4em;
}

.menu-flex-2 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  display: flex;
}

.menu-price-wrap-2 {
  border-left: 1px solid var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  min-width: 12em;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  display: flex;
  position: relative;
}

.menu-price-wrap-2.in-drinks {
  border-left-color: #d8c7c940;
  min-width: 9em;
}

.menu-title-name-2 {
  flex: none;
  margin-bottom: .3em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.about-content-block-1 {
  z-index: 20;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.span-green {
  color: var(--dark-slate-grey-3);
}

.contact-content-block {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.contact-grid-link-2 {
  width: 100%;
  color: var(--black-3);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.3em;
  transition: opacity .2s;
  display: flex;
}

.contact-grid-link-2:hover {
  opacity: .6;
}

.contact-grid-link-2.with-margin {
  margin-bottom: 1.5em;
}

.contact-toptitle {
  opacity: .85;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.contact-icon {
  opacity: .5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.hero-contact {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 23em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.contact-title-3 {
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.contact-reservation-link {
  border-left: 1px solid var(--gainsboro);
  width: 8em;
  color: var(--black-3);
  background-color: #fff6;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-reservation-link:hover {
  background-color: #fff9;
}

.contact-reservation-title {
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 700;
}

.contact-reservation-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: rotate(90deg);
}

.image-3 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .8em;
  font-size: 1.5em;
}

.restaurant-title-4 {
  margin-bottom: .6em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.3em;
}

.restaurant-block-4 {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.restaurant-grid-4-link {
  width: 100%;
  min-height: 6em;
  color: var(--black-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: .85em;
  font-weight: 700;
  transition: background-color .4s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.restaurant-grid-4-link:hover {
  background-color: var(--misty-rose);
  width: 120%;
}

.restaurant-grid-4-link.in-middle {
  border-right: 1px solid var(--misty-rose);
  border-left: 1px solid var(--misty-rose);
}

.restaurant-grid-4-buttons {
  border-top: 1px solid var(--misty-rose);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.restaurant-hours-4 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1.8em;
  line-height: 1.3em;
  display: flex;
}

.restaurant-grid-4 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6em;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.day {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.2em;
}

.time {
  text-align: right;
  white-space: nowrap;
  margin-left: 1em;
  font-size: 1em;
  line-height: 1.2em;
}

.restaurant-description-4 {
  opacity: .8;
  margin-bottom: 2em;
  font-size: .95em;
  line-height: 1.6em;
}

.hours-line {
  background-color: var(--misty-rose);
  flex: 1;
  height: 1px;
  margin-left: .9em;
  margin-right: .9em;
}

.contact-address-title {
  min-width: 50%;
  margin-bottom: 1.7em;
  padding-right: 2em;
  font-size: 1.2em;
  line-height: 1.8em;
}

.contact-grid-2 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  position: relative;
}

.contact-grid-block-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black-3);
  background-color: #ffffff73;
  background-image: linear-gradient(210deg, #ffffff03, #ffffffd9 50%, #ffffff03);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5em;
  display: flex;
  position: relative;
}

.contact-grid-block-2.with-button-in-right {
  padding-right: 11em;
}

.scroll-down-flex-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.hero-socials {
  z-index: 10;
  position: relative;
}

.hero-socials-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-size-gallery {
  z-index: 10;
  width: 100%;
  height: 70vh;
  margin-bottom: 4em;
  position: relative;
}

.image-size-gallery.is-last {
  margin-bottom: 0;
}

.image-size-gallery.in-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10em;
  display: flex;
}

.menu-list-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-item-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.menu-item-3:hover {
  background-color: var(--white);
}

.menu-price-block-3 {
  border: 1px solid var(--thistle);
  background-color: var(--body-color);
  border-radius: .2em;
  align-items: center;
  margin-bottom: 1em;
  margin-left: .2em;
  margin-right: .2em;
  padding: .6em .9em;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.menu-image-3 {
  width: 100%;
  height: 12em;
  margin-bottom: 2em;
  position: relative;
}

.menu-title-name-3 {
  text-align: center;
  flex: none;
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-description-3 {
  opacity: .8;
  text-align: center;
  max-width: 27em;
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.4em;
}

.scroll-down-button {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border-top: 1px solid #e2d6d84d;
  border-left: 1px solid #e2d6d84d;
  border-right: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3.5em;
  font-weight: 700;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  bottom: 0;
}

.scroll-down-button:hover {
  background-color: #ffffff17;
  padding-left: 4.3em;
  padding-right: 4.3em;
}

.full-color {
  z-index: 9;
  mix-blend-mode: multiply;
  background-color: #3026278c;
  position: absolute;
  inset: 0%;
}

.modern-button-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  font-size: 1.8em;
}

.modern-button-icon.in-hero-2 {
  margin-left: 1.7em;
  font-size: 1.1em;
}

.modern-button-icon.is-smaller {
  font-size: 1.3em;
}

.menu-wrap-4 {
  margin-bottom: 6em;
}

.menu-list-4 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-item-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 32em;
  padding: 3em;
  display: flex;
  position: relative;
}

.menu-image-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-title-name-4 {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex: none;
  margin-bottom: .7em;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3em;
  position: relative;
}

.menu-content-4 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  display: flex;
  position: relative;
}

.menu-description-4 {
  max-width: 27em;
  color: var(--gainsboro);
  margin-bottom: 1.8em;
  font-size: 1em;
  line-height: 1.4em;
}

.menu-gradient-bg {
  z-index: 20;
  background-image: linear-gradient(to top, #1f1819, #30262700);
  position: absolute;
  inset: 0%;
}

.menu-price-block-4 {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #e2d6d84d;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  padding: .7em .2em .7em .9em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.menu-price-block-4:hover {
  color: var(--black);
  background-color: #fff;
}

.menu-price-4 {
  border: 1px solid #e2d6d842;
  align-items: center;
  margin-left: .7em;
  margin-right: .7em;
  padding: .4em .7em;
  display: flex;
}

.menu-3-title-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.menu-3-category {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .15em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
}

.opacity-70 {
  opacity: .7;
}

.sticky-100vh-block {
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-bg-overlay-color-2 {
  z-index: 15;
  background-image: linear-gradient(to top, #141010, #141010e6 40%, #1410104d);
  position: absolute;
  inset: 0%;
}

.restaurant-3-hero {
  color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
}

.hero-1-menu-button {
  z-index: 20;
  width: 100%;
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-bottom-color: #e2d6d859;
  justify-content: center;
  align-items: center;
  padding: 2em 3.8em;
  font-size: 1.1em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.hero-1-menu-button:hover {
  background-color: #ffffff1a;
  border: 1px solid #e2d6d842;
}

.hero-1-menu-image-bg {
  z-index: 20;
  background-image: linear-gradient(to top, #141010, #30262700 60%);
  position: absolute;
  inset: 0%;
}

.hero-1-menu {
  z-index: 20;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 6em;
  padding-top: 8em;
  position: relative;
  overflow: hidden;
}

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

.hero-2-menu-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-2-menu-image-size {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-block-2 {
  z-index: 20;
  background-color: var(--dim-grey-3);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  padding: 10em 8em;
  display: flex;
  position: relative;
  left: -10em;
}

.grid-block-2.is-2nd {
  background-color: var(--black-2);
  left: auto;
  right: -10em;
}

.grid-for-box {
  grid-column-gap: 0em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
}

.grid-block-image-2 {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.hero-1-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.modern-button {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3.5em;
  font-weight: 700;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.modern-button:hover {
  background-color: #ffffff17;
  padding-left: 4.3em;
  padding-right: 4.3em;
}

.modern-button.on-light-bg {
  background-color: var(--dim-grey-3);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.modern-button.on-light-bg:hover {
  background-color: var(--dark-slate-grey-2);
}

.modern-button.in-dropdown {
  font-size: .6em;
}

.hero-1-menu-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 9vw;
  padding-right: 9vw;
  display: flex;
}

.hero-1-menu-item {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25vw;
  min-height: 32em;
  margin-right: 4vw;
  padding: 2em;
  display: flex;
  position: relative;
}

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

.box-image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box-flex {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.box-grid-block {
  z-index: 5;
  background-color: var(--dark-slate-grey-4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  border: 1px solid #e2d6d84d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 10em 1.5em;
  padding: 10em 5em;
  display: flex;
  position: relative;
}

.box-grid-block.is-2nd {
  background-color: #4e78a19c;
}

.box-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-line {
  z-index: 10;
  background-color: #e2d6d83d;
  width: 100%;
  height: 1px;
  margin-top: 4em;
  margin-bottom: 8em;
  position: relative;
}

.hero-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.main-menu-cta-block {
  z-index: 10;
  max-width: 75em;
  color: var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-2-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-2-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-2-menu {
  z-index: 20;
  width: 40%;
  padding-top: 18em;
  position: relative;
  overflow: hidden;
}

.hero-2-menu-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-2-menu-item {
  border: .2em solid #e2d6d833;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 32em;
  margin-bottom: 2em;
  padding: 1.2em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.hero-2-menu-item:hover {
  border-color: #e2d6d84d;
}

.full-color-2 {
  z-index: 15;
  color: var(--royal-blue);
  text-shadow: 0 1px 1px #0003;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-image: linear-gradient(#00000054, #00000054), url('../images/sfondoeqmacchine.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.hero-2-menu-button {
  z-index: 20;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--black-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ffffffb3;
  border: 1px solid #ffffffe6;
  justify-content: center;
  align-items: center;
  padding: 2.1em 3.8em;
  font-size: 1.1em;
  font-weight: 800;
  transition: background-color .2s;
  display: flex;
}

.hero-2-menu-button:hover {
  background-color: #ffffff80;
}

.hero-2-menu-gradient {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #30262759;
  position: absolute;
  inset: 0%;
}

.form-block-2 {
  border: 1px solid var(--gainsboro);
  background-color: #f7f4f5;
  border-radius: .3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
  display: flex;
}

.flex-reservation {
  z-index: 20;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.box-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28em;
  display: flex;
  position: relative;
}

.drink-description {
  opacity: .8;
  max-width: 27em;
  font-size: 1em;
  line-height: 1.4em;
}

.drink-price-block {
  border: 1px dashed var(--thistle);
  background-color: var(--body-color);
  border-radius: .2em;
  align-items: center;
  margin-left: .8em;
  padding: .6em .9em;
  display: flex;
  position: relative;
}

.drink-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.drink-content {
  flex: 1;
  align-items: center;
  margin-right: 3em;
  display: flex;
}

.drink-title-wrap {
  align-items: center;
  display: flex;
}

.drink-title {
  flex: none;
  min-width: 10.5em;
  margin-right: 1em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.drink-wrap {
  overflow: hidden;
}

.drink-item {
  border-bottom: 1px dashed var(--misty-rose);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  display: flex;
  overflow: hidden;
}

.drink-item:nth-child(2n) {
  background-color: #faf7f7;
}

.drink-item:last-child {
  border-bottom-color: #0000;
}

.menu-item-2 {
  border-bottom: 1px solid var(--misty-rose);
  justify-content: space-between;
  align-items: center;
  min-height: 12em;
  display: flex;
}

.menu-item-2:nth-child(2n) {
  background-color: #fcfcfc;
}

.menu-item-2.in-dark-version {
  border-bottom-color: #d8c7c940;
}

.menu-item-2.in-dark-version:nth-child(2n) {
  background-color: #3d3233;
}

.menu-list-2 {
  border-top: 1px solid var(--misty-rose);
}

.menu-list-2.in-dark-version {
  border-top-color: #d8c7c940;
}

.menu-wrap-2.is-1st {
  border-left: 1px solid var(--gainsboro);
}

.menu-wrap-2.is-2nd {
  border-right: 1px solid #d8c7c940;
}

.menu-2-block-detail {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 33.3333%;
  padding: .7em 1em;
  display: flex;
}

.menu-lightbox-circle {
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: 1.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-subtitle-2 {
  color: var(--dark-slate-grey-2);
  margin-left: .1em;
  margin-right: .1em;
  font-size: 1.5em;
  font-weight: 600;
}

.menu-subtitle-2.in-dark-version {
  color: var(--white);
}

.menu-weight {
  margin-left: .2em;
  margin-right: .2em;
  font-size: 1em;
  line-height: 1.2em;
}

.menu-2-metric-unit {
  align-items: center;
  display: flex;
}

.menu-title-block {
  min-width: 16em;
  margin-right: 1em;
}

.menu-padding-2 {
  padding-top: 10em;
}

.contact-title-block {
  z-index: 20;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: flex;
  position: relative;
}

.in-numbers-toptitle {
  opacity: .85;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 11em;
  font-size: .85em;
  font-weight: 600;
}

.in-numbers-title {
  letter-spacing: .2em;
  text-indent: .1em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.in-numbers-block {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 30%;
  max-width: 23em;
  color: var(--white);
  text-align: center;
  background-color: #e2d6d838;
  border: 1px solid #e2d6d84d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: .8em;
  margin-right: .8em;
  padding: 6em 2.5em;
  display: flex;
  position: relative;
}

.in-numbers-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.in-numbers-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.drink-cms-image-size {
  z-index: 10;
  justify-content: space-between;
  width: 80%;
  height: 86%;
  display: flex;
  position: absolute;
}

.our-story-column-1 {
  z-index: 10;
  background-color: #1f1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.gradient-bottom-absolute-bg {
  z-index: 2;
  background-image: linear-gradient(#f3eeef00, #f3eeef);
  height: 40em;
  position: absolute;
  inset: auto 0% 0%;
}

.restaurants-grid {
  grid-column-gap: 12.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 76em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.box-2-title {
  z-index: 20;
  margin-bottom: .8em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
}

.box-2-paragraph {
  z-index: 20;
  opacity: .8;
  margin-bottom: 4em;
  font-size: 1.1em;
  line-height: 1.3em;
  position: relative;
}

.arrow-link {
  color: #302627b3;
  background-image: url('../images/east_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 2em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), color .2s;
}

.arrow-link:hover {
  color: var(--black-3);
  padding-right: 2.5em;
}

.arrow-link.in-box-2 {
  z-index: 20;
  color: #ffffffd9;
  background-image: url('../images/east_white_24dp.svg');
  position: relative;
}

.arrow-link.in-box-2:hover {
  color: var(--white);
}

.arrow-link.in-booking {
  font-size: 1.15em;
}

.about-title-block-1 {
  margin-bottom: 8em;
}

.content-block-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50em;
  display: flex;
}

.content-paragraph-1 {
  opacity: .8;
  max-width: 28em;
  color: var(--white);
  margin-bottom: 3.5em;
  font-size: 1.3em;
  line-height: 1.9em;
}

.section-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30em;
  display: flex;
}

.footer-2-main-link {
  color: var(--thistle);
  padding: .2em .4em;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.4em;
}

.footer-2-main-link.w--current {
  color: var(--white);
}

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

.footer-2-background {
  width: 100%;
  max-width: 100vw;
  position: absolute;
  inset: 0%;
}

.footer-2-sticky {
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.footer-2-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 0;
  display: flex;
}

.footer-brand-2 {
  align-items: center;
  padding: .5em 0;
  display: flex;
}

.footer-links {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 85em;
  margin-top: 6.5em;
  margin-bottom: 6.5em;
  display: flex;
}

.drinks-3-menu {
  z-index: 20;
  width: 40%;
  padding-top: 85vh;
  position: relative;
}

.drinks-3-menu-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.drinks-3-menu-item {
  z-index: 1;
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 32em;
  margin-bottom: .5em;
  padding: 3.5em;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.drinks-3-menu-item:hover {
  z-index: 5;
  border-color: #e2d6d84d;
  transform: scale(1.1);
}

.drinks-3-menu-image {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.drinks-3-menu-title-block {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.drinks-3-menu-title {
  color: var(--white);
  margin-bottom: .9em;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.3em;
}

.drinks-3-menu-gradient {
  z-index: 5;
  background-image: linear-gradient(#30262700, #161112e6);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.drinks-3-menu-pricing-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border: 1px solid #fff6;
  align-items: center;
  padding: .6em .9em;
  display: flex;
  position: relative;
}

.drinks-3-menu-pricing-block.is-bottle-price {
  margin-left: .7em;
}

.menu-line-2 {
  background-color: #ffffff80;
  align-self: stretch;
  width: 1px;
  margin-left: .6em;
  margin-right: .6em;
}

.grid-4 {
  grid-column-gap: 12.5em;
  grid-row-gap: 12.5em;
  grid-template-rows: auto;
}

.story-paragraph {
  opacity: .8;
  font-size: 1.15em;
  line-height: 1.8em;
}

.story-title-2 {
  text-align: left;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 2.1em;
  font-size: 1em;
  font-weight: 700;
}

.drinks-3-image-1 {
  z-index: 1;
  width: 40%;
  height: 160%;
  position: absolute;
  overflow: hidden;
}

.opacity-50 {
  opacity: .5;
}

.drinks-3-title-3 {
  z-index: 20;
  background-color: #262222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.drinks-3-padding-1 {
  padding-top: 20em;
  padding-bottom: 20em;
  position: relative;
}

.symbol-subtitle {
  opacity: .8;
  color: var(--white);
  text-align: center;
  margin-top: 2em;
  font-size: 1.2em;
}

.since-block-2 {
  z-index: 50;
  color: var(--body-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.since-title {
  z-index: 10;
  opacity: .9;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.since-year {
  z-index: 10;
  opacity: .9;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.since-element {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  display: flex;
  position: absolute;
}

.since-square {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0e0a0b4d;
  border: 1px solid #e2d6d866;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.box-subtitle-link {
  opacity: .8;
  color: var(--white);
  background-image: url('../images/east_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.9em;
  font-size: 1.3em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.box-subtitle-link:hover {
  opacity: 1;
  padding-right: 2.3em;
}

.drinks-3-menu-pricing {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fullscreen-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.box-block-2 {
  border: 1px solid var(--gainsboro);
  background-color: #fff9;
  padding: 3em;
}

.box-block-2.is-2nd {
  background-color: var(--black-2);
  color: var(--white);
  position: relative;
}

.grid-information {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 76em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.box-grid-block-2 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 80%;
  max-width: 45em;
  color: var(--white);
  text-align: center;
  border: 1px solid #e2d6d84d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 10em auto;
  padding: 10em 5em;
  display: flex;
  position: relative;
}

.restaurant-title-2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.restaurant-description {
  letter-spacing: .02em;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 2em;
}

.restaurant-background {
  z-index: 2;
  background-color: #1b1718ad;
  position: absolute;
  inset: 0%;
}

.restaurant-box-flex {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.restaurant-box-flex:last-child {
  margin-bottom: 0;
}

.restaurant-box-wrap {
  z-index: 50;
  padding-bottom: 10em;
  position: relative;
}

.restaurant-box-wrap.in-cms-page {
  padding-bottom: 10em;
}

.nav-black-background {
  z-index: 100;
  background-color: var(--black-3);
  height: 10em;
  position: absolute;
  inset: 0% 0% auto;
}

.about-restaurant-hero {
  padding-top: 20em;
  padding-bottom: 10em;
}

.about-restaurant-title-2 {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.2em;
}

.about-restaurant-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4em 1.5em;
  display: flex;
}

.about-restaurant-title-1 {
  color: var(--rosy-brown);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.about-restaurant-flex {
  z-index: 10;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.about-restaurant-flex.with-margin {
  margin-bottom: 10em;
}

.about-restaurant-flex.in-restaurant-cms {
  background-color: #f3eeef;
  margin-bottom: 4em;
}

.about-restaurant-flex.with-margin-6em {
  margin-bottom: 6em;
}

.about-restaurant-line {
  background-color: var(--thistle);
  width: 1px;
  height: 6em;
}

.restaurant-border {
  z-index: 20;
  border: 1px solid #e2d6d880;
  width: 90%;
  height: 85%;
  position: absolute;
}

.about-restaurant-title-3 {
  color: var(--rosy-brown);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.2em;
}

.sticky-gradients-3 {
  z-index: 1;
  background-image: linear-gradient(124deg, #ffffff03, #fffc 50%, #ffffff03 81%), radial-gradient(circle farthest-side at 100% 0%, var(--rosy-brown), #ffffff03);
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.drinks-3-image-1-color {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #302627cc;
  position: absolute;
  inset: 0%;
}

.grid-content-block-1 {
  max-width: 26em;
  margin-bottom: 2em;
}

.content-paragraph-2 {
  font-size: 1.1em;
  font-weight: 500;
}

.empty-state-hidden {
  display: none;
}

.wrap-with-2-buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-button-2 {
  z-index: 20;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  min-height: 6em;
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3026271c;
  border-top: 1px solid #e2d6d84d;
  border-left: 1px solid #e2d6d84d;
  border-right: 1px solid #e2d6d84d;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 3.5em;
  font-weight: 700;
  transition: background-color .4s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.scroll-down-button-2:hover {
  background-color: #ffffff17;
  padding-left: 4.3em;
  padding-right: 4.3em;
}

.menu-cms-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.drink-cms-flex {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.drink-cms-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding: 12em 10em 10em;
  display: flex;
  position: relative;
}

.drink-cms-column-1 {
  z-index: 10;
  background-color: #1f1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.meal-content {
  border-bottom: 1px solid var(--thistle);
  width: 100%;
  max-width: 33em;
}

.drink-desciption {
  margin-bottom: 1.3em;
  font-size: 2.5em;
  line-height: 1.6em;
}

.meal-price {
  font-size: 1.4em;
  font-weight: 600;
}

.meal-price.is-currency {
  margin-right: .6em;
}

.meal-price.is-metric-unit {
  margin-left: .6em;
}

.meal-cms-price {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.meal-cms-price-line {
  background-color: var(--dim-grey-3);
  align-self: stretch;
  width: 1px;
  margin-left: 2em;
  margin-right: 2em;
}

.meal-cms-price-block {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.7em;
  padding-top: .7em;
  display: flex;
}

.meal-content-1 {
  border-bottom: 1px solid var(--thistle);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10em;
  padding-bottom: 4.5em;
  display: flex;
}

.meal-description-1 {
  max-width: 15em;
  margin-bottom: 1.3em;
  margin-right: 2em;
  font-size: 2.5em;
  line-height: 1.6em;
}

.other-meals {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-size-meal {
  z-index: 10;
  width: 100%;
  height: 70vh;
  margin-bottom: 4em;
  position: relative;
}

.empty-state {
  z-index: 20;
  color: var(--black-3);
  text-align: center;
  background-color: #c2d9f0;
  padding: 3em 2em;
  font-size: 1.5em;
  line-height: 1.5em;
  position: relative;
}

.meal-cms-price-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.allergens-in-meal {
  align-items: center;
  display: flex;
  position: relative;
}

.drink-price-wrap {
  border-top: 1px solid var(--thistle);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  display: flex;
}

.drink-price-block-2 {
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.drink-price-block-3 {
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.contact-address-block {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.col-title-1 {
  color: var(--dim-grey-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.col-title-2 {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.contact-grid-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.booking-title-1 {
  text-align: center;
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

.booking-content-1 {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.booking-image-size {
  z-index: 10;
  width: 100%;
  height: 40em;
  position: relative;
}

.booking-title-inner {
  padding-top: 10em;
  padding-bottom: 10em;
}

.since-frame {
  z-index: 8;
  border: 1px solid #e2d6d840;
  width: 90%;
  height: 90%;
  position: absolute;
}

.our-story-column-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding: 0 10em 10em;
  display: flex;
  position: relative;
}

.restaurant-description-2 {
  opacity: .9;
  max-width: 23em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.7em;
}

.fullscreen-overlay-color {
  z-index: 9;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#1d171759, #1d1717cc);
  position: absolute;
  inset: 0%;
}

.since-title-2 {
  z-index: 10;
  opacity: .9;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  margin-left: .8em;
  margin-right: .8em;
  font-size: .9em;
  font-weight: 800;
  line-height: 1.4em;
  position: relative;
}

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

.address-content-block {
  z-index: 20;
  background-color: var(--body-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.restaurant-description-3 {
  opacity: .9;
  text-align: center;
  max-width: 23em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.7em;
}

.col-title-3 {
  color: var(--dim-grey-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.accordion-toggle {
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding: 1.5em 0;
  display: flex;
}

.accordion {
  flex: none;
  align-self: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 1.5em;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.accordion-arrow {
  z-index: 3;
  width: 1em;
  height: 1em;
  font-size: 2em;
  position: absolute;
}

.style-guide-block {
  border: 10px solid #1e201d24;
  margin-bottom: 5em;
  padding: 5em;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-line {
  background-color: #1d61612e;
  width: 2px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1.4em;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: absolute;
}

.accordion-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.list-paragraph {
  opacity: .8;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-title {
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.accordion-inner {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em 2em;
  display: flex;
}

.accordion-circle {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 5em;
  margin-right: 3em;
  display: flex;
  position: relative;
  top: 1px;
}

.accordion-title {
  z-index: 10;
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.rich-text h1 {
  margin-bottom: .2em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text p {
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 1.8em;
}

.rich-text h3 {
  margin-top: 1.5em;
  margin-bottom: .2em;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h2 {
  margin-top: 1.7em;
  margin-bottom: .5em;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h4 {
  margin-top: 1.5em;
  margin-bottom: .3em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h5 {
  margin-top: 1.2em;
  margin-bottom: .3em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3em;
}

.rich-text h6 {
  margin-top: 1.5em;
  margin-bottom: .4em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.rich-text blockquote {
  border-left-color: var(--misty-rose);
  color: var(--dim-grey-3);
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.3em;
  font-size: 1.2em;
  line-height: 1.7em;
}

.rich-text li {
  margin-bottom: .7em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.rich-text a {
  color: var(--dark-slate-grey-2);
  text-decoration: underline;
}

.rich-text strong {
  font-weight: 600;
}

.rich-text.in-terms {
  font-size: 1.15em;
}

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

.rich-text ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 1.5em;
}

.tab-paragraph-1 {
  letter-spacing: .01em;
  margin-bottom: 2em;
  font-size: 1.15em;
  line-height: 1.7em;
  text-decoration: none;
}

.list-content {
  padding-top: .3em;
}

.list-item {
  background-image: url('../images/star_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 2.5em;
  font-size: 1.2em;
  line-height: 1.5em;
  overflow: hidden;
}

.style-guide-divider {
  background-color: #c5c7ce;
  height: 1px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.custom-list {
  width: 100%;
}

.circle-background {
  z-index: 2;
  background-color: var(--royal-blue);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.term-block {
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.custom-list-gallery {
  max-width: 40em;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 10;
  border: 1px solid var(--misty-rose);
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 35em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  position: relative;
  box-shadow: 49px 49px 80px -23px #30262770;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.password-icon {
  opacity: .6;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 2.3em;
}

.password-background {
  z-index: 1;
  width: 50vw;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.submit-password-button {
  background-color: var(--olive-drab);
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: url('../images/lock_open_white_24dp.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-radius: .2em;
  margin-top: 1.5em;
  padding: 1.3em 2em 1.3em 4.1em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.1em;
  transition: background-color .2s;
}

.submit-password-button:hover {
  background-color: #5a8626;
}

.password-text-field {
  border: 1px solid var(--thistle);
  background-color: var(--white);
  text-align: left;
  border-radius: .2em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 9em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
}

.password-text-field:hover {
  border-color: var(--dim-grey-3);
}

.password-text-field:focus {
  border-color: var(--dim-grey-3);
  background-color: #f5f0f1;
}

.password-text-field:focus-visible, .password-text-field[data-wf-focus-visible] {
  background-color: #f5f0f1;
}

.password-field-label {
  z-index: 10;
  color: var(--black-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  left: 2em;
}

.password-form-icon-size {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  position: absolute;
  right: 1.2em;
}

.password-form-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: absolute;
}

.password-form-icon-bg {
  z-index: 5;
  background-color: var(--gainsboro);
  border-radius: .2em;
  position: absolute;
  inset: 0%;
}

.password-title-block {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.3em;
  display: flex;
}

._404-paragraph {
  opacity: .8;
  color: var(--white);
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
}

._404-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.restaurant-3-box-title {
  color: var(--white);
  margin-bottom: .3em;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.restaurant-box {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.restaurant-3-box-content {
  z-index: 10;
  opacity: .75;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.restaurant-3-box-content:hover {
  opacity: 1;
}

.restaurant-3-box-item {
  z-index: 1;
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 32em;
  margin-bottom: .5em;
  padding: 3.5em;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.restaurant-3-box-item:hover {
  z-index: 5;
  border-color: #e2d6d84d;
  transform: scale(.9);
}

.restaurant-3-box-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.restaurant-3-column-2 {
  z-index: 20;
  width: 40%;
  padding-top: 85vh;
  position: relative;
}

.restaurant-3-address {
  opacity: .8;
  color: var(--white);
  letter-spacing: .02em;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-here {
  height: 1px;
}

.meal-link-white {
  color: var(--white);
  transition: opacity .2s;
}

.meal-link-white:hover {
  opacity: .8;
}

.drink-link-black {
  color: var(--black-3);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .2s;
}

.drink-link-black:hover {
  color: #302627cc;
}

.meal-link-black {
  color: var(--black-3);
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .2s;
}

.meal-link-black:hover {
  opacity: .8;
}

.drink-link-white {
  color: var(--white);
  transition: opacity .2s;
}

.drink-link-white:hover {
  opacity: .8;
}

.allergens-cms {
  z-index: 10;
  position: relative;
}

.allergens-cms-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.allergen-cms-item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.allergen-cms-link {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.allergen-cms-link:hover {
  opacity: 1;
  border-color: #ffffff59;
  transform: scale(1.2);
}

.allergen-cms-link.w--current {
  border-color: #fff;
}

.allergen-description {
  opacity: .9;
  max-width: 27em;
  color: var(--white);
  text-align: center;
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.7em;
}

.error-message-2 {
  background-color: #ecd5d9;
  border: 1px solid #dfaeb6;
  width: 100%;
  padding: 1.2em;
}

.contact-grid-square {
  z-index: 5;
  background-color: var(--royal-blue);
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.contact-grid-frame {
  z-index: 8;
  border: 1px solid var(--dark-slate-grey-3);
  width: 90%;
  height: 90%;
  position: absolute;
}

.drinks-2-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.drinks-2-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.drinks-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
}

.pricing-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.restaurant-3-column-1 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 41em;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.restaurant-3-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.restaurant-3-gradient {
  z-index: 5;
  background-image: linear-gradient(#30262700, #161112e6);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-cms-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-cms {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
}

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

.social-contact {
  z-index: 10;
  margin-bottom: 4em;
  position: relative;
}

.menu-2-padding {
  background-color: #6b98c59e;
  background-image: linear-gradient(#6b98c59e, #6b98c59e);
  padding-top: 10em;
}

.find-us-cms, .find-us-cms-list {
  width: 100%;
}

.find-us-contact-link {
  color: var(--black-3);
  border-bottom: 2px solid #0000;
  transition: border-color .2s, color .2s;
}

.find-us-contact-link:hover {
  border-bottom-color: var(--dark-slate-grey-3);
  color: var(--dark-slate-grey-3);
}

.button-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
}

.cover-background {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: #20191a73;
  position: absolute;
  inset: 0%;
}

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

.soon {
  background-color: var(--dim-grey-3);
  color: var(--white);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  border-radius: 2.6em;
  margin-left: 1em;
  padding: .5em .8em;
  font-size: .65em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
  top: -1em;
}

.subtitle-1 {
  color: #302627cc;
  text-align: center;
  max-width: 23em;
  margin-top: 2em;
  font-size: 1.6em;
  line-height: 1.6em;
}

.about-max-width-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 66em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.contact-title-block-1 {
  z-index: 20;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.preloader-background {
  z-index: 1;
  background-color: var(--black-3);
  position: absolute;
  inset: 0%;
}

.preloader-loading {
  z-index: 10;
  color: var(--thistle);
  letter-spacing: .6em;
  text-indent: .6em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: absolute;
  bottom: 15vh;
}

.preloader {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 23vw;
  padding-right: 23vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-logo {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15vh;
  bottom: auto;
}

.preloader-image-block {
  z-index: 10;
  width: 50vw;
  height: 40vh;
  position: absolute;
  overflow: hidden;
}

.preloader-brand-title {
  color: var(--white);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.preloader-brand-logo-image {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  font-size: 2.5em;
}

.preloder-image-bg-1 {
  z-index: 10;
  background-color: var(--black-3);
  position: absolute;
  inset: 0%;
}

.preloader-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.preloder-image-bg-2 {
  z-index: 8;
  background-color: var(--black-3);
  position: absolute;
  inset: 0%;
}

.global-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.fullscreen-85-hero {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

.dropdown-toggle {
  z-index: 20;
  opacity: .75;
  color: var(--white);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 0;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.dropdown-toggle:hover {
  opacity: 1;
}

.dropdown-title {
  font-weight: 400;
  line-height: 1.5em;
}

.dropdown-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .4em;
  font-size: 1.2em;
}

.nav-link-2 {
  z-index: 10;
  color: #10131f;
  border-bottom: 2px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 1px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  border-bottom-color: #10131f;
}

.dropdown-list {
  z-index: 100;
  background-color: #1b1516f2;
  border-bottom: 1px solid #ccb0b34d;
  width: 100%;
  position: absolute;
  top: 3.7em;
  left: 0%;
  right: 0%;
}

.main-button-2 {
  z-index: 20;
  color: #10131f;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  top: 2px;
}

.dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.dropdown-image-size {
  z-index: 10;
  border: 1px solid #d8c7c94d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 22em;
  padding: 2.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-offer-content {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-image-color {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#30262700, #2c191bd1);
  position: absolute;
  inset: 0%;
}

.dropdown-offer-title {
  opacity: .85;
  white-space: normal;
  max-width: 13em;
  margin-bottom: 1.3em;
  font-size: .9em;
  line-height: 1.4em;
}

.paragraph {
  color: var(--silver);
  text-align: center;
  border: 1px solid #0000;
  padding-bottom: 26px;
}

.box-subtitle-link-copy {
  opacity: .8;
  color: var(--royal-blue);
  background-image: url('../images/east_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-top: 40px;
  padding-right: 1.9em;
  font-size: 1.3em;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.box-subtitle-link-copy:hover {
  opacity: 1;
  padding-right: 2.3em;
}

.heading-2 {
  font-size: 1em;
}

.paragraph-2, .link {
  text-align: right;
}

.paragraph-3 {
  font-weight: 700;
}

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

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

.container-casestudy {
  z-index: 10;
  width: 83%;
  max-width: 1540px;
  margin-bottom: 94px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-casestudy.is-absolute-bottom {
  position: absolute;
  bottom: 0;
}

.slide, .collection-list {
  width: 100%;
}

.max-width-block-57em-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.max-width-block-57em-copy.with-margin-6em {
  margin-bottom: 6em;
}

.text-block-2 {
  margin-left: 20px;
  padding-top: 9px;
  font-size: 1vw;
  font-weight: 700;
}

.text-block-3 {
  height: 70px;
  max-height: 70px;
  margin-top: 10px;
  margin-left: 19px;
}

.button {
  margin-left: 20px;
}

.collection-item {
  padding-bottom: 15px;
}

.container-3 {
  border: 1px solid var(--royal-blue);
  border-radius: 20px;
}

.image-5 {
  border-radius: 20px;
}

.columns {
  width: 100%;
}

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

.text-block-5 {
  font-weight: 700;
}

.text-block-6 {
  font-style: italic;
}

.grid-6, .grid-7, .grid-8, .grid-9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.image-6 {
  text-align: center;
  height: 300px;
}

.collection-list-2, .collection-list-wrapper {
  width: 100%;
}

.text-block-7 {
  font-weight: 700;
}

.contact-title-block-copy {
  z-index: 20;
  background-color: var(--white);
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  min-width: 90%;
  max-width: 100em;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  display: grid;
}

.text-block-8 {
  width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  font-size: 2vw;
  font-weight: 700;
}

.rich-text-block {
  color: var(--black-3);
}

.columns-2 {
  width: 102%;
}

.container-4 {
  flex: 1;
  align-self: auto;
  max-width: 78%;
}

.paragraph-5 {
  min-width: 100%;
}

.div-block {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
}

.dots-absolute-copy {
  z-index: 8;
  position: absolute;
  inset: 0%;
}

.padding-inner-large-copy {
  padding-top: 0;
  padding-bottom: 7.1em;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 100%;
}

.text-block-9 {
  height: 70px;
}

.heading-copy {
  letter-spacing: -.02em;
}

.heading-copy.page-hero-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading-copy.home-3-about-title {
  text-align: center;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-copy.download-menu-title {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-copy.title-style-1 {
  text-align: center;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.title-style-1.with-margin {
  margin-bottom: 1em;
}

.heading-copy.in-menu-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-copy.contact-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-copy.gallery-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 700;
}

.heading-copy.menu-1-title {
  margin-bottom: .8em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-copy.menu-3-title {
  margin-bottom: .5em;
  font-size: 3.4em;
}

.heading-copy.main-menu-cta-title {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 10em;
  font-size: 2em;
  font-weight: 600;
}

.heading-copy.hero-2-title {
  color: var(--white);
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-copy.hero-title-1 {
  max-width: 12em;
  color: var(--white);
  text-align: left;
  margin-bottom: 1.2em;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-copy.reservation-title-2 {
  text-align: center;
  margin-bottom: .8em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.story-title-1 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-copy.hero-about-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
  line-height: 1.1em;
}

.heading-copy.hero-gallery-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading-copy.content-title-1 {
  color: var(--white);
  margin-bottom: .4em;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-copy.info-title-1 {
  margin-bottom: .2em;
  font-size: 3.3em;
  line-height: 1.2em;
}

.heading-copy.drinks-3-title-2 {
  z-index: 10;
  color: var(--white);
  text-align: center;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
}

.heading-copy.page-hero-title-2 {
  text-align: center;
  margin-bottom: 1.3em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.restaurant-hero-title-2 {
  width: 100%;
  max-width: 10em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading-copy.content-title-2 {
  text-align: center;
  width: 100%;
  margin-top: 2.2em;
  margin-bottom: 1.6em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-copy.menu-cms-title {
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-copy.about-the-meal {
  margin-bottom: 1.6em;
  margin-right: .3em;
  font-size: 1.7em;
}

.heading-copy.about-the-meal.is-other {
  text-transform: lowercase;
}

.heading-copy.restaurant-cms-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading-copy.restaurant-cms-address {
  text-align: center;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.is-gallery-title {
  text-align: center;
  margin-bottom: .8em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.is-password-title {
  font-size: 2.4em;
  font-weight: 700;
}

.heading-copy._404-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading-copy.hero-3-title {
  width: 100%;
  max-width: 12em;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading-copy.drinks-2-title, .heading-copy.restaurant-3-title {
  color: var(--white);
  text-align: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-copy.restaurant-3-title-2 {
  text-align: center;
  margin-bottom: 1.3em;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.title-style-1-copy {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.title-style-1-copy.with-margin {
  margin-bottom: 1em;
}

.heading-copy.title-style-1-copy-copy {
  color: var(--body-color);
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.title-style-1-copy-copy.with-margin {
  margin-bottom: 1em;
}

.heading-copy.title-style-1-copy3-copy {
  color: var(--white);
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-copy.title-style-1-copy3-copy.with-margin {
  margin-bottom: 1em;
}

.container-copy {
  z-index: 10;
  width: 83%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-copy.is-absolute-bottom {
  position: absolute;
  bottom: 0;
}

.text-block-10 {
  text-align: center;
  padding-top: 54px;
  font-size: 1.8em;
  line-height: 1.8em;
}

.padding-inner-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 6.5em;
  padding-bottom: 6.7em;
}

.text-block-10-copy {
  color: var(--body-color);
  text-align: center;
  font-size: 25px;
  line-height: 1.8em;
}

.background-video {
  width: 1100px;
  height: 600px;
}

.image-7 {
  padding-bottom: 40px;
}

.rich-text-block-3 {
  color: #0c0e35;
}

.columns-4 {
  padding-top: 0;
}

.grid-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 600px;
  display: grid;
}

.image-8 {
  width: auto;
  max-width: 100%;
  font-size: 1vw;
}

.dropdown-image-size-copy {
  z-index: 10;
  border: 1px solid #d8c7c94d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 10em;
  padding: 2.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-background-medical, .video-background-space, .video-background-industry {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-weight: 400;
}

.container-6 {
  width: 100%;
}

.image-10 {
  border: 2px solid #45b906;
  border-radius: 10px;
}

.padding-inner-copy {
  background-color: var(--white);
  padding-top: 6.5em;
  padding-bottom: 2.3em;
}

.div-block-2 {
  margin-top: 39px;
}

.paragraph-12 {
  margin-top: 19px;
}

.rich-text-block-4 {
  text-align: center;
}

.heading-3 {
  font-weight: 600;
}

.full-color-2-copy {
  z-index: 15;
  color: var(--royal-blue);
  text-shadow: 0 1px 1px #0003;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-image: url('../images/sfondoserver1_1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.padding-inner-copy-copy {
  -webkit-text-fill-color: inherit;
  background-color: #151518;
  background-clip: border-box;
  padding-top: 6.5em;
  padding-bottom: 6.7em;
}

.padding-inner-copy-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 6.5em;
  padding-bottom: 6.7em;
}

.padding-inner-copy-copy.in-gallery {
  background-color: var(--white);
  padding-bottom: 6em;
  position: relative;
}

.padding-inner-copy-copy.pb-0em {
  padding-bottom: 0;
}

.text-block-11 {
  text-align: center;
}

.text-block-12, .text-block-13, .text-block-14 {
  text-align: center;
  font-weight: 500;
}

.div-block-3 {
  width: 100%;
  min-height: 50px;
}

.image-13 {
  max-height: 400px;
  padding-bottom: 48px;
}

.column {
  text-align: center;
}

.bold-text-2 {
  color: var(--royal-blue);
  text-align: left;
}

.heading-4 {
  text-align: center;
}

.heading-5 {
  color: var(--orange-red);
}

.div-block-4 {
  text-align: center;
  margin-top: 56px;
}

.button-2 {
  font-weight: 700;
}

.padding-inner-copy {
  background-color: var(--white);
  margin-bottom: -5px;
  padding-top: 7.6em;
  padding-bottom: 6.7em;
}

.image-14 {
  text-align: center;
  max-height: 250px;
}

.column-2 {
  text-align: center;
}

.image-15 {
  max-height: 250px;
}

.column-3 {
  text-align: center;
}

.image-16 {
  max-height: 250px;
}

.column-4 {
  text-align: center;
}

.image-17 {
  max-height: 150px;
}

.image-18 {
  max-height: 100px;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: left;
}

.column-7 {
  text-align: center;
}

.div-block-5, .container-7 {
  min-height: 100px;
}

.text-block-15 {
  text-align: center;
}

.container-8 {
  padding: 46px 10px;
}

.text-block-16 {
  color: var(--rosy-brown);
}

.image-19 {
  text-align: center;
  max-width: 35px;
  max-height: 35px;
}

.image-20 {
  max-width: 40%;
}

.container-9 {
  text-align: center;
  margin-top: 41px;
  padding-top: 1px;
}

.text-block-17 {
  padding-top: 18px;
  padding-bottom: 14px;
}

.column-8, .column-9, .column-10 {
  text-align: left;
}

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

.text-block-18 {
  text-align: center;
  padding-bottom: 37px;
  font-size: 3vw;
  font-weight: 800;
}

.form-block-3 {
  padding-top: 0;
}

.bold-text-3 {
  font-size: 2vw;
}

.form-2 {
  padding-bottom: 52px;
}

.div-block-7 {
  padding-bottom: 36px;
}

.html-embed {
  padding-bottom: 25px;
}

.heading-5-copy {
  color: var(--yellow-green);
}

.image-21 {
  padding-bottom: 14px;
}

.text-block-19 {
  text-align: center;
}

.heading-6 {
  text-align: center;
  padding-bottom: 50px;
  font-size: 4em;
}

.video-background-agrindustrial {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.full-color-2-copy {
  z-index: 15;
  color: var(--royal-blue);
  text-shadow: 0 1px 1px #0003;
  mix-blend-mode: multiply;
  z-index: 15;
  mix-blend-mode: multiply;
  inset: 0%;
  background-color: #0000;
  background-image: linear-gradient(#00000054, #00000054);
  position: absolute;
  inset: 0%;
}

.full-color-2-2copy {
  z-index: 15;
  color: var(--royal-blue);
  text-shadow: 0 1px 1px #0003;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-image: linear-gradient(#00000054, #00000054);
  position: absolute;
  inset: 0%;
}

.full-color-2-copy-copy {
  z-index: 15;
  color: var(--royal-blue);
  text-shadow: 0 1px 1px #0003;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-image: url('../images/sfondoserver1_1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.contact-title-block-copy-copy2 {
  z-index: 20;
  background-color: var(--body-color);
  text-align: left;
  border: 1px solid #969293;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  min-width: 90%;
  max-width: 100em;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 37px;
  display: flex;
  position: relative;
}

.bold-text-4 {
  font-weight: 500;
}

.heading-7 {
  column-count: 0;
  white-space: normal;
  word-break: normal;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
}

.heading-8 {
  font-weight: 500;
}

.padding-inner-large-copy-copy {
  padding-top: 0;
  padding-bottom: 7.1em;
  position: relative;
}

.contact-title-block-copy-copy2-copy {
  z-index: 20;
  background-color: var(--silver);
  text-align: left;
  border: 1px solid #969293;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  min-width: 90%;
  max-width: 100em;
  margin: 100px auto;
  padding-top: 37px;
  display: flex;
  position: relative;
}

.padding-inner-copy {
  background-color: var(--white);
  text-align: center;
  margin-bottom: -5px;
  padding-top: 4.8em;
  padding-bottom: 4.5em;
}

.padding-inner-copy.in-gallery {
  background-color: var(--white);
  padding-bottom: 6em;
  position: relative;
}

.padding-inner-copy.pb-0em {
  padding-bottom: 0;
}

.padding-inner-copy-2copy {
  background-color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/sfondodll.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: -5px;
  padding-top: 4.8em;
  padding-bottom: 4.5em;
}

.padding-inner-copy-2copy.in-gallery {
  background-color: var(--white);
  padding-bottom: 6em;
  position: relative;
}

.padding-inner-copy-2copy.pb-0em {
  padding-bottom: 0;
}

.uppercase-title-2copy {
  color: var(--white);
  text-align: center;
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  margin-bottom: 3em;
  font-size: 1em;
  font-weight: 700;
}

.uppercase-title-2copy.in-home-hero {
  color: var(--white);
  text-indent: .4em;
  font-weight: 600;
  position: absolute;
  bottom: 2.7em;
}

.uppercase-title-2copy.in-home-hero-2 {
  color: var(--gainsboro);
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 5em;
  margin-right: 5em;
}

.uppercase-title-2copy.in-hero-2 {
  color: var(--white);
  text-align: left;
  text-indent: 0;
  margin-bottom: 0;
  margin-right: 5em;
}

.uppercase-title-2copy.is-white-color {
  color: var(--white);
}

.uppercase-title-2copy.next-to-menu-toptitle {
  text-align: left;
  margin-bottom: 0;
  margin-right: 5em;
}

.bold-text-5 {
  color: var(--white);
  font-weight: 500;
}

.bold-text-6 {
  min-width: 10px;
  color: var(--body-color);
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.5em;
  position: static;
}

.text-block-20 {
  min-width: 0;
  color: var(--white);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.bold-text-7 {
  font-size: .7em;
  font-weight: 700;
  line-height: 1.8em;
}

.heading-9 {
  font-size: 1em;
  font-weight: 600;
}

.text-block-21 {
  font-weight: 700;
}

.full-color-copy {
  z-index: 9;
  mix-blend-mode: multiply;
  background-color: #3026278c;
  position: absolute;
  inset: 0%;
}

.page-hero-copy {
  background-color: #161111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 13px;
  }

  .container {
    margin-top: 88px;
    margin-bottom: 37px;
    font-size: 12px;
  }

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

  .section.booking-sec {
    display: none;
  }

  .page-hero {
    padding-top: 7.8em;
    padding-bottom: 7.2em;
  }

  .heading.page-hero-title-copy {
    max-width: 18em;
    font-size: 4em;
  }

  .padding-inner {
    background-color: var(--white);
    margin-bottom: 51px;
  }

  .padding-inner.in-gallery {
    background-color: var(--white);
  }

  .cover-image {
    flex: none;
  }

  .box-icon {
    width: 2em;
    height: 2em;
  }

  .contact-grid-title {
    color: var(--royal-blue);
  }

  .contact-grid-paragraph {
    flex: 1;
    font-weight: 400;
    display: block;
  }

  .uppercase-title.in-hero-2 {
    color: var(--white);
    text-indent: 0;
  }

  .gallery {
    display: none;
  }

  .max-width-block-57em2 {
    max-width: 100%;
  }

  .footer-small-link.w--current {
    border-color: #0000;
  }

  .box-grid-block {
    background-color: var(--dark-slate-grey-4);
  }

  .box-grid-block.is-2nd {
    background-color: #4e78a19c;
  }

  .full-color-2 {
    background-color: #30262733;
  }

  .contact-title-block {
    background-color: var(--white);
    width: 90%;
    max-width: 100em;
  }

  .empty-state {
    background-color: #c2d9f0;
  }

  .circle-background, .contact-grid-square {
    background-color: var(--royal-blue);
  }

  .menu-2-padding {
    background-color: #6b98c59e;
  }

  .contact-title-block-1 {
    background-color: var(--white);
  }

  .box-subtitle-link-copy {
    color: var(--royal-blue);
  }

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

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

  .text-block-2 {
    margin-left: 20px;
    font-size: 1vw;
  }

  .text-block-3 {
    height: 80px;
    max-height: 80px;
    margin-top: 12px;
    margin-left: 20px;
  }

  .button {
    margin-left: 20px;
  }

  .container-3 {
    border: 1px solid var(--royal-blue);
    border-radius: 20px;
  }

  .image-5 {
    border-radius: 20px;
  }

  .grid-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-auto-flow: row;
  }

  .contact-title-block-copy {
    background-color: var(--white);
    flex-direction: row;
    width: 90%;
    max-width: 100em;
  }

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

  .text-block-8 {
    margin-bottom: 29px;
    font-size: 25px;
  }

  .container-4 {
    flex: 1;
    align-self: auto;
    max-width: 78%;
  }

  .collection-item-2 {
    padding-bottom: 50px;
  }

  .text-block-9 {
    height: 25px;
  }

  .heading-copy.title-style-1-copy {
    width: 100%;
    min-width: 80%;
    font-size: 3em;
  }

  .heading-copy.title-style-1-copy-copy {
    width: 100%;
    min-width: 80%;
    color: var(--body-color);
    font-size: 3em;
  }

  .heading-copy.title-style-1-copy3-copy {
    width: 100%;
    min-width: 80%;
    font-size: 3em;
  }

  .text-block-10 {
    text-align: center;
    margin-bottom: 39px;
    padding-top: 0;
    font-size: 25px;
    line-height: 1.8em;
  }

  .text-block-10-copy {
    color: var(--body-color);
    text-align: center;
    font-size: 25px;
    line-height: 1.8em;
  }

  .background-video {
    width: 1100px;
    height: 600px;
  }

  .image-7 {
    padding-bottom: 35px;
  }

  .image-9 {
    width: 90%;
  }

  .padding-inner-copy, .padding-inner-copy.in-gallery {
    background-color: var(--white);
  }

  .padding-inner-copy-copy {
    background-color: var(--black);
  }

  .padding-inner-copy-copy.in-gallery, .padding-inner-copy, .padding-inner-copy.in-gallery {
    background-color: var(--white);
  }

  .image-21 {
    padding-bottom: 15px;
  }

  .div-block-8 {
    padding-top: 14px;
  }

  .full-color-2-copy, .full-color-2-2copy, .full-color-2-copy-copy {
    background-color: #30262733;
  }

  .contact-title-block-copy-copy2 {
    background-color: var(--body-color);
    flex-direction: row;
    width: 90%;
    max-width: 100em;
  }

  .contact-title-block-copy-copy2-copy {
    background-color: var(--silver);
    flex-direction: row;
    width: 90%;
    max-width: 100em;
  }

  .padding-inner-copy {
    background-color: var(--white);
    margin-bottom: 51px;
  }

  .padding-inner-copy.in-gallery {
    background-color: var(--white);
  }

  .padding-inner-copy-2copy {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, null, null), url('../images/sfondodll.jpg');
    background-size: auto, cover;
    margin-bottom: 51px;
  }

  .padding-inner-copy-2copy.in-gallery {
    background-color: var(--white);
  }

  .uppercase-title-2copy.in-hero-2 {
    color: var(--white);
    text-indent: 0;
  }

  .grid-12 {
    grid-template-columns: .5fr 1fr;
    grid-template-areas: ". Area"
                         ". Area";
    width: 100%;
  }

  .text-block-22 {
    font-size: 3em;
    font-weight: 700;
  }

  .page-hero-copy {
    padding-top: 6.2em;
    padding-bottom: 0;
  }

  .image-23 {
    text-align: center;
    margin-top: 30px;
  }

  .image-24 {
    max-width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 14px;
  }

  .navbar {
    color: var(--royal-blue);
  }

  .container {
    margin-top: 88px;
    margin-bottom: 36px;
  }

  .section {
    background-color: var(--white);
    display: block;
  }

  .section.is-home-hero-2 {
    background-color: var(--royal-blue);
    color: var(--royal-blue);
  }

  .section.booking-sec {
    display: none;
  }

  .nav-link-cta {
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-clip: border-box;
    transition: background-color .2s;
  }

  .nav-link-cta.only-for-mobile {
    display: none;
  }

  .heading.in-menu-2 {
    color: var(--black);
  }

  .heading.content-title-2 {
    text-align: center;
    width: 100%;
    font-size: 2em;
    font-weight: 600;
    display: block;
  }

  .padding-inner {
    background-color: var(--white);
    padding-top: 5.4em;
    padding-bottom: 0;
  }

  .padding-inner.in-gallery {
    background-color: var(--white);
  }

  .cover-image {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .download-menu-description {
    text-align: left;
  }

  .box-icon {
    width: 2em;
    height: 2em;
  }

  .contact-grid-column {
    justify-content: flex-start;
    align-items: center;
  }

  .uppercase-title.in-hero-2 {
    color: var(--white);
    text-indent: 0;
    margin-right: 5em;
  }

  .gallery {
    display: none;
  }

  .max-width-block-57em2 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 80%;
  }

  .animation-color-bg.in-home-section {
    display: none;
  }

  .sticky-gradients {
    background-color: #83a4e7;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #ffffff80, #ffffff03), radial-gradient(circle farthest-corner at 50% 0%, #ffffff5c, #ffffff03), linear-gradient(124deg, #ffffff03 22%, #ffffff80 50%, #ffffff03 78%), radial-gradient(circle farthest-side at 100% 100%, #afc1d3, #c2d0dec2 14%, #ffffff03 58%), repeating-linear-gradient(to top, var(--royal-blue), #ffffff03);
  }

  .footer-small-link.w--current {
    border-width: 0;
    border-color: #0000;
  }

  .padding-inner-large {
    padding-top: 7.5em;
  }

  .full-color {
    display: block;
  }

  .box-grid-block {
    background-color: var(--dark-slate-grey-4);
  }

  .box-grid-block.is-2nd {
    background-color: #4e78a19c;
  }

  .hero-2-menu {
    flex: 0 auto;
    order: 1;
    align-self: flex-end;
    padding-top: 18.1em;
    transition: opacity .375s;
    display: block;
  }

  .hero-2-menu-list {
    flex-flow: column;
  }

  .full-color-2 {
    color: var(--black-2);
    background-color: #9c9c9c33;
  }

  .contact-title-block {
    background-color: var(--white);
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 100em;
  }

  .empty-state-hidden {
    background-color: #0000;
    display: flex;
  }

  .empty-state {
    background-color: #c2d9f0;
  }

  .booking-title-inner {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .circle-background {
    background-color: var(--royal-blue);
  }

  .menu-2-padding {
    background-image: linear-gradient(#6b98c59e, #6b98c59e);
  }

  .contact-title-block-1 {
    background-color: var(--white);
  }

  .dropdown-grid {
    align-content: space-between;
  }

  .image-4 {
    text-align: left;
  }

  .box-subtitle-link-copy {
    color: var(--royal-blue);
    padding-top: 40px;
  }

  .paragraph-4 {
    color: var(--white);
    letter-spacing: 7px;
    text-indent: 5px;
    text-transform: uppercase;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
  }

  .paragraph-4.uppercase-title {
    text-align: left;
  }

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

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

  .container-casestudy {
    margin-bottom: 150px;
  }

  .text-block-2 {
    font-size: 1vw;
  }

  .text-block-3 {
    height: 120px;
    max-height: 120px;
    margin-top: 12px;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .button {
    margin-top: 5px;
    margin-left: 20px;
  }

  .text-block-4 {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: italic;
  }

  .container-2 {
    max-width: 100%;
  }

  .collection-item {
    border-radius: 1px;
    padding-bottom: 10px;
  }

  .container-3 {
    border: 1px solid var(--royal-blue);
    border-radius: 20px;
  }

  .image-5 {
    border-radius: 20px;
  }

  .contact-title-block-copy {
    background-color: var(--white);
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 100em;
  }

  .grid-10 {
    grid-template-rows: auto;
    width: 100%;
  }

  .text-block-8 {
    margin-bottom: 29px;
    font-size: 25px;
  }

  .container-4 {
    flex: 1;
    max-width: 78%;
  }

  .paragraph-5 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .padding-inner-large-copy {
    padding-top: 7.5em;
  }

  .text-block-9 {
    height: 25px;
  }

  .heading-copy.title-style-1 {
    width: 100%;
    min-width: 80%;
  }

  .heading-copy.in-menu-2 {
    color: var(--black);
  }

  .heading-copy.content-title-2 {
    text-align: center;
    width: 100%;
    font-size: 2em;
    font-weight: 600;
    display: block;
  }

  .heading-copy.title-style-1-copy {
    width: 100%;
    min-width: 80%;
    font-size: 4em;
  }

  .heading-copy.title-style-1-copy-copy {
    width: 100%;
    min-width: 80%;
    color: var(--body-color);
    -webkit-text-stroke-color: var(--body-color);
    overflow-wrap: normal;
    font-size: 4em;
  }

  .heading-copy.title-style-1-copy3-copy {
    width: 100%;
    min-width: 80%;
    font-size: 4em;
  }

  .container-copy {
    margin-bottom: 145px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.8em;
  }

  .text-block-10-copy {
    color: var(--body-color);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.8em;
  }

  .background-video {
    width: 1300px;
    height: 700px;
  }

  .columns-3 {
    width: 100%;
  }

  .rich-text-block-2 {
    font-weight: 300;
  }

  .image-7 {
    padding-bottom: 24px;
  }

  .padding-inner-copy {
    background-color: var(--white);
    padding-bottom: 3em;
  }

  .padding-inner-copy-copy {
    background-color: var(--black);
    padding-bottom: 3em;
  }

  .padding-inner-copy-copy.in-gallery {
    background-color: var(--white);
  }

  .image-21 {
    padding-bottom: 14px;
    padding-left: 0;
  }

  .full-color-2-copy, .full-color-2-2copy {
    color: var(--black-2);
    background-color: #9c9c9c33;
  }

  .full-color-2-copy-copy {
    color: var(--black-2);
    background-color: #30262733;
  }

  .contact-title-block-copy-copy2 {
    background-color: var(--white);
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 100em;
  }

  .padding-inner-large-copy-copy {
    padding-top: 7.5em;
  }

  .contact-title-block-copy-copy2-copy {
    background-color: var(--body-color);
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 100em;
  }

  .padding-inner-copy {
    background-color: var(--white);
    padding-top: 5.4em;
    padding-bottom: 0;
  }

  .padding-inner-copy.in-gallery {
    background-color: var(--white);
  }

  .padding-inner-copy-2copy {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, null, null), url('../images/sfondodll.jpg');
    background-size: auto, cover;
    padding-top: 5.4em;
    padding-bottom: 0;
  }

  .padding-inner-copy-2copy.in-gallery {
    background-color: var(--white);
  }

  .uppercase-title-2copy.in-hero-2 {
    color: var(--white);
    text-indent: 0;
    margin-right: 5em;
  }

  .bold-text-6 {
    font-size: 1.5em;
  }

  .image-22 {
    text-align: center;
  }

  .full-color-copy {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  p {
    font-size: 1.1em;
  }

  .nav-link {
    white-space: nowrap;
    border-bottom-width: 2px;
    min-height: 3.2em;
    margin-top: .7em;
    margin-bottom: .7em;
    margin-right: 2.2em;
  }

  .nav-link.is-dropdown {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #161616e6;
    border-bottom: 1px solid #ffffff3b;
    position: absolute;
    top: 4em;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.7em 4em;
  }

  .nav-ctas {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2.5em;
    display: none;
  }

  .nav-link-cta.only-for-mobile {
    align-self: center;
    font-size: .8em;
    line-height: 1em;
    display: flex;
  }

  .heading.page-hero-title {
    font-size: 5em;
  }

  .heading.home-3-about-title {
    font-size: 2.8em;
  }

  .heading.title-style-1 {
    font-size: 4.5em;
  }

  .heading.contact-title {
    font-size: 3em;
  }

  .heading.gallery-title {
    font-size: 2.6em;
  }

  .heading.menu-3-title {
    font-size: 2.9em;
  }

  .heading.hero-2-title {
    font-size: 2.5em;
  }

  .heading.hero-title-1 {
    margin-top: .9em;
    margin-bottom: .9em;
  }

  .heading.reservation-title-2 {
    font-size: 4.5em;
  }

  .heading.story-title-1 {
    font-size: 3em;
  }

  .heading.hero-about-title {
    font-size: 3.9em;
  }

  .heading.hero-gallery-title, .heading.content-title-1 {
    font-size: 5em;
  }

  .heading.drinks-3-title-2 {
    font-size: 3em;
  }

  .heading.page-hero-title-2 {
    margin-bottom: .8em;
    font-size: 4.5em;
  }

  .heading.restaurant-hero-title-2 {
    font-size: 4.5em;
  }

  .heading.content-title-2 {
    font-size: 3em;
  }

  .heading.menu-cms-title {
    font-size: 2.5em;
  }

  .heading.restaurant-cms-title {
    font-size: 4.5em;
  }

  .heading.restaurant-cms-address {
    font-size: 3em;
  }

  .heading.is-gallery-title {
    font-size: 4.5em;
  }

  .heading._404-title {
    font-size: 5em;
  }

  .heading.hero-3-title {
    font-size: 4em;
  }

  .heading.drinks-2-title, .heading.restaurant-3-title {
    font-size: 2.5em;
  }

  .heading.restaurant-3-title-2 {
    margin-bottom: .8em;
    font-size: 4.5em;
  }

  .heading.page-hero-title-copy {
    font-size: 5em;
  }

  .nav-small-link {
    display: none;
  }

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

  .download-menu-description {
    margin: 3em 0;
  }

  .download-menu {
    flex-direction: column;
    justify-content: center;
  }

  .grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .grid-block-image {
    height: 35em;
    min-height: auto;
  }

  .restaurant-grid-block {
    padding-left: 3em;
    padding-right: 3em;
  }

  .gallery-lightbox {
    height: 13em;
  }

  .uppercase-title.in-home-hero-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .uppercase-title.in-hero-2 {
    color: var(--white);
  }

  .max-width-block-57em2 {
    max-width: 50em;
  }

  .menu-button {
    border-bottom: 2px solid #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    padding: .6em 0 .5em;
  }

  .menu-button.w--open {
    border-bottom-color: var(--white);
    background-color: #0000;
  }

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

  .burger-icon {
    width: 1em;
    height: 1em;
    margin-right: .7em;
    font-size: .8em;
  }

  .menu-title {
    color: var(--white);
    font-size: .7em;
    line-height: 1.3em;
  }

  .nav-flex-2 {
    align-items: center;
    min-height: auto;
  }

  .booking-column-2, .booking-column-1 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-link {
    white-space: nowrap;
    border-bottom-width: 2px;
    margin-left: 0;
    margin-right: 0;
    padding: .9em .8em;
    font-size: 1.4em;
  }

  .footer-made-link:hover {
    min-width: 20em;
  }

  .menu-item:nth-child(2n) {
    background-color: var(--white);
  }

  .menu-title-name {
    min-width: auto;
  }

  .menu-content {
    flex-wrap: wrap;
  }

  .menu-subtitle {
    line-height: 1.3em;
  }

  .menu-description {
    max-width: none;
  }

  .menu-currency {
    line-height: 1.3em;
  }

  .menu-content-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .menu-flex-2 {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .menu-price-wrap-2 {
    border-top: 1px solid var(--misty-rose);
    border-left-width: 0;
    flex-direction: row;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-price-wrap-2.in-drinks {
    border-top-color: #d8c7c940;
  }

  .menu-title-name-2 {
    min-width: auto;
  }

  .hero-contact {
    padding-top: 19em;
  }

  .contact-grid-block-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .scroll-down-flex-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .image-size-gallery {
    height: 40em;
  }

  .menu-list-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .menu-item-3 {
    border: 1px solid var(--gainsboro);
    background-color: var(--white);
  }

  .menu-list-4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .menu-item-4 {
    border: 1px solid var(--gainsboro);
    background-color: var(--white);
  }

  .menu-3-title-wrap {
    margin-bottom: 1.2em;
  }

  .restaurant-3-hero {
    min-height: auto;
  }

  .hero-1-menu {
    margin-bottom: 3em;
  }

  .hero-1-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .grid-block-2 {
    padding-left: 5em;
    padding-right: 5em;
    left: -5.5em;
  }

  .grid-block-2.is-2nd {
    right: -5.5em;
  }

  .modern-button {
    padding: 1.5em 2.5em;
  }

  .modern-button:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .hero-1-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    padding-bottom: 5em;
    overflow: auto;
  }

  .hero-1-menu-item {
    width: 25em;
  }

  .box-grid-block {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .box-wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .hero-1 {
    min-height: auto;
    padding-top: 19em;
  }

  .main-menu-cta-block {
    flex-direction: column;
    justify-content: center;
  }

  .hero-2-column-1, .hero-2-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .hero-2-menu-button {
    background-color: #ffffff8c;
    font-size: .9em;
  }

  .drink-title {
    min-width: auto;
  }

  .drink-item:nth-child(2n) {
    background-color: var(--white);
  }

  .menu-item-2 {
    min-height: 16em;
  }

  .menu-item-2:nth-child(2n) {
    background-color: var(--white);
  }

  .menu-2-block-detail {
    min-height: auto;
  }

  .in-numbers-title {
    margin-top: .9em;
    margin-bottom: .9em;
    font-size: 2.1em;
  }

  .in-numbers-block {
    width: 27%;
  }

  .in-numbers-wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .our-story-column-1 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .restaurants-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .footer-2-main-link {
    font-size: 3.8em;
  }

  .drinks-3-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-column-gap: 7.5em;
    grid-row-gap: 7.5em;
  }

  .fullscreen-hero {
    min-height: auto;
    padding-top: 20em;
  }

  .grid-information {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .box-grid-block-2 {
    max-width: 43em;
  }

  .restaurant-box-wrap {
    padding-bottom: 3.5em;
  }

  .nav-black-background {
    height: 9.3em;
  }

  .about-restaurant-hero {
    padding-top: 18em;
    padding-bottom: 5em;
  }

  .about-restaurant-title-2 {
    font-size: 1.5em;
  }

  .restaurant-border {
    height: 90%;
  }

  .menu-cms-column-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .drink-cms-column-2 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .meal-content-1 {
    margin-bottom: 6em;
    padding-bottom: 3em;
  }

  .meal-description-1 {
    font-size: 2em;
  }

  .image-size-meal {
    height: 40em;
  }

  .contact-address-block {
    flex-direction: column;
  }

  .col-title-2 {
    font-size: 1.5em;
  }

  .booking-image-size {
    height: 30em;
  }

  .booking-title-inner {
    padding-bottom: 8em;
  }

  .our-story-column-2 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .address-content-block {
    margin-bottom: 3em;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .accordion-title, .tab-paragraph-1 {
    font-size: 1.2em;
  }

  .list-item {
    font-size: 1.1em;
  }

  .restaurant-3-box-title {
    font-size: 1.6em;
  }

  .restaurant-3-box-list, .drinks-2-column-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .drinks-2 {
    min-height: auto;
  }

  .pricing-wrap {
    font-size: .9em;
  }

  .restaurant-3-column-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .menu-cms {
    min-height: auto;
  }

  .fullscreen-85-hero {
    min-height: auto;
    padding-top: 20em;
  }

  .dropdown-toggle {
    background-color: #ffffff0d;
    border: 1px solid #d8c7c94d;
    min-height: 3.2em;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle.w--open {
    background-color: #d8c7c933;
  }

  .dropdown-icon {
    margin-left: .5em;
  }

  .nav-link-2 {
    background-color: #fff;
    padding: 2em;
    top: 0;
  }

  .nav-link-2.w--current {
    color: #10131f;
    border-bottom-color: #0000;
  }

  .dropdown-list {
    box-shadow: none;
    background-color: #0000;
    position: relative;
    top: 0;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-bottom: 1px solid #10131f;
  }

  .main-button-2 {
    flex-direction: row;
    font-size: .9em;
  }

  .dropdown-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-image-size {
    min-height: auto;
    padding-top: 5em;
  }

  .dropdown-image-color {
    background-image: linear-gradient(270deg, #30262700, #2c191bf2);
  }

  .dropdown-offer-title {
    max-width: none;
  }

  .max-width-block-57em-copy {
    max-width: 50em;
  }

  .text-block-3 {
    height: 50px;
    max-height: 50px;
  }

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

  .container-4 {
    flex: 1;
    align-self: stretch;
  }

  .heading-copy.page-hero-title {
    font-size: 5em;
  }

  .heading-copy.home-3-about-title {
    font-size: 2.8em;
  }

  .heading-copy.title-style-1 {
    font-size: 4.5em;
  }

  .heading-copy.contact-title {
    font-size: 3em;
  }

  .heading-copy.gallery-title {
    font-size: 2.6em;
  }

  .heading-copy.menu-3-title {
    font-size: 2.9em;
  }

  .heading-copy.hero-2-title {
    font-size: 2.5em;
  }

  .heading-copy.hero-title-1 {
    margin-top: .9em;
    margin-bottom: .9em;
  }

  .heading-copy.reservation-title-2 {
    font-size: 4.5em;
  }

  .heading-copy.story-title-1 {
    font-size: 3em;
  }

  .heading-copy.hero-about-title {
    font-size: 3.9em;
  }

  .heading-copy.hero-gallery-title, .heading-copy.content-title-1 {
    font-size: 5em;
  }

  .heading-copy.drinks-3-title-2 {
    font-size: 3em;
  }

  .heading-copy.page-hero-title-2 {
    margin-bottom: .8em;
    font-size: 4.5em;
  }

  .heading-copy.restaurant-hero-title-2 {
    font-size: 4.5em;
  }

  .heading-copy.content-title-2 {
    font-size: 3em;
  }

  .heading-copy.menu-cms-title {
    font-size: 2.5em;
  }

  .heading-copy.restaurant-cms-title {
    font-size: 4.5em;
  }

  .heading-copy.restaurant-cms-address {
    font-size: 3em;
  }

  .heading-copy.is-gallery-title {
    font-size: 4.5em;
  }

  .heading-copy._404-title {
    font-size: 5em;
  }

  .heading-copy.hero-3-title {
    font-size: 4em;
  }

  .heading-copy.drinks-2-title, .heading-copy.restaurant-3-title {
    font-size: 2.5em;
  }

  .heading-copy.restaurant-3-title-2 {
    margin-bottom: .8em;
    font-size: 4.5em;
  }

  .heading-copy.title-style-1-copy, .heading-copy.title-style-1-copy-copy, .heading-copy.title-style-1-copy3-copy {
    font-size: 4.5em;
  }

  .text-block-10 {
    width: 90%;
  }

  .background-video {
    width: 90%;
    height: 300px;
  }

  .dropdown-image-size-copy {
    min-height: auto;
    padding-top: 5em;
  }

  .uppercase-title-2copy.in-home-hero-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .uppercase-title-2copy.in-hero-2 {
    color: var(--white);
  }

  .bold-text-6 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }

  p {
    font-size: 1.2em;
  }

  .nav-flex-1 {
    min-height: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .nav-link {
    margin-right: 1.8em;
  }

  .section.booking-sec {
    border-bottom: 1px solid var(--thistle);
  }

  .subnav {
    display: none;
  }

  .page-hero {
    padding-top: 20em;
  }

  .heading.title-style-1 {
    font-size: 3.5em;
  }

  .heading.menu-3-title {
    font-size: 2.5em;
  }

  .heading.hero-2-title {
    font-size: 3.2em;
  }

  .heading.hero-title-1 {
    font-size: 4em;
  }

  .heading.story-title-1 {
    font-size: 2.4em;
    line-height: 1.7em;
  }

  .heading.hero-about-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.hero-gallery-title {
    font-size: 4em;
  }

  .heading.drinks-3-title-2 {
    font-size: 2.4em;
  }

  .heading.page-hero-title-2 {
    font-size: 3.5em;
  }

  .heading.restaurant-hero-title-2 {
    font-size: 3.9em;
    line-height: 1.3em;
  }

  .heading.menu-cms-title {
    font-size: 3.2em;
  }

  .heading.restaurant-cms-title {
    font-size: 3.9em;
    line-height: 1.3em;
  }

  .heading.is-gallery-title {
    font-size: 3.5em;
  }

  .heading.hero-3-title {
    font-size: 3.5em;
    line-height: 1.3em;
  }

  .heading.drinks-2-title, .heading.restaurant-3-title {
    font-size: 3.2em;
  }

  .heading.restaurant-3-title-2 {
    font-size: 3.5em;
  }

  .padding-inner {
    margin-bottom: 49px;
    padding-top: 10.6em;
    padding-bottom: 0;
  }

  .social-item {
    margin-left: .5em;
    margin-right: .5em;
  }

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

  .home-3-menu-title {
    font-size: 1.6em;
  }

  .main-button.in-contact-address {
    padding-top: .4em;
    padding-bottom: .4em;
    font-size: .9em;
  }

  .main-button-element {
    font-size: .8em;
  }

  .main-button-icon {
    font-size: 1.4em;
  }

  .grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .grid-block-image {
    height: 30em;
    min-height: auto;
  }

  .grid-block-image.is-address {
    min-height: auto;
  }

  .restaurant-grid-block {
    padding: 8em 5em;
  }

  .restaurant-grid-block.is-address {
    margin-bottom: 2.5em;
  }

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

  .contact-grid-column {
    margin-bottom: 1.4em;
  }

  .contact-grid-line {
    margin-top: .6em;
    margin-bottom: 3.7em;
  }

  .gallery-lightbox {
    height: 10em;
  }

  .uppercase-title {
    margin-bottom: 2.3em;
  }

  .gallery-button {
    padding: 2em 3.2em;
    font-size: .8em;
  }

  .menu-button {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .booking {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .booking-column-2 {
    width: 100%;
    min-height: auto;
    padding: 0 13vw 8em;
  }

  .booking-column-2.mob-padding-1 {
    padding-bottom: 0;
  }

  .booking-column-1 {
    border-radius: .2em;
    width: 74%;
    min-height: auto;
    margin-bottom: 4em;
    padding: 13vw;
    position: relative;
  }

  .aside-form {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .footer-nav {
    padding-bottom: 3.5em;
  }

  .footer-link {
    font-size: 1.9em;
  }

  .footer-link.w--current {
    border-bottom-color: #0000;
  }

  .footer-made-link {
    min-width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-made-link:hover {
    min-width: 50%;
  }

  .footer-made-links {
    width: 90%;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-small-link {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .menu-title-name {
    min-width: 9.2em;
    font-size: 1.8em;
  }

  .menu-content {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 1.7em;
    margin-right: 0;
  }

  .menu-price-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .menu-description {
    max-width: none;
    margin-top: 0;
    font-size: 1.2em;
  }

  .menu-flex {
    flex-wrap: wrap;
  }

  .menu-lightbox.in-drinks {
    border-radius: .5em;
    width: 100%;
    max-width: 35em;
    height: 8em;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .padding-inner-large {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .menu-2-row {
    flex-wrap: wrap;
  }

  .menu-column-50 {
    width: 100%;
  }

  .menu-content-2 {
    justify-content: center;
    padding-left: 5em;
    padding-right: 5em;
  }

  .menu-title-wrap-2 {
    max-width: 23em;
  }

  .menu-description-5 {
    font-size: 1.1em;
  }

  .menu-flex-2 {
    flex-wrap: wrap;
  }

  .menu-price-wrap-2 {
    justify-content: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu-title-name-2 {
    min-width: 9.2em;
    font-size: 1.7em;
  }

  .about-content-block-1 {
    max-width: 39em;
  }

  .restaurant-title-4 {
    font-size: 2em;
  }

  .restaurant-block-4 {
    max-width: none;
  }

  .restaurant-hours-4 {
    font-size: 1.1em;
  }

  .restaurant-grid-4 {
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .restaurant-description-4 {
    font-size: 1.1em;
  }

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

  .contact-grid-block-2 {
    padding: 6.6em 5em;
  }

  .image-size-gallery {
    height: 33em;
    margin-bottom: 3em;
  }

  .menu-3-title-wrap {
    min-width: auto;
  }

  .menu-3-category {
    margin-bottom: .4em;
    font-size: .9em;
  }

  .restaurant-3-hero {
    padding-bottom: 3em;
  }

  .grid-block-2 {
    max-width: 90%;
    margin-top: -8em;
    margin-bottom: 0;
    padding-top: 8em;
    padding-bottom: 8em;
    left: auto;
  }

  .grid-block-2.is-2nd {
    margin-top: 0;
    margin-bottom: -8em;
    right: auto;
  }

  .grid-for-box {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .grid-block-image-2 {
    height: 45em;
    min-height: auto;
  }

  .modern-button-title {
    font-size: 1em;
  }

  .box-flex {
    width: 100%;
  }

  .box-grid-block {
    padding-left: 5em;
    padding-right: 5em;
  }

  .hero-1 {
    padding-top: 15em;
  }

  .hero-2-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 18em;
    padding-bottom: 6em;
    position: relative;
  }

  .hero-2-inner {
    flex-wrap: wrap;
  }

  .hero-2-menu {
    width: 100%;
    padding-top: 0;
  }

  .hero-2-menu-button {
    font-size: 1.1em;
  }

  .drink-description {
    margin-top: 1.1em;
    font-size: 1.2em;
  }

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

  .drink-content {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .drink-title-wrap {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
  }

  .drink-title {
    margin-right: 0;
    font-size: 1.9em;
  }

  .menu-item-2 {
    min-height: auto;
  }

  .menu-wrap-2.is-1st {
    border-left-width: 0;
  }

  .menu-wrap-2.is-2nd {
    border-right-width: 0;
  }

  .menu-2-block-detail {
    flex: 0 auto;
    min-width: 10em;
  }

  .menu-padding-2 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .in-numbers-block {
    width: 80%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .in-numbers-block.is-last {
    margin-bottom: 0;
  }

  .in-numbers-wrap {
    flex-direction: column;
  }

  .drink-cms-image-size {
    width: 90%;
  }

  .our-story-column-1 {
    width: 100%;
    min-height: auto;
    padding-left: 13vw;
    padding-right: 13vw;
    position: relative;
  }

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

  .arrow-link, .arrow-link.in-box-2 {
    font-size: 1.1em;
  }

  .arrow-link.in-booking {
    font-size: 1.2em;
  }

  .section-inner, .footer-2-inner {
    padding-top: 20em;
  }

  .footer-brand-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .drinks-3-menu {
    width: 100%;
    padding-top: 0;
  }

  .grid-4 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .story-title-2 {
    margin-bottom: 2.3em;
  }

  .drinks-3-image-1 {
    height: 190%;
  }

  .since-element {
    font-size: .8em;
  }

  .fullscreen-hero {
    padding-top: 20em;
  }

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

  .box-grid-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .restaurant-description {
    font-size: 1.2em;
  }

  .restaurant-box-wrap.in-cms-page {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .nav-black-background {
    height: 8em;
  }

  .about-restaurant-title-2 {
    font-size: 2.1em;
  }

  .about-restaurant-block {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
  }

  .about-restaurant-flex {
    flex-direction: column;
    justify-content: center;
  }

  .about-restaurant-flex.with-margin {
    margin-bottom: 8em;
  }

  .about-restaurant-line {
    width: 60%;
    height: 1px;
  }

  .menu-cms-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 6em;
    position: relative;
  }

  .drink-cms-flex {
    flex-wrap: wrap;
  }

  .drink-cms-column-2 {
    border-bottom: 1px solid var(--thistle);
    width: 100%;
    min-height: auto;
    padding: 8em 13vw;
  }

  .drink-cms-column-1 {
    width: 100%;
    height: 40em;
    min-height: auto;
    position: relative;
  }

  .meal-cms-price-block {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 3.5em;
    padding-top: 0;
  }

  .meal-content-1 {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 6em;
  }

  .meal-description-1 {
    max-width: 21em;
    margin-right: 0;
  }

  .image-size-meal {
    height: 33em;
  }

  .meal-cms-price-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .allergens-in-meal {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
  }

  .col-title-2 {
    font-size: 2.1em;
  }

  .booking-title-inner {
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .our-story-column-2 {
    border-bottom: 1px solid var(--thistle);
    width: 100%;
    min-height: auto;
    padding: 0 13vw 8em;
  }

  .address-content-block {
    max-width: 39em;
  }

  .accordion-arrow {
    font-size: 1.6em;
  }

  .style-guide-block {
    padding: 3em;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .list-item {
    font-size: 1em;
  }

  .list-title-2 {
    line-height: 1.5em;
  }

  ._404-hero {
    padding-top: 20em;
  }

  .restaurant-3-box-title {
    font-size: 2.3em;
  }

  .restaurant-3-column-2 {
    width: 100%;
    padding-top: 0;
  }

  .drinks-2-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 18em;
    padding-bottom: 6em;
    position: relative;
  }

  .drinks-2-inner {
    flex-wrap: wrap;
  }

  .drinks-2 {
    padding-bottom: 3em;
  }

  .restaurant-3-column-1 {
    width: 100%;
    min-height: auto;
    padding-top: 18em;
    padding-bottom: 6em;
    position: relative;
  }

  .restaurant-3-inner, .menu-cms-inner {
    flex-wrap: wrap;
  }

  .menu-cms {
    padding-bottom: 3em;
  }

  .soon {
    font-size: .7em;
    top: -.9em;
  }

  .subtitle-1 {
    font-size: 1.4em;
  }

  .preloader {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .fullscreen-85-hero {
    padding-top: 20em;
  }

  .nav-link-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dropdown-offer-title {
    font-size: 1.2em;
  }

  .text-block-2 {
    font-size: 2vw;
  }

  .collection-item {
    padding-bottom: 40px;
  }

  .padding-inner-large-copy {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .heading-copy.title-style-1 {
    font-size: 3.5em;
  }

  .heading-copy.menu-3-title {
    font-size: 2.5em;
  }

  .heading-copy.hero-2-title {
    font-size: 3.2em;
  }

  .heading-copy.hero-title-1 {
    font-size: 4em;
  }

  .heading-copy.story-title-1 {
    font-size: 2.4em;
    line-height: 1.7em;
  }

  .heading-copy.hero-about-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading-copy.hero-gallery-title {
    font-size: 4em;
  }

  .heading-copy.drinks-3-title-2 {
    font-size: 2.4em;
  }

  .heading-copy.page-hero-title-2 {
    font-size: 3.5em;
  }

  .heading-copy.restaurant-hero-title-2 {
    font-size: 3.9em;
    line-height: 1.3em;
  }

  .heading-copy.menu-cms-title {
    font-size: 3.2em;
  }

  .heading-copy.restaurant-cms-title {
    font-size: 3.9em;
    line-height: 1.3em;
  }

  .heading-copy.is-gallery-title {
    font-size: 3.5em;
  }

  .heading-copy.hero-3-title {
    font-size: 3.5em;
    line-height: 1.3em;
  }

  .heading-copy.drinks-2-title, .heading-copy.restaurant-3-title {
    font-size: 3.2em;
  }

  .heading-copy.restaurant-3-title-2, .heading-copy.title-style-1-copy, .heading-copy.title-style-1-copy-copy, .heading-copy.title-style-1-copy3-copy {
    font-size: 3.5em;
  }

  .padding-inner-copy, .padding-inner-copy-copy, .padding-inner-copy-copy, .padding-inner-copy-copy, .padding-inner-copy-copy, .padding-inner-copy-copy, .padding-inner-copy-copy {
    padding-top: 25em;
    padding-bottom: 8em;
  }

  .padding-inner-large-copy-copy {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .padding-inner-copy, .padding-inner-copy-2copy {
    margin-bottom: 49px;
    padding-top: 10.6em;
    padding-bottom: 0;
  }

  .uppercase-title-2copy {
    margin-bottom: 2.3em;
  }

  .page-hero-copy {
    padding-top: 20em;
  }
}

@media screen and (max-width: 479px) {
  .container.is-absolute-bottom {
    position: relative;
  }

  .nav-flex-1 {
    min-height: 3.3em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .brand {
    font-size: .8em;
  }

  .nav-link {
    min-height: 3em;
  }

  .main-nav {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-cta.only-for-mobile {
    padding: .7em 1.2em;
    font-size: .7em;
  }

  .brand-claim {
    font-size: .9em;
  }

  .heading.page-hero-title {
    font-size: 4em;
  }

  .heading.page-hero-title.mobile-margin {
    margin-bottom: 1.5em;
  }

  .heading.title-style-1, .heading.contact-title {
    font-size: 3em;
  }

  .heading.menu-1-title {
    font-size: 2.5em;
  }

  .heading.hero-2-title {
    font-size: 2.8em;
  }

  .heading.hero-title-1 {
    font-size: 3em;
  }

  .heading.reservation-title-2 {
    margin-bottom: 1em;
    font-size: 3.6em;
  }

  .heading.story-title-1 {
    font-size: 1.8em;
  }

  .heading.hero-about-title {
    margin-bottom: .5em;
    line-height: 1.3em;
  }

  .heading.hero-gallery-title {
    font-size: 3.5em;
    line-height: 1.3em;
  }

  .heading.content-title-1 {
    font-size: 4em;
  }

  .heading.drinks-3-title-2 {
    font-size: 2.1em;
  }

  .heading.page-hero-title-2 {
    font-size: 3em;
  }

  .heading.restaurant-hero-title-2 {
    margin-bottom: 1em;
    font-size: 3.5em;
  }

  .heading.content-title-2 {
    font-size: 3em;
  }

  .heading.menu-cms-title {
    font-size: 2.8em;
  }

  .heading.restaurant-cms-title {
    font-size: 4em;
  }

  .heading.is-gallery-title {
    margin-bottom: 1.2em;
    font-size: 3em;
  }

  .heading._404-title {
    font-size: 4em;
  }

  .heading.hero-3-title {
    margin-bottom: 1.5em;
  }

  .heading.drinks-2-title, .heading.restaurant-3-title {
    font-size: 2.8em;
  }

  .heading.restaurant-3-title-2 {
    font-size: 3em;
  }

  .heading.page-hero-title-copy {
    font-size: 4em;
  }

  .heading.page-hero-title-copy.mobile-margin {
    margin-bottom: 1.5em;
  }

  .padding-inner {
    margin-bottom: 0;
    padding-top: 17.6em;
    padding-bottom: 6.9em;
  }

  .scroll-link-block {
    font-size: .8em;
  }

  .cover-image {
    flex: none;
    width: 100%;
    display: block;
  }

  .main-button.in-contact-address {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .main-button-element {
    font-size: .6em;
  }

  .main-button-icon {
    font-size: 1.7em;
  }

  .grid-block-image {
    height: 25em;
  }

  .restaurant-grid-block {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .restaurant-grid-block.with-green-background {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .restaurant-grid-block.is-address {
    padding-bottom: 6.5em;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .box-paragraph {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .contact-grid-paragraph {
    font-size: 1.2em;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .max-width-block-57em2 {
    justify-content: center;
    align-items: center;
  }

  .max-width-block-57em2.with-margin-6em {
    margin-bottom: 4em;
  }

  .burger-icon {
    margin-right: .5em;
  }

  .menu-title {
    font-size: .6em;
  }

  .nav-flex-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .booking-column-2 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .booking-column-1 {
    width: 86%;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .text-field {
    padding-left: 6.5em;
  }

  .field-label {
    left: 1.2em;
  }

  .submit-form-button {
    background-position: 7%;
    width: 100%;
    margin-top: .8em;
    padding: 1.6em 1.5em;
    font-size: 1em;
  }

  .booking-content-block {
    width: 90%;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .footer-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subnav.with-border-mobile {
    border-bottom: 1px solid #e2d6d854;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }

  .footer-made-link {
    padding: 3em 1em;
  }

  .footer-made-links {
    width: 105%;
  }

  .footer-row {
    padding-top: 5em;
  }

  .footer-small-link {
    margin-top: .2em;
    margin-bottom: .2em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .footer-small-link.w--current {
    border-color: #0000;
  }

  .menu-title-name {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .menu-content {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    margin-bottom: .7em;
  }

  .menu-price-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-description {
    margin-bottom: .6em;
    font-size: 1.1em;
  }

  .menu-lightbox.in-drinks {
    max-width: none;
  }

  .menu-lightbox.in-menu {
    border-radius: .4em;
    width: 100%;
    height: 8em;
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .padding-inner-large {
    padding-top: 6.4em;
    padding-bottom: .5em;
  }

  .menu-content-2 {
    flex-wrap: wrap;
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .menu-title-wrap-2 {
    max-width: none;
  }

  .menu-description-5 {
    font-size: 1.1em;
  }

  .menu-price-wrap-2 {
    flex-wrap: wrap;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .menu-title-name-2 {
    margin-bottom: .6em;
  }

  .contact-reservation-link {
    border-top: 1px solid var(--misty-rose);
    border-left-width: 0;
    flex: 0 auto;
    width: 100%;
    height: 5em;
    inset: auto 0% 0%;
  }

  .contact-reservation-inner {
    transform: none;
  }

  .restaurant-title-4 {
    font-size: 1.7em;
  }

  .restaurant-grid-4 {
    padding: 2.4em 6vw;
  }

  .day {
    letter-spacing: .1em;
  }

  .hours-line {
    display: none;
  }

  .contact-grid-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-grid-block-2 {
    padding: 3em;
  }

  .contact-grid-block-2.with-button-in-right {
    padding-bottom: 8em;
    padding-right: 3em;
  }

  .scroll-down-flex-2 {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .hero-socials {
    margin-bottom: 2.5em;
  }

  .image-size-gallery {
    height: 23em;
    margin-bottom: 2em;
  }

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

  .menu-price-block-3 {
    font-size: 1em;
  }

  .menu-description-3 {
    font-size: 1.1em;
  }

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

  .menu-description-4 {
    font-size: 1.1em;
  }

  .menu-3-title-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

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

  .grid-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .modern-button {
    font-size: .9em;
  }

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

  .hero-1-menu-item {
    width: 75vw;
  }

  .box-grid-block {
    width: 83%;
    margin: .6em auto;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .hero-1 {
    padding-top: 13em;
  }

  .hero-2-column-1 {
    grid-template-columns: 1fr;
    padding-top: 14.5em;
  }

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

  .form-block-2 {
    padding: 3em 5vw;
  }

  .drink-description {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .drink-content {
    text-align: center;
    width: 100%;
  }

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

  .menu-2-block-detail {
    flex: 1;
    min-width: auto;
  }

  .menu-lightbox-circle {
    border-radius: .4em;
    width: 100%;
    height: 6em;
    margin-bottom: 1.4em;
    margin-right: 0;
  }

  .menu-title-block {
    text-align: center;
    width: 100%;
    min-width: auto;
  }

  .contact-title-block {
    padding-bottom: 0;
  }

  .in-numbers-block {
    max-width: 19em;
    margin-top: .6em;
    margin-bottom: .6em;
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .restaurants-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 4.75em;
  }

  .footer-2-main-link {
    padding-top: .1em;
    padding-bottom: .1em;
    font-size: 3.3em;
  }

  .footer-links {
    flex-direction: column;
  }

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

  .drinks-3-image-1 {
    width: 70%;
    height: 160%;
  }

  .since-title {
    margin-bottom: .2em;
    font-size: 1.1em;
  }

  .since-year {
    font-size: .7em;
  }

  .since-element {
    font-size: .6em;
  }

  .fullscreen-hero {
    padding-top: 18em;
  }

  .fullscreen-hero.with-buttons {
    padding-bottom: 3.5em;
  }

  .grid-information {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .box-grid-block-2 {
    width: 87%;
  }

  .restaurant-description {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .restaurant-box-flex {
    width: 100%;
    margin-bottom: 0;
  }

  .restaurant-box-wrap {
    padding-bottom: 0;
  }

  .nav-black-background {
    height: 7.1em;
  }

  .restaurant-border {
    width: 94%;
    height: 94%;
  }

  .scroll-down-button-2, .scroll-down-button-2:hover {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .menu-cms-column-1 {
    grid-template-columns: 1fr;
    padding-top: 14.5em;
  }

  .image-size-meal {
    height: 23em;
  }

  .our-story-column-2 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .address-content-block {
    margin-bottom: 0;
  }

  .style-guide-block {
    border-width: 0 0 1px;
    border-color: #0000 #0000 #858899;
    padding: 0 0 5em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .accordion-circle {
    width: 3.5em;
    margin-right: .6em;
  }

  .custom-list-gallery {
    max-width: 22em;
  }

  .utility-page-content {
    width: 86%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .submit-password-button {
    width: 100%;
    margin-top: .8em;
    padding-top: 1.9em;
    padding-bottom: 1.9em;
  }

  .password-text-field {
    padding-left: 6.5em;
  }

  .password-field-label {
    left: 1.2em;
  }

  .restaurant-3-box-title {
    font-size: 1.9em;
  }

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

  .allergens-cms {
    margin-bottom: 2.5em;
  }

  .drinks-2-column-1, .restaurant-3-column-1 {
    grid-template-columns: 1fr;
    padding-top: 14.5em;
  }

  .preloader-image-block {
    width: 80vw;
  }

  .fullscreen-85-hero {
    padding-top: 18em;
  }

  .nav-link-2 {
    align-items: flex-start;
    padding: 1.5em 8vw;
  }

  .main-button-2 {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .dropdown-offer-title {
    font-size: 1em;
  }

  .container-casestudy.is-absolute-bottom {
    position: relative;
  }

  .max-width-block-57em-copy.with-margin-6em {
    margin-bottom: 4em;
  }

  .text-block-2 {
    font-size: 3vw;
  }

  .collection-item {
    padding-bottom: 20px;
  }

  .heading-copy.page-hero-title {
    font-size: 4em;
  }

  .heading-copy.page-hero-title.mobile-margin {
    margin-bottom: 1.5em;
  }

  .heading-copy.title-style-1, .heading-copy.contact-title {
    font-size: 3em;
  }

  .heading-copy.menu-1-title {
    font-size: 2.5em;
  }

  .heading-copy.hero-2-title {
    font-size: 2.8em;
  }

  .heading-copy.hero-title-1 {
    font-size: 3em;
  }

  .heading-copy.reservation-title-2 {
    margin-bottom: 1em;
    font-size: 3.6em;
  }

  .heading-copy.story-title-1 {
    font-size: 1.8em;
  }

  .heading-copy.hero-about-title {
    margin-bottom: .5em;
    line-height: 1.3em;
  }

  .heading-copy.hero-gallery-title {
    font-size: 3.5em;
    line-height: 1.3em;
  }

  .heading-copy.content-title-1 {
    font-size: 4em;
  }

  .heading-copy.drinks-3-title-2 {
    font-size: 2.1em;
  }

  .heading-copy.page-hero-title-2 {
    font-size: 3em;
  }

  .heading-copy.restaurant-hero-title-2 {
    margin-bottom: 1em;
    font-size: 3.5em;
  }

  .heading-copy.content-title-2 {
    font-size: 3em;
  }

  .heading-copy.menu-cms-title {
    font-size: 2.8em;
  }

  .heading-copy.restaurant-cms-title {
    font-size: 4em;
  }

  .heading-copy.is-gallery-title {
    margin-bottom: 1.2em;
    font-size: 3em;
  }

  .heading-copy._404-title {
    font-size: 4em;
  }

  .heading-copy.hero-3-title {
    margin-bottom: 1.5em;
  }

  .heading-copy.drinks-2-title, .heading-copy.restaurant-3-title {
    font-size: 2.8em;
  }

  .heading-copy.restaurant-3-title-2, .heading-copy.title-style-1-copy, .heading-copy.title-style-1-copy-copy, .heading-copy.title-style-1-copy3-copy {
    font-size: 3em;
  }

  .container-copy.is-absolute-bottom {
    position: relative;
  }

  .text-block-10 {
    font-size: 1.8em;
    display: block;
    position: static;
  }

  .background-video {
    height: 160px;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    max-height: 400px;
  }

  .image-8 {
    max-height: 100px;
  }

  .padding-inner-copy {
    padding-top: 22em;
    padding-bottom: .9em;
  }

  .full-color-2-copy {
    background-image: url('../images/sfondoserver1.jpg');
    background-position: 65%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-11, .image-12 {
    max-height: 100px;
  }

  .section-2 {
    margin-top: -57px;
    margin-bottom: -104px;
  }

  .div-block-6 {
    margin-top: -43px;
    padding-top: 0;
  }

  .bold-text-3 {
    font-size: 5vw;
  }

  .container-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-21 {
    padding-bottom: 40px;
  }

  .full-color-2-copy-copy {
    background-image: url('../images/sfondoserver1.jpg');
    background-position: 65%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-7 {
    width: auto;
    min-width: auto;
    max-width: none;
    font-size: 1em;
  }

  .padding-inner-copy, .padding-inner-copy-2copy {
    margin-bottom: 0;
    padding-top: 17.6em;
    padding-bottom: 6.9em;
  }
}

#w-node-b6180b2f-ac7c-0c1e-c26c-9ca3c5fd684d-b15dc082, #w-node-_7f212e6c-5924-1363-5710-30e05e2ea928-b15dc082, #w-node-_427d42cd-529b-dc49-37b2-160049b2afe0-b15dc082, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b8e0-fe7460bb, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b8e4-fe7460bb, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b8e8-fe7460bb, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b8f5-fe7460bb, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b8f9-fe7460bb, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b8fd-fe7460bb, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b907-fe7460bb, #w-node-d803b986-1a34-14bf-7d79-2bf958e2b90b-fe7460bb, #w-node-cacd82a5-009e-4b3b-ae80-e040a2188122-a2188115, #w-node-cacd82a5-009e-4b3b-ae80-e040a2188126-a2188115, #w-node-cacd82a5-009e-4b3b-ae80-e040a218812a-a2188115, #w-node-cacd82a5-009e-4b3b-ae80-e040a218812e-a2188115, #w-node-cacd82a5-009e-4b3b-ae80-e040a2188132-a2188115, #w-node-cacd82a5-009e-4b3b-ae80-e040a2188136-a2188115, #w-node-cacd82a5-009e-4b3b-ae80-e040a218813a-a2188115, #w-node-cacd82a5-009e-4b3b-ae80-e040a218813e-a2188115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_779a30e4-e85c-13f8-0510-c4ea06d35ac5-eb7460b6, #w-node-_779a30e4-e85c-13f8-0510-c4ea06d35ac6-eb7460b6, #w-node-_779a30e4-e85c-13f8-0510-c4ea06d35ac7-eb7460b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25f21a59-4468-62fa-b493-2969cfb55411-b57460b9, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-b57460b9, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-b57460b9, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-b57460b9, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-b57460b9, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-b57460b9, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-b57460b9, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-b57460b9, #w-node-c81aa62d-e3bb-fe6b-8b2c-05c11d1ab554-4c7460aa, #w-node-c81aa62d-e3bb-fe6b-8b2c-05c11d1ab561-4c7460aa, #w-node-f88ff6df-138d-7b4a-2938-969a152f7451-4c7460aa, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4ba-302cfebd, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4be-302cfebd, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4c2-302cfebd, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4c6-302cfebd, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4ca-302cfebd, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4ce-302cfebd, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4d2-302cfebd, #w-node-f1c4e466-7303-f03b-3302-2a38ce03a4d6-302cfebd, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-de74cf5a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-20c171d7, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-140afa67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-2179def2, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-9f123a22, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-5561c7aa, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-7f7b910b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-fa983f81, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-fa983f81, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-fa983f81, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-fa983f81, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-fa983f81, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-fa983f81, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-fa983f81, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-fa983f81, #w-node-_90e477e1-9114-b0de-9bdf-ab8e1b33b01e-de44e2e0, #w-node-_2c9e2de2-3c12-4cd9-e561-478877908588-de44e2e0, #w-node-_5422e79f-ab4b-8f2a-d70d-93b78c538709-de44e2e0, #w-node-bec4355c-4988-f23c-fb65-85a56d0a7956-de44e2e0, #w-node-_967eaac4-b071-ddd2-afe5-c84c2b096fe3-de44e2e0, #w-node-_66ca3847-fd25-ae28-2741-727ab7830025-de44e2e0, #w-node-_10b3f2da-90f4-4b2b-e15a-180c459077d4-de44e2e0, #w-node-_422aab8b-aa6e-3d4a-4e47-2293b4f3dc5a-de44e2e0, #w-node-_9d58eb63-98fa-7dbd-9cb6-0d93510f0dc3-de44e2e0, #w-node-c71bc207-bae2-368c-f21c-6ea61b5bc5de-de44e2e0, #w-node-_50ba0848-36a3-465a-4766-e36fdacee6fb-de44e2e0, #w-node-_9ced515b-418a-fc7d-9f00-bfa140a88bbc-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-de44e2e0, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-de44e2e0, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f03-24b6ce27, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f07-24b6ce27, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f0b-24b6ce27, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f0f-24b6ce27, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f13-24b6ce27, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f17-24b6ce27, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f1b-24b6ce27, #w-node-_3e11a27f-35f0-1b33-54af-39c7e2de1f1f-24b6ce27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70a7e21a-6d9b-67b2-3891-9d162d8db270-0f9bbd67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_499e6053-a498-5f69-6eae-fa2fcbd28ad0-0f9bbd67, #w-node-_1c7d2adb-12d5-b8f7-846a-033650a8c36b-0f9bbd67, #w-node-_7a780379-c7c7-9545-7ee8-08fe2115bd4f-0f9bbd67, #w-node-_7a780379-c7c7-9545-7ee8-08fe2115bd51-0f9bbd67, #w-node-_732cd399-291e-5c5a-bc61-483eb002e862-0f9bbd67, #w-node-_732cd399-291e-5c5a-bc61-483eb002e866-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-0f9bbd67, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-c5ce7633, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-9237193a, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-cb99741c, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-89ba0ecc, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-de099e2f, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-de099e2f, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-de099e2f, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-de099e2f, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-de099e2f, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-de099e2f, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-de099e2f, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-de099e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884e5a96-b34e-ce9a-281d-dc6f019a127f-273c29d8, #w-node-_884e5a96-b34e-ce9a-281d-dc6f019a1280-273c29d8, #w-node-_884e5a96-b34e-ce9a-281d-dc6f019a1281-273c29d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-273c29d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac6-273c29d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-273c29d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b46cc399-841d-78f2-3d7a-786a36a6577b-273c29d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12812a4-dd4e-654b-dd07-e621644a9106-273c29d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8c4f3e9-1605-072a-19e0-98a7a16fd992-273c29d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-273c29d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aab-273c29d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-273c29d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f9f8972-5259-b93b-c189-d80fa5ebb38d-273c29d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-273c29d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5f81999-0fd8-988a-c39e-af2f247db6fc-715a0beb, #w-node-_7969948c-f7c9-5713-2d7f-7f9d0615d693-715a0beb, #w-node-b55073e5-30ac-3a37-295a-c79adebbaa5c-715a0beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-715a0beb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac6-715a0beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-715a0beb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b46cc399-841d-78f2-3d7a-786a36a6577b-715a0beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12812a4-dd4e-654b-dd07-e621644a9106-715a0beb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8c4f3e9-1605-072a-19e0-98a7a16fd992-715a0beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-715a0beb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aab-715a0beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-715a0beb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f9f8972-5259-b93b-c189-d80fa5ebb38d-715a0beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-715a0beb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5f81999-0fd8-988a-c39e-af2f247db6fc-ec1be459, #w-node-_7969948c-f7c9-5713-2d7f-7f9d0615d693-ec1be459, #w-node-b55073e5-30ac-3a37-295a-c79adebbaa5c-ec1be459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-ec1be459 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac6-ec1be459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-ec1be459 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b46cc399-841d-78f2-3d7a-786a36a6577b-ec1be459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12812a4-dd4e-654b-dd07-e621644a9106-ec1be459 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8c4f3e9-1605-072a-19e0-98a7a16fd992-ec1be459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-ec1be459 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aab-ec1be459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-ec1be459 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f9f8972-5259-b93b-c189-d80fa5ebb38d-ec1be459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-ec1be459 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5f81999-0fd8-988a-c39e-af2f247db6fc-0f5c639d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7969948c-f7c9-5713-2d7f-7f9d0615d693-0f5c639d, #w-node-b55073e5-30ac-3a37-295a-c79adebbaa5c-0f5c639d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_96937537-0cb0-4da1-2285-79f1cc55687d-0f5c639d, #w-node-_461eb71f-6b0a-b9dc-c6d7-8e84722e88e4-0f5c639d, #w-node-b1b79c5c-008a-a18f-c88d-ed759625094b-0f5c639d, #w-node-_746c01f1-7214-773c-2bcc-e8632aa26825-0f5c639d, #w-node-_9d0a2cc4-6b2e-5c5c-63ca-e85629c30734-0f5c639d, #w-node-e9720c5c-8c76-8d2f-a483-e32a28e377d3-0f5c639d {
  justify-self: center;
}

#w-node-f29d0077-71f0-4a17-7f36-6834232b819b-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b819c-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b819d-0f5c639d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-f29d0077-71f0-4a17-7f36-6834232b81bf-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b81c0-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b81c1-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b81c2-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b81c3-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b81c4-0f5c639d {
  justify-self: center;
}

#w-node-_838afee2-8ce3-1830-303c-4a6b05c693f2-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c693f3-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c693f4-0f5c639d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_838afee2-8ce3-1830-303c-4a6b05c69416-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c69417-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c69418-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c69419-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c6941a-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c6941b-0f5c639d {
  justify-self: center;
}

#w-node-_25f21a59-4468-62fa-b493-2969cfb55411-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-d88dd40b, #w-node-_25f21a59-4468-62fa-b493-2969cfb55411-84530e91, #w-node-_25f21a59-4468-62fa-b493-2969cfb55415-84530e91, #w-node-_25f21a59-4468-62fa-b493-2969cfb55419-84530e91, #w-node-_25f21a59-4468-62fa-b493-2969cfb5541d-84530e91, #w-node-_25f21a59-4468-62fa-b493-2969cfb55421-84530e91, #w-node-_25f21a59-4468-62fa-b493-2969cfb55425-84530e91, #w-node-_25f21a59-4468-62fa-b493-2969cfb55429-84530e91, #w-node-_25f21a59-4468-62fa-b493-2969cfb5542d-84530e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884e5a96-b34e-ce9a-281d-dc6f019a127f-9df93c7f, #w-node-_884e5a96-b34e-ce9a-281d-dc6f019a1280-9df93c7f, #w-node-_884e5a96-b34e-ce9a-281d-dc6f019a1281-9df93c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-9df93c7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac6-9df93c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-9df93c7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b46cc399-841d-78f2-3d7a-786a36a6577b-9df93c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12812a4-dd4e-654b-dd07-e621644a9106-9df93c7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8c4f3e9-1605-072a-19e0-98a7a16fd992-9df93c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-9df93c7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aab-9df93c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-9df93c7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f9f8972-5259-b93b-c189-d80fa5ebb38d-9df93c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-9df93c7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_884e5a96-b34e-ce9a-281d-dc6f019a127f-7196e4d6, #w-node-_884e5a96-b34e-ce9a-281d-dc6f019a1280-7196e4d6, #w-node-_884e5a96-b34e-ce9a-281d-dc6f019a1281-7196e4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-7196e4d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac6-7196e4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-7196e4d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b46cc399-841d-78f2-3d7a-786a36a6577b-7196e4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12812a4-dd4e-654b-dd07-e621644a9106-7196e4d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8c4f3e9-1605-072a-19e0-98a7a16fd992-7196e4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-7196e4d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aab-7196e4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-7196e4d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f9f8972-5259-b93b-c189-d80fa5ebb38d-7196e4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-7196e4d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_1c7d2adb-12d5-b8f7-846a-033650a8c36b-0f9bbd67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-273c29d8, #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-715a0beb, #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-ec1be459 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7969948c-f7c9-5713-2d7f-7f9d0615d693-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b819c-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c693f3-0f5c639d {
    align-self: end;
  }

  #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-9df93c7f, #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-7196e4d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-eaf451ed-41d9-5c45-da8e-c6d7e28a2878-24b6ce27 {
    place-self: center;
  }

  #w-node-_4fa662a6-5bea-bb41-c929-cabb146424bf-24b6ce27 {
    place-self: center start;
  }

  #w-node-dea096e9-5f3a-114c-1122-6ba625db9111-24b6ce27 {
    justify-self: center;
  }

  #w-node-ef3577fe-2e8c-18dc-c3f5-7f2198be323b-24b6ce27 {
    place-self: start center;
  }

  #w-node-_17a48c31-168e-52f0-8d54-0f450e405fee-24b6ce27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7787162c-c397-4f04-e949-e66bec065cdd-fe7460bb, #w-node-_8a0b35d7-8f0d-fcca-05c6-a773af16318a-eb7460b6, #w-node-_8a0b35d7-8f0d-fcca-05c6-a773af16318a-273c29d8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-273c29d8, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-273c29d8, #w-node-a12812a4-dd4e-654b-dd07-e621644a9106-273c29d8, #w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-273c29d8, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-273c29d8, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-273c29d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a0b35d7-8f0d-fcca-05c6-a773af16318a-715a0beb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-715a0beb, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-715a0beb, #w-node-a12812a4-dd4e-654b-dd07-e621644a9106-715a0beb, #w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-715a0beb, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-715a0beb, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-715a0beb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a0b35d7-8f0d-fcca-05c6-a773af16318a-ec1be459 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-ec1be459, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-ec1be459, #w-node-a12812a4-dd4e-654b-dd07-e621644a9106-ec1be459, #w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-ec1be459, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-ec1be459, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-ec1be459 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a0b35d7-8f0d-fcca-05c6-a773af16318a-9df93c7f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-9df93c7f, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-9df93c7f, #w-node-a12812a4-dd4e-654b-dd07-e621644a9106-9df93c7f, #w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-9df93c7f, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-9df93c7f, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-9df93c7f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a0b35d7-8f0d-fcca-05c6-a773af16318a-7196e4d6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11658e13-ce22-4541-c0fe-71a30968d22c-7196e4d6, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ad9-7196e4d6, #w-node-a12812a4-dd4e-654b-dd07-e621644a9106-7196e4d6, #w-node-d70bad38-14b8-3961-f6b5-2aae1c8ce84b-7196e4d6, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617aa5-7196e4d6, #w-node-d8db2c0a-2b69-5d82-d6ab-3a8b96617ac0-7196e4d6 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7969948c-f7c9-5713-2d7f-7f9d0615d693-0f5c639d, #w-node-f29d0077-71f0-4a17-7f36-6834232b819c-0f5c639d, #w-node-_838afee2-8ce3-1830-303c-4a6b05c693f3-0f5c639d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


