@font-face {
  font-family: Hagin;
  src: url('../fonts/HaginCapsThin-Thin.eot') format("embedded-opentype"), url('../fonts/HaginCapsThin-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hagin;
  src: url('../fonts/HaginCapsMedium-Medium.eot') format("embedded-opentype"), url('../fonts/HaginCapsMedium-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraphs: #ffe2c08c;
  --light: #ffe2c0;
  --darl-brown: #180f00;
  --accent-a: #bf344e;
  --background-a: #172536;
  --border: #ffe2c033;
  --bisque: #e4aa34;
  --white: #ffffffd6;
  --yellow: #bb8b26;
  --brown: #5f4e3b;
  --dark: #0f1a28;
  --shadow: #0f182380;
  --light-tan: #d1c4b0;
  --accent-b: #29938d;
  --gold: #998058;
  --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(--darl-brown);
  text-transform: none;
  font-family: Hagin, sans-serif;
  font-weight: 500;
}

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/AU8I7882.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;
  font-size: 55px;
}

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

.heading-hero.white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: 3px 4px 2px #0003;
  font-family: Hagin, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

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

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

.paragraph-hero.cc.teaser {
  color: #181818;
  max-width: none;
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-hero.cc.light-02 {
  color: #fff;
  max-width: none;
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px;
}

.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;
}

.section.home {
  background-color: #fff;
  background-image: linear-gradient(#fffaf0ed, #fffaf0ed), url('../images/Asset-02.svg');
  background-position: 0 0, 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
}

.section.menu-page {
  background-color: #fff;
  background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/knife.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
  margin-top: 90px;
  padding-top: 100px;
}

.section.menu-page.food-menu {
  background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/rooster1_1.avif'), url('../images/knife.avif');
  background-position: 0 0, 1% .5%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 250px, 100px;
}

.section.menu-page.food-menu._28 {
  display: none;
}

.section.menu-page.drinks-m {
  background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/cocktail-icon.avif'), url('../images/beer-hold.avif');
  background-position: 0 0, 100% 100%, 102% 5%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 200px;
}

.section.menu-page.happy-m {
  background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/drinks-icon.avif'), url('../images/wings.avif');
  background-position: 0 0, 100% 100%, 102% 5%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 150px, 200px;
}

.section.reservations-sec {
  background-color: var(--darl-brown);
  background-image: linear-gradient(#180f00bf, #180f00bf), url('../images/dark-backgr.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  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;
  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: var(--brown);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 13px;
  font-family: Hagin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  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);
  padding-left: 13px;
  padding-right: 13px;
}

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

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

.button-accent.secondary {
  background-color: var(--brown);
  color: #fff;
  border-color: #fff;
  padding-top: 10px;
  font-size: 16px;
}

.button-accent.secondary: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 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 8px 1px #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);
}

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

.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;
}

.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(--light-tan);
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Hagin, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.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;
  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;
  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(#000000c2, #000000c2), url('../images/Jenny-1.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(--gold);
  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: Hagin, sans-serif;
  font-size: 40px;
  font-weight: 500;
  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 {
  background-color: var(--darl-brown);
  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_1.avif');
  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;
  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(--gold);
}

.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;
  padding-top: 9px;
  padding-bottom: 5px;
}

.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: var(--gold);
  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: var(--gold);
}

.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/2016_0311BrazenTavern-239M_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new3 {
  background-image: url('../images/2_Lounge_BRAZN_1.avif');
  background-size: cover;
}

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

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

.slide-img.scre {
  background-image: url('../images/2_Brazen-new_1.avif');
  background-position: 50% 0;
  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 {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 116px;
}

.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_1.avif');
  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_1.avif');
  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(#00000080, #00000080);
}

.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/0311BrazenTavern_1.avif');
  background-size: auto;
  background-attachment: fixed;
}

.section-2 {
  background-image: linear-gradient(#000, #0000 53%, #000);
  height: 600px;
}

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

.section-2.bottom {
  background-image: url('../images/gallery0_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2.e-c-cover {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AU8I5576_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: 400px;
  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;
  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.avif');
  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.avif');
  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;
}

.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;
  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: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-20 {
  font-family: veneer-three;
  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: Hagin, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/ian-dooley-dcqMsxhU4zo-unsplash-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: 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: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Hagin, 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, .p_m.footer-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  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/Jenny-1.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;
}

.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_1.avif');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding-bottom: 0;
  position: absolute;
  inset: -5% auto auto -.5%;
}

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

.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;
  margin-bottom: .2em;
  font-family: veneer-three;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.zen-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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;
  align-items: center;
  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;
  font-size: 45px;
  font-weight: 400;
}

.middle {
  background-image: url('../images/AU8I5713_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 {
  font-size: .8em;
  text-decoration: none;
}

.dropdown-image-size {
  z-index: 10;
  border: 1px solid #d8c7c94d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 200px;
  padding: 2.2em;
  font-family: veneer-three;
  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;
  letter-spacing: .2em;
  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;
  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-62.goback {
  grid-template-columns: 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;
  margin-top: 30px;
  display: grid;
}

.event-single {
  background-color: var(--shadow);
  border-radius: 13px;
  padding: 25px;
}

.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/parallax3_1.avif');
  background-position: 50% 0;
  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: 20px 0 0;
}

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

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

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

.menu-items.huskers2 {
  grid-row-gap: 10px;
  grid-template-columns: .75fr .75fr;
}

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

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

.info-title.menu.flip {
  text-align: right;
}

.info-title.menu {
  color: #180f00;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hagin, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  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.description {
  color: var(--darl-brown);
  text-align: center;
  text-transform: none;
  align-items: flex-start;
  margin-top: 19px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.infotext.menu {
  color: #180f00;
  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.draft {
  color: #180f00;
  text-align: center;
  text-transform: none;
  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(--brown);
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Hagin, sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: flex;
}

.sub-mennu.brunch-title {
  text-align: center;
  font-size: 25px;
}

.sub-mennu.hurskter {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

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

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

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

.html-embed-2 {
  margin-bottom: 62px;
  font-family: veneer-three;
  font-size: 16px;
  font-weight: 400;
}

.menu-6abs {
  z-index: 60;
  background-color: var(--darl-brown);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px 15px;
  display: flex;
  position: sticky;
  top: 100px;
}

.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: 1px;
  background-color: #222;
  border-radius: 3px;
  margin: 6px;
  padding: 10px 14px;
  font-family: veneer-three;
  font-size: 13px;
  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 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brunch {
  z-index: 10;
  aspect-ratio: auto;
  color: var(--bisque);
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  font-family: veneer-three;
  font-size: 18px;
  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;
  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;
  font-size: 32px;
  font-weight: 400;
}

.op {
  background-color: var(--yellow);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 7px 14px;
  font-family: veneer-three;
  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;
  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: Hagin, sans-serif;
  font-size: 18px;
  font-weight: 500;
  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_1.avif');
  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;
  font-size: 18px;
  font-weight: 400;
}

.nav-flex-1 {
  background-color: var(--darl-brown);
  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(--gold);
  margin-bottom: 11px;
  font-family: Hagin, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: block;
}

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

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

.modal {
  z-index: 9999999;
  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(#0000006b, #0000006b);
  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-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  cursor: default;
  margin: 12px;
  text-decoration: none;
}

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

.modal__close {
  opacity: .8;
  filter: invert();
  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;
}

.w {
  float: left;
  clear: left;
  color: var(--brown);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-left: 9px;
  margin-right: -5px;
  padding-top: 18px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Hagin, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 20px;
}

.hours-2 {
  color: #141414;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 23px;
  margin-right: 50px;
  text-decoration: none;
  display: flex;
}

.press {
  filter: sepia();
  margin-right: 0;
}

.paragraph-17 {
  color: #2b2b2b;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text-4 {
  color: #be0000;
  font-weight: 600;
}

.press3 {
  flex-wrap: wrap;
  max-width: 920px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.less {
  color: #242424;
  text-align: left;
  margin-bottom: 0;
  padding: 35px 0 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.intro-paragraph {
  color: #5c5c5c;
  text-align: left;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.paragraph-2 {
  color: #5c5c5c;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.about-2 {
  background-color: #fff;
  background-image: linear-gradient(#fff8e9ab, #fff8e9ab), url('../images/anchor.avif');
  background-position: 0 0, -10% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  width: 100%;
  padding-top: 135px;
  padding-bottom: 100px;
}

.about-2:hover {
  opacity: 1;
}

.double-paragraph {
  max-width: 950px;
  margin-top: 0;
  display: block;
  position: static;
  top: 2%;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block-69 {
  flex-wrap: wrap;
  max-width: 920px;
  margin: 5px auto 0;
  display: flex;
}

.old-pencil {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 2%;
  left: 0;
  right: 0;
}

.press1 {
  color: #141414;
  align-items: center;
  margin-right: 25px;
  text-decoration: none;
  transition: filter .4s;
  display: flex;
}

.press1:hover {
  filter: grayscale();
}

.big-letter {
  float: left;
  clear: none;
}

.image-30 {
  filter: sepia();
  color: #aa936f;
  margin-right: 10px;
}

.title-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-holder.left {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
}

.title-dark-left {
  color: #083224;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
}

.title-dark-left.light {
  color: var(--light-tan);
  text-transform: capitalize;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
  font-family: Hagin, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.title-dark-left.sds {
  color: #5f4e3b;
  text-transform: capitalize;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
  font-family: Hagin, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.image-31 {
  width: 140px;
}

.image-32 {
  position: absolute;
  top: -90.5469px;
}

.div-block-72 {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  display: grid;
}

.div-block-73 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

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

.wrapper-border-layout-3-home {
  z-index: 0;
  border: 1px solid var(--gold);
  position: absolute;
  inset: 4% 4% -4% -4%;
}

.wrapper-image-blog-layout-3 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
  margin-bottom: -6px;
  position: relative;
}

.wrapper-image-blog-layout-3.xmas01 {
  background-color: #000;
  background-image: url('../images/AU8I5630_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.huskers-image {
  background-color: #000;
  background-image: url('../images/brazen_event_2023-08-24-at-50548-am-copy2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 160px;
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-right: 9px;
  display: flex;
}

.wrapper-image-blog-layout-3.brunch {
  background-image: url('../images/PA141490.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
}

.wrapper-image-blog-layout-3.summer {
  background-color: #000;
  background-image: url('../images/AU8I5696_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.place {
  background-image: url('../images/paralaxdrinks_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 160px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.taco {
  background-image: url('../images/rory_tacos_shutterstock_441287707.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
}

.wrapper-image-blog-layout-3.bench {
  background-image: url('../images/rory_pic_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
}

.wrapper-image-blog-layout-3.long {
  background-image: url('../images/Screen-Shot-2023-05-04-at-11.25.19-PM.png');
  background-position: 50% 100%;
  height: 400px;
}

.wrapper-image-blog-layout-3.gift {
  background-color: #000;
  background-image: url('../images/sports_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.rorory {
  background-color: #000;
  background-image: url('../images/Rory_event_AOH_____xmas___16_6_02-04-at-1.15.54-AM-copy-copy-1-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.irish {
  background-color: #000;
  background-image: url('../images/rory_event_Neil_8_-__16_6_02-04-at-1.15.54-AM-copy-copy-1-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-bottom: 0;
  display: flex;
}

.wrapper-image-blog-layout-3.dj {
  background-image: url('../images/parallax4_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.screen {
  background-image: url('../images/Brazen_Event_4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: 0;
}

.wrapper-card-blog-layout-3 {
  z-index: 2;
  border: 1px #000;
  text-decoration: none;
  position: relative;
}

.tickets {
  color: #fff;
  text-transform: uppercase;
  background-color: #a58238;
  margin-top: 11px;
  font-size: 12px;
  font-weight: 500;
}

.button-4 {
  color: #fff;
  background-color: #a58238;
  margin-top: 11px;
}

.date-layout-3 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.heading-blog-layout-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hagin, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-blog-layout-3.green {
  color: var(--light-tan);
  font-family: Hagin, sans-serif;
  font-weight: 500;
}

.wrapper-text-blog-layout-3 {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.wrapper-text-blog-layout-3.new2s {
  min-height: 0;
  padding-top: 11px;
  padding-bottom: 24px;
}

.ev3 {
  background-color: #000;
  background-image: linear-gradient(#1f1406a3, #1f1406a3), url('../images/dark-backgr.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.huskers {
  color: #d42726;
}

.white-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Hagin, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.link-huskers {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 0;
  padding: 5px;
  font-family: Hagin, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.link-huskers.green {
  color: var(--light-tan);
  font-family: Hagin, sans-serif;
  font-weight: 500;
}

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

.cta-image-frame {
  background-color: #d1c4b0;
  flex: none;
  width: 300px;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cta-image-frame._2 {
  margin-top: 30px;
}

.section-4 {
  background-color: #0b0931;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-4.cta-section {
  z-index: 10;
  background-color: var(--darl-brown);
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
}

.pres {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Hagin, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.pres:hover {
  color: #ffffff8f;
  text-decoration: none;
}

.sub1 {
  color: #c23238;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.sub1.ppa {
  color: #fff;
  margin-top: 10px;
  font-family: Hagin, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.image-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 93%;
}

.cta-image.ce {
  object-position: 30% 50%;
}

.cta-image.right {
  object-position: 0% 50%;
}

.taverns {
  z-index: 5;
  background-color: var(--light-tan);
  text-transform: lowercase;
  justify-content: center;
  margin-top: 0;
  padding: 10px 50px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.heading-4 {
  opacity: .95;
  color: #422f19;
  text-align: center;
  letter-spacing: 0;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Hagin, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
}

.form-error-2 {
  color: #f03e5a;
  background-color: #f03e5a14;
  border: 1px solid #f03e5a80;
  border-radius: 3px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 20px;
}

.button-5 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: lowercase;
  background-color: #140e05;
  border-radius: 0;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .5s;
}

.button-5:hover {
  opacity: .5;
  color: #fff;
}

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

.wrapper-4.part {
  text-align: center;
  max-width: 1000px;
}

.input-3 {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  transition: border .2s, background-color .2s;
}

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

.input-3:focus {
  background-color: #fff;
  border: 1px solid #dfa25f;
}

.input-3.reservation-input {
  flex: 90%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 300;
}

.input-3.reservation-input._01111 {
  flex: 0 auto;
  width: 50%;
  font-size: 14px;
}

.input-3.reservation-input._50, .input-3.reservation-input.next {
  flex-grow: 1;
  flex-basis: 40%;
  font-size: 14px;
}

.input-3.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-3.text-area.margin-input {
  color: #333;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
}

.input-3.text-area.margin-input::placeholder {
  color: #969696;
  font-size: 14px;
}

.input-3.reservation-input {
  flex: 90%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.input-3.reservation-input._50 {
  flex-grow: 1;
  flex-basis: 40%;
  font-size: 14px;
}

.date-3 {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  width: 50%;
  height: 48px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.reservation-form-3 {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.reservations {
  background-color: #111;
  border: 12px solid #fff;
  padding: 120px 40px;
}

.reservations.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.reservations.page-hero-section._2i2u3i2 {
  z-index: 9;
  text-align: center;
  background-color: #fffaf5;
  background-image: linear-gradient(#fffcf9d9, #fffcf9d9), url('../images/luck_1.avif'), url('../images/2016_0311BrazenTavern-24M2_1.avif');
  background-position: 0 0, 0 100%, 50%;
  background-repeat: repeat, no-repeat, repeat-y;
  background-size: auto, 150px, cover;
  background-attachment: scroll, scroll, scroll;
  border-style: none;
  padding: 100px 50px;
}

.reservation-2-copy-2 {
  z-index: 2;
  border: 6px solid var(--brown);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.form-success-2 {
  color: var(--darl-brown);
  text-transform: uppercase;
  background-color: #0000;
  font-family: Hagin, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

._800-px {
  color: #5c5c5c;
  text-align: center;
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.come-in {
  filter: sepia(41%);
  position: absolute;
  inset: auto 4% 0% auto;
}

.open {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 100px;
}

.google-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 20px 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px -1px #0003;
}

.google_top-bar {
  justify-content: space-between;
  height: 3px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.google-bar_line {
  background-color: #ea4335;
  flex: 1;
  height: 100%;
}

.google-bar_line.is-yellow {
  background-color: #f9bc06;
}

.google-bar_line.is-green {
  background-color: #34a853;
}

.google-bar_line.is-blue {
  background-color: #4285f4;
}

.google-logo {
  height: 20px;
  margin-bottom: -4px;
  margin-left: 5px;
}

.image-33 {
  margin-bottom: 10px;
}

.image-34 {
  filter: grayscale();
  margin-top: 10px;
}

.brazen {
  color: var(--brown);
  text-transform: uppercase;
  font-family: Hagin, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.brazen-btn {
  border: 1px solid var(--brown);
  background-color: var(--white);
  color: var(--brown);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 13px 8px;
  font-family: Hagin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: letter-spacing .375s, background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.brazen-btn:hover {
  background-color: var(--white);
  color: var(--dark);
  padding-left: 13px;
  padding-right: 13px;
}

.brazen-btn.margin {
  margin-top: 16px;
}

.brazen-btn.small {
  padding: 15px 23px;
}

.brazen-btn.secondary {
  background-color: var(--brown);
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}

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

.pp {
  filter: sepia(41%);
  position: absolute;
  inset: auto auto -3% -14%;
}

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

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

.html-embed-5 {
  height: 450px;
}

.items {
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
}

.items.after {
  max-width: 1200px;
  margin-top: 0;
}

.items.brunch-02 {
  margin-top: 30px;
}

.tile-light {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.add {
  text-transform: uppercase;
  font-family: Hagin, sans-serif;
  font-weight: 500;
}

.body-2 {
  background-color: var(--darl-brown);
}

.menu-btn {
  border: 1px solid var(--brown);
  background-color: var(--white);
  color: var(--brown);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 5px;
  padding: 4px 13px 2px;
  font-family: Hagin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: letter-spacing .375s, background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.menu-btn:hover {
  background-color: var(--white);
  color: var(--dark);
  padding-left: 13px;
  padding-right: 13px;
}

.menu-btn.w--current {
  background-color: var(--darl-brown);
  color: var(--light-tan);
}

.menu-btn.margin {
  margin-top: 16px;
}

.menu-btn.small {
  padding: 15px 23px;
}

.menu-btn.secondary {
  background-color: var(--brown);
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}

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

.div-menus {
  width: 120px;
  margin-top: 70px;
  margin-bottom: 60px;
}

.title {
  text-transform: uppercase;
  font-family: Hagin, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pp1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/gallery0_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;
}

.pp2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/2_Brazen-new_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;
}

.pp3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/2_Lounge_BRAZN_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;
}

.pp4 {
  background-color: #fff;
  background-image: linear-gradient(#fff6e378, #fff6e378), url('../images/door.avif');
  background-position: 0 0, 1% 98%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 150px;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pp4:hover {
  opacity: 1;
}

.normal {
  color: #242424;
  text-align: center;
  max-width: 800px;
  margin: 35px auto 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.cover-up {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AU8I5586_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: 400px;
  padding-top: 59px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.center-pp {
  color: var(--white);
  text-align: center;
  max-width: 650px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.center-pp.margin {
  margin-bottom: 0;
}

.center-pp.cc.teaser {
  color: #181818;
  max-width: none;
  margin-top: 30px;
}

.button-6 {
  background-color: var(--darl-brown);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 18px;
  font-family: Hagin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .5s;
}

.button-6:hover {
  opacity: .5;
  color: #fff;
}

.reservation-2-copy-3 {
  z-index: 2;
  border: 6px solid var(--gold);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.gallery-cpver {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AU8I5566_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: 400px;
  padding-top: 59px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.g1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 150px;
  max-height: 150px;
  padding: 0;
  display: flex;
  position: relative;
}

.g1.long {
  height: auto;
  max-height: none;
}

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

.cover._01010 {
  object-fit: cover;
  object-position: 50% 50%;
}

.cover.nope {
  object-position: 70% 50%;
}

.cover.map {
  object-position: 50% 50%;
}

.gg1 {
  background-color: #fff;
  background-image: linear-gradient(#fff6e378, #fff6e378), url('../images/br.avif');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gg1:hover {
  opacity: 1;
}

.dropdown-toggle-3 {
  color: #fff;
  height: 90px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 17px;
  font-size: 15px;
  font-weight: 300;
}

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

.dropdown-list-3.w--open {
  background-color: var(--darl-brown);
  min-width: 200px;
}

.dropdown-link-2 {
  background-color: var(--darl-brown);
  color: #ffffffdb;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .2s, padding .2s;
}

.dropdown-link-2:hover {
  background-color: var(--brown);
  padding-left: 23px;
}

.dropdown-link-2.w--current {
  color: var(--gold);
}

.dropdown-link-2.husk {
  padding-left: 0;
}

.div-block-74 {
  padding-left: 9px;
  display: flex;
}

.link-26 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.re-img {
  filter: sepia(41%);
  position: absolute;
  inset: auto auto -10% -9%;
}

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

.link-28 {
  color: var(--darl-brown);
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.one-p {
  max-width: 950px;
  margin-top: 0;
  display: block;
  position: static;
  top: 2%;
  left: 0;
  right: 0;
  overflow: visible;
}

.html-embed-6 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.brazen-text {
  color: #242424;
  text-align: left;
  margin-bottom: 0;
  padding: 35px 0 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.beer {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 19px;
}

.lounge {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 51px;
}

.thanks {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/int12_3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 59px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.link-29 {
  color: #242424;
  text-decoration: none;
}

.html-embed-7 {
  color: #777;
  margin-left: 0;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
}

.text-span {
  color: #642e24;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span.white2 {
  color: var(--light-tan);
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 500;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-18 {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 24px;
}

.div-block-49 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

.title-2 {
  margin-bottom: 25px;
}

.title-2._12121 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: Hagin, sans-serif;
  display: flex;
}

.footer-sec {
  z-index: 9;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-48 {
  text-align: center;
  align-self: stretch;
  text-decoration: none;
  transition: opacity .4s;
}

.div-block-48:hover {
  opacity: .5;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.text-span-31 {
  color: #975d16;
  letter-spacing: 5px;
  font-size: 12px;
}

.text-span-31.white {
  color: #af9c64;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.line-fill {
  color: #f3f0ea;
  background-color: #ceaa72;
  width: 40%;
  height: 100%;
}

.highlight {
  border: 2px solid var(--gold);
  border-radius: 4px;
  padding: 15px;
}

.sub-mennu-2 {
  opacity: 1;
  color: #5f4e3b;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Hagin, sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: flex;
}

.image-35 {
  width: 140px;
}

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

.text-span-32 {
  color: #c92626;
  font-weight: 600;
}

@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;
    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);
  }

  .about-2 {
    background-image: linear-gradient(#fff8e9ab, #fff8e9ab), url('../images/anchor.avif');
    background-position: 0 0, -8% 100%;
  }

  .dup {
    max-width: 1100px;
  }

  .g1 {
    object-fit: cover;
  }

  .cover {
    width: 100%;
  }
}

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

  .about-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/anchor.avif');
    background-position: 0 0, -5% 100%;
  }

  .line-fill {
    background-color: #ceaa72;
  }
}

@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;
  }

  .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;
  }

  .paragraph-hero.cc.teaser, .paragraph-hero.cc.light-02 {
    font-size: 15px;
  }

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

  .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;
  }

  .section.home {
    background-image: linear-gradient(to bottom, null, null), url('../images/Asset-02.svg');
    background-position: 0 0, 50% 0;
  }

  .section.menu-page {
    padding-top: 57px;
  }

  .section.menu-page.drinks-m {
    background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/cocktail-icon.avif'), url('../images/beer-hold.avif');
    background-size: auto, 150px, 200px;
  }

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

  .block.h {
    text-align: center;
    justify-content: center;
    align-items: center;
    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%;
  }

  .section-footer {
    display: none;
  }

  .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;
  }

  .navlink.m {
    padding-right: 7px;
  }

  .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: 32px;
    margin-right: 0;
    right: 4px;
  }

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

  .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-container.p {
    padding-bottom: 108px;
  }

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

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

  .section-2.top, .section-2.bottom {
    background-attachment: 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;
    grid-template-columns: 1fr 1fr;
  }

  .pat6 {
    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-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 {
    background-attachment: scroll;
    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-attachment: scroll;
    height: 400px;
  }

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

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

  .sub-mennu.brunch-title {
    text-align: center;
  }

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

  .div-block-65 {
    padding-right: 0;
  }

  ._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%;
  }

  .w {
    margin-left: 0;
    padding-top: 12px;
  }

  .hours-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .less {
    padding-top: 30px;
    display: block;
  }

  .intro-paragraph {
    text-align: left;
    margin-top: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .about-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/anchor.avif');
    background-position: 0 0, 118% 110%;
    padding: 117px 50px 50px;
  }

  .double-paragraph {
    display: block;
  }

  .div-block-69 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 0;
    display: grid;
  }

  .old-pencil {
    width: 30%;
    margin-top: 0;
  }

  .big-letter {
    display: block;
  }

  .title-holder.left {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-dark-left {
    margin-bottom: 0;
  }

  .title-dark-left.light {
    text-align: center;
    width: 100%;
  }

  .title-dark-left.sds {
    text-align: center;
  }

  .dup {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 100%;
    height: 100%;
  }

  .wrapper-border-layout-3-home {
    bottom: -7%;
  }

  .wrapper-image-blog-layout-3 {
    height: 250px;
  }

  .wrapper-card-blog-layout-3 {
    width: 100%;
    height: auto;
  }

  .date-layout-3 {
    font-size: 15px;
  }

  .wrapper-text-blog-layout-3 {
    height: auto;
    padding: 20px 5px;
  }

  .wrapper-text-blog-layout-3._006 {
    padding: 16px;
  }

  .ev3 {
    background-image: linear-gradient(#1b1304bf, #1b1304bf), url('../images/dark-backgr.avif');
    background-repeat: repeat, repeat;
    background-size: auto, 800px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-image-frame {
    width: 250px;
    height: 350px;
  }

  .section-4.cta-section {
    padding-top: 50px;
    padding-right: 50px;
  }

  .sub1.ppa {
    line-height: 40px;
  }

  .heading-4 {
    line-height: 32px;
  }

  .input-3.reservation-input._01111 {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.reservation-input._50, .input-3.reservation-input.next {
    flex: none;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.text-area.margin-input {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .date-3 {
    width: 100%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-form-3 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .reservations {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reservations.page-hero-section._2i2u3i2 {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

  .reservation-2-copy-2 {
    width: 83.33%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

  ._800-px {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .come-in {
    width: 100px;
  }

  .pp {
    left: -5%;
  }

  .reviews {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I5561_1.avif');
    background-attachment: scroll, scroll;
    height: auto;
    padding: 50px;
  }

  .html-embed-5 {
    height: 400px;
  }

  .pp1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/gallery0_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .pp2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I5698_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .pp3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I5526_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .pp4 {
    background-image: linear-gradient(#fff6e378, #fff6e378);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 50px;
  }

  .normal {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .cover-up {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I5586_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .center-pp {
    max-width: none;
    font-size: 15px;
  }

  .button-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-2-copy-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

  .gallery-cpver {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I5566_1.avif');
    background-attachment: scroll, scroll;
    height: 400px;
  }

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

  .g1 {
    width: 100%;
    height: 200px;
  }

  .g1.long {
    width: 100%;
    height: 100%;
  }

  .gg1 {
    padding: 50px;
  }

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

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

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

  .div-block-74 {
    background-color: var(--darl-brown);
  }

  .re-img {
    width: 100px;
    bottom: -4%;
    left: -4%;
  }

  .one-p {
    max-width: none;
    display: block;
  }

  .brazen-text {
    padding-top: 30px;
    padding-left: 0;
    font-size: 15px;
    display: block;
  }

  .beer {
    width: 150px;
  }

  .thanks {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I5586_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .html-embed-7 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-49 {
    flex-flow: wrap;
    align-items: center;
  }

  .footer-sec {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-right: 0;
  }
}

@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 {
    font-size: 40px;
  }

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

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

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

  .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;
  }

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

  .section.menu-page {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.menu-page.food-menu {
    background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/rooster1_1.avif'), url('../images/knife.avif');
    background-size: auto, 180px, 100px;
  }

  .section.menu-page.drinks-m {
    background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/cocktail-icon.avif'), url('../images/beer-hold.avif');
    background-position: 0 0, 100% 100%, 105% 5%;
  }

  .section.menu-page.happy-m {
    background-image: linear-gradient(to bottom, null, null), url('../images/drinks-icon.avif'), url('../images/wings.avif');
    background-position: 0 0, 100% 100%, 50%;
  }

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

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    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;
  }

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

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

  .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: 90px;
  }

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

  .image-menu {
    height: 35vw;
  }

  .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-2.top, .section-2.bottom {
    height: 300px;
  }

  .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: 50px;
  }

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

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

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

  .p_m.review, .p_m.footer-text {
    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;
  }

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

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

  .tavern {
    font-size: 40px;
  }

  .middle {
    height: 300px;
  }

  .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;
  }

  .event-single {
    padding: 11px;
  }

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

  .middle-2 {
    height: 300px;
  }

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

  .menu-items.huskers2 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr .5fr;
  }

  .info-title.menu.left1 {
    text-align: left;
  }

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

  .sub-mennu {
    margin-bottom: 18px;
  }

  .sub-mennu.hurskter {
    letter-spacing: 0;
    text-transform: lowercase;
    font-size: 25px;
  }

  .menu-6abs {
    z-index: 60;
    flex-flow: wrap;
    padding-left: 30px;
    padding-right: 30px;
    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: 0;
  }

  .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;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .about-2 {
    padding: 122px 30px 50px;
  }

  .old-pencil {
    width: 200px;
  }

  .press1 {
    margin-bottom: 25px;
  }

  .title-dark-left {
    font-size: 30px;
  }

  .title-dark-left.sds, .title-dark-left.light, .title-dark-left.sds {
    margin-bottom: 7px;
  }

  .dup {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 40px;
  }

  .wrapper-border-layout-3-home {
    bottom: -3%;
    left: -2%;
  }

  .wrapper-text-blog-layout-3._006 {
    padding: 25px;
  }

  .ev3 {
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-image-frame {
    width: 200px;
    height: 300px;
  }

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

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

  .sub1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .taverns {
    padding: 30px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 25px;
  }

  .button-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.reservation-input._01111 {
    width: 100%;
  }

  .input-3.reservation-input._50 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .input-3.reservation-input.next, .input-3.reservation-input, .input-3.reservation-input._50 {
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.text-area.margin-input {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.reservation-input, .input-3.reservation-input._50 {
    margin-left: 0;
    margin-right: 0;
  }

  .date-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-form-3 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .reservations {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .reservations.page-hero-section._2i2u3i2 {
    padding: 50px 30px;
  }

  .reservation-2-copy-2 {
    width: 100%;
    margin-top: 23px;
    padding: 20px;
  }

  .come-in {
    width: 80px;
  }

  .reviews {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .tile-light {
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pp1 {
    height: 300px;
  }

  .pp4 {
    padding: 50px 30px;
  }

  .cover-up {
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/AU8I5586_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 49px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .center-pp.cc {
    text-align: center;
  }

  .button-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-2-copy-3 {
    width: 100%;
    margin-top: 23px;
    padding: 20px;
  }

  .gallery-cpver {
    height: 300px;
  }

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

  .g1 {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .g1.long {
    align-items: stretch;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .cover {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .gg1 {
    padding: 50px 30px;
  }

  .re-img {
    left: -3%;
  }

  .one-p {
    position: static;
  }

  .beer {
    width: 120px;
  }

  .lounge {
    top: 44px;
  }

  .thanks {
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/AU8I5586_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 49px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .html-embed-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-18 {
    margin-bottom: 10px;
  }

  .div-block-49 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .title-2._12121 {
    margin-top: 42px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-mennu-2 {
    margin-bottom: 18px;
  }
}

@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 {
    text-align: center;
    letter-spacing: .5px;
  }

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

  .section.home {
    background-image: linear-gradient(to bottom, null, null), url('../images/Asset-02.svg');
    background-size: auto, contain;
  }

  .section.menu-page.food-menu {
    background-image: linear-gradient(#fffdf8e6, #fffdf8e6), url('../images/rooster1_1.avif'), url('../images/knife.avif');
    background-position: 0 0, 50% 100%, 50%;
    background-size: auto, 180px, 100px;
    padding-bottom: 105px;
  }

  .section.menu-page.drinks-m, .section.menu-page.happy-m {
    background-image: linear-gradient(to bottom, null, null), url('../images/cocktail-icon.avif'), url('../images/beer-hold.avif');
    background-size: auto, 120px, 200px;
  }

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

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

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

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

  .slider {
    margin-top: 50px;
  }

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

  .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: 80px;
  }

  .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;
  }

  .navigation._8841 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown {
    height: auto;
    margin-top: -16px;
  }

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

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

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

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

  .slide-img {
    height: 60vh;
  }

  .slide-img.new4, .slide-img.new3, .slide-img.new5, .slide-img.new2 {
    height: 100%;
  }

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

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

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

  .icon-2 {
    margin-left: 10px;
  }

  .icon {
    margin-right: 10px;
  }

  .hero-section {
    min-height: 100vh;
  }

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

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

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

  .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: 50px;
  }

  ._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 {
    text-align: center;
  }

  .p_m.review {
    text-align: center;
    font-size: 15px;
  }

  .p_m.footer-text {
    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-row-gap: 0em;
    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: 280px;
  }

  .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, .div-block-62.catering, .div-block-62.goback {
    grid-template-columns: 1fr;
  }

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

  .middle-2 {
    height: 280px;
  }

  .menu-items.huskers2 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr .25fr;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu.left1 {
    letter-spacing: 0;
  }

  .info-title.menu {
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
  }

  .infotext.sub-em {
    text-align: center;
    font-size: 14px;
  }

  .infotext.draft, .infotext.description {
    text-align: center;
    font-size: 15px;
  }

  .infotext.menu {
    text-align: center;
    margin-top: -3px;
    font-size: 15px;
  }

  .infotext.draft {
    text-align: center;
    font-size: 15px;
  }

  .sub-mennu {
    text-align: center;
    font-size: 30px;
  }

  .sub-mennu.brunch-title {
    flex-flow: column;
    line-height: 35px;
  }

  .sub-mennu.hurskter {
    font-size: 20px;
  }

  .sub-mennu.hurskter.right {
    text-align: right;
    letter-spacing: -1px;
  }

  .menu-6abs {
    padding: 5px 20px;
    top: 77px;
  }

  .button-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-3.oo-q {
    letter-spacing: 1px;
    margin: 5px;
    font-size: 18px;
  }

  .div-block-65 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .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;
  }

  .hours-2 {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .paragraph-17 {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .press3 {
    justify-content: center;
    margin-top: 16px;
  }

  .less {
    font-size: 14px;
    line-height: 22px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .about-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/anchor.avif');
    background-position: 0 0, 110% 110%;
    background-size: auto, 150px;
    padding-top: 118px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-69 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-30 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .title-dark-left.sds, .title-dark-left.light, .title-dark-left.sds {
    text-align: center;
  }

  .dup {
    grid-row-gap: 50px;
    width: 100%;
    margin-top: 42px;
  }

  .wrapper-border-layout-3-home {
    display: none;
  }

  .wrapper-image-blog-layout-3.xmas01 {
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    height: 150px;
  }

  .wrapper-image-blog-layout-3.huskers-image {
    background-color: #000;
    background-size: contain;
    height: 150px;
  }

  .wrapper-image-blog-layout-3.brunch {
    height: 200px;
  }

  .wrapper-image-blog-layout-3.summer {
    height: 150px;
  }

  .wrapper-image-blog-layout-3.place, .wrapper-image-blog-layout-3.taco, .wrapper-image-blog-layout-3.bench {
    height: 200px;
  }

  .wrapper-image-blog-layout-3.gift {
    background-color: #000;
    background-size: cover;
    height: 150px;
  }

  .wrapper-image-blog-layout-3.rorory {
    background-color: #000;
    background-size: contain;
    height: 150px;
  }

  .wrapper-image-blog-layout-3.irish {
    height: 200px;
  }

  .wrapper-image-blog-layout-3.dj {
    height: 150px;
  }

  .wrapper-image-blog-layout-3.screen {
    background-position: 100%;
    height: 150px;
  }

  .wrapper-card-blog-layout-3 {
    width: 100%;
  }

  .wrapper-text-blog-layout-3 {
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-text-blog-layout-3.new2s, .wrapper-text-blog-layout-3._006 {
    min-height: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .ev3 {
    padding-bottom: 60px;
  }

  .cta-image-frame {
    width: 150px;
    height: 230px;
    padding: 6px;
  }

  .pres {
    text-align: center;
  }

  .sub1 {
    font-size: 30px;
    line-height: 35px;
  }

  .taverns {
    padding: 30px;
  }

  .wrapper-4 {
    max-width: 100%;
  }

  .input-3.reservation-input {
    margin-left: 5px;
    margin-right: 5px;
  }

  .date-3 {
    min-width: 100%;
  }

  .reservations.page-hero-section._2i2u3i2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .reservation-2-copy-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
  }

  ._800-px {
    font-size: 14px;
    line-height: 22px;
  }

  .open {
    top: 26px;
  }

  .reviews {
    padding-top: 50px;
  }

  .text-span-26 {
    font-size: 16px;
  }

  .html-embed-5 {
    height: 280px;
  }

  .tile-light {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .menu-btn {
    color: var(--darl-brown);
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-btn:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pp1, .pp2, .pp3 {
    height: 300px;
  }

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

  .normal {
    font-size: 14px;
    line-height: 22px;
  }

  .cover-up {
    height: auto;
    padding-top: 106px;
    padding-bottom: 58px;
  }

  .reservation-2-copy-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
  }

  .gallery-cpver {
    height: 280px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 41px;
  }

  .g1 {
    aspect-ratio: 1;
  }

  .gg1 {
    background-image: linear-gradient(#0000, #0000), url('../images/br.avif');
    background-position: 0 0, 50% 99%;
    padding-bottom: 134px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-toggle-3 {
    height: auto;
  }

  .dropdown-list-3.w--open {
    right: 0;
  }

  .dropdown-link-2 {
    text-align: right;
  }

  .dropdown-link-2.husk {
    text-align: right;
    margin-left: 13px;
    margin-right: 0;
    padding-right: 20px;
  }

  .div-block-74 {
    justify-content: flex-end;
    align-items: center;
  }

  .re-img {
    left: -6%;
  }

  .brazen-text {
    font-size: 14px;
    line-height: 22px;
  }

  .text-span-27 {
    display: none;
  }

  .text-span-28 {
    display: inline-flex;
  }

  .text-span-29, .text-span-30 {
    display: none;
  }

  .beer {
    width: 100px;
  }

  .lounge {
    top: 35px;
  }

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

  .html-embed-7 {
    margin-bottom: -13px;
    margin-left: -3px;
  }

  .text-span.white2 {
    letter-spacing: 1px;
    line-height: 35px;
  }

  .text-block-11 {
    margin-top: 5px;
  }

  .div-block-49 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-direction: column;
  }

  .title-2._12121 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-sec {
    padding: 0 0 55px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-mennu-2 {
    text-align: center;
    font-size: 30px;
  }
}

#w-node-_285f215a-84e3-4128-cc9b-3324c9022448-c7c99961, #w-node-_2ebd1465-9fe8-1a25-4355-ad7d9b6959b2-c7c99961, #w-node-_8762ce46-2914-79f8-8000-4b30d176e731-c7c99961, #w-node-_8762ce46-2914-79f8-8000-4b30d176e713-c7c99961, #w-node-e6569fc6-9517-f663-ac99-6c7694a662da-c7c999a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba7656af-c1f7-e8fb-5077-9e2c6899e03e-c7c999bf {
  justify-self: start;
}

#w-node-_4615b251-0cf9-9ec5-1921-932225e3bad0-42979f99 {
  justify-self: end;
}

#w-node-_42405758-5672-7556-b199-bd7db86a10bf-76bcdaf5, #w-node-_9fde066f-8053-af30-fad2-c50e218f5575-76bcdaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42405758-5672-7556-b199-bd7db86a10bd-76bcdaf5 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_755ffa15-86a3-f255-e983-27457e2f6c05-76bcdaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d464a58-1c36-0a5a-ca82-f8cb251e67b3-76bcdaf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc78d708-b071-6a1a-417f-e2b3873cd8ab-76bcdaf5, #w-node-_54ee4249-6f2c-724c-f24d-d61266e89682-76bcdaf5, #w-node-_97e51130-8700-0fed-f1a3-c986b6e381a8-76bcdaf5, #w-node-cc0425cf-bebe-a3fc-8a75-1434fe52a791-76bcdaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ed459a3-d631-0e44-513c-b77e3f894ce6-76bcdaf5 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_4219ea4c-5e57-9ec5-b109-fc0670d20b80-76bcdaf5, #w-node-_4143ec1e-fc0f-f370-72d5-3b996799a26f-76bcdaf5, #w-node-_1540557f-059a-860e-bfc4-96d1997fd0fa-76bcdaf5, #w-node-_6bbd27b1-dc45-3b63-5f84-a60c1afa1fb4-76bcdaf5, #w-node-_59a53f24-7807-5532-fa58-d4b80ce0c1f4-76bcdaf5, #w-node-bf38b490-9c41-a259-f8f6-de6db9f606f0-76bcdaf5, #w-node-_2aa4775c-158d-aea2-2f0d-bc66147b3ca6-76bcdaf5, #w-node-ba7be1b3-72df-35aa-506d-cd20526eb9f7-76bcdaf5, #w-node-f933a1eb-2586-d793-9b44-4e5952b7f81e-76bcdaf5, #w-node-_5b3f5c92-d672-6cae-8fe8-3115234c01f1-76bcdaf5, #w-node-_9e6d8363-9d6a-27e1-89dc-ee6647a7bd12-76bcdaf5, #w-node-a74baaae-e8ac-7eeb-0bcf-16d6404245ab-76bcdaf5, #w-node-_96242e04-1700-da3e-6ea4-06d444a0dab0-76bcdaf5, #w-node-eeea56c5-248d-69d3-696f-84303a3fb673-76bcdaf5, #w-node-b37886e6-3630-70e7-c5af-865ed8d9fa32-76bcdaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_24ad8c7c-f852-7942-d253-5056d4219092-c7c99961, #w-node-_24ad8c7c-f852-7942-d253-5056d421909b-c7c99961, #w-node-_24ad8c7c-f852-7942-d253-5056d42190b4-c7c99961, #w-node-_24ad8c7c-f852-7942-d253-5056d42190bc-c7c99961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_285f215a-84e3-4128-cc9b-3324c9022448-c7c99961, #w-node-_2ebd1465-9fe8-1a25-4355-ad7d9b6959b2-c7c99961, #w-node-_8762ce46-2914-79f8-8000-4b30d176e731-c7c99961 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8762ce46-2914-79f8-8000-4b30d176e713-c7c99961 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9389345c-4018-490b-498c-f9331f5f8b5d-c7c99961, #w-node-_42405758-5672-7556-b199-bd7db86a10bf-76bcdaf5, #w-node-_9fde066f-8053-af30-fad2-c50e218f5575-76bcdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42405758-5672-7556-b199-bd7db86a10bd-76bcdaf5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_755ffa15-86a3-f255-e983-27457e2f6c05-76bcdaf5, #w-node-_4d464a58-1c36-0a5a-ca82-f8cb251e67b3-76bcdaf5, #w-node-cc78d708-b071-6a1a-417f-e2b3873cd8ab-76bcdaf5, #w-node-_54ee4249-6f2c-724c-f24d-d61266e89682-76bcdaf5, #w-node-_97e51130-8700-0fed-f1a3-c986b6e381a8-76bcdaf5, #w-node-cc0425cf-bebe-a3fc-8a75-1434fe52a791-76bcdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ed459a3-d631-0e44-513c-b77e3f894ce6-76bcdaf5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4219ea4c-5e57-9ec5-b109-fc0670d20b80-76bcdaf5, #w-node-_4143ec1e-fc0f-f370-72d5-3b996799a26f-76bcdaf5, #w-node-_1540557f-059a-860e-bfc4-96d1997fd0fa-76bcdaf5, #w-node-_6bbd27b1-dc45-3b63-5f84-a60c1afa1fb4-76bcdaf5, #w-node-_59a53f24-7807-5532-fa58-d4b80ce0c1f4-76bcdaf5, #w-node-bf38b490-9c41-a259-f8f6-de6db9f606f0-76bcdaf5, #w-node-_2aa4775c-158d-aea2-2f0d-bc66147b3ca6-76bcdaf5, #w-node-ba7be1b3-72df-35aa-506d-cd20526eb9f7-76bcdaf5, #w-node-f933a1eb-2586-d793-9b44-4e5952b7f81e-76bcdaf5, #w-node-_5b3f5c92-d672-6cae-8fe8-3115234c01f1-76bcdaf5, #w-node-_9e6d8363-9d6a-27e1-89dc-ee6647a7bd12-76bcdaf5, #w-node-a74baaae-e8ac-7eeb-0bcf-16d6404245ab-76bcdaf5, #w-node-_96242e04-1700-da3e-6ea4-06d444a0dab0-76bcdaf5, #w-node-eeea56c5-248d-69d3-696f-84303a3fb673-76bcdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b37886e6-3630-70e7-c5af-865ed8d9fa32-76bcdaf5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9389345c-4018-490b-498c-f9331f5f8b31-c7c99961, #w-node-_9389345c-4018-490b-498c-f9331f5f8b48-c7c99961, #w-node-_9389345c-4018-490b-498c-f9331f5f8b5d-c7c99961 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_42405758-5672-7556-b199-bd7db86a10bf-76bcdaf5, #w-node-_9fde066f-8053-af30-fad2-c50e218f5575-76bcdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42405758-5672-7556-b199-bd7db86a10bd-76bcdaf5 {
    place-self: stretch stretch;
  }

  #w-node-_755ffa15-86a3-f255-e983-27457e2f6c05-76bcdaf5, #w-node-_4d464a58-1c36-0a5a-ca82-f8cb251e67b3-76bcdaf5, #w-node-cc78d708-b071-6a1a-417f-e2b3873cd8ab-76bcdaf5, #w-node-_54ee4249-6f2c-724c-f24d-d61266e89682-76bcdaf5, #w-node-_97e51130-8700-0fed-f1a3-c986b6e381a8-76bcdaf5, #w-node-cc0425cf-bebe-a3fc-8a75-1434fe52a791-76bcdaf5, #w-node-_8ed459a3-d631-0e44-513c-b77e3f894ce6-76bcdaf5, #w-node-_4219ea4c-5e57-9ec5-b109-fc0670d20b80-76bcdaf5, #w-node-_4143ec1e-fc0f-f370-72d5-3b996799a26f-76bcdaf5, #w-node-_1540557f-059a-860e-bfc4-96d1997fd0fa-76bcdaf5, #w-node-_6bbd27b1-dc45-3b63-5f84-a60c1afa1fb4-76bcdaf5, #w-node-_59a53f24-7807-5532-fa58-d4b80ce0c1f4-76bcdaf5, #w-node-bf38b490-9c41-a259-f8f6-de6db9f606f0-76bcdaf5, #w-node-_2aa4775c-158d-aea2-2f0d-bc66147b3ca6-76bcdaf5, #w-node-ba7be1b3-72df-35aa-506d-cd20526eb9f7-76bcdaf5, #w-node-f933a1eb-2586-d793-9b44-4e5952b7f81e-76bcdaf5, #w-node-_5b3f5c92-d672-6cae-8fe8-3115234c01f1-76bcdaf5, #w-node-_9e6d8363-9d6a-27e1-89dc-ee6647a7bd12-76bcdaf5, #w-node-a74baaae-e8ac-7eeb-0bcf-16d6404245ab-76bcdaf5, #w-node-_96242e04-1700-da3e-6ea4-06d444a0dab0-76bcdaf5, #w-node-eeea56c5-248d-69d3-696f-84303a3fb673-76bcdaf5, #w-node-b37886e6-3630-70e7-c5af-865ed8d9fa32-76bcdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_24ad8c7c-f852-7942-d253-5056d4219092-c7c99961, #w-node-_24ad8c7c-f852-7942-d253-5056d421909b-c7c99961, #w-node-_24ad8c7c-f852-7942-d253-5056d42190b4-c7c99961, #w-node-_24ad8c7c-f852-7942-d253-5056d42190bc-c7c99961 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9389345c-4018-490b-498c-f9331f5f8b31-c7c99961 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-_97e51130-8700-0fed-f1a3-c986b6e381a8-76bcdaf5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6bbd27b1-dc45-3b63-5f84-a60c1afa1fb4-76bcdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2aa4775c-158d-aea2-2f0d-bc66147b3ca6-76bcdaf5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b37886e6-3630-70e7-c5af-865ed8d9fa32-76bcdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Hagin';
  src: url('../fonts/HaginCapsThin-Thin.eot') format('embedded-opentype'), url('../fonts/HaginCapsThin-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hagin';
  src: url('../fonts/HaginCapsMedium-Medium.eot') format('embedded-opentype'), url('../fonts/HaginCapsMedium-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}