@font-face {
  font-family: Monotype Corsiva;
  src: url('../fonts/Monotype-Corsiva-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monotype Corsiva;
  src: url('../fonts/Monotype-Corsiva-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Monotype Corsiva;
  src: url('../fonts/Monotype-Corsiva-Regular-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --burgundy: #61061b;
  --brown: #413323;
  --red: #a2332a;
  --new: var(--burgundy);
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

strong {
  color: var(--burgundy);
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 51%, #000000e6);
}

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

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

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

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

.brazen-text {
  color: var(--brown);
  text-align: left;
  margin-bottom: 0;
  padding: 35px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.link-28 {
  color: #180f00;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.about-2 {
  background-color: #fff;
  background-image: linear-gradient(#fff8e9ba, #fff8e9ba), url('../images/Mexican-Talavera-30.png'), url('../images/Paper-Texture.jpg');
  background-position: 0 0, 100% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 150px, contain;
  width: 100%;
  padding: 80px 50px 100px;
}

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

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

.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;
  position: relative;
}

.paragraph-17 {
  color: var(--brown);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.w {
  float: left;
  clear: left;
  color: var(--burgundy);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-left: 0;
  margin-right: 4px;
  padding-top: 22px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 20px;
}

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

.title-dark-left {
  color: var(--burgundy);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

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

.title-dark-left.light {
  color: #fcfcfc;
  letter-spacing: -1px;
}

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

.paso {
  color: var(--burgundy);
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

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

.image-31 {
  filter: drop-shadow(0 2px 5px #0000005c) saturate(97%);
  margin-bottom: -31px;
  margin-left: -93px;
  position: static;
  top: -47.7031px;
  left: 360.5px;
}

.image-31.lightv2 {
  margin-bottom: -29px;
  margin-left: -194px;
}

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

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

.dropdown-link-2 {
  color: #ffffffdb;
  background-color: #180f00;
  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: #5f4e3b;
  padding-left: 23px;
}

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

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

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

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

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

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

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

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

.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: #b1a694;
}

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

.nav-column {
  width: 20%;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-list-3.w--open {
  background-color: #180f00;
  min-width: 200px;
}

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

.grid {
  grid-column-gap: 38px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 30px;
}

.features-card-white {
  border-left: 1px #d7b56e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0 40px 0 0;
  display: flex;
}

.features-heading-white {
  color: var(--burgundy);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
}

.features-paragraph-white {
  color: var(--brown);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text {
  font-family: chinese-rocks, sans-serif;
}

.section {
  background-image: url('../images/IMG_2816.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 1100px;
  padding: 0;
}

.cell-7 {
  justify-content: center;
}

.press._12, .press._56 {
  margin-top: 0;
}

.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.fire {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/AU8I4204.jpg');
  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;
  height: 100%;
  min-height: 600px;
  padding: 100px 50px;
  display: flex;
  position: static;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px;
  text-decoration: none;
  transition: opacity .25s ease-in;
  display: flex;
}

.div-block-64:hover {
  opacity: .46;
}

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

.image-section.pp {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-34 {
  margin-bottom: 20px;
}

.cell-6 {
  justify-content: center;
}

.cellflex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-8._11 {
  text-align: center;
  margin-top: 10px;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.menu-nts {
  z-index: 1;
  background-color: #000;
  border: 1px solid #917e37;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts._01010 {
  text-transform: uppercase;
  background-color: #1d1707;
  width: 100%;
  padding-top: 13px;
}

.sub-heading {
  color: #78879b;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.menus-2 {
  z-index: 10;
  background-color: #0e1620;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wine-wrapper {
  width: 95%;
  height: auto;
}

.wine-wrapper.d {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1000px;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wine-link-wrapper-2 {
  color: #fff;
  font-family: chinese-rocks, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.wine-link-wrapper-2:hover {
  text-decoration: none;
}

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

.sub1-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  display: block;
}

.wine-card-wrapper-2 {
  background-color: #bb9e47;
  border: 0 solid #0000;
  border-radius: 0;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 7px;
  transition: all .75s;
  display: flex;
}

.wine-card-wrapper-2:hover {
  opacity: .53;
  border-style: solid;
  border-color: #d7b56e;
}

.text-lbutton-layout-3-blog-2 {
  font-size: 18px;
}

.menus {
  background-color: #fff;
  background-image: linear-gradient(#fff8e9f7, #fff8e9f7), url('../images/map.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  width: 100%;
  padding: 100px 50px;
}

.menus:hover {
  opacity: 1;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 30px;
}

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

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 36px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.aspect-ratio {
  flex-direction: column;
  position: relative;
}

.aspect-ratio._3-1 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/F91I9711.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  padding-top: 0%;
  display: flex;
}

.menu-title {
  font-weight: 400;
}

.menu-title.h6 {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
}

.menu-title.h6.green-300 {
  color: var(--burgundy);
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.menu-title.h5 {
  margin-bottom: 0;
  font-weight: 400;
}

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

.text-span-2.white {
  color: #fff;
}

.food-menu-item {
  color: #321611;
  background-color: #eae1d05e;
  border-radius: 6px;
  justify-content: space-between;
  margin: 0;
  padding: 15px 15px 10px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.food-menu-item:hover, .food-menu-item:active, .food-menu-item:focus {
  outline-offset: -1px;
  outline: 1px #fcf7f1;
}

.food-menu-item.short {
  padding-top: 16px;
  padding-bottom: 10px;
}

.food-menu-item.center {
  text-align: center;
  justify-content: center;
}

.food-menu-title-content {
  flex-direction: column;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.link-block-2 {
  margin: 12px;
}

.div-block-43 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.food-menu-item-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.food-menu-item-wrapper.top-s {
  margin-top: 30px;
}

.food-menu-item-wrapper.bottom {
  margin-bottom: 50px;
}

.tab-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 42px;
  display: flex;
}

.heading-14 {
  color: var(--burgundy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.heading-14.after {
  margin-top: 65px;
  margin-bottom: 8px;
}

.heading-14.after.beer {
  margin-top: 50px;
}

.heading-14.after.enchi {
  margin-top: 0;
}

.heading-14.after._1 {
  margin-top: 0;
  margin-bottom: 19px;
}

.paragraph-10 {
  color: var(--brown);
  text-transform: lowercase;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-10._18px {
  font-size: 15px;
  line-height: 1.56em;
}

.sub {
  color: #642e24;
  margin-top: 50px;
  font-weight: 500;
}

.tab-content {
  overflow: visible;
}

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

.text-span.white2 {
  color: #e7e7e7;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 35px;
  font-style: normal;
}

.food-menu-pricing {
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.food-menu-pricing.sh {
  padding-top: 0;
}

.section-8 {
  background-color: #fff;
  background-image: linear-gradient(#fff8e9ba, #fff8e9ba);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 113px 50px 100px;
}

.eggs {
  color: var(--brown);
  text-align: center;
  letter-spacing: .3px;
  text-transform: lowercase;
  margin-top: -7px;
  margin-bottom: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.eggs.none {
  margin-bottom: 0;
}

.eggs.new {
  margin-top: 3px;
  margin-bottom: 0;
}

.chef-special-background {
  background-color: #eae1d05e;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.title {
  margin-bottom: 25px;
}

.title.center3 {
  text-align: center;
  margin-bottom: 0;
}

.tab-link {
  color: var(--burgundy);
  letter-spacing: .3px;
  text-transform: capitalize;
  background-color: #eae1d08a;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 19px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .425s;
}

.tab-link:hover, .tab-link.w--current {
  background-color: var(--red);
  color: #fff;
}

.vegan {
  color: #167a1d;
}

.image-38, .image-39 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-75 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 38px;
  display: flex;
}

.brunch-text {
  color: var(--brown);
  text-align: center;
  letter-spacing: .3px;
  text-transform: lowercase;
  margin-top: -14px;
  margin-bottom: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.beer-text {
  color: var(--brown);
  text-align: center;
  letter-spacing: .3px;
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.image-2 {
  background-image: url('../images/AU8I4248.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.paragraph-18 {
  text-align: center;
  margin-bottom: 30px;
}

.form-success-2 {
  background-color: #0000;
}

.button-2 {
  background-color: var(--burgundy);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  height: 48px;
  padding: 12px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .5s;
}

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

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

.text-span-3.white {
  color: #fff;
}

.parties-form-element {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.parties-form {
  z-index: 2;
  background-color: #fff;
  border: 8px #413323;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin: 30px auto 0;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.paragraph-19 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-19.foot1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

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

.input-2:hover {
  border-color: var(--burgundy);
  background-color: #fff;
}

.input-2:focus {
  border: 1px solid var(--burgundy);
  background-color: #fff;
}

.input-2.reservation-inputv2 {
  flex: 90%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

.input-2.reservation-inputv2._50 {
  flex-grow: 1;
  flex-basis: 40%;
  margin-left: 0;
  margin-right: 0;
}

.input-2.reservation-inputv2.next {
  flex-grow: 1;
  flex-basis: 40%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.input-2.reservation-inputv2._01111 {
  flex: 0 auto;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.input-2.reservation-input._50 {
  flex-grow: 1;
  flex-basis: 40%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.input-2.text-area.margin-input {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

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

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

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

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

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

.parties-sec.page-hero-section.paso {
  z-index: 9;
  text-align: center;
  background-image: linear-gradient(#130b03ba, #130b03ba), url('../images/AU8I4416.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-style: none;
  padding: 100px 92px;
}

.parties-sec.page-hero-section.cover {
  z-index: 9;
  text-align: center;
  background-image: linear-gradient(#130b0373, #130b0373), url('../images/AU8I4184.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  padding: 148px 92px 46px;
}

.parties-sec.page-hero-section.thanks {
  z-index: 9;
  text-align: center;
  background-image: linear-gradient(#130b0373, #130b0373), url('../images/AU8I4184.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  height: 90vh;
  padding: 0 92px;
}

.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.summer {
  background-color: #000;
  background-image: url('../images/IMG_3876.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  margin-bottom: 0;
}

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

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

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

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

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

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

.ev3 {
  background-color: #000;
  background-image: linear-gradient(#61061bcc, #61061bcc), url('../images/images.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 400px;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.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._006 {
  background-color: #fff;
  background-image: linear-gradient(#fff8e9f7, #fff8e9f7);
}

.heading-blog-layout-3 {
  color: var(--burgundy);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.wrapper-border-layout-3-home {
  z-index: 0;
  border: 1px solid #998058;
  position: absolute;
  inset: 4% 4% -4% -4%;
}

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

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

.title-dark-left-2.light {
  color: #d1c4b0;
  text-transform: capitalize;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
  font-size: 40px;
  font-weight: 500;
}

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

.date-layout-3 {
  color: var(--brown);
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

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

.image-40 {
  width: 140px;
}

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

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

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

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

.sub-footer {
  text-align: center;
  background-image: linear-gradient(#61061bb3, #61061bb3), url('../images/images.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 30px 17px;
  display: flex;
}

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

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

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

.text-span-25 {
  color: #f3eead;
  margin-bottom: 11px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

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

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

.html-embed-2 {
  z-index: 9999999;
  text-align: left;
  margin-top: 0;
  margin-bottom: -45px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-42 {
  filter: saturate(78%) hue-rotate(12deg);
  margin-left: auto;
  margin-right: auto;
}

.center-all {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 23px;
  display: flex;
  position: static;
  top: 2%;
  left: 0;
  right: 0;
  overflow: visible;
}

.button-style {
  color: var(--burgundy);
  letter-spacing: .3px;
  text-transform: capitalize;
  background-color: #eae1d0b3;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .525s;
}

.button-style:hover {
  background-color: var(--burgundy);
  color: #fff;
}

.button-style.w--current {
  color: #fff;
  background-color: #61061b;
}

.button-style.active {
  color: #fff;
  background-color: #a2332a;
}

.button-style.active:hover {
  background-color: var(--burgundy);
}

.button-style.order-event {
  color: #fff;
  text-align: center;
  background-color: #a2332a;
  min-width: 150px;
  margin-top: 12px;
}

.button-style.order-event:hover {
  background-color: var(--burgundy);
}

.gift1 {
  color: var(--burgundy);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Monotype Corsiva, Arial, sans-serif;
}

.div-block-77 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.gifts {
  background-color: #fff;
  background-image: linear-gradient(#fff8e9ba, #fff8e9ba), url('../images/Mexican-Talavera-14.png'), url('../images/Paper-Texture.jpg');
  background-position: 0 0, 1% 1%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 150px, contain;
  width: 100%;
  padding: 80px 50px;
}

.gifts:hover {
  opacity: 1;
}

.drinks {
  background-image: url('../images/IMG_2646.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.contact {
  background-image: url('../images/AU8I4525.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.harlem {
  color: var(--burgundy);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 30px;
}

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

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

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

.harlem-white {
  color: #fffefc;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.paso1 {
  color: var(--burgundy);
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-43 {
  margin-top: 22px;
  margin-bottom: 23px;
}

.como-hecho {
  background-color: #000;
  background-image: linear-gradient(#61061bcc, #61061bcc), url('../images/images.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 400px;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  display: flex;
}

.heading-15 {
  color: #faf8d9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 35px;
}

.div-block-78 {
  border: 1px solid var(--new);
  border-radius: 8px;
  margin-top: 0;
  padding: 21px;
}

.div-block-79 {
  border: 1px solid var(--new);
  border-radius: 8px;
  margin-top: 65px;
  padding: 6px;
}

.div-block-79.alone {
  margin-top: 0;
}

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

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

  .dup {
    max-width: 1100px;
  }

  .html-embed-5 {
    border-top: 5px solid var(--burgundy);
  }

  .g1 {
    object-fit: cover;
  }

  .cover {
    width: 100%;
  }
}

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

@media screen and (max-width: 991px) {
  .hero-container {
    width: 70%;
  }

  .hero-container.p {
    padding-bottom: 108px;
  }

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

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

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

  .about-2 {
    padding: 80px 50px;
  }

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

  .title-holder {
    max-width: none;
  }

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

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

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

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

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

  .one-p {
    max-width: none;
    margin-top: 27px;
    display: block;
  }

  .big-letter {
    display: block;
  }

  .image-31 {
    margin-bottom: -24px;
    margin-left: -64px;
    position: static;
  }

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

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

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

  .underline-hover.mobile-hide {
    display: none;
  }

  .mini-arrow {
    margin-top: 32px;
    margin-right: 0;
    right: 4px;
  }

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

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

  .navbar-2 {
    padding-left: 0;
    padding-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;
  }

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

  .div-block-74 {
    background-color: #180f00;
  }

  .nav-column-center {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .features-card-white {
    width: 100%;
  }

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

  .image-interaction.fire {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I4204.jpg');
    background-attachment: scroll, scroll;
  }

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

  .image-section.pp {
    min-height: 0;
  }

  .menu-nts {
    text-align: center;
    min-width: 210px;
    height: 40px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .menu-nts._01010 {
    margin-top: 0;
  }

  .menus-2 {
    padding: 50px;
  }

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

  .wine-wrapper.d {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    display: grid;
  }

  .wine-link-wrapper-2 {
    width: auto;
  }

  .wine-card-wrapper-2 {
    align-items: center;
    width: auto;
    min-width: auto;
    display: flex;
  }

  .menus {
    background-image: linear-gradient(to bottom, null, null), url('../images/Mexican-Talavera-29.png'), url('../images/Paper-Texture.jpg');
    background-position: 0 0, 0 0, 50%;
    padding: 80px 50px 50px;
  }

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

  .aspect-ratio._3-1 {
    height: 500px;
  }

  .menu-title.h6 {
    text-transform: uppercase;
  }

  .menu-title.h6.green-300 {
    font-size: 14px;
    font-weight: 700;
  }

  .menu-title.h5 {
    line-height: 1.22em;
  }

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

  .tab-links {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .heading-14 {
    font-size: 30px;
  }

  .section-8 {
    padding-bottom: 30px;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .parties-form {
    width: 83.33%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

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

  .paragraph-19.foot1 {
    margin-bottom: 32px;
  }

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

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

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

  .parties-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .parties-sec.page-hero-section.paso {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I4416.jpg');
    background-attachment: scroll, scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .parties-sec.page-hero-section.cover, .parties-sec.page-hero-section.thanks {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .p_m {
    text-align: left;
  }

  .center-all {
    max-width: none;
    display: block;
  }

  .button-style {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gifts {
    padding: 80px 50px 50px;
  }

  .drinks, .contact {
    background-attachment: scroll;
    height: 400px;
  }

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

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

  .como-hecho {
    text-align: center;
  }

  .heading-15 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    width: 90%;
    min-height: 500px;
  }

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

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

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

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

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

  .one-p {
    position: static;
  }

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

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

  .navigation {
    z-index: 9;
  }

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

  .image-11 {
    width: 100px;
  }

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

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

  .features-heading-white {
    margin-bottom: 0;
    font-size: 25px;
  }

  .features-paragraph-white {
    font-size: 14px;
  }

  .section {
    height: 300px;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .cell-7 {
    align-items: center;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .image-interaction.fire {
    height: 100%;
    min-height: 0;
    padding: 50px 30px;
  }

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

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

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

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

  .wine-wrapper.d {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .sub1-3 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
  }

  .wine-card-wrapper-2 {
    align-items: center;
    min-height: auto;
    margin-right: 0;
  }

  .menus {
    background-image: linear-gradient(to bottom, null, null), url('../images/Mexican-Talavera-29.png'), url('../images/Paper-Texture.jpg');
    background-size: auto, 120px, contain;
    padding: 60px 30px 50px;
  }

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

  .aspect-ratio._3-1 {
    height: 300px;
  }

  .food-menu-item-wrapper {
    grid-template-columns: 1fr;
  }

  .tab-links {
    margin-top: 0;
  }

  .heading-14.after.enchi {
    font-size: 28px;
  }

  .paragraph-10, .paragraph-10._18px {
    font-size: 15px;
  }

  .eggs {
    font-size: 15px;
    line-height: 22px;
  }

  .title.center3 {
    margin-bottom: 0;
  }

  .tab-link {
    flex: none;
  }

  .brunch-text, .beer-text {
    font-size: 15px;
    line-height: 22px;
  }

  .image-2 {
    height: 300px;
  }

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

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

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

  .parties-form {
    width: 100%;
    margin-top: 23px;
    padding: 20px;
  }

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

  .paragraph-19.foot1 {
    margin-top: 19px;
    font-size: 15px;
    line-height: 20px;
  }

  .input-2.reservation-inputv2, .input-2.reservation-inputv2._50 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .input-2.reservation-inputv2.next {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .parties-sec.page-hero-section.paso, .parties-sec.page-hero-section.cover, .parties-sec.page-hero-section.thanks {
    padding: 50px 30px;
  }

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

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

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

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

  .title-dark-left-2.light {
    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;
  }

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

  .p_m {
    text-align: left;
  }

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

  .link-4 {
    display: block;
  }

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

  .center-all {
    position: static;
  }

  .button-style {
    flex: none;
  }

  .gift1 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .gifts {
    padding: 122px 30px 50px;
  }

  .drinks, .contact {
    height: 300px;
  }

  .harlem {
    margin-bottom: 0;
    font-size: 20px;
  }

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

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

  .harlem-white {
    margin-bottom: 0;
    font-size: 26px;
  }

  .como-hecho {
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 479px) {
  .slide-img {
    height: 60vh;
  }

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

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

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

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

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

  .icon {
    margin-right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-card-white {
    padding-right: 0;
  }

  .features-heading-white {
    font-size: 22px;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
  }

  .press {
    max-width: 30%;
  }

  .press._12 {
    margin-top: 0;
  }

  .press._56 {
    max-width: 45%;
  }

  .image-interaction.fire {
    height: auto;
    padding-top: 50px;
    position: static;
  }

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

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

  .image-section.pp {
    min-height: 0;
  }

  .paragraph-8 {
    margin-top: 5px;
    font-size: 14px;
  }

  .paragraph-8._11 {
    margin-top: 5px;
    line-height: 20px;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .menu-nts._01010 {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .wine-link-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .sub1-3 {
    font-size: 35px;
  }

  .wine-card-wrapper-2 {
    min-width: auto;
    height: auto;
    min-height: 220px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    display: flex;
  }

  .text-lbutton-layout-3-blog-2 {
    letter-spacing: 0;
    font-size: 15px;
  }

  .menus {
    background-image: linear-gradient(to bottom, null, null), url('../images/Mexican-Talavera-29.png'), url('../images/Paper-Texture.jpg');
    background-size: auto, 80px, contain;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .food-menu-item {
    padding-bottom: 3px;
  }

  .tabs {
    width: 100%;
    max-width: none;
  }

  .div-block-43 {
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .food-menu-item-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-14 {
    font-size: 35px;
    font-weight: 500;
  }

  .heading-14.after {
    font-size: 28px;
  }

  .heading-14.after.enchi {
    line-height: 35px;
  }

  .sub {
    font-size: 35px;
    font-weight: 500;
  }

  .tab-link {
    letter-spacing: 0;
  }

  .parties-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
  }

  .date {
    min-width: 100%;
  }

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

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

  .parties-sec.page-hero-section.paso, .parties-sec.page-hero-section.cover, .parties-sec.page-hero-section.thanks {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

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

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

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

  .ev3 {
    padding-bottom: 60px;
  }

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

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

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

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

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

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

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

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

  .gift1 {
    font-size: 25px;
  }

  .div-block-77 {
    flex-flow: column;
    margin-top: 17px;
  }

  .gifts {
    padding-top: 118px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .harlem-white {
    font-size: 25px;
    line-height: 30px;
  }

  .como-hecho {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .div-block-78 {
    padding: 17px;
  }
}

#w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a27a-e333a584 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a370bbed-e9e6-9439-dccb-26e3f5c87b50-45268f85, #w-node-_90d91eec-8577-7206-df4b-87576c75b896-45268f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7382eea3-3890-0c23-2317-bc76c8a0897c-45268f85 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_743019d6-a771-f994-c15e-5b2e96972249-45268f85, #w-node-ebe34d70-346f-19de-6109-08634d72c023-45268f85, #w-node-_852637da-7f96-f0bb-9cb2-7b3b26a66ab3-45268f85, #w-node-_82e6a553-081b-ba74-b8d0-1f8f4299f1ac-45268f85, #w-node-_23ec7490-012c-9762-248c-896d609ccedc-45268f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcfbf81f-cba2-15a2-e3e3-9360318907b8-45268f85 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d2d1f626-6f3e-758f-2328-0a500e2687f3-45268f85, #w-node-_5b6e32e9-25cf-9977-ec2a-5d0e178ff1a7-45268f85, #w-node-_21d4dd19-82e5-c145-7b1d-308753cdb7e7-45268f85, #w-node-c546b63b-29f8-5189-3378-1ada424470b8-45268f85, #w-node-_6dcea953-b37d-bee5-6e96-494cea921bcf-45268f85, #w-node-_2f5faf78-dcc8-8108-9d18-3cc9813dca7c-45268f85, #w-node-fd326015-9e58-6be7-81b7-b6fa23be623f-45268f85, #w-node-d80fad11-3bc9-bd04-6429-fe9b21c07bea-45268f85, #w-node-_6e6973c3-7f37-29d7-6edc-3d355e994ce4-45268f85, #w-node-_34e9d32d-acea-e3da-d079-44a959c31bd5-45268f85, #w-node-_0d641c03-d6da-7c01-4414-b1e93db6bd29-45268f85, #w-node-d25d9d61-5820-daae-db2e-3d480a27fa7a-45268f85, #w-node-bac3a806-31df-c75f-2b8b-45f0960aa3f2-45268f85, #w-node-_892f6ceb-e16c-b890-af24-41391a9fa4f6-45268f85, #w-node-abe23c69-fec3-969f-bb39-61baa815e01b-45268f85, #w-node-fd939584-bbf0-a3ab-b80d-6c752ea37a3b-45268f85, #w-node-_72fbe6e2-c271-eace-0749-165347dd838e-45268f85, #w-node-e593887d-b310-9144-ec16-a394aaea04c5-45268f85, #w-node-a178c83e-554a-b6ec-3e21-7ec66d2fb6f1-45268f85, #w-node-f83c8d11-2eb2-7b3b-10be-e82aeb6fc1fd-45268f85, #w-node-_6c4e4f06-d23e-e611-faf3-f664f7ba3c57-45268f85, #w-node-d3f37e1e-dd6e-a3d0-0a71-3c744664f2dd-45268f85, #w-node-d4955abb-766d-b9f4-7feb-7b88fc73afd3-45268f85, #w-node-_3d718b58-2dfd-af48-1360-c6e9d08d4c79-45268f85, #w-node-_9cec362d-379f-5ef2-3f5f-ead138d3ad61-45268f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a27a-e333a584 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a27b-e333a584, #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a281-e333a584, #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a287-e333a584, #w-node-f5065fd3-5d24-4d21-c0fe-be30397f0063-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dc99-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dca2-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dcab-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dcb3-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dcbd-e333a584 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a370bbed-e9e6-9439-dccb-26e3f5c87b50-45268f85, #w-node-_90d91eec-8577-7206-df4b-87576c75b896-45268f85, #w-node-_7382eea3-3890-0c23-2317-bc76c8a0897c-45268f85, #w-node-_743019d6-a771-f994-c15e-5b2e96972249-45268f85, #w-node-ebe34d70-346f-19de-6109-08634d72c023-45268f85, #w-node-_852637da-7f96-f0bb-9cb2-7b3b26a66ab3-45268f85, #w-node-_82e6a553-081b-ba74-b8d0-1f8f4299f1ac-45268f85, #w-node-_23ec7490-012c-9762-248c-896d609ccedc-45268f85, #w-node-fcfbf81f-cba2-15a2-e3e3-9360318907b8-45268f85, #w-node-d2d1f626-6f3e-758f-2328-0a500e2687f3-45268f85, #w-node-_5b6e32e9-25cf-9977-ec2a-5d0e178ff1a7-45268f85, #w-node-_21d4dd19-82e5-c145-7b1d-308753cdb7e7-45268f85, #w-node-c546b63b-29f8-5189-3378-1ada424470b8-45268f85, #w-node-_6dcea953-b37d-bee5-6e96-494cea921bcf-45268f85, #w-node-_2f5faf78-dcc8-8108-9d18-3cc9813dca7c-45268f85, #w-node-fd326015-9e58-6be7-81b7-b6fa23be623f-45268f85, #w-node-d80fad11-3bc9-bd04-6429-fe9b21c07bea-45268f85, #w-node-_6e6973c3-7f37-29d7-6edc-3d355e994ce4-45268f85, #w-node-_34e9d32d-acea-e3da-d079-44a959c31bd5-45268f85, #w-node-_0d641c03-d6da-7c01-4414-b1e93db6bd29-45268f85, #w-node-d25d9d61-5820-daae-db2e-3d480a27fa7a-45268f85, #w-node-bac3a806-31df-c75f-2b8b-45f0960aa3f2-45268f85, #w-node-_892f6ceb-e16c-b890-af24-41391a9fa4f6-45268f85, #w-node-abe23c69-fec3-969f-bb39-61baa815e01b-45268f85, #w-node-fd939584-bbf0-a3ab-b80d-6c752ea37a3b-45268f85, #w-node-_72fbe6e2-c271-eace-0749-165347dd838e-45268f85, #w-node-e593887d-b310-9144-ec16-a394aaea04c5-45268f85, #w-node-a178c83e-554a-b6ec-3e21-7ec66d2fb6f1-45268f85, #w-node-f83c8d11-2eb2-7b3b-10be-e82aeb6fc1fd-45268f85, #w-node-_6c4e4f06-d23e-e611-faf3-f664f7ba3c57-45268f85, #w-node-d3f37e1e-dd6e-a3d0-0a71-3c744664f2dd-45268f85, #w-node-d4955abb-766d-b9f4-7feb-7b88fc73afd3-45268f85, #w-node-_3d718b58-2dfd-af48-1360-c6e9d08d4c79-45268f85, #w-node-_9cec362d-379f-5ef2-3f5f-ead138d3ad61-45268f85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a27a-e333a584 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a27b-e333a584, #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a281-e333a584, #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a287-e333a584, #w-node-cfcaf899-ddd9-31f6-0b10-91da59e5a28d-e333a584 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a370bbed-e9e6-9439-dccb-26e3f5c87b50-45268f85, #w-node-_90d91eec-8577-7206-df4b-87576c75b896-45268f85, #w-node-_7382eea3-3890-0c23-2317-bc76c8a0897c-45268f85, #w-node-_743019d6-a771-f994-c15e-5b2e96972249-45268f85, #w-node-ebe34d70-346f-19de-6109-08634d72c023-45268f85, #w-node-_852637da-7f96-f0bb-9cb2-7b3b26a66ab3-45268f85, #w-node-_82e6a553-081b-ba74-b8d0-1f8f4299f1ac-45268f85, #w-node-_23ec7490-012c-9762-248c-896d609ccedc-45268f85, #w-node-fcfbf81f-cba2-15a2-e3e3-9360318907b8-45268f85, #w-node-d2d1f626-6f3e-758f-2328-0a500e2687f3-45268f85, #w-node-_5b6e32e9-25cf-9977-ec2a-5d0e178ff1a7-45268f85, #w-node-_21d4dd19-82e5-c145-7b1d-308753cdb7e7-45268f85, #w-node-c546b63b-29f8-5189-3378-1ada424470b8-45268f85, #w-node-_6dcea953-b37d-bee5-6e96-494cea921bcf-45268f85, #w-node-_2f5faf78-dcc8-8108-9d18-3cc9813dca7c-45268f85, #w-node-fd326015-9e58-6be7-81b7-b6fa23be623f-45268f85, #w-node-d80fad11-3bc9-bd04-6429-fe9b21c07bea-45268f85, #w-node-_6e6973c3-7f37-29d7-6edc-3d355e994ce4-45268f85, #w-node-_34e9d32d-acea-e3da-d079-44a959c31bd5-45268f85, #w-node-_0d641c03-d6da-7c01-4414-b1e93db6bd29-45268f85, #w-node-d25d9d61-5820-daae-db2e-3d480a27fa7a-45268f85, #w-node-bac3a806-31df-c75f-2b8b-45f0960aa3f2-45268f85, #w-node-_892f6ceb-e16c-b890-af24-41391a9fa4f6-45268f85, #w-node-abe23c69-fec3-969f-bb39-61baa815e01b-45268f85, #w-node-fd939584-bbf0-a3ab-b80d-6c752ea37a3b-45268f85, #w-node-_72fbe6e2-c271-eace-0749-165347dd838e-45268f85, #w-node-e593887d-b310-9144-ec16-a394aaea04c5-45268f85, #w-node-a178c83e-554a-b6ec-3e21-7ec66d2fb6f1-45268f85, #w-node-f83c8d11-2eb2-7b3b-10be-e82aeb6fc1fd-45268f85, #w-node-_6c4e4f06-d23e-e611-faf3-f664f7ba3c57-45268f85, #w-node-d3f37e1e-dd6e-a3d0-0a71-3c744664f2dd-45268f85, #w-node-d4955abb-766d-b9f4-7feb-7b88fc73afd3-45268f85, #w-node-_3d718b58-2dfd-af48-1360-c6e9d08d4c79-45268f85, #w-node-_9cec362d-379f-5ef2-3f5f-ead138d3ad61-45268f85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5065fd3-5d24-4d21-c0fe-be30397f0063-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dc99-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dca2-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dcab-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dcb3-e333a584, #w-node-_21762113-2b01-e6b8-30ed-b5e029c8dcbd-e333a584 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}