.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

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

.corner-line-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.corner-line-horizontal.features-line {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #f8600a;
}

.corner-line-horizontal.features-line-righ {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 1.5px;
  margin: 0px;
  border-radius: 0px;
  background-color: #fff;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 130px;
  margin-top: 0px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
  background-color: transparent;
  box-shadow: none;
}

.dark-logo {
  position: absolute;
  margin-top: 0px;
}

.dark-logo.in-colors {
  width: 90px;
  max-width: none;
}

.button {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  padding: 10px 25px 11px;
  border-radius: 3px;
  background-color: #f8600a;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, filter 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
  color: #fff;
  font-size: 16px;
}

.button:hover {
  box-shadow: 0 8px 10px -3px rgba(0, 0, 0, 0.16), inset 0 -2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
  color: #fff;
}

.button.header-cta-link {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 23px;
  float: right;
  border-radius: 4px;
  background-color: #b19532;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.button.header-cta-link.w--current {
  color: #fff;
}

.button.header-cta-link.hidden {
  display: none;
}

.nav-menu-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none hsla(0, 0%, 89.4%, 0.48);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2:hover {
  padding-right: 10px;
  border-radius: 4px;
  color: #fff;
}

.nav-link-2:visited {
  color: #a67c53;
}

.nav-link-2.w--current {
  color: #5231ff;
}

.nav-link-2.w--current:hover {
  color: #a67c53;
}

.nav-link-2.w--current:visited {
  color: #a67c53;
}

.nav-link-2.w--open {
  padding-right: 40px;
}

.nav-link-2.w--open:hover {
  border: 1px none #000;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-wrapper {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-nav {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-nav:hover {
  color: #b19532;
}

.text-block-nav:active {
  color: #a67c53;
}

.text-block-nav:focus {
  color: #a67c53;
}

.white-logo {
  width: 90px;
  max-width: none;
  padding-left: 0px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bermuda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bermuda.w--current {
  height: 100%;
}

.slider {
  height: 90vh;
}

.hero6-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero6-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 96px;
  font-weight: 300;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 22px;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #a67c53;
  color: #000;
  text-align: center;
}

.button-label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  width: 30em;
  max-width: none;
  margin-bottom: 26px;
  background-color: rgba(166, 124, 83, 0);
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 32px;
  padding-top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/INSIDE10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/INSIDE10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/Main-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/Main-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

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

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 70px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(177, 149, 50, 0.17);
}

.image-2 {
  max-width: 100%;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 300;
  white-space: normal;
}

.size1-text.size1-top-clear {
  margin-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.paragraph-70 {
  margin-bottom: 10px;
  opacity: 0.7;
}

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

.heading.title-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b19532;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.heading.page-hero-title {
  width: 100%;
  max-width: 12em;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.84;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 6em;
  font-weight: 100;
  text-align: center;
}

.mini-title {
  display: block;
  width: auto;
  margin-top: 28px;
  margin-bottom: 28px;
  padding-top: 0px;
  padding-bottom: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title.left-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.paragraph-3.intro {
  margin-right: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-3.intro.centered-aligment {
  text-align: center;
}

.paragraph-3.intro.centered-aligment.hidden {
  display: none;
}

.paragraph-3.intro.space-up {
  margin-top: 47px;
  margin-bottom: 0px;
}

.green-line-2 {
  position: relative;
  width: 32%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  background-color: #b19532;
}

.green-line-2.offset-right {
  width: 70px;
  margin-left: 0px;
  background-color: #b19532;
}

.column {
  padding-right: 0px;
  padding-left: 40px;
}

.footer-notices {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
}

.footer-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-address-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-bottom-text {
  margin-right: 4px;
  opacity: 0.6;
  color: #e3e3e3;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.footer-icon-box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 5px;
  float: left;
  background-image: url('../images/Map-Icon-Gold.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.footer-icon-box.phone {
  background-image: url('../images/Phone-Icon-Gold.png');
  background-size: 16px;
}

.footer-icon-box.email {
  background-image: url('../images/Email-Icon-Gold.png');
  background-size: 16px;
}

.social-icons-box {
  margin-top: 15px;
}

.footer-divider-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  background-color: #232a35;
}

.row {
  position: relative;
  min-height: 80px;
}

.row.on-footer {
  width: 100vw;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.paragraph {
  margin-top: 17px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.paragraph.more-line-height {
  line-height: 30px;
}

.paragraph.more-line-height.hours {
  margin-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.57);
  font-style: normal;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.paragraph.more-line-height.hours.hidden {
  display: none;
}

.paragraph.inline-block {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 5px;
  color: #b19532;
}

.paragraph.inline-block.address {
  margin-top: 2px;
  font-weight: 400;
  text-align: center;
}

.paragraph.inline-block.email {
  margin-top: 5px;
  font-weight: 400;
}

.link-10 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #909090;
  font-weight: 300;
  text-decoration: none;
}

.footer-box-1.left {
  display: none;
  margin-left: 15%;
}

.link-9 {
  color: #3cff00;
  text-decoration: none;
}

.footer-title-box {
  margin-bottom: 15px;
  text-align: center;
}

.content-wrapper {
  position: relative;
  margin-top: 0px;
  padding: 0% 0px;
}

.footer {
  margin-top: 0%;
}

.footer-notice-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.bold-text-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 200;
}

.footer-divider-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #171c23;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-8 {
  color: #909090;
}

.link-8.phone {
  font-weight: 400;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.medium-title {
  display: inline-block;
  color: #adadad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.medium-title.green {
  color: #b19532;
}

.footer-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.86)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86));
}

.footer-logo {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer-logo:hover {
  opacity: 0.9;
}

.go-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  margin-right: 6%;
  margin-bottom: -3%;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #0098ff;
  background-image: url('../images/Arrow-Down_1Arrow-Down.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.go-button:hover {
  opacity: 1;
}

.go-button.w--current {
  z-index: 10;
}

.go-button.up {
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 99999;
  margin-top: 0px;
  background-image: url('../images/Arrow-Up_1Arrow-Up.png'), linear-gradient(307deg, #b19532, #74611d 24%, #b19532);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
  color: #b19532;
}

.social-icon-box {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
  background-image: url('../images/Facebook-White_1Facebook-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50% 50%, 0px 0px;
  background-size: 17px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social-icon-box:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon-box.rounded {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-image: url('../images/Facebook-White_1Facebook-White.png'), -webkit-gradient(linear, left top, left bottom, from(#a67c53), to(#a67c53));
  background-image: url('../images/Facebook-White_1Facebook-White.png'), linear-gradient(180deg, #a67c53, #a67c53);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.social-icon-box.instagram {
  background-image: url('../images/Instagram-White_1Instagram-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.instagram.rounded {
  background-image: url('../images/Instagram-White_1Instagram-White.png'), -webkit-gradient(linear, left top, left bottom, from(#a67c53), to(#a67c53));
  background-image: url('../images/Instagram-White_1Instagram-White.png'), linear-gradient(180deg, #a67c53, #a67c53);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.footer-link {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #b19532;
}

.footer-link.w--current {
  border-bottom: 1px solid #b19532;
  color: #b19532;
}

.section-2 {
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(177, 149, 50, 0.17);
}

.section-2.hidden {
  display: none;
}

.slider-2 {
  height: auto;
  background-color: #fff;
}

.columns {
  height: 100%;
  background-color: rgba(177, 149, 50, 0.17);
}

.column-10 {
  height: 100%;
  padding-right: 26px;
  padding-left: 0px;
}

.column-11 {
  padding-left: 0px;
}

.column-12 {
  padding-right: 0px;
}

.slide-nav {
  display: none;
}

.mask {
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.nav-link-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1.1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.3em;
  background-color: #a4855f;
  -webkit-transition: all 475ms ease, background-color 200ms ease;
  transition: all 475ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.nav-link-title {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

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

.submit-form-button {
  margin-top: 1.5em;
  padding: 1.3em 2em 1.3em 4.1em;
  border-radius: 0.2em;
  background-color: #a4855f;
  background-image: url('../images/table_restaurant_white_24dp.svg');
  background-position: 13% 50%;
  background-size: 1.3em;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.submit-form-button:hover {
  background-color: #c4b35f;
  color: #fff;
}

.submit-form-button:focus {
  background-color: #5a8626;
}

.submit-form-button:focus-visible {
  background-color: #5a8626;
}

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

.form-title {
  margin-bottom: 1em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aside-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Slider-7.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Slider-7.png');
  background-position: 0px 0px, 17% 50%;
  background-size: auto, cover;
}

.form {
  width: 100%;
}

.form-icon-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  border-radius: 0.2em;
  background-color: rgba(166, 124, 83, 0.32);
}

.aside-form {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  padding: 2.4em 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aside-reservation {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  overflow: hidden;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 28em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-icon-size {
  position: absolute;
  right: 1.2em;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.6em;
  height: 1.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span-bold {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 1px;
}

.aside-close-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #a3878a;
  border-radius: 50%;
  background-color: #b19532;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.aside-close-circle:hover {
  background-color: rgba(32, 23, 4, 0.5);
}

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

.image-11 {
  margin-bottom: 26px;
  opacity: 0.85;
}

.success-message {
  padding: 5.5em 2.8em;
  border-radius: 0.4em;
  background-color: rgba(166, 124, 83, 0.63);
  color: #fff;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 200;
}

.error-message {
  margin-top: 1em;
  padding: 0.2em 1.7em;
  border-style: none;
  border-width: 1px;
  border-color: #bd7d88;
  border-radius: 0.2em;
  background-color: #ec7f91;
  font-weight: 500;
}

.text-field {
  width: 100%;
  height: 3.5em;
  margin-bottom: 0em;
  padding: 1em 3em 1em 6.1em;
  border-style: solid;
  border-width: 1px;
  border-color: #b19532;
  border-radius: 0.2em;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 300;
  text-align: left;
}

.text-field:hover {
  border-color: #85696c;
}

.text-field:focus {
  border-color: rgba(134, 107, 74, 0.18);
  background-color: rgba(134, 107, 74, 0.18);
}

.text-field:focus-visible {
  background-color: #f5f0f1;
}

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

.text-field.is-area {
  padding-left: 6.9em;
}

.aside-close {
  position: absolute;
  left: auto;
  top: 2.5em;
  right: 3.3em;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.reservation-form {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 33em;
  color: #302627;
}

.field-label {
  position: absolute;
  left: 2em;
  z-index: 10;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #302627;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 73px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stroke-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.stroke-container.hotizontal {
  width: auto;
  margin: 0px 20px;
}

.stroke-container.left-alignment {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-wrapper-2.space-up {
  padding-top: 60px;
}

.paragraph-71 {
  max-width: 420px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-71.small {
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.paragraph-71.small.align-left {
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  text-align: left;
}

.paragraph-71.small.align-left.no-italics {
  font-style: normal;
}

.div-block-52 {
  display: block;
  width: 1005px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  padding-right: 0px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px none #000;
  border-bottom: 1px none rgba(0, 0, 0, 0.21);
  text-align: justify;
}

.stroke {
  width: 27px;
  height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #000;
}

.menu-heading-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -350%);
  -ms-transform: translate(0px, -350%);
  transform: translate(0px, -350%);
}

.menu-heading-wrapper.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dish-category {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dish-category.less-space-up {
  margin-top: 39px;
}

.image-8 {
  position: relative;
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-13 {
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 29px;
  border-bottom: 1px solid #a67c53;
}

.columns-13.no-line {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.div-block-48 {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid rgba(0, 0, 0, 0.27);
  text-align: left;
}

.menu-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.6;
}

.menu-tab-link.w--current {
  background-color: rgba(177, 149, 50, 0.45);
  opacity: 1;
  white-space: nowrap;
}

.small-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b19532;
  font-size: 18px;
  line-height: 0.9;
  font-weight: 200;
}

.small-text.bold {
  font-weight: 300;
  text-transform: uppercase;
}

.small-text.bold.black-text {
  color: #000;
  font-size: 26px;
  font-weight: 200;
}

.small-text.smaller {
  display: block;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #b19532;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
  white-space: nowrap;
}

.small-text.smaller.hidden-tablet {
  line-height: 1;
}

.small-text.smaller.more-small {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.small-text.smaller.more-small.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: none;
}

.small-text.smaller.more-small.hidden-tablet {
  display: none;
}

.small-text.smaller.right-align {
  text-align: right;
}

.small-text.bigger-text {
  font-size: 22px;
  text-decoration: none;
}

.small-text.bigger-text.black-text {
  color: #000;
}

.column-22 {
  padding-right: 34px;
}

.bold-text-21 {
  line-height: 1.2;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.narrow-container {
  width: 80vw;
  max-width: 1536px;
  margin-right: auto;
  margin-left: auto;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-weight: 400;
}

.heading-2.menu {
  padding-bottom: 0px;
}

.tabs-content {
  overflow: visible;
}

.div-block-54 {
  width: 100%;
}

.dotted-stroke {
  position: relative;
  bottom: 3px;
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 1px dashed #000;
  opacity: 0.6;
}

.wrapper {
  position: relative;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
}

.wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.special-dish {
  width: 100%;
  margin-top: 120px;
}

.animation-color-bg {
  position: absolute;
  left: 0%;
  right: 0%;
  z-index: 15;
  display: none;
  height: 150%;
  background-color: #f3eeef;
}

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

.cover-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-image.desktop-tablet-image {
  display: none;
}

.full-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  background-color: rgba(48, 38, 39, 0.17);
  mix-blend-mode: multiply;
}

.section-4 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
}

._3d-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-animation-trigger {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-animation-trigger._3d-for-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a4855f;
}

.page-hero.other-hero {
  height: 600px;
}

.container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 32px;
}

.columns-14 {
  width: 100%;
}

.text-block-3 {
  font-size: 16px;
}

.heading-4 {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-right: 0px;
  padding-left: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 300;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-bottom: 1.9em;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 300;
}

.bold-text-22 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 100;
  letter-spacing: 0em;
}

.bold-text-22.bigger {
  font-size: 1.6em;
}

.image-12 {
  max-width: 20%;
  opacity: 0.91;
}

.bold-text-23 {
  color: #b19532;
  font-weight: 500;
  text-decoration: none;
}

.italic-text {
  color: #d3b48e;
  text-decoration: none;
}

.italic-text.white-text {
  color: hsla(0, 0%, 100%, 0.77);
  text-decoration: none;
}

.restaurant-grid-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b19532;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 149, 50, 0.7)), to(rgba(177, 149, 50, 0.7))), url('../images/Favicon-Icon-Big---Kings-Arms.png');
  background-image: linear-gradient(180deg, rgba(177, 149, 50, 0.7), rgba(177, 149, 50, 0.7)), url('../images/Favicon-Icon-Big---Kings-Arms.png');
  background-position: 0px 0px, 0px 20px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

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

.box-paragraph {
  margin-top: 3.5em;
  margin-bottom: 3.1em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.3em;
  line-height: 2em;
  font-weight: 200;
  letter-spacing: 1px;
}

.max-width-block-5 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-toptitle {
  opacity: 0.85;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 100;
  letter-spacing: 2px;
}

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

.grid.hidden {
  display: none;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-15.other-column {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-15.hidden {
  display: none;
}

.div-block-61 {
  width: 100%;
  height: 100%;
}

.link-11 {
  text-decoration: none;
}

.column-26 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text-2 {
  color: #b19532;
  letter-spacing: 1px;
}

.link-12 {
  text-decoration: none;
}

.contact-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.form-2 {
  width: 100%;
  color: #333;
  font-size: 14px;
}

.input {
  display: block;
  overflow: visible;
  min-height: 38px;
  margin-top: 17px;
  margin-bottom: 17px;
  padding: 29px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #bcbcbc;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(51, 51, 51, 0.83);
  font-size: 14px;
  line-height: 12px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.input:hover {
  border-bottom-color: #6fb90d;
}

.input:focus {
  border-bottom-color: #6fb90d;
  color: #333;
}

.input::-webkit-input-placeholder {
  color: #828282;
  font-size: 16px;
}

.input:-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
}

.input::-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
}

.input::placeholder {
  color: #828282;
  font-size: 16px;
}

.input.bigger-box {
  min-height: 150px;
}

.text-area {
  max-height: 150px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 114px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bcbcbc;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: Lato, sans-serif;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.375em;
  letter-spacing: 0.08em;
  text-transform: none;
}

.text-area:hover {
  border-bottom-color: #090909;
}

.text-area:focus {
  border-bottom-color: #090909;
  color: #090909;
}

.text-area::-webkit-input-placeholder {
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 16px;
  text-transform: none;
}

.text-area:-ms-input-placeholder {
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 16px;
  text-transform: none;
}

.text-area::-ms-input-placeholder {
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 16px;
  text-transform: none;
}

.text-area::placeholder {
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 16px;
  text-transform: none;
}

.button-secondary {
  width: 100%;
  padding: 22px 40px;
  border-style: none;
  border-width: 1px;
  border-color: #090909;
  border-radius: 200px;
  background-color: #6fb90d;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 475ms ease, color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: all 475ms ease, color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: all 475ms ease, transform 400ms ease, color 400ms ease, border-color 400ms ease;
  transition: all 475ms ease, transform 400ms ease, color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  font-family: Lato, sans-serif;
  color: #f4f8ef;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: none;
}

.button-secondary:hover {
  border-color: #6fb90d;
  background-color: #81d80f;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #f6faf1;
}

.button-secondary.send-message-button {
  margin-top: 0px;
  padding: 17px 20px;
  border-radius: 4px;
  background-color: #b19532;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  text-decoration: none;
}

.button-secondary.send-message-button.less {
  width: 50%;
  background-color: rgba(177, 149, 50, 0.81);
  text-decoration: none;
}

.button-secondary.send-message-button.less.text-smaller {
  padding: 14px 0px;
  font-size: 0.8em;
  letter-spacing: 0.4em;
}

.success-message-2 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6fb90d;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.error-message-2 {
  margin-top: 20px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #ff4949;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bold-text-24 {
  color: #b19532;
  font-weight: 500;
  text-decoration: none;
}

.about-restaurant-line {
  width: 1px;
  height: 16em;
  background-color: #ccb0b3;
}

.about-restaurant-line.less-height {
  height: 6em;
  background-color: rgba(32, 23, 4, 0.5);
}

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

.contact-grid-block-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.3em 5em 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.45);
  background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0.01), hsla(0, 0%, 100%, 0.85) 50%, hsla(0, 0%, 100%, 0.01));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #302627;
}

.contact-grid-block-2.with-button-in-right {
  width: 100%;
  height: 100%;
  margin-top: 70px;
  padding-top: 0em;
  padding-right: 5em;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.21);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.36)), to(hsla(0, 0%, 100%, 0.36)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.36), hsla(0, 0%, 100%, 0.36));
}

.about-restaurant-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4em 2.7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.col-title-3 {
  color: #b19532;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-restaurant-flex {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-restaurant-flex.with-margin {
  width: 100%;
  margin-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-13 {
  text-decoration: none;
}

.less-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 1.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b19532;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: border-color 200ms ease, opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.075, .82, .165, 1);
  transition: border-color 200ms ease, opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 600ms cubic-bezier(.075, .82, .165, 1), border-color 200ms ease, opacity 200ms ease;
  transition: transform 600ms cubic-bezier(.075, .82, .165, 1), border-color 200ms ease, opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.075, .82, .165, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.social-link.smaller {
  margin-right: 9px;
  margin-left: 9px;
  border-color: #b19532;
}

.image-13 {
  width: 22px;
  height: 22px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Slider-7.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Slider-7.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  color: #fff;
}

.text-block-4 {
  margin-bottom: 32px;
  color: #fff;
}

.image-14 {
  max-width: 150%;
  margin-bottom: 37px;
}

.section-slider {
  position: relative;
  height: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  cursor: none;
}

.icon-2 {
  opacity: 0.61;
}

.div-block-4 {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(177, 149, 50, 0.75);
}

.left-arrow-3 {
  z-index: 99999999;
  width: 50vw;
}

.bg-slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/Slider-6.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.eleventh {
  background-image: url('../images/Slider-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-slide.eighth {
  background-image: url('../images/Slider-16.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.fifth {
  background-image: url('../images/Slider-4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.second {
  background-image: url('../images/BAR2-LOW.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.seventeenth {
  background-image: url('../images/Slider-23.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.sevensth {
  background-image: url('../images/BOWLS.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.nineteenth {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/INSIDE6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/INSIDE6.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.bg-slide.third {
  background-image: url('../images/WALL1-LOW.jpg');
  background-position: 50% 75%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.twelveth {
  background-image: url('../images/231784445_4877586145589827_8251118723863387191_n.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.nineth {
  background-image: url('../images/Slider-2.png');
  background-position: 50% 50%;
  background-size: contain;
}

.bg-slide.tenth {
  background-image: url('../images/Slider-5_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.sixth {
  background-image: url('../images/Slider-3A.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.twentyth {
  background-image: url('../images/278875464_5711390735542693_6523486439411536546_n.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.sixteenth {
  background-image: url('../images/278392147_5711399585541808_5809155020364189438_n.jpg');
}

.bg-slide.first {
  width: 100%;
  height: 100%;
  background-image: url('../images/Slider-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.fortneeth {
  background-image: url('../images/278962874_5730592773622489_4465916853312235654_n.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.fourth {
  background-image: url('../images/BURGER-LOW.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.eighteenth {
  background-image: url('../images/294058986_5971948162820281_4274436267639636599_n.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.thirteenth {
  background-image: url('../images/TACOS.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-slide.fifteenth {
  background-image: url('../images/278378512_5721424857872614_3909962226876373439_n.jpg');
  background-position: 50% 50%;
}

.bg-slide.twenteefirst {
  background-image: url('../images/CHICKSAND.jpg');
}

.icon {
  opacity: 0.61;
}

.slider-3 {
  height: 100%;
  background-color: transparent;
}

.right-arrow-3 {
  z-index: 99999999;
  width: 50vw;
}

.slide-nav-2 {
  display: none;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.column-28 {
  padding-right: 0px;
  border: 1px none #000;
}

.right-arrow-4 {
  display: none;
}

.left-arrow-4 {
  display: none;
}

.link-29 {
  position: relative;
  left: auto;
  top: 2%;
  right: -25%;
  bottom: auto;
  z-index: 3;
  margin-bottom: 0px;
  padding: 8px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 2px none #fff;
  border-radius: 100px;
  background-color: #a67c53;
  -webkit-transition: all 475ms ease;
  transition: all 475ms ease;
  color: #f7f3ed;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.link-29:hover {
  background-color: #f7f3ed;
  color: #a67c53;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-width: 5px;
  border-color: #f08b21;
  background-color: rgba(4, 20, 20, 0);
  background-image: url('../images/Slider-25.png');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
  text-align: center;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-71 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 22px 22px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(2, 1, 0, 0);
  color: #333;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.submit-button-2 {
  background-color: #9b35a3;
  font-size: 12px;
  letter-spacing: 1px;
}

.enter-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  padding: 21px 80px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(9, 9, 9, 0.41);
}

.paragraph-4 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 9px;
  margin-left: 0px;
  padding: 0px 19px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.success-message-3 {
  padding: 6px;
  background-color: rgba(79, 204, 62, 0.7);
}

.bold-text {
  color: #dd53e9;
  font-size: 24px;
}

.div-block-73 {
  width: 100%;
}

.text-field-2 {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(166, 124, 83, 0.63);
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  color: #f7f3ed;
}

.image-15 {
  width: 20%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 1;
}

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-30 {
  text-decoration: none;
}

.div-block-74 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  background-image: url('../images/Kings-Arms-logo-RGB.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-76 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  background-image: url('../images/Kings-Arms-logo-RGB.png');
  background-position: 96% 96%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.image-17 {
  position: relative;
  padding-top: 0px;
}

.slide-7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-8 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-11 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-12 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.slide-13 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-14 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-15 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-1-2 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.slide-1-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-1-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-1-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-1-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-1-7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.white-text {
  text-decoration: none;
}

.link-31 {
  text-decoration: none;
}

.background-video {
  height: 100%;
}

.play-pause-button {
  display: none;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  margin-bottom: 58px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-32 {
  color: #cca109;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-19 {
  margin-left: -5px;
  padding-left: 0px;
}

.image-20 {
  margin-left: -5px;
}

.link-33 {
  position: static;
  left: auto;
  top: 2%;
  right: -25%;
  bottom: auto;
  z-index: 3;
  margin-bottom: 0px;
  padding: 8px 10px 8px 29px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 2px none #fff;
  border-radius: 3px;
  background-color: #b19532;
  background-image: url('../images/Asset-8-B.png');
  background-position: 7% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 475ms ease;
  transition: all 475ms ease;
  color: #f7f3ed;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.link-33:hover {
  background-color: #fff;
  color: #b19532;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-width: 5px;
  border-color: #f08b21;
  background-color: rgba(4, 20, 20, 0);
  opacity: 1;
  text-align: center;
}

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

.div-block-77 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 22px 22px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(2, 1, 0, 0);
  color: #333;
}

.enter-wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  padding: 21px 80px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(9, 9, 9, 0.81);
}

.paragraph-72 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 9px;
  margin-left: 0px;
  padding: 0px 19px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3 {
  width: 70%;
  background-color: hsla(0, 0%, 100%, 0);
  color: #f7f3ed;
}

.image-21 {
  width: 20%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 0.61;
}

.image-22 {
  height: 100%;
}

.italic-text-3 {
  text-transform: none;
}

.div-block-78 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .button-arrow {
    max-width: none;
  }

  .image {
    width: 25em;
    max-width: none;
    margin-bottom: 31px;
  }

  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-5 {
    background-image: url('../images/INSIDE1-LOW.jpg');
    background-position: 50% 0%;
  }

  .paragraph.more-line-height.hours {
    text-align: center;
  }

  .footer-box-1.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-9 {
    text-decoration: none;
  }

  .column-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aside-close-icon {
    position: relative;
    z-index: 99999;
    display: none;
    color: #fff;
  }

  .form-title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.7em;
    font-weight: 200;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .aside-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Slider-7.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Slider-7.png');
    background-position: 0px 0px, 15% 50%;
    background-size: auto, cover;
  }

  .aside-reservation {
    display: none;
  }

  .aside-close-circle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b19532;
    color: #fff;
  }

  .aside-close-circle:hover {
    border-color: rgba(32, 23, 4, 0);
    background-color: rgba(32, 23, 4, 0.5);
    color: #a67c53;
  }

  .image-11 {
    margin-bottom: 15px;
  }

  .aside-close {
    text-decoration: none;
  }

  .field-label {
    position: absolute;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
  }

  .paragraph-71 {
    max-width: 500px;
    font-size: 20px;
  }

  .paragraph-71.small {
    max-width: 240px;
    font-size: 18px;
  }

  .small-text {
    padding-bottom: 0px;
    font-size: 20px;
  }

  .small-text.smaller {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .small-text.bigger-text.black-text {
    font-size: 26px;
    letter-spacing: 1px;
  }

  .heading-2 {
    font-size: 48px;
  }

  .special-dish {
    margin-top: 160px;
  }

  .page-hero {
    height: 700px;
  }

  .page-hero.other-hero {
    height: 650px;
  }

  .heading-4 {
    margin-top: 3.8em;
    margin-bottom: 3.8em;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-5 {
    margin-top: 3.8em;
    margin-bottom: 3.8em;
  }

  .columns-15 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .italic-text-2 {
    color: #b19532;
  }

  .button-secondary.send-message-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .button-secondary.send-message-button.less {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-24 {
    color: #b19532;
  }

  .social-link.smaller {
    margin-right: 13px;
    margin-left: 13px;
    padding: 0.7em;
  }

  .section-slider {
    padding-bottom: 0px;
    background-color: #000;
  }

  .left-arrow-3 {
    width: 50vw;
  }

  .bg-slide.eleventh {
    background-image: url('../images/Slider-1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .bg-slide.eighth {
    background-image: url('../images/Slider-16.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.fifth {
    background-image: url('../images/Slider-4.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.second {
    background-image: url('../images/BAR2-LOW.jpg');
    background-position: 50% 20%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.seventeenth {
    background-image: url('../images/Slider-23.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.sevensth {
    background-image: url('../images/BOWLS.jpg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.nineteenth {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/INSIDE6.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/INSIDE6.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .bg-slide.third {
    background-image: url('../images/WALL1-LOW.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.twelveth {
    background-image: url('../images/231784445_4877586145589827_8251118723863387191_n.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.nineth {
    background-image: url('../images/Slider-2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.tenth {
    background-image: url('../images/Slider-5_1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.sixth {
    background-image: url('../images/Slider-3A.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.twentyth {
    background-image: url('../images/278875464_5711390735542693_6523486439411536546_n.jpg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.sixteenth {
    background-image: url('../images/278392147_5711399585541808_5809155020364189438_n.jpg');
  }

  .bg-slide.first {
    background-image: url('../images/Slider-3.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.fortneeth {
    background-image: url('../images/278962874_5730592773622489_4465916853312235654_n.jpg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.fourth {
    background-image: url('../images/BURGER-LOW.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.eighteenth {
    background-image: url('../images/294058986_5971948162820281_4274436267639636599_n.jpg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.thirteenth {
    background-image: url('../images/TACOS.jpg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .right-arrow-3 {
    width: 50vw;
  }

  .text-block-5 {
    position: relative;
    z-index: 999;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-75 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-76 {
    background-image: url('../images/Kings-Arms-Light.png');
  }

  .column-29 {
    padding-right: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-nav:hover {
    color: #b19532;
  }

  .image {
    width: 30em;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading.title-style-1 {
    font-size: 2.2em;
  }

  .mini-title {
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-3.intro {
    font-size: 22px;
    line-height: 42px;
  }

  .aside-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Slider-7.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Slider-7.png');
    background-position: 0px 0px, 25% 50%;
    background-size: auto, cover;
  }

  .aside-reservation {
    display: none;
  }

  .aside-close-circle {
    background-color: #b19532;
  }

  .paragraph-71 {
    max-width: 600px;
  }

  .paragraph-71.small.align-left {
    font-size: 20px;
  }

  .menu-tab-link {
    font-size: 22px;
  }

  .menu-tab-link.w--current {
    background-color: rgba(177, 149, 50, 0.45);
  }

  .small-text {
    font-size: 22px;
  }

  .small-text.bold.black-text {
    font-size: 30px;
  }

  .small-text.smaller {
    color: #b19532;
    font-size: 22px;
  }

  .small-text.bigger-text.black-text {
    font-size: 32px;
  }

  .dotted-stroke {
    min-width: 50px;
  }

  .page-hero {
    height: 900px;
  }

  .page-hero.other-hero {
    height: 850px;
  }

  .text-block-2 {
    font-size: 38px;
    font-weight: 300;
  }

  .columns-15 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-slider {
    height: 1200px;
  }

  .bg-slide.eleventh {
    background-image: url('../images/Slider-1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .bg-slide.eighth {
    background-image: url('../images/Slider-16.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.fifth {
    background-image: url('../images/Slider-4.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

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

  .bg-slide.sevensth {
    background-image: url('../images/BOWLS.jpg');
    background-position: 50% 100%;
    background-size: contain;
  }

  .bg-slide.third {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/WALL1-LOW.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/WALL1-LOW.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .bg-slide.twelveth {
    background-image: url('../images/231784445_4877586145589827_8251118723863387191_n.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.tenth {
    background-image: url('../images/Slider-5_1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.first {
    background-image: url('../images/Slider-3.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.fortneeth {
    background-image: url('../images/278962874_5730592773622489_4465916853312235654_n.jpg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bg-slide.eighteenth {
    background-image: url('../images/294058986_5971948162820281_4274436267639636599_n.jpg');
    background-position: 50% 80%;
  }

  .columns-16 {
    max-width: 1400px;
  }

  .div-block-76 {
    background-size: 220px;
  }

  .column-29 {
    padding-right: 107px;
  }

  .link-32 {
    color: #ad8909;
    text-decoration: none;
  }

  .enter-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    position: absolute;
    height: auto;
    padding: 10px 30px;
  }

  .dark-logo.in-colors {
    width: 70px;
    opacity: 0;
  }

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

  .button.header-cta-link {
    margin-top: -1px;
  }

  .button.header-cta-link.hidden {
    display: none;
  }

  .nav-menu-second {
    position: absolute;
    top: 155px;
    display: block;
    width: 100%;
    height: auto;
    border: 1px none #e7ecf8;
    background-color: #000;
    color: #000;
  }

  .nav-link-2 {
    display: block;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 0.5px solid #b19532;
    background-color: hsla(0, 0%, 100%, 0);
    text-align: left;
  }

  .nav-link-2:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
  }

  .navigation-wrapper {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button-2 {
    padding: 20px;
    color: #343e52;
  }

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

  .menu-button-2.white {
    color: #fff;
  }

  .text-block-nav {
    color: #fff;
  }

  .white-logo {
    width: 70px;
  }

  .bermuda {
    width: auto;
    padding: 10px 0px;
  }

  .slider {
    height: 500px;
  }

  .image {
    width: 200px;
  }

  .section {
    padding: 74px 30px 60px;
  }

  .image-2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .heading.title-style-1 {
    font-size: 1.5em;
    text-align: left;
  }

  .heading.page-hero-title {
    font-size: 5em;
  }

  .paragraph-3.intro {
    font-size: 18px;
    line-height: 26px;
  }

  .green-line-2.offset-right {
    margin-top: 3%;
    margin-left: 0px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-box-2 {
    margin-left: 0px;
  }

  .paragraph {
    margin-right: 0px;
  }

  .link-10 {
    text-align: left;
  }

  .footer-box-1 {
    display: block;
    margin-right: auto;
    margin-bottom: 6%;
    margin-left: auto;
    float: none;
  }

  .footer-box-1.left {
    width: 111px;
    margin-left: 7%;
  }

  .content-wrapper {
    padding-top: 0%;
  }

  .footer {
    margin-top: 0%;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-11 {
    margin-bottom: 0px;
  }

  .columns-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-3 {
    overflow: hidden;
    padding: 45px 40px 30px;
  }

  .stroke-container {
    display: block;
  }

  .paragraph-71 {
    max-width: 100%;
  }

  .paragraph-71.small.align-left {
    font-size: 13px;
    line-height: 15px;
  }

  .stroke {
    background-color: #000;
  }

  .column-25 {
    padding-right: 0px;
  }

  .menu-heading-wrapper.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dish-category {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-13.no-line {
    margin-bottom: 24px;
  }

  .div-block-48 {
    padding-bottom: 9px;
  }

  .small-text {
    font-size: 16px;
  }

  .small-text.smaller {
    font-size: 16px;
  }

  .small-text.smaller.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }

  .small-text.smaller.hidden-tablet {
    display: none;
  }

  .small-text.smaller.more-small {
    font-size: 16px;
  }

  .small-text.smaller.more-small.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .small-text.smaller.more-small.hidden-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-22 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .narrow-container {
    width: 100%;
    max-width: none;
  }

  .dotted-stroke {
    min-width: 50px;
  }

  .wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .cover-image.desktop-tablet-image {
    display: none;
  }

  .page-hero {
    height: 400px;
    padding-top: 6.5em;
    padding-bottom: 0em;
  }

  .page-hero.other-hero {
    height: 400px;
  }

  .text-block-2 {
    margin-bottom: 30px;
  }

  .columns-14 {
    margin-bottom: 30px;
    padding-bottom: 16px;
  }

  .heading-4 {
    margin-top: 1em;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.1em;
    line-height: 1.6em;
  }

  .heading-5 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.4em;
  }

  .bold-text-22 {
    font-size: 0.8em;
    letter-spacing: 0em;
  }

  .restaurant-grid-block {
    padding-right: 3em;
    padding-left: 3em;
  }

  .grid-block-image {
    height: 35em;
    min-height: auto;
  }

  .grid {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }

  .columns-15 {
    margin-top: 19px;
  }

  .column-27 {
    padding-right: 20px;
    padding-left: 0px;
  }

  .contact-form-block {
    width: 100%;
  }

  .input {
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: #bcbcbc;
    border-left-style: none;
    color: #333;
  }

  .col-title-2 {
    font-size: 1.5em;
  }

  .contact-grid-block-2 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .less-space {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .social-link.smaller {
    margin-right: 5px;
    margin-left: 5px;
    padding: 0.9em;
  }

  .section-slider {
    height: 740px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-4 {
    z-index: 999;
  }

  .left-arrow-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-slide.eighteenth {
    height: 90%;
    margin-top: 41px;
  }

  .right-arrow-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 55px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-29 {
    top: 3%;
    right: -41%;
  }

  .pop-up-wrapper-2 {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 18px;
    border-color: #f08b21;
    text-align: center;
  }

  .enter-wrapper {
    display: none;
  }

  .paragraph-4 {
    margin-right: 19px;
    margin-left: 19px;
  }

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

  .image-15 {
    width: 100px;
    height: auto;
    max-width: 60%;
  }

  .tab-pane-late-night {
    padding-top: 30px;
  }

  .icon-3 {
    font-size: 40px;
  }

  .column-31 {
    padding-right: 0px;
  }

  .image-19 {
    margin-left: -10px;
  }

  .image-20 {
    margin-left: -10px;
  }

  .link-33 {
    top: 3%;
    right: -41%;
  }

  .pop-up-wrapper-3 {
    width: auto;
    height: 80vh;
    margin: 0px;
    padding: 18px;
    border-color: #f08b21;
    text-align: center;
  }

  .enter-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-72 {
    margin-right: 19px;
    margin-left: 19px;
  }

  .image-21 {
    width: 100px;
    height: auto;
    max-width: 60%;
  }

  .div-block-78 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .dark-logo.in-colors {
    width: 70px;
  }

  .button.header-cta-link {
    margin-top: 13px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .container-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .white-logo {
    width: 70px;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .section {
    padding: 50px 30px;
  }

  .image-2 {
    min-height: 300px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.title-style-1 {
    font-size: 1em;
  }

  .heading.page-hero-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3.5em;
    letter-spacing: 0em;
  }

  .mini-title.left-alignment {
    font-size: 18px;
  }

  .paragraph-3.intro {
    width: 100%;
    margin-right: -76px;
    font-size: 16px;
    line-height: 20px;
  }

  .green-line-2 {
    margin-top: 4%;
    margin-left: 0%;
  }

  .green-line-2.offset-right {
    width: 20%;
    margin-top: 0%;
    margin-bottom: 3%;
    margin-left: 0px;
  }

  .column {
    padding-left: 0px;
  }

  .column.space-up {
    padding-left: 0px;
  }

  .footer-notices {
    margin-top: 0px;
  }

  .footer-box-2 {
    margin-bottom: 0%;
    margin-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.on-footer {
    padding-bottom: 0px;
  }

  .paragraph.inline-block.address {
    width: auto;
  }

  .link-10 {
    width: 444px;
  }

  .footer-box-1.left {
    margin-left: 0%;
  }

  .content-wrapper {
    margin-bottom: -2px;
    padding-right: 44px;
    padding-left: 44px;
  }

  .footer {
    margin-top: 0%;
  }

  .column-8 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-9 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .medium-title {
    display: inline;
  }

  .footer-navigation {
    padding-top: 0px;
  }

  .footer-logo {
    margin-bottom: 0%;
  }

  .footer-logo.w--current {
    margin-top: -48px;
  }

  .go-button.up {
    width: 30px;
    height: 30px;
    margin-top: -85px;
    border-width: 2px;
  }

  .section-2 {
    padding: 7px 0px;
  }

  .slider-2 {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(177, 149, 50, 0);
  }

  .column-11 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-title {
    letter-spacing: 1px;
  }

  .aside-form {
    padding-right: 13vw;
    padding-left: 13vw;
  }

  .columns-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-3 {
    padding: 52px 30px 0px;
  }

  .menu-wrapper-2.space-up {
    padding-top: 30px;
  }

  .paragraph-71 {
    max-width: none;
  }

  .paragraph-71.small.align-left {
    max-width: 400px;
  }

  .column-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-heading-wrapper {
    -webkit-transform: translate(0px, -310px);
    -ms-transform: translate(0px, -310px);
    transform: translate(0px, -310px);
  }

  .menu-heading-wrapper.hidden {
    display: none;
  }

  .image-8 {
    height: 180px;
  }

  .columns-13 {
    padding-bottom: 0px;
  }

  .small-text {
    font-size: 16px;
  }

  .small-text.smaller.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .small-text.smaller.hidden-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-22 {
    padding-right: 0px;
  }

  .tabs-menu {
    padding-bottom: 15px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: left;
  }

  .narrow-container {
    width: 100%;
    max-width: none;
  }

  .tabs-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs {
    padding-top: 50px;
  }

  .wrapper.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .special-dish {
    margin-top: 80px;
  }

  .special-dish.hidden {
    margin-top: 0px;
  }

  .cover-image.desktop-tablet-image {
    display: none;
  }

  .page-hero {
    height: 300px;
    padding-top: 6.5em;
  }

  .page-hero.other-hero {
    height: 300px;
  }

  .text-block-3 {
    margin-bottom: 34px;
  }

  .bold-text-22 {
    font-size: 0.6em;
    line-height: 66px;
    letter-spacing: 0.1em;
  }

  .bold-text-22.bigger {
    margin-bottom: 7px;
    line-height: 20px;
  }

  .restaurant-grid-block {
    padding: 8em 5em;
  }

  .grid-block-image {
    height: 30em;
    min-height: auto;
  }

  .grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    margin-top: 0px;
  }

  .button-secondary {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-secondary.send-message-button {
    padding: 10px 16px;
    letter-spacing: 0em;
  }

  .about-restaurant-line {
    width: 60%;
    height: 1px;
  }

  .about-restaurant-line.less-height {
    width: 1px;
  }

  .col-title-2 {
    font-size: 2.1em;
  }

  .contact-grid-block-2 {
    padding: 6.6em 5em;
  }

  .contact-grid-block-2.with-button-in-right {
    margin-top: 50px;
  }

  .about-restaurant-block {
    width: 100%;
    min-width: auto;
    padding-bottom: 0.8em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-restaurant-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .section-slider {
    height: auto;
  }

  .icon-2 {
    font-size: 27px;
  }

  .div-block-4 {
    width: 60px;
    height: 60px;
  }

  .bg-slide.fifth {
    background-position: 50% 50%;
  }

  .bg-slide.tenth {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .bg-slide.twentyth {
    background-position: 50% 50%;
  }

  .bg-slide.eighteenth {
    height: 100%;
    margin-top: 0px;
  }

  .icon {
    width: 22px;
    font-size: 27px;
  }

  .slider-3 {
    height: auto;
  }

  .column-28 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .link-29 {
    position: fixed;
    top: 1%;
    right: 4%;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 0px;
  }

  .pop-up-wrapper-2 {
    width: auto;
    height: auto;
    margin-top: 11px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .div-block-71 {
    padding-right: 27px;
    padding-left: 27px;
  }

  .enter-wrapper {
    position: relative;
    padding-right: 28px;
    padding-left: 28px;
  }

  .paragraph-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .image-15 {
    width: 20%;
    max-width: none;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .columns-16 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-8 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-10 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-11 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-12 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .column-29 {
    margin-bottom: 28px;
  }

  .column-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-3 {
    font-size: 40px;
  }

  .mask-2 {
    height: 100vh;
  }

  .slide-16 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-17 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-18 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-19 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-1-8 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-1-9 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-1-10 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-1-11 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-1-12 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-1-13 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-1-14 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-20 {
    background-color: transparent;
  }

  .column-31 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .image-19 {
    margin-left: 0px;
  }

  .image-20 {
    margin-left: -5px;
  }

  .link-33 {
    position: static;
    top: 1%;
    right: 4%;
    padding-right: 10px;
    padding-left: 23px;
    letter-spacing: 0px;
  }

  .pop-up-wrapper-3 {
    width: auto;
    height: 80vh;
    margin-top: 11px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .div-block-77 {
    padding-right: 27px;
    padding-left: 27px;
  }

  .enter-wrapper-2 {
    position: fixed;
    padding-right: 28px;
    padding-left: 28px;
    text-align: left;
  }

  .paragraph-72 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-21 {
    width: 20%;
    max-width: none;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .div-block-78 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    height: 120px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dark-logo.in-colors {
    width: 60px;
  }

  .button.header-cta-link {
    margin-top: 12px;
    font-size: 13px;
  }

  .nav-menu-second {
    position: static;
    top: 203px;
    z-index: 9999;
  }

  .navigation-wrapper {
    position: relative;
    top: -24px;
  }

  .menu-wrapper {
    height: auto;
  }

  .menu-button-2.white {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .container-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .white-logo {
    width: 60px;
  }

  .div-block-59 {
    position: relative;
    top: -33px;
    z-index: 999999;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .bermuda {
    padding-top: 27px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    height: 400px;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-small.white-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image {
    width: 180px;
    margin-bottom: 0px;
  }

  .div-block-60 {
    padding-top: 116px;
  }

  .slide-5 {
    background-image: url('../images/INSIDE1-LOW.jpg');
    background-position: 74% 0%;
  }

  .section {
    padding-top: 46px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-2 {
    min-height: auto;
    margin-top: 0px;
  }

  .heading.title-style-1 {
    font-size: 1.3em;
    font-weight: 300;
  }

  .heading.page-hero-title {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 3em;
  }

  .mini-title {
    font-size: 16px;
  }

  .mini-title.left-alignment {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-3.intro {
    margin-right: 0px;
  }

  .green-line-2 {
    margin-top: 2%;
  }

  .green-line-2.offset-right {
    margin-left: 0%;
  }

  .column {
    padding-left: 0px;
  }

  .footer-notices {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .footer-box-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-address-box {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom-text {
    margin-right: 0px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 10px;
  }

  .paragraph.inline-block.address {
    width: 240px;
  }

  .link-10 {
    font-size: 14px;
  }

  .content-wrapper {
    margin-bottom: 44px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .footer {
    margin-top: 0%;
  }

  .column-8 {
    margin-top: 0px;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-title {
    font-size: 10px;
  }

  .footer-navigation {
    padding-top: 0px;
  }

  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo.w--current {
    margin-top: 0px;
  }

  .go-button {
    margin-bottom: -32px;
  }

  .go-button.up {
    margin-top: -75px;
  }

  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-11 {
    padding-right: 5px;
  }

  .nav-link-title {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .submit-form-button {
    width: 100%;
    margin-top: 0.8em;
    padding: 1.6em 1.5em;
    background-position: 7% 50%;
    font-size: 1em;
  }

  .image-11 {
    width: 30%;
    max-width: none;
  }

  .text-field {
    padding-left: 6.5em;
  }

  .field-label {
    left: 1.2em;
  }

  .columns-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .stroke-container {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .stroke-container.left-alignment {
    margin-bottom: 5px;
  }

  .menu-wrapper-2.space-up {
    padding-top: 24px;
  }

  .paragraph-71 {
    margin-bottom: 20px;
  }

  .menu-heading-wrapper {
    -webkit-transform: translate(0px, -270px);
    -ms-transform: translate(0px, -270px);
    transform: translate(0px, -270px);
  }

  .dish-category {
    margin-top: 0px;
    padding-bottom: 16px;
  }

  .image-8 {
    max-width: none;
  }

  .columns-13 {
    width: 100%;
  }

  .small-text {
    font-size: 16px;
  }

  .small-text.bold.black-text {
    font-size: 22px;
  }

  .small-text.smaller.more-small.hidden {
    font-size: 15px;
  }

  .small-text.smaller.more-small.hidden-tablet {
    position: relative;
  }

  .narrow-container {
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .tabs-content {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs {
    padding-top: 10px;
  }

  .wrapper.horizontal {
    padding-right: 9px;
  }

  .cover-image {
    display: block;
  }

  .cover-image.desktop-tablet-image {
    display: block;
  }

  .cover-image.hidden {
    display: none;
  }

  .section-4.lion-s-den-section {
    margin-top: 0px;
  }

  .page-hero {
    height: 220px;
  }

  .page-hero.other-hero {
    height: 250px;
  }

  .text-block-2 {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .text-block-3 {
    margin-bottom: 24px;
  }

  .heading-4 {
    line-height: 1.4em;
  }

  .bold-text-22 {
    font-size: 0.8em;
    line-height: 20px;
    letter-spacing: 0.1em;
  }

  .bold-text-22.bigger {
    font-size: 1.4em;
    font-weight: 200;
  }

  .image-12 {
    max-width: 50%;
  }

  .restaurant-grid-block {
    padding-right: 13vw;
    padding-left: 13vw;
  }

  .grid-block-image {
    height: 25em;
  }

  .box-paragraph {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .column-26 {
    margin-bottom: 26px;
  }

  .column-27 {
    padding-right: 0px;
  }

  .input {
    width: 100%;
    min-height: 30px;
    margin-top: 15px;
    padding-right: 0px;
    border-bottom-color: #bcbcbc;
    color: #828282;
    font-size: 12px;
  }

  .text-area {
    padding-top: 88px;
    padding-bottom: 0px;
  }

  .button-secondary {
    display: block;
    margin-top: 16px;
    padding: 10px 28px;
  }

  .button-secondary.send-message-button {
    width: 50%;
    padding: 10px 0px;
  }

  .about-restaurant-line.less-height {
    width: 50%;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .col-title-2 {
    font-size: 1.6em;
  }

  .contact-grid-block-2 {
    padding: 3em;
  }

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

  .about-restaurant-block {
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .less-space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-arrow-3 {
    padding-left: 20px;
  }

  .bg-slide.second {
    background-position: 50% 50%;
  }

  .bg-slide.sevensth {
    background-position: 50% 50%;
  }

  .bg-slide.third {
    background-position: 50% 50%;
  }

  .bg-slide.twentyth {
    background-position: 50% 50%;
  }

  .bg-slide.eighteenth {
    background-image: url('../images/294058986_5971948162820281_4274436267639636599_n.jpg');
    background-position: 50% 50%;
  }

  .right-arrow-3 {
    padding-right: 20px;
  }

  .column-28 {
    padding-right: 5px;
  }

  .link-29 {
    top: 3%;
    right: 3%;
    padding: 4px 8px;
    border-radius: 200px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0px;
  }

  .pop-up-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 28px;
    text-align: center;
  }

  .div-block-71 {
    width: auto;
  }

  .enter-wrapper {
    padding: 32px 0px 100px;
  }

  .paragraph-4 {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
    line-height: 16px;
  }

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

  .image-15 {
    width: 50%;
  }

  .columns-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-75 {
    margin-top: 14px;
    margin-bottom: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-76 {
    background-size: 100px;
  }

  .slide-8 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .image-18 {
    max-width: 60%;
  }

  .icon-3 {
    padding-top: 12px;
    font-size: 40px;
  }

  .mask-2 {
    height: 300px;
  }

  .image-20 {
    margin-left: 0px;
  }

  .map {
    height: 200px;
  }

  .link-33 {
    top: 3%;
    right: 3%;
    padding: 7px 8px 7px 32px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0px;
  }

  .pop-up-wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 28px;
    text-align: center;
  }

  .div-block-77 {
    width: auto;
  }

  .enter-wrapper-2 {
    padding: 67px 0px 100px;
  }

  .paragraph-72 {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
    line-height: 16px;
  }

  .image-21 {
    width: 50%;
  }

  .image-22 {
    height: auto;
  }

  .div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    background-color: #000;
  }
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96bd-468c0cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96c4-468c0cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96c6-468c0cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96cb-468c0cd2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#message.w-node-_8b49b610-ace4-e333-dd8a-c119376b557b-88e63b98 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96bd-401503d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96c4-401503d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96c6-401503d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0243ed0e-9dd1-caff-5237-65b0800a96cb-401503d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #message.w-node-_8b49b610-ace4-e333-dd8a-c119376b557b-88e63b98 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

