@font-face {
  font-family: Zenkakugothicnew;
  src: url('../fonts/zenkakugothicnew-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zenkakugothicnew;
  src: url('../fonts/zenkakugothicnew-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zenkakugothicnew;
  src: url('../fonts/zenkakugothicnew-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zenkakugothicnew;
  src: url('../fonts/zenkakugothicnew-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beethoven Display;
  src: url('../fonts/Beethoven-Display.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --warm-black: #0c1009;
  --white: #f7f2f2;
  --tan: #d1c5be;
  --moss: #1d1f1c;
  --lawn-green: #88ff5a;
}

body {
  background-color: var(--warm-black);
  color: var(--white);
  font-family: Zenkakugothicnew, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Beethoven Display, sans-serif;
  font-size: 3.4em;
  font-weight: 400;
  line-height: 140%;
}

h2 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: #c2a091;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-family: Beethoven Display, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.7;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 1.3em;
}

a {
  color: var(--warm-black);
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #ffffff80;
}

a:focus {
  color: var(--white);
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  z-index: 1;
  padding: 0;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

sup {
  color: #aa938a;
  font-size: .7em;
}

blockquote {
  text-align: center;
  text-transform: uppercase;
  border-left-style: solid;
  border-left-width: 0;
  font-family: Grandslang b side;
  font-size: 4.5vw;
  line-height: 1;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.button {
  color: #272727;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #818181;
  padding: 1rem 1.5rem;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: var(--white);
  background-color: #535353;
  text-decoration: none;
}

.button.w--current {
  background-color: var(--white);
  color: var(--warm-black);
  text-decoration: none;
}

.button.w--current:hover {
  color: var(--warm-black);
  text-decoration: none;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.paragraph {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.6;
}

.cta-text {
  margin-right: 1em;
  font-weight: 400;
  display: inline;
}

.cta-text.big {
  color: var(--warm-black);
  margin-right: 1rem;
  font-size: 8.5vw;
  font-weight: 300;
}

.cta-text.medium {
  color: var(--warm-black);
  margin-right: 1rem;
  font-size: 6.5vw;
  font-weight: 300;
}

.arrow-button {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em .5em .5em 0;
  font-size: 1em;
  display: flex;
}

.arrow-button:hover {
  border: 0 solid #e1ff00;
  border-radius: 0%;
  text-decoration: none;
}

.arrow-button.big {
  align-items: baseline;
  padding: .5em;
  display: flex;
}

.text-scroll-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-wrap.contact {
  margin-top: 0;
  padding-top: 5em;
}

.social-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-link.nav {
  border: 1px solid var(--warm-black);
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding-top: 4px;
  transition: all .2s;
  display: flex;
  position: static;
}

.social-link.nav:hover {
  background-color: #9b9b9b;
  border-color: #0000;
}

.social-link.nav {
  border: 1px solid var(--warm-black);
  width: 50px;
  height: 50px;
  color: var(--warm-black);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  position: static;
}

.social-link.nav:hover {
  color: var(--tan);
  background-color: #3b3b3b;
  border-color: #0000;
}

.social-link.nav.no--space {
  color: #fff;
  margin-right: 0;
}

.social-link-wrap {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.landing {
  z-index: 2;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.navbar-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.arrow-cta {
  padding-bottom: 2px;
  padding-left: 12px;
  display: flex;
}

.link-over-card {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.social-icon {
  width: 18px;
  color: var(--warm-black);
  justify-content: center;
  align-items: center;
}

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

.img-cta-wrap {
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
  overflow: hidden;
}

.img-col {
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.proj-img-wrap {
  max-width: 1200px;
  overflow: hidden;
}

.color-grey {
  color: #807c7c;
}

.logo {
  color: var(--white);
  margin-bottom: -5px;
}

.logo.big {
  width: 300px;
}

.flex {
  display: flex;
}

.flex.is-language-switcher {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.color-white:hover {
  opacity: .77;
  text-decoration: none;
}

.text-block {
  aspect-ratio: custom;
  color: #afafaf;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  bottom: 4rem;
}

.menu-item-wrap {
  margin-bottom: 20px;
}

.price {
  color: var(--tan);
  line-height: 1.7;
}

.paragraph-menu {
  width: 80%;
  font-size: .9em;
  line-height: 1.4;
}

.margin-top-menu {
  margin-top: 2rem;
}

.menu-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "drinks drinks specials specials specials"
                 "drinks drinks specials specials specials"
                 "food food food promotion promotion"
                 "food food food promotion promotion"
                 / 1.2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.menu-items-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.home-desc {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
  display: block;
  position: relative;
}

.home-desc.is-menu {
  padding-top: 4rem;
}

.big-h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Beethoven Display, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 140%;
}

.menu-item {
  color: var(--tan);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.menu-line {
  border-bottom: 1px solid #3b3b3b;
  flex: 1;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.navbar {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000026;
  justify-content: space-between;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
  position: fixed;
}

.nav-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo {
  width: 30px;
}

.navlink {
  color: #fff;
  letter-spacing: .4px;
  border-bottom: 0 solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: .3em .5em;
  line-height: 2rem;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.navlink:hover {
  opacity: 1;
  color: #ffffffbf;
  text-decoration: none;
  transform: rotate(0);
}

.navlink:active {
  color: #171717;
}

.navlink.w--current:hover {
  text-decoration: none;
}

.navlink.email {
  border-bottom-width: .25px;
  border-bottom-color: #fff;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0;
}

.social-overflow {
  flex-flow: row;
  grid-template: "Area Area"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  align-items: start;
  padding: 0;
  display: block;
  overflow: hidden;
}

.menu-button-2 {
  z-index: 991;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1717174d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 0;
  transition: background-color .3s;
  position: fixed;
}

.menu-button-2:hover {
  background-color: #ffffff0f;
  border-radius: 50%;
}

.menu-button-2:focus {
  background-color: #ffffff0d;
}

.menu-button-2.w--open {
  color: #171717;
  background-color: #171717;
}

.menu-button-2.w--open:hover {
  background-color: #ffffff14;
}

.menu-wrap {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-link {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .3em;
  font-size: 6em;
  transition: all .4s;
  display: flex;
}

.nav-link:focus {
  color: #f8f8f8;
}

.nav-link.w--current {
  color: #e1ff00;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6em;
}

.takeover {
  z-index: 990;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 6em 4em;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.menu-top {
  background-color: #f8f8f8;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 30px;
}

.contact-wrapper {
  flex-direction: column;
  padding: 0;
  display: flex;
}

.number {
  font-size: .9em;
}

.menu-link {
  color: #ffffff7a;
  border-bottom: 0 solid #f8f8f833;
  padding: 1em 0;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link:hover {
  color: #f8f8f8;
  text-decoration: none;
  transform: translate(0);
}

.menu-link:focus {
  text-decoration: none;
}

.menu-link.w--current {
  color: #fff;
  border-bottom-width: 0;
}

.menu-link.w--current:hover {
  text-decoration: none;
}

.contact-overflow {
  margin-bottom: 4em;
  display: block;
  overflow: hidden;
}

.menu-bottom {
  background-color: #f8f8f8;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 38px;
}

.secondary-link-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3em;
  display: flex;
}

.social-link-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.menu-links-wrapper {
  width: 50%;
  margin-right: 1em;
}

.social-wrap {
  display: block;
}

.takeover-inner {
  z-index: 990;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.subtitle {
  color: #17171770;
  font-weight: 500;
}

.subtitle.nav {
  color: #ffffff73;
  text-align: left;
  position: static;
}

.social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
}

.menu-hover {
  width: 100%;
  height: 100%;
  padding: 0;
}

.img-track {
  width: 100%;
  height: 100%;
}

.arrow-button-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em .5em .5em 0;
  font-size: 1em;
  display: flex;
}

.arrow-button-2:hover {
  border-style: solid;
  border-width: 0;
  border-top-color: #e1ff00;
  border-left-color: #e1ff00;
  border-right-color: #e1ff00;
  border-radius: 0%;
  text-decoration: none;
}

.about-headline-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
}

.media-section {
  position: relative;
}

.img05 {
  z-index: 2;
  width: 30%;
  position: absolute;
  inset: auto auto 5% 15%;
  overflow: hidden;
}

.frame {
  display: flex;
}

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

.img03 {
  z-index: 3;
  width: 28%;
  position: absolute;
  inset: 25% auto auto 33%;
  overflow: hidden;
}

.track {
  height: 400vw;
}

.paragraph-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5em;
  font-size: 1.3em;
  line-height: 1.6;
}

.small-h2 {
  font-size: 2.5vw;
}

.header-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img01 {
  z-index: 3;
  width: 28%;
  display: block;
  position: absolute;
  inset: 0% auto auto 12%;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.page-wrap {
  z-index: 2;
  background-color: var(--warm-black);
  position: relative;
}

.about-text {
  z-index: 4;
  max-width: 90%;
  color: var(--tan);
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.5em;
  line-height: 1.5;
  position: relative;
}

.img02 {
  z-index: 3;
  width: 28%;
  display: block;
  position: absolute;
  inset: 5% 5% auto auto;
  overflow: hidden;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item-usp {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 6em;
  position: relative;
}

.img04 {
  z-index: 2;
  object-fit: cover;
  width: 30%;
  display: block;
  position: absolute;
  inset: auto 15% 19% auto;
  overflow: hidden;
}

.about-img-wrap {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-wrap {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.menu-line_holder {
  grid-row-gap: 1.65rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.home-grid-fields {
  width: 80%;
  color: var(--tan);
  letter-spacing: .05rem;
  text-transform: uppercase;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.expertise-columns-text {
  margin-top: 10px;
  padding: 0 9px 7px 0;
}

.menu-line-2 {
  background-color: #dfd3c3;
  width: 100%;
  height: .5px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.column-overflow {
  margin-top: .3rem;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.text-animate-wrap {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expertise-columns {
  margin-left: auto;
  margin-right: 0;
}

.footer-content-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.footer-cta {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.footer-text {
  color: var(--warm-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .5px;
  font-size: .9em;
  display: block;
}

.footer-flex {
  z-index: 50;
  color: #fff;
  text-align: left;
  flex-flow: row;
  place-content: stretch space-between;
  align-items: center;
  padding: 1em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.grey {
  color: #272727;
}

.footer {
  z-index: 1;
  background-color: var(--tan);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  bottom: 0;
}

.social-icon-3 {
  justify-content: center;
  align-items: center;
  width: 18px;
}

.footer-wrap {
  color: #dfd3c3;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.menu-item-2 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zenkakugothicnew, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.menu-item-2.grey {
  color: #272727;
}

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

.c-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2em;
}

.c-title-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.c-title-wrapper.cc-flex-absolute {
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.c-tool-tip_error-img {
  position: absolute;
  inset: auto 0% -78% 44%;
}

.c-slider {
  width: 34.72em;
  height: 100%;
  margin-left: 40em;
  font-size: 1vw;
  display: block;
}

.c-slide_img {
  width: 100%;
  margin-bottom: -1px;
}

.slide-nav, .c-form_error-img {
  display: none;
}

.form {
  margin-top: 30px;
}

.c-form_block {
  z-index: 5;
}

.c-section_content {
  align-items: center;
  width: 150vw;
  display: flex;
  position: relative;
}

.c-form-wrapper {
  z-index: 5;
  width: 40em;
  margin-top: 3em;
  margin-left: 7.64em;
  position: relative;
}

.c-error-message {
  display: none;
}

.c-horizontal-scroll {
  align-items: center;
  height: 95vh;
  display: flex;
  position: sticky;
  top: 2.5vh;
}

.c-tool-tip_arrow {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto 0% -8% 48%;
  transform: rotate(45deg);
}

.c-text-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21.6px;
  position: static;
}

.c-form_field {
  margin-bottom: 20px;
  position: relative;
}

.c-form_submit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.c-text-2 {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
}

.c-text-2.cc-field-header {
  background-color: var(--moss);
  border-radius: 3px;
  margin-left: -10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: absolute;
  inset: -18% auto auto 4%;
}

.c-text-2.cc-field-header.cc-error {
  color: #ff6464e3;
}

.c-text-2.cc-field-header.cc-valid {
  color: #42ad4c;
}

.c-text-2.margin-bottom-1rem {
  margin-bottom: 1rem;
}

.c-form_field-icon {
  display: none;
  position: absolute;
  inset: 32.5% 9% 0% auto;
}

.c-tool-tip {
  text-align: center;
  background-color: #fff;
  width: 120px;
  height: 40px;
  padding: 5px;
  position: absolute;
  inset: -61% -5% auto auto;
}

.c-button-l {
  color: #fff3;
  cursor: not-allowed;
  background-color: #0000;
  border: 1px solid #fff3;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.c-button-l:hover {
  color: #19191b;
  background-color: #fff;
}

.c-button-l.cc-valid {
  border-color: var(--white);
  color: var(--white);
  cursor: pointer;
}

.c-button-l.cc-valid:hover {
  color: var(--warm-black);
}

.c-scroll-track-2 {
  height: 200vh;
  position: relative;
}

.c-custom-code {
  display: none;
}

.c-text-field-2 {
  background-color: var(--moss);
  border: 1px solid #fff6;
  border-radius: 0;
  height: 55px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-text-field-2::placeholder {
  color: #fff;
}

.c-text-field-2.c-text-1 {
  border-color: #ffffff1c;
}

.c-text-field-2.c-text-1.cc-valid {
  background-color: #42ad4c1a;
  background-image: url('../images/fi_check-circle.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.c-text-field-2.c-text-1.cc-error {
  background-color: #f013001a;
}

.c-text-field-2.c-text-1.cc-select {
  background-image: url('../images/fi_chevron-down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.message-bg {
  background-color: #5e5656;
}

.bg-moss {
  background-color: var(--moss);
}

.deco-arrow {
  width: 10vw;
  padding-top: 1.5vw;
}

.left-arrow, .right-arrow {
  display: none;
}

.video-holder {
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
}

.background-video {
  z-index: -1;
  opacity: .75;
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.small-h1 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 150%;
}

.hide {
  display: none;
}

.scroll-icon {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 6rem;
}

.icon-scroll {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.icon-scroll.center-scroll {
  justify-content: center;
}

.scroll-lottie {
  z-index: 1;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding-top: 0;
}

.off-white {
  color: #e0e0e0;
}

.hidden {
  display: none;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.main-button {
  border: 1px solid var(--white);
  background-color: #0000;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 2rem;
  padding: 18px 2rem 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.main-button:hover {
  color: #19191b;
  background-color: #fff;
}

.main-button.cc-valid {
  border-color: var(--white);
  color: var(--white);
  cursor: pointer;
}

.main-button.cc-valid:hover {
  color: var(--warm-black);
}

.banner {
  z-index: 12;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  max-width: 65ch;
  color: var(--tan);
  text-align: center;
  background-color: #d1c5be54;
  border-radius: 20px;
  padding: .5rem 1rem;
}

.banner-holder {
  z-index: 12;
  width: 100%;
  color: var(--tan);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: 5rem auto auto;
}

@media screen and (min-width: 1920px) {
  .c-slider {
    width: 500px;
    margin-left: 50em;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-top: 0;
    font-size: 2em;
  }

  p {
    font-size: 1.3em;
  }

  .button {
    justify-content: center;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .arrow-button {
    justify-content: flex-start;
  }

  .arrow-button.big {
    align-items: center;
  }

  .social-link.nav {
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .social-link.nav.no--space {
    padding-top: 4px;
  }

  .social-link.nav {
    width: 50px;
    height: 50px;
    color: var(--white);
    background-color: #292424;
    padding: 0;
  }

  .navbar-mobile {
    display: block;
  }

  .img-cta-wrap {
    align-items: flex-end;
  }

  .menu-grid {
    grid-template-areas: "drinks drinks drinks drinks drinks"
                         "specials specials specials specials specials"
                         "food food food promotion promotion"
                         "food food food promotion promotion";
  }

  .big-h2 {
    position: relative;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    display: none;
    position: absolute;
  }

  .navlink.email {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-2 {
    background-color: #dfd3c326;
    margin: 0 0 25px 25px;
    inset: auto auto 0% 0%;
  }

  .nav-link {
    font-family: Beethoven Display, sans-serif;
    font-size: 4.5vw;
  }

  .takeover {
    background-color: var(--warm-black);
  }

  .secondary-link-wrapper {
    padding-bottom: 2em;
  }

  .menu-links-wrapper {
    width: 60%;
  }

  .takeover-inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
  }

  .subtitle.nav {
    margin-bottom: .5em;
    font-size: .9em;
  }

  .menu-hover {
    display: block;
  }

  .arrow-button-2 {
    justify-content: flex-start;
  }

  .img05 {
    width: 40%;
  }

  .frame {
    flex-direction: column;
  }

  .img03 {
    width: 60%;
    left: 4%;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    font-size: 1.3em;
  }

  .img01 {
    width: 40%;
  }

  .about-text {
    font-size: 1.3em;
  }

  .img02 {
    width: 33%;
    right: 0%;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .item-usp {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img04 {
    width: 50%;
  }

  .about-img-wrap {
    z-index: -1;
  }

  .footer-cta {
    flex-direction: column;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .footer-text {
    padding-top: 0;
  }

  .footer {
    padding-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .footer-wrap {
    height: auto;
  }

  .c-title-wrapper.cc-flex-absolute {
    justify-content: flex-start;
    width: auto;
    margin-left: 1rem;
  }

  .c-slider {
    width: 45em;
    margin-left: 35em;
  }

  .c-form_error-img {
    display: block;
    position: absolute;
    inset: 27% 0% auto 90%;
  }

  .c-form-wrapper {
    margin-left: 5em;
  }

  .c-form_tip-error {
    display: none;
  }

  .c-form_submit {
    flex-direction: column;
  }

  .c-text-2.cc-field-header {
    left: 5%;
  }

  .c-form_field-icon {
    right: 11%;
  }

  .c-text-field-2 {
    height: 45px;
    margin-bottom: -5px;
  }

  .scroll-icon {
    display: none;
    bottom: 15%;
  }

  .main-button {
    z-index: 2;
    transition-property: none;
    display: block;
    position: relative;
  }

  .main-button:hover {
    background-color: var(--white);
    text-decoration: none;
  }

  .hide-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.6em;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3, h4 {
    font-size: 1.1em;
  }

  p {
    font-size: 1.3rem;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  .paragraph {
    font-size: 1em;
  }

  .cta-text {
    font-size: 1rem;
  }

  .arrow-button.big {
    justify-content: center;
    align-items: center;
  }

  .social-link.nav {
    width: 45px;
    height: 45px;
  }

  .img-cover {
    height: 100%;
  }

  .menu-grid {
    grid-template-areas: "drinks drinks drinks drinks drinks"
                         "specials specials specials specials specials"
                         "food food food food food"
                         "promotion promotion promotion promotion promotion";
    width: 100%;
  }

  .home-desc {
    height: auto;
    padding-bottom: 4em;
  }

  .navbar {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .nav-links {
    flex-direction: row;
  }

  .navlink.email {
    justify-content: center;
  }

  .nav-link {
    font-size: 7vw;
  }

  .takeover {
    align-items: center;
    overflow: auto;
  }

  .contact-wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .menu-link {
    overflow: hidden;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-bottom: 2em;
  }

  .takeover-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .subtitle.nav {
    font-size: .9em;
  }

  .about-headline-wrap {
    padding-left: 4em;
    padding-right: 4em;
  }

  .track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .about-text {
    font-size: 1.5em;
  }

  .item-usp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-content-grid {
    grid-template-columns: .25fr 1fr;
  }

  .footer-cta {
    margin-bottom: 4vw;
  }

  .footer-text {
    padding-top: 0;
  }

  .footer {
    height: auto;
  }

  .footer-wrap {
    justify-content: space-around;
    height: auto;
  }

  .c-title-wrapper.cc-flex-absolute {
    position: absolute;
    inset: 3% 0% auto;
  }

  .c-slider {
    margin-left: 0;
  }

  .c-section_content {
    flex-direction: column;
    width: 100vw;
  }

  .c-form-wrapper {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-horizontal-scroll {
    height: auto;
    position: static;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-text-2 {
    font-size: 13px;
  }

  .c-text-2.cc-field-header {
    left: 5.5%;
  }

  .c-scroll-track-2 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.1em;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  h3 {
    font-size: 1em;
  }

  blockquote {
    object-fit: fill;
    min-height: 0;
    font-size: 20px;
    line-height: 25px;
    overflow: visible;
  }

  .protected-form {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .paragraph {
    flex-direction: row;
  }

  .cta-text {
    text-align: left;
    font-size: 1rem;
  }

  .social-link {
    flex: 1;
  }

  .landing {
    z-index: 2;
    position: relative;
  }

  .navbar-mobile {
    inset: 0% 0% auto;
  }

  .img-col {
    margin-bottom: 3em;
  }

  .menu-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "drinks drinks"
                         "specials specials"
                         "food food"
                         "promotion promotion";
  }

  .home-desc {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .home-desc.is-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .big-h2 {
    font-size: 7vw;
  }

  .navlink {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-self: auto;
    align-items: center;
    padding: .7em;
    display: flex;
  }

  .navlink:hover {
    flex-wrap: nowrap;
  }

  .navlink.email:hover {
    font-size: 1em;
  }

  .navlink.hidden, .navlink.hide-on-mobile {
    display: none;
  }

  .social-overflow {
    grid-template: "Area ."
                   "Area-2 Area-3"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-start;
    place-items: center start;
    display: flex;
  }

  .menu-button-2 {
    background-color: #17171780;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.9);
  }

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

  .menu-button-2.w--open {
    color: #171717;
    background-color: #27272780;
    border-radius: 50%;
  }

  .nav-link {
    color: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.w--current {
    font-size: 3em;
  }

  .takeover {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    display: none;
    overflow: auto;
  }

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

  .number {
    color: #f8f8f873;
    padding-top: 3px;
  }

  .menu-link {
    color: #f8f8f8;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f83b;
    padding: 1em 2em;
    overflow: hidden;
  }

  .contact-overflow {
    display: none;
  }

  .secondary-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .social-link-wrap-2 {
    order: -1;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .takeover-inner {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .subtitle {
    text-align: center;
    letter-spacing: -.02em;
  }

  .about-headline-wrap {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1rem;
  }

  .img05 {
    width: 50%;
    display: block;
    bottom: 3%;
    left: auto;
    right: 5%;
  }

  .img03 {
    width: 63%;
    display: block;
    top: 30%;
  }

  .paragraph-2 {
    flex-direction: row;
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .small-h2 {
    font-size: 5vw;
  }

  .header-wrap {
    align-items: flex-start;
  }

  .img01 {
    width: 70%;
    display: block;
    left: 0%;
  }

  .page-wrap {
    z-index: 2;
    position: relative;
  }

  .about-text {
    padding-top: 0;
    font-size: 1.5em;
  }

  .img02 {
    width: 50%;
    display: block;
    top: 10%;
  }

  .item-usp {
    padding: 10px 20px;
  }

  .img04 {
    width: 67%;
    bottom: 25%;
    right: 0%;
  }

  .home-grid-fields {
    font-size: .9em;
  }

  .expertise-columns-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .expertise-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .25fr;
    width: 100%;
    margin-top: 0;
  }

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

  .footer-text {
    justify-content: center;
    margin-top: 3em;
  }

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

  .footer {
    z-index: 1;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    display: flex;
    position: sticky;
  }

  .c-slider {
    width: 75em;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .c-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-text-2.cc-field-header {
    left: 1.7%;
  }

  .video-holder {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .banner {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#w-node-_3ff17795-e0db-bda9-df85-ae176a787108-87d33c7f {
  grid-area: specials;
}

#w-node-_3ff17795-e0db-bda9-df85-ae176a787150-87d33c7f {
  grid-area: drinks;
}

#w-node-_3ff17795-e0db-bda9-df85-ae176a78719c-87d33c7f {
  grid-area: food;
}

#w-node-_3ff17795-e0db-bda9-df85-ae176a78725a-87d33c7f {
  grid-area: promotion;
}

#w-node-_8f636334-0c81-710e-6696-eafa713495e0-87d33c7f {
  align-self: center;
}

#w-node-_8f636334-0c81-710e-6696-eafa713495e2-87d33c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8f636334-0c81-710e-6696-eafa713495e4-87d33c7f {
  align-self: center;
}

#w-node-_8f636334-0c81-710e-6696-eafa713495e6-87d33c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8f636334-0c81-710e-6696-eafa713495e8-87d33c7f {
  align-self: center;
}

#w-node-_8f636334-0c81-710e-6696-eafa713495eb-87d33c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8f636334-0c81-710e-6696-eafa713495f5-87d33c7f {
  align-self: center;
}

#w-node-ff1d69b8-f156-f4b5-0ed4-fcb486f06dfd-87d33c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_20f0dda4-24c5-bdb5-a679-8caac438ddc7-87d33c7f {
  align-self: center;
}

#w-node-b69156a5-9e8d-f689-72dc-451b18cba379-87d33c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}


@font-face {
  font-family: 'Zenkakugothicnew';
  src: url('../fonts/zenkakugothicnew-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zenkakugothicnew';
  src: url('../fonts/zenkakugothicnew-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zenkakugothicnew';
  src: url('../fonts/zenkakugothicnew-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zenkakugothicnew';
  src: url('../fonts/zenkakugothicnew-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beethoven Display';
  src: url('../fonts/Beethoven-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}