@font-face {
  font-family: Notoemoji;
  src: url('../fonts/NotoEmoji-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraphs: #ffe2c08c;
  --light: #ffe2c0;
  --bisque: #e4aa34;
  --accent-a: #bf344e;
  --background-a: #172536;
  --border: #ffe2c033;
  --white: #ffffffd6;
  --yellow: #bb8b26;
  --dark: #0f1a28;
  --shadow: #0f182380;
  --accent-b: #29938d;
  --background-b: #131f30;
}

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

body {
  color: var(--paragraphs);
  background-color: #000;
  flex-direction: column;
  font-family: Poppins;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum;
  font-size: 120px;
  font-weight: 400;
  line-height: 88%;
}

h2 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum;
  font-size: 98px;
  font-weight: 400;
  line-height: 90%;
}

h3 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum;
  font-size: 70px;
  font-weight: 400;
  line-height: 93%;
}

h4 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum;
  font-size: 50px;
  font-weight: 400;
  line-height: 96%;
}

h5 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Forum;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

h6 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Forum;
  font-size: 25px;
  font-weight: 400;
  line-height: 104%;
}

p {
  margin-bottom: 30px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 36px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
}

strong {
  color: var(--bisque);
  text-transform: none;
  font-weight: 400;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent-a);
  color: var(--light);
  margin-bottom: 30px;
  margin-left: 18px;
  padding: 0 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

figure {
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

figcaption {
  background-color: var(--background-a);
  text-align: center;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 160%;
}

.link {
  border-bottom: 2px solid var(--accent-a);
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  color: var(--accent-a);
}

.rich-text-block {
  text-align: left;
  width: 100%;
  max-width: 720px;
}

.rich-text-block a {
  border-bottom: 2px solid var(--accent-a);
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  color: var(--accent-a);
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-hero.roof {
  background-color: #000;
  padding-top: 100px;
}

.shape {
  background-color: #000;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  width: 50%;
  height: 180vh;
  position: relative;
}

.image-shape {
  background-image: url('../images/AU8I8055.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 20px 28px;
}

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

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 10px 22px;
  display: flex;
}

.logo {
  height: 50px;
}

.menu-button {
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button:hover {
  border-color: var(--border);
}

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

.text-menu {
  color: var(--light);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.line-horizontal {
  background-color: var(--border);
  flex: 1;
  min-width: 24px;
  height: 1px;
}

.circle {
  border: 1px solid var(--border);
  border-radius: 100%;
  flex: none;
  width: 7px;
  height: 7px;
}

.nav-line {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
}

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-hero.min-h-45vh {
  min-height: 45vh;
}

.grid-hero.min100 {
  padding-top: 241px;
}

.block-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

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

.line-vertical {
  background-color: var(--border);
  flex: 1;
  width: 1px;
  min-height: 40px;
}

.circle-large {
  border: 1px solid var(--border);
  border-radius: 100%;
  flex: none;
  width: 13px;
  height: 13px;
  margin-bottom: 5px;
}

.circle-large.top-margin {
  margin-top: 5px;
  margin-bottom: 0;
}

.circle-large.center {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.heading-hero {
  color: var(--bisque);
  font-family: veneer-three, sans-serif;
  font-size: 55px;
}

.heading-hero.margin {
  margin-bottom: 0;
}

.heading-hero.white {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 3px 4px 2px #0003;
  font-family: veneer-three, sans-serif;
  font-size: 55px;
}

.heading-hero.h-co {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 3px 4px 2px #0003;
  margin-top: 22px;
  margin-bottom: 0;
  font-family: veneer-three, sans-serif;
  font-size: 40px;
}

.paragraph-hero {
  color: var(--white);
  max-width: 850px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-hero.margin {
  margin-bottom: 0;
}

.nav-button {
  color: var(--light);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  border-color: var(--border);
}

.button {
  border: 2px solid var(--light);
  color: var(--light);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 80px;
  padding: 20px 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  border-color: var(--accent-a);
  background-color: var(--accent-a);
}

.button.small {
  padding: 13px 21px;
}

.nav-menu {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0f1a28e6;
  position: fixed;
  inset: 0%;
}

.grid-menu {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.nav-link {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Forum;
  font-size: 4vw;
  line-height: 100%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: var(--accent-a);
}

.nav-link.w--current {
  color: var(--light);
}

.nav-link.w--current:hover {
  color: var(--accent-a);
}

.menu-button-close {
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 32px 28px auto auto;
}

.menu-button-close:hover {
  border-color: var(--border);
}

.menu-button-close.w--open {
  background-color: #0000;
}

.overflow-link {
  overflow: hidden;
}

.section {
  flex-direction: column;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content.slim {
  text-align: left;
  max-width: 820px;
  display: block;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.block.center {
  text-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph {
  max-width: 600px;
  margin-bottom: 38px;
}

.paragraph.max-w-430 {
  max-width: 430px;
}

.paragraph.margin {
  margin-bottom: 0;
}

.heading {
  color: var(--bisque);
  text-shadow: 4px 7px 4px #0003;
  font-family: veneer-three, sans-serif;
  font-size: 55px;
}

.subtitle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.line-subtitle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-subtitle {
  color: var(--light);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.button-accent {
  border: 1px solid var(--yellow);
  background-color: var(--white);
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 13px;
  font-family: veneer-three, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  transition: letter-spacing .375s, background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-accent:hover {
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: 4px;
  padding-left: 13px;
  padding-right: 13px;
}

.button-accent.margin {
  margin-top: 16px;
}

.button-accent.small {
  padding: 15px 23px;
}

.button-accent.secondary {
  color: #fff;
  background-color: #bb8b2600;
  border-color: #fff;
  font-size: 16px;
}

.button-accent.secondary:hover {
  background-color: var(--white);
  color: #000;
}

.button-accent.cta-home {
  background-color: var(--white);
  color: #000;
  border-color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.button-accent.cta-home:hover {
  background-color: var(--white);
  color: #000;
}

.grid-features {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

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

.paragraph-feature {
  max-width: 320px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.number {
  height: 150px;
  margin-bottom: -20px;
}

.line-space {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 130px;
  display: flex;
}

.line-space.margin {
  margin-bottom: 0;
}

.line-space.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.line-space.short {
  margin-top: 80px;
  margin-bottom: 80px;
}

.grid-modular {
  grid-column-gap: 10px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.block-modular {
  z-index: 50;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block-center {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 780px;
  display: flex;
}

.block-center.none {
  max-width: 1000px;
  margin-bottom: 60px;
}

.image-block {
  width: 100%;
  position: relative;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.image.shadow {
  box-shadow: 0 80px 120px 0 var(--shadow);
}

.image-block-modular {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.image-modular {
  object-fit: cover;
  border-radius: 10px;
  width: 60%;
  height: 100%;
}

.slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 75px;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 100%;
  max-width: 1200px;
  padding-left: 70px;
  padding-right: 70px;
  overflow: visible;
}

.slide {
  margin-right: -54px;
}

.image-slide {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.right-arrow, .left-arrow {
  width: 40%;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 25px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-image-blog {
  width: 100%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

.link-image-blog:hover {
  box-shadow: 0 60px 80px -10px var(--shadow);
}

.link-image-blog.link-event {
  position: relative;
}

.image-blog {
  object-fit: cover;
  border-radius: 10px;
  min-height: 380px;
}

.image-blog.right11 {
  object-position: 50% 50%;
}

.block-blog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 14px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.block-blog.pride {
  margin-top: -20px;
}

.date-blog {
  color: var(--paragraphs);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.link-heading-blog {
  margin-top: 3px;
  text-decoration: none;
}

.heading-blog {
  color: var(--bisque);
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: veneer-three, sans-serif;
  font-size: 25px;
}

.paragraph-summary {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.arrow {
  width: 24px;
  height: 24px;
  display: block;
}

.link-arrow {
  border: 1px solid var(--border);
  border-radius: 50%;
  margin-top: 34px;
  padding: 10px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.link-arrow:hover {
  border-color: var(--accent-a);
  background-color: var(--accent-a);
}

.empty-state {
  text-align: center;
  background-color: #bf344e26;
  border-radius: 10px;
  padding: 14px;
}

.text-empty {
  color: var(--accent-a);
}

.section-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

.text-sub-footer {
  color: var(--paragraphs);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  max-width: 1200px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.link-sub-footer {
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-sub-footer:hover {
  color: var(--accent-a);
}

.newsletter {
  background-image: url('../images/DSC07140.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 85px 50px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
}

.block-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-footer {
  color: var(--bisque);
  margin-bottom: 16px;
  font-family: veneer-three, sans-serif;
  font-weight: 400;
}

.link-footer {
  color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: var(--light);
}

.heading-newsletter {
  color: var(--white);
  letter-spacing: 1px;
  max-width: 780px;
  font-family: veneer-three, sans-serif;
  font-weight: 400;
}

.form-block-newsletter {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
}

.form-newsletter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  color: var(--white);
  text-transform: none;
  background-color: #ffffff45;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 14px 28px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--border);
}

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

.error-message {
  background-color: #bf344e26;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
}

.text-error {
  color: var(--accent-a);
  font-size: 16px;
  line-height: 170%;
}

.success-message {
  background-color: #29938d26;
  border-radius: 10px;
  padding: 15px 25px;
}

.text-success {
  color: var(--accent-b);
  font-size: 16px;
  line-height: 170%;
}

.nav-block-button {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-absolute {
  z-index: 10;
  width: 60%;
  height: 60%;
  position: absolute;
  inset: auto auto -6% -10%;
}

.image-modular-absolute {
  z-index: 10;
  width: 60%;
  position: absolute;
  inset: auto auto -15% -6%;
}

.section-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-first {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  flex-direction: column;
  align-items: center;
  padding-bottom: 55px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.menu-covers {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.menu-covers.first {
  margin-top: 95px;
}

.menu-covers._0 {
  margin-top: 0;
}

.image-menu {
  opacity: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
  position: static;
}

.image-menu.cover {
  object-position: 50% 30%;
}

.heading-menu {
  z-index: 10;
  aspect-ratio: auto;
  color: var(--bisque);
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0%;
  margin-bottom: 0;
  padding: 30px 55px 0;
  font-family: veneer-three, sans-serif;
  font-size: 50px;
  position: relative;
  top: -25px;
}

.heading-menu.lg {
  padding-left: 82px;
  padding-right: 82px;
}

.grid-menu-item {
  z-index: 10;
  background-color: var(--background-a);
  text-align: left;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .5fr;
  place-items: start;
  width: 100%;
  padding: 24px 30px;
  position: relative;
}

.grid-menu-item.transparent {
  background-color: #0000;
}

.menu-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.menu-item {
  color: var(--light);
  font-weight: 500;
}

.menu-price {
  color: var(--light);
  text-align: right;
  margin-left: auto;
  font-weight: 500;
}

.sub-footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 30px;
  display: flex;
}

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

.form {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-full {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-full.c-v1 {
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/engin-oztekin-Khr3IOoNcns-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-subtitle-contact {
  color: var(--white);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  display: flex;
}

.heading-contact {
  color: #fff;
  margin-bottom: 0;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.image-block-careers {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 130px;
  position: relative;
}

.image-careers-absolute {
  z-index: 10;
  width: 35%;
  height: 80%;
  position: absolute;
  inset: auto auto -6% -5%;
}

.grid-about {
  grid-column-gap: 0px;
  grid-row-gap: 90px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.block-about {
  z-index: 50;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12%;
  display: flex;
  position: relative;
}

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

.collection-list-blog {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-a);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-blog-page {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-blog-page:hover {
  transform: scale(1.07);
}

.block-blog-page {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 45px 12%;
  display: flex;
}

.date-blog-large {
  color: var(--paragraphs);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.image-blog-main {
  box-shadow: 0 80px 120px 0 var(--shadow);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 65px;
}

.grid-colors {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--background-a);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  padding: 17px;
  display: flex;
}

.block-color.background-b {
  background-color: var(--background-b);
}

.block-color.dark {
  background-color: var(--dark);
}

.block-color.border {
  background-color: var(--border);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.light {
  background-color: var(--light);
}

.block-color.accent-a {
  background-color: var(--accent-a);
}

.block-color.accent-b {
  background-color: var(--accent-b);
}

.block-color.shadow {
  background-color: var(--shadow);
}

.text-color {
  color: var(--light);
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

.text-color.dark {
  color: var(--dark);
}

.hex-color {
  opacity: .5;
  color: var(--light);
  margin-top: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
}

.hex-color.dark {
  color: var(--dark);
}

.template-info {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--background-a);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  padding: 24px 30px;
  display: flex;
}

.button-light {
  background-color: var(--light);
  color: var(--dark);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-radius: 80px;
  padding: 22px 42px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-light:hover {
  background-color: var(--dark);
  color: var(--light);
}

.button-light.small {
  padding: 15px 23px;
}

.grid-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.licensing {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.forum {
  margin-bottom: 0;
}

.poppins {
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 400;
}

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

.utility-page-content {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.field-label {
  color: var(--paragraphs);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.block-404 {
  width: 100%;
  max-width: 460px;
}

.dropdown-toggle {
  color: #fff;
  height: 90px;
  padding-top: 33px;
  padding-left: 13px;
  padding-right: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
}

.navbar-2 {
  background-color: #000;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-2.see {
  z-index: 2147483647;
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.brand-mobile {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: none;
}

.brand-mobile:hover {
  transform: scale(1.02);
}

.brand-mobile.w--current {
  display: none;
}

.navigation {
  z-index: 99999999;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation._8841 {
  z-index: 999999;
  padding-left: 50px;
  padding-right: 50px;
}

.navlink {
  color: #f7f7f7;
  letter-spacing: -.2px;
  margin-right: 13px;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

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

.navlink.w--current {
  color: var(--bisque);
}

.navlink.last {
  margin-right: 0;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.dropdown {
  color: #fff;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.nav-column {
  width: 20%;
}

.nav-column.right {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.nav-column.left {
  flex: 1;
  justify-content: flex-end;
  padding-right: 30px;
  display: flex;
}

.dropdown-list {
  background-color: #c9c9c9;
}

.navbar-container {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1285px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-container._96 {
  z-index: 999999999;
  max-width: 1200px;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand-2:hover {
  transform: scale(1.02);
}

.mini-arrow {
  color: #f7ac5d;
  margin-top: 40px;
  font-size: 13px;
  right: -7px;
}

.dropdown-link {
  color: #ffffffdb;
  background-color: #180c01;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: #c7560c;
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: #df742f;
}

.nav-column-center {
  justify-content: center;
  width: auto;
  display: flex;
}

.underline-hover {
  background-color: #f7ac5d;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-hover.mobile-hide {
  background-color: #e4ab34;
}

.nav-menu-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.on-load-5._4545 {
  margin-top: 0;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.slide-img.new4 {
  background-image: url('../images/AU8I7976.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new3 {
  background-image: url('../images/AU8I8163.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-img.new5 {
  background-image: url('../images/AU8I8035.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new2 {
  background-image: url('../images/AU8I7919.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.right-arrow-2 {
  z-index: 99;
}

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-container.p {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  padding-top: 0;
  padding-bottom: 28px;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.hero-link-block:hover {
  opacity: .85;
}

.footer-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #415d6b;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  transition: background-color .2s;
}

.footer-social-link:hover {
  background-color: #415d6b;
}

.footer-social-link.whatsapp {
  background-image: none;
  background-size: 16px;
}

.footer-social-link.whatsapp:hover {
  background-image: none;
}

.footer-social-link.whatsapp.last {
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.last:hover {
  opacity: .48;
  background-color: #0000;
}

.footer-social-link.facebook {
  background-image: url('../images/facebook-app-symbol.png');
  background-size: 16px;
  border-style: none;
  border-color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.facebook:hover {
  opacity: .55;
  background-color: #0000;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.left-arrow-2 {
  z-index: 99;
}

.social-box {
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

.icon {
  opacity: .76;
  font-size: 30px;
  font-weight: 200;
}

.hero-section {
  z-index: 999;
  background-color: #000;
  min-height: 100vh;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.hero-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.hero-link:hover {
  color: #ab8d69;
}

.overlay {
  background-color: #0d131691;
  position: absolute;
  inset: 0%;
}

.overlay.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 25%, #0000), linear-gradient(#0000, #0000 55%, #000000fa);
}

.overlay.grad {
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 58%, #0000), linear-gradient(#180c0100, #00000073 53%, #000);
}

.marquee {
  grid-column-gap: 1rem;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.text-block {
  color: #e4ab34;
  text-transform: uppercase;
  font-family: nexa-rust-sans-black-2;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
}

.image-section {
  background-color: #000;
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.image-interaction._2 {
  background-image: url('../images/au8i9757.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-interaction._4 {
  background-image: url('../images/2.jpg');
}

.section-2 {
  background-image: linear-gradient(#000, #0000 53%, #000), url('../images/au8i9757.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
}

.section-2.top {
  background-image: linear-gradient(#000, #0000 53%, #0000), url('../images/main_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.section-2.bottom {
  background-image: linear-gradient(#0000, #0000 58%, #000), url('../images/AU8I9720-top_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2.e-c-cover {
  background-image: linear-gradient(#0000, #0000 58%, #000), url('../images/AU8I7943.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-2.para1 {
  background-image: linear-gradient(#000, #0000 53%, #0000), url('../images/AU8I8035.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #a22e2e;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
}

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

.div-block-2 {
  border: 1px #000;
  border-left: 1px solid #e6e6e6;
  width: 1px;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}

.bold2 {
  color: #5a5a5a;
  text-transform: uppercase;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.heading-2 {
  opacity: 1;
  color: var(--yellow);
  margin-bottom: 30px;
  font-family: veneer-three, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.text-span-2 {
  color: #424242;
  text-transform: uppercase;
  font-weight: 600;
}

.feature-banner {
  color: #fff;
  background-color: #a22e2e;
  background-image: url('../images/happy-hour-bg-icon.png');
  background-position: 93% 10%;
  background-repeat: no-repeat;
  background-size: 70px;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 48px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.feature-banner.pap {
  background-color: #000;
  background-image: url('../images/Modern-Beverages-Menu-Instagram-Post.png'), url('../images/happy-hour-bg-icon.png');
  background-position: 50%, 93% 10%;
  background-repeat: repeat, no-repeat;
  background-size: cover, 70px;
  border: 1px solid #e3e3e3;
}

.sub-header {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.sub-header.ccc {
  text-align: center;
}

.sub-header.new {
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
}

.frame {
  z-index: 0;
  border: 1px solid #e3e3e3;
  margin: 12px;
  position: absolute;
  inset: 0;
}

.frame.lspps {
  border-style: none;
}

.about-section {
  text-align: center;
  background-color: #000;
  padding: 100px 56px;
  position: relative;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f03e5a;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 7px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.badge:hover {
  text-decoration: none;
}

.badge.banner-badge {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
}

.wrapper {
  text-align: left;
  background-color: #0000;
  max-width: 1200px;
}

._00a0s {
  border-left: 4px #777;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 0;
  padding: 0 30px 0 0;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.link-2 {
  color: #a22e2e;
  font-weight: 500;
  text-decoration: underline;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big.intro-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: 950px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.grey-text-2 {
  color: #777;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.grey-text-2.h1 {
  color: #5a5a5a;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.divider {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.heading-3 {
  color: #a22e2e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.feature-banner-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-13 {
  font-family: Poppins;
  font-size: 15px;
  line-height: 30px;
}

.banner-header {
  color: var(--bisque);
  margin-top: 6px;
  margin-bottom: 0;
  font-family: veneer-three, sans-serif;
  font-size: 80px;
}

.div-block {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.hour {
  flex-wrap: wrap;
  max-width: 950px;
  margin: 30px auto 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.icon-star-filled {
  filter: saturate(200%) brightness(200%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.c-testimonials-grid-wrapper {
  margin-top: 8em;
  margin-bottom: 8em;
}

.c-testimonials-gird {
  grid-column-gap: 4em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-20 {
  font-family: veneer-three, sans-serif;
  font-size: 16px;
}

._9s9 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: #000;
  border: 1px solid #af9c64;
  min-width: 100px;
  margin: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  transition: all .7s;
  display: none;
}

._9s9:hover, ._9s9.w--current {
  color: #000;
  background-color: #af9c64;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.none.type-color {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#0000, #00000040 59%, #000), linear-gradient(#000, #00000091 43%, #0000), url('../images/newyork_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.revi {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: veneer-three, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.p_m {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-15 {
  color: #917e37;
  text-transform: lowercase;
  font-weight: 400;
}

.main-paragraph-white {
  color: #fff;
  text-align: left;
  width: 1000px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.sub {
  margin-top: 0;
  margin-bottom: 0;
}

.sub._0a0a {
  margin-top: -12px;
}

.preview-link {
  color: #e8dbc8;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.preview-link:hover {
  color: #d1b06b91;
  text-decoration: none;
}

.hours {
  color: #141414;
  align-items: center;
  margin-right: 30px;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.image-6 {
  filter: grayscale();
  margin-right: 10px;
}

.image-6.color {
  filter: grayscale(43%);
}

.about {
  z-index: 10;
  background-image: linear-gradient(#0009, #0009), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.div-block-61 {
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 25px;
  display: flex;
}

.bold-text {
  color: #fff;
  font-family: nexa-rust-sans-black-2;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.body {
  background-color: #000;
  font-family: Open Sans, sans-serif;
}

.body.grunge {
  background-image: linear-gradient(#0009, #0009), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.zen-heading-1 {
  color: #c23238;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-shadow: -2px 1px #000;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3em;
}

.zen-decor-1 {
  z-index: 1000000;
  background-image: url('../images/tavern1.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding-bottom: 0;
  position: absolute;
  inset: -5% auto auto -.5%;
}

.zen-decor-1.more {
  top: auto;
}

.zen-wrap-4 {
  border-left: 1px solid var(--white);
  padding-bottom: .8em;
  padding-left: 2em;
}

.zen-wrap-4.ll {
  padding-bottom: 0;
}

.zen-wrap-4.noline {
  border-left-style: none;
  padding-left: 0;
}

.zen-pic-3 {
  position: relative;
  top: 0;
}

.zen-pic-2 {
  border: 10px solid #301f0b;
}

.zen-pic-4 {
  border: 10px solid #3d2413;
}

.black {
  color: #333;
  text-decoration: none;
}

.black.red {
  color: #c23238;
}

.zen-wrap-3 {
  padding-left: .4em;
  position: relative;
}

.zen-wrap-7 {
  justify-content: flex-end;
  margin-top: 1em;
  display: flex;
}

.zen-wrap-4-copy {
  border-left: 1px solid #000;
  padding-bottom: 2em;
  padding-left: 2em;
}

.zen-wrap-4-copy.last {
  border-left-style: none;
  border-left-color: #fff;
  padding-bottom: 0;
}

.zen-text-1 {
  color: var(--bisque);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .2em;
  font-family: veneer-three, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.zen-text-1.green {
  color: #39cf66;
}

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

.zen-container-1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.zen-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.zen-wrap-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-span-21 {
  color: #c23238;
  font-size: 18px;
  font-weight: 400;
}

.zen-pic-66 {
  border: 10px solid #33240f;
  margin-top: 14px;
}

.zen-wrap-8 {
  flex-direction: column;
  grid-template-rows: 179px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list {
  color: var(--white);
  text-align: left;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.text {
  color: var(--white);
  text-align: left;
  letter-spacing: .1px;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.zen-wrap-9 {
  margin-bottom: 1em;
}

.zen-pic-5 {
  border: 10px solid #2e1d08;
}

.tavern {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: veneer-three, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.middle {
  background-image: url('../images/AU8I9793_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.link-3 {
  color: var(--bisque);
  font-weight: 400;
  text-decoration: none;
}

.html-embed {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}

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

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

.nav-link-2 {
  color: #fff;
  letter-spacing: .2px;
  border-bottom: 4px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

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

.nav-link-2.w--current {
  opacity: 1;
  border-bottom-color: #fff;
}

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

.dropdown-toggle-2 {
  z-index: 20;
  color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 0;
  font-family: Open Sans, sans-serif;
  line-height: 27px;
  transition: opacity .2s;
  display: flex;
  position: static;
}

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

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

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

.modern-button.in-dropdown {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .8em;
  text-decoration: none;
}

.dropdown-image-size {
  z-index: 10;
  letter-spacing: 0;
  border: 1px solid #d8c7c94d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 200px;
  padding: 2.2em;
  font-family: veneer-three, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: filter .525s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
}

.dropdown-image-size:hover {
  filter: grayscale();
}

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

.modern-button-title {
  color: #fffffff7;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

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

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

.dropdown-list-2.w--open {
  background-color: #000000f2;
  top: 5.4em;
}

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

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

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

.cover-image.last {
  object-position: 80% 50%;
}

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

.text-block-2 {
  line-height: 27px;
}

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

.div-block-62.catering {
  grid-template-columns: 1fr 1fr;
}

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

.event-single {
  background-image: linear-gradient(#0000, #0000), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 13px;
  padding: 25px 22px;
  text-decoration: none;
}

.suub-evet {
  opacity: .9;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.image-4 {
  opacity: .72;
  margin-top: 15px;
}

.middle-2 {
  background-image: url('../images/_SGT3569-HDR.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  width: 100%;
  margin: 21px 0 59px;
}

.menu-items.last {
  margin-bottom: 0;
}

.menu-items.short {
  grid-row-gap: 10px;
}

.menu-items.short.last2 {
  margin-bottom: 0;
}

.menu-item-5.high {
  border: 2px solid var(--yellow);
  padding: 17px;
}

.info-title {
  color: #102b4e;
  margin-top: 5px;
  font-size: 24px;
}

.info-title.menu {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: veneer-two, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.menu {
  color: #f0f0f0;
  text-align: left;
  text-transform: lowercase;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.infotext.menu.non {
  text-transform: none;
}

.infotext.sub-em {
  color: #f0f0f0;
  text-align: center;
  text-transform: lowercase;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.infotext.sub-em.no {
  text-transform: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.infotext.sub-em.game {
  margin-top: -10px;
  margin-bottom: 12px;
}

.infotext.draft {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.sub-mennu {
  opacity: 1;
  color: var(--yellow);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: veneer-three, sans-serif;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.text-span-22 {
  color: var(--bisque);
  margin-left: 5px;
  font-family: Notoemoji, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-64 {
  width: 100%;
  margin-top: 20px;
}

.bold-text-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: veneer-three, sans-serif;
}

.html-embed-2 {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: veneer-three, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.menu-6abs {
  z-index: 60;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 15px 50px;
  display: flex;
  position: sticky;
  top: 87px;
}

.button-3 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #d0b15f;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .4s, background-color .4s;
}

.button-3:hover {
  color: #d0b15f;
  background-color: #fff;
}

.button-3.oo-q {
  letter-spacing: 2px;
  background-color: #222;
  border-radius: 3px;
  margin: 6px;
  padding: 10px 14px;
  font-family: veneer-three, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-3.oo-q:hover {
  color: #fff;
  background-color: #141414;
}

.button-3.oo-q.w--current {
  background-color: #000;
}

.div-block-65 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brunch {
  z-index: 10;
  aspect-ratio: auto;
  color: var(--yellow);
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  font-family: veneer-three, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

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

.div-block-66 {
  margin-bottom: 50px;
}

.heading-14, .heading-15 {
  color: var(--white);
  font-family: veneer-three, sans-serif;
  font-size: 55px;
}

.paragraph-4 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.div-block-67 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 40px;
  display: grid;
}

.grif-d {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.grif-d.margin {
  margin-bottom: 0;
}

.image-12 {
  object-fit: cover;
  border-radius: 8px;
}

.new-sub {
  opacity: 1;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-family: veneer-three, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.op {
  background-color: var(--yellow);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 7px 14px;
  font-family: veneer-three, sans-serif;
  font-weight: 400;
}

.grif-d2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.grif-d2.margin {
  margin-bottom: 0;
}

.members-heading {
  color: #f8f8f8;
  letter-spacing: -5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: veneer-three, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 13vw;
  position: static;
  inset: 0% 0% auto;
}

.slide-nav-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  bottom: -80px;
}

.event-date-block {
  z-index: 100;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.card-title.margin-bottom-30px {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 12px;
  font-family: veneer-three, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-16 {
  color: #000;
  margin-top: 0;
  font-weight: 700;
  line-height: .8;
}

.heading-16.h2 {
  color: #333;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.image-13 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
}

.section-3 {
  background-image: url('../images/lines.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.event {
  background-image: none;
  padding: 0 50px;
}

.events-slider {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.event-date {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

._3-grids {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 22px;
}

.subtitle-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/Rectangle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 68px;
  padding-right: 68px;
  font-size: 16px;
  line-height: 32px;
}

.subtitle-2.dark-title {
  background-image: url('../images/Rectangle-dark.svg');
}

.paragraph-5 {
  color: #585858;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-5.small-paragraph {
  color: #33333380;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.event-slider-mask {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.card-image-block.margin-bottom-30px {
  position: relative;
}

.hide {
  display: none;
}

.phone {
  z-index: 10;
  background-image: url('../images/phone.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 12em;
  position: fixed;
  left: -15px;
  transform: scale(.6);
}

.text-span-24 {
  color: var(--bisque);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: veneer-three, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-flex-1 {
  background-color: #000;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0 7px 50px;
  line-height: 20px;
  display: flex;
}

.subnav {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  line-height: 20px;
  display: flex;
}

.nav-contact-link {
  color: #fff;
  letter-spacing: 0;
  border-bottom: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .7em;
  margin-right: .7em;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

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

.nav-contact-link.fis {
  margin-left: 0;
}

.paragraph-16 {
  margin-bottom: 0;
  line-height: 22px;
}

.link-block-8 {
  margin-top: 0;
  margin-left: 6px;
  padding: 4px 0 4px 4px;
}

.city-text {
  color: #fff;
  margin-top: 7px;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.address-link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 400;
  line-height: 61px;
  text-decoration: none;
  transition: color .2s;
}

.address-link:hover {
  color: #f7ac5d;
}

.text-span-3 {
  font-size: 20px;
}

.image-section-2 {
  background-color: #000;
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-section-2.cta {
  min-height: 500px;
}

.address-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.top-margin {
  position: relative;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.html-embed-4 {
  z-index: 9;
  height: 400px;
  position: relative;
}

.div-block-68 {
  z-index: 10;
  background-image: linear-gradient(#00000057, #0000000a 17%, #000 64%, #fff0);
  height: 80px;
  margin-bottom: -30px;
  position: relative;
  inset: 0% 0% auto auto;
}

.go-up-button {
  z-index: 999999;
  color: #fff;
  background-color: #eb6711;
  background-image: url('../images/636c019b1b886ad4c2f273e8_subir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

.text-span-25 {
  color: var(--yellow);
  margin-bottom: 11px;
  font-family: veneer-three, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

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

.link-5 {
  color: #fff;
  text-decoration: none;
}

.modal {
  z-index: 9999999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-60 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000007d, #0000007d);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  cursor: pointer;
  text-decoration: none;
}

.image-29 {
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0;
}

.modal__close {
  opacity: .8;
  filter: contrast(200%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 18px;
  left: auto;
  right: 20px;
}

.modal__close:hover {
  opacity: 1;
}

.image-26 {
  filter: none;
}

.bold-text-3 {
  text-transform: lowercase;
}

.image-30 {
  z-index: 9999;
  margin-top: -106px;
  position: relative;
  right: -156px;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100px;
  margin-bottom: 100px;
}

.slide-nav-4, .right-arrow-3, .left-arrow-3 {
  display: none;
}

.html-embed-6 {
  z-index: 99999;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.para2 {
  background-image: url('../images/AU8I7879.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.para3 {
  background-image: linear-gradient(#000, #0000 53%, #000), url('../images/au8i9757.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
}

.para3.top {
  background-image: linear-gradient(#000, #0000 53%, #0000), url('../images/main_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.para3.bottom {
  background-image: linear-gradient(#0000, #0000 58%, #000), url('../images/AU8I9720-top_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.para3.e-c-cover {
  background-image: linear-gradient(#0000, #0000 58%, #000), url('../images/AU8I7952.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.para3.para1 {
  background-image: linear-gradient(#000, #0000 53%, #0000), url('../images/main_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.para3.bottom-copy {
  background-image: linear-gradient(#0000, #0000 58%, #000), url('../images/AU8I8011.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-26 {
  color: var(--white);
  font-size: 25px;
}

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

.labor-day-text {
  color: var(--bisque);
  letter-spacing: 1px;
  margin-bottom: .2em;
  font-family: veneer-three, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.labor-day-text.green {
  color: #39cf66;
}

.text-block-3 {
  color: #fff;
  background-color: #0a0a0a;
  border-radius: 7px;
  padding: 4px 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bold-text-5 {
  color: #d64141;
}

.code-embed, .nye-btn {
  z-index: 9999999;
  color: #111;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: fixed;
  inset: auto 1% 2% auto;
}

.nye-btn--notfixed {
  z-index: 9999999;
  color: #111;
  cursor: pointer;
  margin-top: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: static;
  inset: auto 1% 2% auto;
}

@media screen and (min-width: 1440px) {
  .navbar-2.see {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation._8841 {
    background-image: linear-gradient(#000, #0000);
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-6abs {
    padding-right: 0;
  }

  .button-3.oo-q {
    letter-spacing: 2px;
    font-family: veneer-three, sans-serif;
    font-size: 15px;
  }

  .div-block-65 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .brunch {
    background-color: #0000;
  }

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

@media screen and (min-width: 1920px) {
  .navbar-container {
    max-width: 1610px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 98px;
  }

  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 38px;
  }

  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 24px;
  }

  .section-hero.roof {
    padding-top: 50px;
  }

  .shape {
    height: 140vh;
  }

  .image-shape {
    background-attachment: scroll;
  }

  .grid-navbar {
    padding: 15px 18px;
  }

  .nav-line {
    margin-left: 18px;
    margin-right: 18px;
  }

  .grid-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .grid-menu {
    grid-row-gap: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .menu-button-close {
    top: 27px;
    right: 18px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  .block.h {
    padding-top: 0;
  }

  .block.hide02 {
    padding-bottom: 0;
  }

  .line-space {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .grid-modular {
    grid-row-gap: 12px;
  }

  .image-block.hidem {
    display: none;
  }

  .image-block-modular {
    padding-right: 30px;
  }

  .slider {
    height: 55vw;
    margin-top: 60px;
  }

  .slide {
    margin-right: -4vw;
  }

  .block-blog {
    padding-left: 2%;
    padding-right: 2%;
  }

  .heading-menu {
    bottom: -80px;
  }

  .heading-menu.lg {
    padding-bottom: 17px;
    padding-left: 57px;
    padding-right: 57px;
    bottom: 0;
  }

  .image-block-careers {
    margin-top: 50px;
    margin-bottom: 110px;
  }

  .grid-about {
    grid-row-gap: 70px;
  }

  .collection-list-blog {
    grid-row-gap: 50px;
  }

  .image-blog-page {
    min-height: 320px;
  }

  .image-blog-main {
    margin-bottom: 55px;
  }

  .utility-page-form {
    max-width: 460px;
  }

  .dropdown-toggle {
    color: #415d6b;
    text-align: right;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-mobile {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .brand-mobile.w--current {
    margin-left: 10px;
    display: flex;
  }

  .menu-button-2 {
    color: #fff;
    padding-top: 22px;
    padding-right: 0;
  }

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

  .navlink {
    color: #fff;
    text-align: right;
    width: 100%;
    height: 40px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: #0000;
  }

  .inline-block {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-column.right {
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 7px 30px 20px 0;
  }

  .nav-column.left {
    text-align: right;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-right: 20px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #d4e0e9;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 10px;
  }

  .navbar-container._96 {
    padding: 9px 0 7px;
  }

  .mini-arrow {
    margin-top: 20px;
  }

  .image-11 {
    object-fit: contain;
    width: 130px;
    max-width: none;
    height: 60px;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .icon-3 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  }

  .nav-column-center, .underline-hover.mobile-hide {
    display: none;
  }

  .nav-menu-2 {
    background-color: #000;
    border-radius: 10px;
  }

  .on-load-5._4545 {
    margin-top: 0;
  }

  .hero-container {
    width: 70%;
  }

  .hero-section {
    min-height: 645px;
  }

  .image-section {
    max-width: 100%;
  }

  .section-2.top, .section-2.bottom {
    height: 400px;
  }

  .section-2.para1 {
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .button-2 {
    border-radius: 0;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .feature-banner {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .about-section {
    padding: 50px;
    overflow: hidden;
  }

  ._00a0s {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 22px;
  }

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

  .paragraph-big.intro-text {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hour {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-testimonials-gird {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pat6 {
    background-attachment: scroll, scroll, scroll;
    height: auto;
    padding: 50px;
  }

  .p_m {
    text-align: left;
  }

  .main-paragraph-white {
    width: auto;
  }

  .hours {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .about {
    padding: 50px;
  }

  .div-block-61 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zen-pic-2 {
    width: 500px;
    height: auto;
  }

  .zen-wrap-3.none {
    padding-left: 0;
  }

  .zen-text-1 {
    font-size: 18px;
  }

  .zen-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-items: center;
  }

  .zen-container-1 {
    width: auto;
    max-width: none;
  }

  .zen-grid-1 {
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .zen-pic-66 {
    width: 100%;
    display: none;
  }

  .zen-wrap-8 {
    width: 100%;
  }

  .list, .text {
    width: auto;
  }

  .zen-wrap-9 {
    align-self: flex-start;
  }

  .zen-pic-5 {
    width: 100%;
  }

  .zen-wrap-1-1 {
    align-self: flex-start;
  }

  .middle {
    height: 400px;
  }

  .dropdown-image-color {
    background-image: linear-gradient(270deg, #30262700, #2c191bf2);
  }

  .dropdown-icon {
    margin-left: .5em;
  }

  .nav-link-2 {
    white-space: nowrap;
    border-bottom-width: 2px;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 12px;
  }

  .nav-link-2.is-dropdown {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle-2.w--open {
    background-color: #d8c7c933;
  }

  .modern-button {
    padding: 1.5em 2.5em;
  }

  .modern-button:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .dropdown-image-size {
    min-height: auto;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    border-bottom: 1px solid #10131f;
  }

  .div-block-63 {
    grid-template-columns: 1fr 1fr;
  }

  .middle-2 {
    background-position: 50%;
    background-attachment: scroll;
    height: 400px;
  }

  .menu-items {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-items.short.last2 {
    margin-top: 20px;
  }

  .menu-6abs {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    top: 69px;
  }

  .div-block-65 {
    padding-right: 50px;
  }

  ._3-grids {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-flex-1 {
    display: none;
  }

  .city-text {
    line-height: 32px;
  }

  .address-link {
    line-height: 46px;
  }

  .image-section-2 {
    max-width: 100%;
  }

  .modal__close {
    filter: contrast(200%) invert();
  }

  .image-30 {
    right: -146px;
  }

  .para2 {
    background-attachment: scroll;
    height: 400px;
  }

  .para3.top, .para3.bottom, .para3.para1 {
    height: 400px;
  }

  .para3.bottom-copy {
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .labor-day-text {
    font-size: 18px;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  .shape {
    height: 80vh;
  }

  .grid-navbar {
    padding: 13px 10px;
  }

  .brand {
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo {
    height: 40px;
  }

  .menu-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-menu {
    font-size: 10px;
  }

  .nav-line {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-hero {
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }

  .heading-hero, .heading-hero.white, .heading-hero.h-co {
    font-size: 40px;
  }

  .paragraph-hero {
    font-size: 14px;
  }

  .paragraph-hero.cc {
    text-align: center;
  }

  .nav-button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 10px;
  }

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

  .menu-button-close {
    padding-left: 18px;
    padding-right: 18px;
    top: 22px;
    right: 10px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block.h {
    align-items: center;
  }

  .heading {
    font-size: 40px;
  }

  .grid-features {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .line-space {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .grid-modular {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-block-modular {
    margin-top: 90px;
    padding-right: 0;
  }

  .image-modular {
    width: 100%;
  }

  .mask {
    padding-left: 38px;
    padding-right: 38px;
  }

  .collection-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .image-blog {
    width: 100%;
  }

  .block-blog {
    margin-top: 17px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-blog.pride {
    margin-top: 21px;
  }

  .link-arrow {
    margin-top: 24px;
  }

  .newsletter {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .grid-footer {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .form-newsletter {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-absolute {
    left: -5%;
  }

  .image-modular-absolute {
    width: 50%;
    bottom: -6%;
    left: -5%;
  }

  .section-first {
    padding-bottom: 0;
  }

  .menu-covers {
    margin-bottom: 50px;
  }

  .menu-covers._0 {
    margin-bottom: 0;
  }

  .image-menu {
    height: 45vw;
  }

  .heading-menu {
    padding: 24px 60px;
    bottom: -65px;
  }

  .heading-menu.lg {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .grid-contact {
    grid-row-gap: 28px;
  }

  .image-block-careers {
    margin-bottom: 90px;
  }

  .collection-list-blog {
    grid-row-gap: 30px;
  }

  .image-blog-main {
    margin-bottom: 45px;
  }

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

  .utility-page-content {
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }

  .navbar-2.see {
    width: 100%;
  }

  .brand-mobile {
    padding-left: 0;
  }

  .navigation {
    z-index: 9;
  }

  .navigation._8841 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-11 {
    width: 100px;
  }

  .nav-menu-2 {
    height: 100vh;
    padding-bottom: 240px;
    overflow: auto;
  }

  .on-load-5._4545 {
    margin-top: 0;
  }

  .hero-container {
    width: 90%;
    min-height: 500px;
  }

  .hero-section {
    min-height: 550px;
  }

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

  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

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

  .feature-banner.pap {
    margin-bottom: 26px;
  }

  .about-section {
    padding: 50px 30px;
  }

  ._00a0s {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-big.intro-text {
    text-align: left;
    column-count: 1;
    font-size: 15px;
    line-height: 24px;
  }

  .grey-text-2.h1, .heading-3 {
    font-size: 15px;
  }

  .div-block {
    flex-direction: column;
  }

  .hour {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .pat6 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .revi, .p_m {
    text-align: left;
  }

  .p_m.review {
    color: #f5f5f5db;
    font-size: 14px;
  }

  .hours {
    margin-right: 0;
  }

  .hours._00 {
    margin-bottom: 23px;
  }

  .about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-61 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .zen-heading-1 {
    font-size: 30px;
  }

  .zen-text-1 {
    margin-bottom: 0;
  }

  .text-span-21 {
    font-size: 17px;
  }

  .list {
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .tavern {
    font-size: 40px;
  }

  .html-embed {
    text-align: center;
  }

  .nav-link-2 {
    margin-right: 1.8em;
  }

  .modern-button-title {
    font-size: 1em;
  }

  .dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .div-block-62 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-63 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .event-single {
    padding: 21px;
  }

  .suub-evet {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .menu-items {
    grid-template-columns: 1fr;
    place-items: stretch center;
    margin-left: 0;
    margin-right: 0;
  }

  .info-title.menu, .infotext.menu, .infotext.sub-em, .infotext.draft {
    text-align: center;
  }

  .sub-mennu {
    color: var(--yellow);
  }

  .div-block-64 {
    margin-top: 0;
  }

  .menu-6abs {
    z-index: 60;
    flex-flow: wrap;
    padding-left: 0;
    display: block;
    top: 70px;
  }

  .button-3.oo-q {
    text-align: center;
    letter-spacing: 2px;
    margin: 4px;
    padding: 10px;
  }

  .button-3.oo-q.w--current {
    margin: 0;
  }

  .div-block-65 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
  }

  .brunch {
    margin-top: 2px;
  }

  .heading-16.h2 {
    font-size: 40px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3-grids {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .paragraph-5 {
    line-height: 1.4em;
  }

  .paragraph-5.small-paragraph {
    font-size: 14px;
  }

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

  .nav-flex-1 {
    min-height: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .subnav {
    font-size: 9px;
  }

  .city-text {
    font-size: 20px;
    line-height: 30px;
  }

  .address-link {
    line-height: 42px;
  }

  .image-section-2 {
    min-height: 1000px;
  }

  .html-embed-4 {
    height: 300px;
  }

  .link-4 {
    display: block;
  }

  .modal__body {
    flex-direction: column;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .image-30 {
    position: absolute;
    right: -11px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .grid-navbar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-line {
    display: none;
  }

  .grid-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-hero.white, .heading-hero.h-co {
    text-align: center;
  }

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

  .content {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-row-gap: 80px;
  }

  .heading {
    text-align: center;
  }

  .line-space {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image-block-modular {
    margin-top: 80px;
  }

  .slider {
    margin-top: 50px;
  }

  .image-blog {
    min-height: 0;
  }

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

  .block-blog.pride {
    margin-top: -17px;
  }

  .heading-blog {
    font-size: 25px;
  }

  .grid-footer {
    grid-column-gap: 5px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-first {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-first.ntruc {
    padding-bottom: 45px;
  }

  .menu-covers {
    margin-top: 50px;
    margin-bottom: 43px;
  }

  .menu-covers.first, .menu-covers._0 {
    margin-bottom: 0;
  }

  .image-menu {
    height: 200px;
  }

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

  .heading-menu.lg {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 40px;
  }

  .grid-menu-item {
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }

  .form {
    grid-row-gap: 16px;
  }

  .image-block-careers {
    margin-bottom: 80px;
  }

  .grid-about {
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .block-about {
    margin-bottom: -38px;
    padding-right: 0%;
  }

  .collection-item-blog {
    grid-template-columns: 1fr;
  }

  .image-blog-page {
    height: auto;
    min-height: 50vw;
  }

  .block-blog-page {
    padding-top: 38px;
    padding-bottom: 38px;
  }

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

  .template-info {
    flex-direction: column;
  }

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

  .licensing {
    height: 180px;
  }

  .utility-page-content {
    padding-left: 7%;
    padding-right: 7%;
  }

  .brand-mobile.w--current {
    margin-left: 0;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .mini-arrow {
    display: inline-block;
  }

  .nav-menu-2 {
    border-radius: 0;
  }

  .slide-content-2 {
    height: 100%;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new4 {
    height: 100%;
  }

  .slide-img.new3 {
    background-position: 50%;
    height: 100%;
  }

  .slide-img.new5 {
    background-position: 59%;
    height: 100%;
  }

  .slide-img.new2 {
    background-position: 40%;
    height: 100%;
  }

  .hero-slider-2 {
    margin-top: 0;
    position: static;
  }

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

  .hero-container.p {
    min-height: 700px;
  }

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

  .hero-section {
    min-height: 700px;
  }

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

  .image-section {
    min-height: 500px;
  }

  .section-2.top, .section-2.bottom, .section-2.para1 {
    height: 300px;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-banner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hour {
    padding-left: 0;
    padding-right: 0;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
  }

  ._9s9 {
    margin-bottom: 29px;
    display: block;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

  .none.type-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pat6 {
    padding-top: 32px;
  }

  .revi, .p_m.review {
    text-align: center;
  }

  .main-paragraph-white {
    font-size: 15px;
    line-height: 24px;
  }

  .sub {
    margin-top: 11px;
    margin-bottom: 0;
  }

  .sub._0a0a {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .preview-link {
    font-size: 16px;
  }

  .hours {
    align-items: flex-start;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .zen-heading-1 {
    text-align: center;
  }

  .zen-pic-2, .zen-pic-4 {
    border-width: 6px;
  }

  .zen-grid-2 {
    margin-top: 40px;
  }

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

  .text-span-21 {
    font-weight: 500;
  }

  .zen-pic-66 {
    border-width: 6px;
    display: block;
  }

  .list, .text {
    line-height: 20px;
  }

  .zen-pic-5 {
    border-width: 6px;
  }

  .middle {
    height: 300px;
  }

  .nav-link-2 {
    margin-right: 0;
  }

  .dropdown-toggle-2.w--open {
    background-color: #d8c7c900;
  }

  .modern-button {
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-size: .9em;
  }

  .modern-button.in-dropdown {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    padding: 0;
  }

  .dropdown-image-size {
    border-style: none;
    align-items: flex-start;
    padding: 4.6em 1.3em .5em .8em;
  }

  .modern-button-title {
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: 400;
  }

  .dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-62 {
    grid-template-columns: 1fr;
  }

  .div-block-63 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .event-single {
    padding: 13px;
  }

  .middle-2 {
    height: 300px;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-size: 18px;
  }

  .infotext.menu {
    text-align: center;
    margin-top: -3px;
    font-size: 14px;
  }

  .infotext.sub-em, .infotext.draft {
    text-align: center;
    font-size: 14px;
  }

  .sub-mennu {
    font-size: 30px;
  }

  .menu-6abs {
    padding: 5px 0 0;
    top: 77px;
  }

  .button-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-3.oo-q {
    letter-spacing: 1px;
    margin: 5px;
    font-size: 15px;
  }

  .div-block-65 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brunch {
    font-size: 16px;
  }

  .heading-16.h2 {
    font-size: 35px;
  }

  .section-3 {
    overflow: hidden;
  }

  .section-3.event {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._3-grids {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .phone {
    width: 15em;
    height: 15em;
    margin-top: -6em;
  }

  .nav-flex-1 {
    min-height: 3.3em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-contact-link.fis {
    display: none;
  }

  .city-text {
    font-size: 16px;
    line-height: 25px;
  }

  .address-link {
    font-size: 30px;
  }

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

  .image-section-2 {
    min-height: 550px;
  }

  .image-section-2.cta {
    min-height: 370px;
  }

  .center-address {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal {
    padding: 0 7px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    margin: 4px;
  }

  .image-29 {
    object-fit: cover;
  }

  .modal__close {
    width: 20px;
    height: 20px;
    top: 4px;
    right: 4px;
  }

  .image-30 {
    width: 100px;
    margin-top: -62px;
    margin-left: 0;
    position: relative;
    top: -12px;
    bottom: auto;
    right: -176px;
  }

  .para2, .para3.top, .para3.bottom, .para3.para1, .para3.bottom-copy {
    height: 300px;
  }

  .text-span-27, .text-span-28 {
    display: block;
  }

  .bold-text-5 {
    font-weight: 600;
  }
}

#w-node-cb22655c-f538-adf4-d932-b02063694294-5bc69695, #w-node-cb22655c-f538-adf4-d932-b02063694285-5bc69695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680caacc-024e-6169-0294-0cd0d917f3a1-5bc69695, #w-node-_2d85c542-1896-db2f-51bd-dc6b3638599a-5bc69695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb22655c-f538-adf4-d932-b02063694287-5bc69695, #w-node-cb22655c-f538-adf4-d932-b02063694288-5bc69695, #w-node-cb22655c-f538-adf4-d932-b0206369428a-5bc69695, #w-node-cb22655c-f538-adf4-d932-b0206369428e-5bc69695, #w-node-cb22655c-f538-adf4-d932-b0206369428f-5bc69695, #w-node-cb22655c-f538-adf4-d932-b02063694291-5bc69695, #w-node-_785f1238-02b4-bc07-a451-8d03f2ce353c-5bc69695, #w-node-_2ae4c24e-c626-98b8-55d4-efc1656362fb-5bc69695, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-5bc69695, #w-node-_285f215a-84e3-4128-cc9b-3324c9022448-5bc69695, #w-node-_2ebd1465-9fe8-1a25-4355-ad7d9b6959b2-5bc69695, #w-node-e6569fc6-9517-f663-ac99-6c7694a662da-5bc69698, #w-node-_285f215a-84e3-4128-cc9b-3324c9022448-36fc0604, #w-node-_2ebd1465-9fe8-1a25-4355-ad7d9b6959b2-36fc0604, #w-node-ea66a953-f40e-0d2c-9063-00127063cf25-36fc0604, #w-node-ea66a953-f40e-0d2c-9063-00127063cf31-36fc0604, #w-node-ea66a953-f40e-0d2c-9063-00127063cf3d-36fc0604, #w-node-c05203d5-d54b-17dc-19ab-018652536203-36fc0604, #w-node-_3f33a35d-6a27-0d0a-0b4e-76b7be6cc9a5-36fc0604, #w-node-fdf2d05d-31a4-9f3d-d5cd-e9035caf6755-36fc0604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cb22655c-f538-adf4-d932-b02063694285-5bc69695 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_285f215a-84e3-4128-cc9b-3324c9022448-5bc69695, #w-node-_2ebd1465-9fe8-1a25-4355-ad7d9b6959b2-5bc69695 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9389345c-4018-490b-498c-f9331f5f8b31-5bc69695, #w-node-_9389345c-4018-490b-498c-f9331f5f8b48-5bc69695, #w-node-_9389345c-4018-490b-498c-f9331f5f8b5d-5bc69695, #w-node-_9389345c-4018-490b-498c-f9331f5f8b31-36fc0604, #w-node-_9389345c-4018-490b-498c-f9331f5f8b48-36fc0604, #w-node-_9389345c-4018-490b-498c-f9331f5f8b5d-36fc0604 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e4fed17-2d0c-b688-dd19-a2a57f103fe9-5bc69695, #w-node-_7e27fa7e-c516-ea06-20d2-de5d4c63023d-5bc69695, #w-node-_5e4fed17-2d0c-b688-dd19-a2a57f103ff1-5bc69695, #w-node-_5e4fed17-2d0c-b688-dd19-a2a57f103ff9-5bc69695, #w-node-_5e4fed17-2d0c-b688-dd19-a2a57f104001-5bc69695, #w-node-cb22655c-f538-adf4-d932-b02063694294-5bc69695 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb22655c-f538-adf4-d932-b02063694285-5bc69695 {
    order: 9999;
  }

  #w-node-_336a2dec-11df-c04b-1f45-ff50d2e16433-5bc69695, #w-node-_68f144ce-82f2-aba3-a8db-1e28c0797a9d-5bc69695, #w-node-_785f1238-02b4-bc07-a451-8d03f2ce353c-5bc69695, #w-node-f64ce1d9-0a3f-40f7-86db-18ad1a0399ef-5bc69695 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9389345c-4018-490b-498c-f9331f5f8b31-5bc69695 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-_8e14c2d1-68cc-0780-12be-313334172c4a-34172c35, #w-node-_9da239ce-fb09-a4b5-dc3d-0e3b38402448-34172c35, #w-node-_8e14c2d1-68cc-0780-12be-313334172c5a-34172c35, #w-node-_8e14c2d1-68cc-0780-12be-313334172c52-34172c35, #w-node-_8e14c2d1-68cc-0780-12be-313334172c62-34172c35, #w-node-_285f215a-84e3-4128-cc9b-3324c9022448-36fc0604 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9389345c-4018-490b-498c-f9331f5f8b31-36fc0604 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Notoemoji';
  src: url('../fonts/NotoEmoji-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}