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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

figcaption {
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.opening-line {
  height: 1px;
  border-bottom: 2px dotted #fff;
}

.event-heading {
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}

.main-heading.gallery {
  position: relative;
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.slide {
  z-index: 0;
  height: auto;
}

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

.nav-link {
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  font-family: Poppins, sans-serif;
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a87e2b;
}

.nav-link.w--current {
  color: #a87e2b;
}

.nav-link.map-link {
  display: none;
}

.subscribe-heading {
  margin-bottom: 20px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 41px;
  font-weight: 400;
  text-align: center;
}

.text-span {
  font-weight: 700;
}

.main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer-heading {
  margin-top: 51px;
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 100%;
  font-weight: 400;
}

.footer-heading._48 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Limelight, sans-serif;
}

.main-paragraph {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-style: italic;
  font-weight: 900;
}

.mask {
  overflow: hidden;
  height: auto;
  padding-top: 140px;
}

.submit-button {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #a87e2b;
  font-weight: 400;
}

.cocktail-heading {
  position: absolute;
  left: 0%;
  top: -23%;
  right: auto;
  bottom: auto;
  z-index: -1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Limelight, sans-serif;
  color: #3a3838;
  font-size: 100px;
  line-height: 100%;
  font-weight: 400;
}

.address-text {
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.menu-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #070c0d;
}

.submit-button-subscribe {
  width: 120px;
  height: 42px;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
}

.submit-button-subscribe:hover {
  background-color: #a87e2b;
}

.submit-button-2 {
  margin-top: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #a87e2b;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #a87e2b;
  font-family: Poppins, sans-serif;
}

.image-card {
  width: 271px;
  height: 215px;
  background-image: url('../images/barrys2_opt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-card.second {
  background-image: url('../images/barrys3_opt_2.jpg');
}

.image-card.third {
  background-image: url('../images/barrys4_opt.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.name {
  position: absolute;
  left: auto;
  top: auto;
  right: -18%;
  bottom: 33%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 19px;
}

.our-story-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.our-story-content-holder.mobile {
  display: none;
}

.our-story-content-holder.desktop {
  width: 100%;
  margin-bottom: 41px;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-team {
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.form-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.name-team {
  font-family: Limelight, sans-serif;
  color: #fff;
  line-height: 100%;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  text-decoration: none;
}

.social-link:hover {
  background-color: #a87e2b;
}

.social-link.first {
  margin-left: 0px;
}

.quote {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.image-first {
  height: 340px;
}

.menu-picture {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.menu-picture:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.form-wrap {
  margin-right: 20px;
}

.event-date-second {
  position: absolute;
  left: -10%;
  top: 23%;
  right: auto;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.event-container-holder {
  margin-bottom: 140px;
  padding-left: 60px;
}

.event-container-holder.desktop {
  margin-left: 76px;
}

.event-container-holder.mobile {
  display: none;
}

.yellow-line {
  color: #a87e2b;
}

.form-heading {
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.menu-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.text-field {
  margin-top: auto;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.text-field:focus {
  border-color: #a87e2b;
}

.story-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-gallery {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin: 40px auto 100px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-third {
  height: 245px;
  margin-top: 111px;
}

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

.menu-content-holder {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-content-holder.desktop {
  display: block;
  grid-auto-flow: row;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 50px;
  -ms-grid-columns: 2fr;
  grid-template-columns: 2fr;
  background-color: transparent;
}

.big-heading {
  position: absolute;
  left: -206%;
  top: -38%;
  right: auto;
  bottom: auto;
  z-index: 9;
  overflow: visible;
  margin-top: 0px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100%;
  font-weight: 400;
}

.big-heading.desktop {
  position: static;
  left: -222%;
  font-size: 88px;
  text-align: center;
}

.mansion-team {
  margin-bottom: 20px;
  color: #a87e2b;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.upcoming-date-second {
  position: absolute;
  left: -24%;
  top: 11.5%;
  right: auto;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.upcoming-date-second._2nd {
  left: 7%;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.upcoming-date-second._3rd {
  left: -9%;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.upcoming-event-holder {
  position: relative;
}

.upcoming-event-holder.middle {
  margin-top: 45%;
  padding-top: 0%;
}

.event-paragraph {
  position: absolute;
  left: auto;
  top: auto;
  right: -51.5%;
  bottom: 6%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 200;
}

.grid-team {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-gallery {
  position: relative;
  width: 267.5px;
  height: 267px;
  padding-top: 51px;
  padding-left: 20px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-gallery:hover {
  z-index: 2;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery.eighth {
  background-image: url('../images/8.jpg');
}

.image-gallery.eighth:hover {
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-gallery.eighth:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/8.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-gallery.third {
  background-image: url('../images/3.jpg');
  -webkit-transition: z-Index 400ms ease-in-out;
  transition: z-Index 400ms ease-in-out;
}

.image-gallery.third:hover {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-gallery.seventh {
  background-image: url('../images/7.jpg');
}

.image-gallery.seventh:hover {
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-gallery.second {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery.second:hover {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-gallery.sixth {
  background-image: url('../images/6.jpg');
}

.image-gallery.sixth:hover {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-gallery.fifth {
  background-image: url('../images/5.jpg');
}

.image-gallery.fifth:hover {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-gallery.nineth {
  background-image: url('../images/9.jpg');
}

.image-gallery.nineth:hover {
  background-image: url('../images/9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-gallery.fourth {
  background-image: url('../images/4.jpg');
}

.image-gallery.fourth:hover {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.form-block {
  margin-top: 40px;
}

.story-date {
  position: absolute;
  left: 37%;
  top: 312px;
  right: auto;
  bottom: -37%;
  display: block;
  margin-top: 20px;
  margin-left: -98px;
  font-family: Limelight, sans-serif;
  color: #f1f1f1;
  font-size: 55px;
  line-height: 110%;
  text-shadow: 1px 1px 0 #979797;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.8px;
}

.section-team {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #070c0d;
}

.container-menu {
  padding-top: 100px;
}

.container-menu.desktop {
  padding: 10px;
  color: #fff;
}

.social-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-holder.team {
  margin-left: 0px;
}

.video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.opening-text {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.our-story-event {
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 95px;
  padding-bottom: 0px;
  background-color: #070c0d;
}

.container-form {
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

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

.menu-line {
  height: 2px;
  background-color: #a87e2b;
}

.follow-us-wrap {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.wrap-image-bg {
  position: relative;
  width: 452px;
  height: 386px;
  background-image: url('../images/pexels-cottonbro-9419393-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-second {
  height: 245px;
  margin-top: 106px;
}

.description-menu {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.wrapper-text-card {
  padding-right: 20px;
  padding-left: 20px;
  border-style: none none none solid;
  border-width: 1px 2px;
  border-color: #000 #a87e2b;
}

.wrapper-text-card.no-ends {
  height: 110px;
  border-right-style: none;
  border-left-style: solid;
}

.heading-gallery {
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
}

.upcoming-heading-card {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 94vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/purple-piano-bg2.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/purple-piano-bg2.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bold-italic {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.menu-order {
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 24px;
}

.grid-card {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.upcoming-date {
  position: absolute;
  left: -25%;
  top: -7%;
  right: auto;
  bottom: auto;
  font-family: Limelight, sans-serif;
  color: #a87e2b;
  font-size: 75px;
  line-height: 100%;
}

.upcoming-date._3rd {
  left: -10%;
}

.upcoming-date._2nd {
  left: 4%;
  top: -15%;
}

.grid-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 131px auto 30px;
  grid-template-columns: 131px auto 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: default;
}

.grid-menu._2nd {
  -ms-grid-columns: 221px auto 30px;
  grid-template-columns: 221px auto 30px;
}

.grid-menu._2nd._3rd {
  -ms-grid-columns: 233px auto 30px;
  grid-template-columns: 233px auto 30px;
}

.grid-menu._2nd._3rd._4th {
  -ms-grid-columns: 186px auto 30px;
  grid-template-columns: 186px auto 30px;
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.our-story-content {
  position: static;
  z-index: 0;
  -webkit-perspective: 1118px;
  perspective: 1118px;
  -webkit-transform: perspective(824px);
  transform: perspective(824px);
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 12, 13, 0.55)), to(rgba(7, 12, 13, 0.55))), url('../images/footer.jpg');
  background-image: linear-gradient(180deg, rgba(7, 12, 13, 0.55), rgba(7, 12, 13, 0.55)), url('../images/footer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.line-event {
  position: absolute;
  left: auto;
  top: auto;
  right: -19%;
  bottom: 31%;
  width: 210px;
  height: 1px;
  background-color: #a87e2b;
}

.event-date {
  position: absolute;
  left: -10%;
  top: 5%;
  right: auto;
  bottom: auto;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 100%;
  font-weight: 400;
}

.field-label {
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.follow-heading {
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  font-weight: 400;
}

.image {
  width: 88px;
  height: 56px;
  max-width: 100%;
  margin-top: 20px;
  opacity: 0.73;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.background-text {
  position: absolute;
  left: -29%;
  top: -25%;
  right: auto;
  bottom: auto;
  z-index: -1;
  font-family: Limelight, sans-serif;
  color: #3a3838;
  font-size: 110px;
  line-height: 100%;
}

.cocktail-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-top: 175px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  height: auto;
  padding-bottom: 40px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slider.mobile {
  display: none;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
}

.event-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.event-grid.mobile {
  display: none;
}

.column-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 109%;
  font-weight: 400;
  text-shadow: 5px 5px 2px #000;
}

.heading.margin {
  margin-top: 38px;
}

.paragraph-card {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.events-text-bg {
  position: absolute;
  left: auto;
  top: -13%;
  right: -66%;
  bottom: auto;
  font-family: Limelight, sans-serif;
  color: #3a3838;
  font-size: 100px;
  line-height: 100%;
}

.drink-text {
  margin-top: auto;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 125%;
  text-align: center;
}

.upcoming-paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 200;
}

.image-team {
  overflow: hidden;
}

.event-section {
  position: relative;
  z-index: 1;
  padding-top: 175px;
  padding-bottom: 100px;
  background-color: #070c0d;
  -webkit-perspective: 706px;
  perspective: 706px;
  -webkit-transform: perspective(1020px);
  transform: perspective(1020px);
}

.left-arrow {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
}

.text-field-subscribe {
  width: 350px;
  height: 42px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-field-subscribe:focus {
  border-color: #fff;
}

.icon {
  font-size: 24px;
}

.link {
  margin-bottom: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #a87e2b;
  font-size: 18px;
}

.inverted-commas {
  font-size: 40px;
  line-height: 100%;
}

.opening-second-text {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
}

.subscribe-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#070c0d), to(#070c0d));
  background-image: linear-gradient(180deg, #070c0d, #070c0d);
}

.grid-opening {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.75fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-form {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #070c0d;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-review {
  display: none;
}

.bg-1-about-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/menu1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-1._4 {
  background-image: url('../images/old-fashioned.jpg');
}

.bg-1._2 {
  background-image: url('../images/menu2.jpg');
}

.bg-1._3 {
  background-image: url('../images/menu2.jpg');
}

.bg-1._1 {
  background-image: url('../images/menu1.jpg');
}

.bg-image-about {
  position: relative;
  top: auto;
  width: 100%;
  height: 60vh;
}

.social-image {
  width: 100%;
}

.container-heading {
  -webkit-perspective: 706px;
  perspective: 706px;
  -webkit-transform: perspective(980px);
  transform: perspective(980px);
}

.success-message {
  background-color: #a87e2b;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
  color: #ff6464;
}

.slider-gallery {
  display: none;
}

.main {
  background-color: #000;
}

.column-grid-footer.midpagehours {
  width: 47%;
  margin: 40px auto 0px;
  text-align: center;
}

.mobile-menu-line {
  width: 35px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 5px;
  background-color: #333;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/footer.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: 90vh;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(7, 12, 13, 0.8);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-404 {
  margin-bottom: 20px;
  font-family: Limelight, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 1;
  font-weight: 400;
}

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

._404-wrap {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
}

.image-2 {
  width: 343px;
}

.heading-405 {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-2 {
  width: 394px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(185, 138, 46, 0.7);
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.text-field-2:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #a87e2b;
}

.submit-button-password {
  margin-top: 10px;
  padding-right: 36px;
  padding-left: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease-in-out, border-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, border-color 400ms ease-in-out;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.submit-button-password:hover {
  border-color: #a87e2b;
  background-color: #a87e2b;
}

.upcoming-date-copy {
  position: absolute;
  left: -25%;
  top: -7%;
  right: auto;
  bottom: auto;
  font-family: Limelight, sans-serif;
  color: #a87e2b;
  font-size: 75px;
  line-height: 100%;
}

.upcoming-date-copy._3rd {
  left: -10%;
}

.upcoming-date-copy._3rd.gallery {
  position: absolute;
  left: -6%;
  z-index: 7;
  -webkit-perspective: 510px;
  perspective: 510px;
  -webkit-transform: perspective(1039px);
  transform: perspective(1039px);
}

.upcoming-date-second-copy {
  position: absolute;
  left: -24%;
  top: 11.5%;
  right: auto;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.upcoming-date-second-copy._3rd {
  left: -9%;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.upcoming-date-second-copy._3rd.gallery {
  position: relative;
  left: 0%;
  top: 0%;
  z-index: 1;
}

.source-link {
  margin-right: 20px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.source-link:hover {
  color: #a87e2b;
}

.licensing-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing-head {
  font-family: Limelight, sans-serif;
  color: #fff;
}

.licensing-paragraph {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.hero-heading-smal {
  color: #fff;
  font-size: 100px;
}

.licensing-container {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #a87e2b;
  border-radius: 10px;
  background-color: transparent;
}

.license-link {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.license-link:hover {
  font-family: Poppins, sans-serif;
  color: #a87e2b;
}

.images-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licensing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 220px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-licensing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #272727;
}

.image-licensing._2 {
  min-height: 300px;
  border-style: none;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._1 {
  width: 100%;
  min-height: 150px;
  border-style: none;
  background-image: url('../images/9.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.image-licensing._3 {
  min-height: 150px;
  border-style: none;
  border-color: #272727;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.small-hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f4f1;
  background-image: url('../images/hero.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.button-style-guide {
  margin-right: auto;
  margin-bottom: 60px;
  padding: 13px 40px 13px 30px;
  background-color: #000;
}

.main-text {
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.main-text.blod {
  margin-top: 0rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
}

.main-text.italic {
  font-style: italic;
}

.style-guide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #a87e2b;
}

.grid-style-guide {
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-heading-3 {
  margin: 0px;
  color: #000;
  font-size: 92px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
}

.main-heading-3.h4 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.main-heading-3.h1 {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  margin-right: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 92px;
  font-weight: 700;
}

.main-paragraph-2 {
  display: block;
  width: auto;
  margin-top: 0rem;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.main-paragraph-2.bold {
  margin-top: 40px;
  font-weight: 600;
}

.main-paragraph-2.italic {
  font-style: italic;
  font-weight: 400;
}

.list-2 {
  margin-top: 20px;
  color: #a87e2b;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2.style-guide {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.right-column {
  border-top: 1px solid #c1c1c1;
}

.right-column._2 {
  border-top-style: none;
}

.info-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #a87e2b;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.style-text {
  position: absolute;
  left: 0%;
  top: 9%;
  right: auto;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #a87e2b;
  font-size: 14px;
  font-weight: 500;
}

.style-text.static {
  position: static;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}

.container-heading-style.style-guide {
  position: relative;
  padding: 40px 60px;
  border: 1px none #000;
}

.background-color {
  width: 10vw;
  height: 10vw;
  border: 1px solid #c1c1c1;
  background-color: #aeaeae;
}

.background-color.first {
  background-color: #a87e2b;
  color: #f3f4f1;
}

.background-color.second {
  background-color: #000;
}

.background-color.third {
  background-color: #fff;
}

.changelog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.changeloc-container {
  padding: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: transparent;
}

.changelog-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.73);
}

.wrap-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 45px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-text {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.webflow-link {
  color: #edb9a6;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.webflow-link.hide-cursor {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
}

.webflow-link.hide-cursor:hover {
  color: #a87e2b;
}

.text-credits {
  margin: 0px 0px 0px auto;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.udesly-link {
  color: #edb9a6;
  font-weight: 400;
  text-decoration: underline;
}

.udesly-link.hide-cursor {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
}

.udesly-link.hide-cursor:hover {
  color: #a87e2b;
}

.main-link {
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: none;
}

.main-link:hover {
  color: #c1ae8e;
}

.main-link.margin {
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.image-3 {
  margin-top: 38px;
  margin-right: 22px;
}

.heading-406 {
  font-size: 36px;
}

.heading-407 {
  margin-top: 0px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: rgba(56, 56, 56, 0.54);
  font-family: Limelight, sans-serif;
  font-size: 24px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-shadow: 5px 5px 2px #000;
}

.heading-408 {
  margin-top: 60px;
  color: #fff;
  font-size: 29px;
  text-align: center;
  text-transform: uppercase;
}

.heading-409 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-410 {
  margin-top: 40px;
  font-size: 29px;
  text-align: center;
}

.heading-411 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.text-span-2 {
  font-size: 27px;
}

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

.heading-412 {
  margin-top: 51px;
  margin-bottom: 60px;
  font-size: 36px;
  text-align: center;
}

.heading-413 {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-align: center;
}

.container-3 {
  margin-top: 10px;
  margin-bottom: 60px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.5)), to(rgba(43, 43, 43, 0.5)));
  background-image: linear-gradient(180deg, rgba(43, 43, 43, 0.5), rgba(43, 43, 43, 0.5));
}

.container-4 {
  margin-top: -41px;
}

.text-span-4 {
  font-size: 30px;
}

.text-span-5 {
  font-size: 13px;
}

.text-block {
  position: static;
  float: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.text-block.refreshments-text {
  font-size: 17px;
  font-weight: 400;
}

.text-span-6 {
  font-size: 14px;
}

.text-span-7 {
  line-height: 1.2;
  font-style: normal;
  font-weight: 300;
}

.text-span-8 {
  line-height: 1.15;
  letter-spacing: 0.6px;
}

.image-4 {
  display: none;
}

.menuheadersection {
  margin-top: 0px;
  padding-top: 114px;
  padding-bottom: 40px;
  background-color: #000;
}

.dedicated-description-menu {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 100;
}

.dedicated-grid-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 235px auto 30px;
  grid-template-columns: 235px auto 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: default;
}

.dedicated-grid-menu._2nd {
  -ms-grid-columns: 221px auto 30px;
  grid-template-columns: 221px auto 30px;
}

.dedicated-grid-menu._2nd._3rd {
  -ms-grid-columns: 233px auto 30px;
  grid-template-columns: 233px auto 30px;
}

.dedicated-grid-menu._2nd._3rd._4th {
  -ms-grid-columns: 191px auto 30px;
  grid-template-columns: 191px auto 30px;
}

.dedicated-grid-menu.spirits2 {
  -ms-grid-columns: 477px 30px;
  grid-template-columns: 477px 30px;
}

.dedicated-grid-menu.spirts3 {
  -ms-grid-columns: 334px auto 30px;
  grid-template-columns: 334px auto 30px;
}

.dedicated-grid-menu.spirts4 {
  -ms-grid-columns: 539px auto 30px;
  grid-template-columns: 539px auto 30px;
}

.dedicated-grid-menu.spirts1st {
  -ms-grid-columns: 449px auto 30px;
  grid-template-columns: 449px auto 30px;
}

.dedicated-menu-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.dedicated-menu-line {
  display: none;
  height: 2px;
  background-color: #a87e2b;
}

.dedicated-container-menu {
  padding-top: 100px;
}

.dedicated-container-menu.desktop {
  padding: 10px;
  color: #fff;
}

.dedicated-menu-text-block {
  position: static;
  float: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.text-span-6-copy {
  font-size: 14px;
}

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

.dedicatedmenugrid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.dedicated-menu-div1 {
  padding-right: 20%;
  padding-left: 20%;
}

.heading-414 {
  padding-bottom: 4px;
  font-size: 49px;
  text-align: center;
  text-shadow: 2px 2px 1px #919191;
}

.heading-415 {
  margin-top: 57px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a87e2b;
  text-align: center;
}

.dedicated-menu-premium-spirits-div {
  padding-right: 20%;
  padding-left: 20%;
}

.dedicated-menu-classic-cocktails {
  padding-right: 20%;
  padding-left: 20%;
}

.heading-416 {
  margin-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a87e2b;
  text-align: center;
}

.image-5 {
  max-width: 48%;
  text-align: left;
}

.div-block-2 {
  text-align: center;
}

.image-6 {
  max-width: 33%;
  margin-bottom: 32px;
}

.linkgold {
  color: #a87e2b;
}

.div-block-3 {
  background-image: url('../images/purple-piano-bg2.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-2 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.text-block-4 {
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.text-block-5 {
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.menubutton {
  font-weight: 500;
  text-align: left;
}

.link-2 {
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 2px;
  outline-color: #a87e2b;
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 1px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-2:hover {
  background-color: #a87e2b;
}

.div-block-4 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-7 {
  display: block;
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  text-align: left;
}

.link-block {
  display: block;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

  .main-container {
    z-index: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cocktail-heading {
    font-family: Limelight, sans-serif;
    color: #3a3838;
  }

  .menu-section {
    padding-top: 40px;
  }

  .image-first {
    height: 376px;
  }

  .menu-heading {
    font-family: Limelight, sans-serif;
    color: #fff;
  }

  .grid-gallery {
    width: 100%;
  }

  .image-third {
    height: 251px;
  }

  .image-gallery {
    width: 100%;
  }

  .image-second {
    width: auto;
    height: 224px;
    max-width: none;
  }

  .description-menu {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
  }

  .menu-order {
    font-family: Limelight, sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .grid-menu._2nd._3rd._4th:hover {
    color: #a87e2b;
  }

  .heading {
    font-size: 100px;
  }

  .heading.margin {
    font-size: 100px;
  }

  .subscribe-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#070c0d), to(#070c0d));
    background-image: linear-gradient(180deg, #070c0d, #070c0d);
  }

  .bg-1._3 {
    background-image: url('../images/menu3.jpg');
  }

  .dedicated-description-menu {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
  }

  .dedicated-grid-menu._2nd._3rd._4th:hover {
    color: #a87e2b;
  }

  .dedicated-menu-heading {
    font-family: Vollkorn, serif;
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 18px;
  }

  .main-container {
    left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-section {
    padding-top: 10px;
  }

  .event-container-holder.desktop {
    margin-left: -326px;
  }

  .heading.margin {
    margin-top: 100px;
  }

  .subscribe-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#070c0d), to(#070c0d));
    background-image: linear-gradient(180deg, #070c0d, #070c0d);
  }

  .bg-image-about {
    position: relative;
  }

  .main {
    overflow: hidden;
  }

  .heading-404 {
    font-family: Poppins, sans-serif;
  }

  .licensing-paragraph {
    font-weight: 400;
    text-align: center;
  }

  .hero-heading-smal {
    font-size: 100px;
  }

  .licensing-container {
    width: 100%;
    max-width: 1000px;
    border-style: solid;
    border-color: #a87e2b;
    background-color: transparent;
  }

  .licensing-section {
    margin-bottom: 32px;
    background-color: transparent;
  }

  .image-licensing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
  }

  .small-hero-2 {
    background-color: #f3f4f1;
    background-image: url('../images/hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
  }

  .button-style-guide {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-text {
    margin-left: 0px;
    font-size: 18px;
    text-transform: uppercase;
  }

  .main-text.blod {
    line-height: 1.2;
  }

  .style-guide-block {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 60px;
  }

  .grid-style-guide {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-heading-3 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 45px;
  }

  .main-heading-3.h4 {
    margin-bottom: 5px;
  }

  .main-paragraph-2 {
    width: auto;
    max-width: none;
    margin-top: 0px;
    font-size: 26px;
    font-weight: 400;
  }

  .list-2 {
    padding-left: 20px;
  }

  .container-2 {
    max-width: 1300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2.style-guide {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .right-column._2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-heading {
    color: #e2b013;
  }

  .style-text {
    color: #e2b013;
  }

  .container-heading-style.style-guide {
    border-top-style: none;
    border-bottom-style: none;
  }

  .background-color.first {
    background-color: #e2b013;
  }

  .background-color.second {
    background-color: #e2e1df;
  }

  .background-color.third {
    background-color: #991192;
  }

  .paragraph-2 {
    margin-left: 0px;
  }

  .changeloc-container {
    background-color: transparent;
  }

  .wrap-link-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-text {
    color: #fff;
    font-size: 10px;
  }

  .webflow-link {
    color: #dcecf4;
    font-size: 12px;
  }

  .webflow-link.hide-cursor {
    color: #fff;
    font-size: 10px;
  }

  .text-credits {
    color: #fff;
    font-size: 10px;
  }

  .udesly-link {
    color: #dcecf4;
  }

  .udesly-link.hide-cursor {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .opening-line {
    border-bottom-width: 4px;
  }

  .event-heading {
    font-size: 96px;
  }

  .main-heading {
    margin-bottom: 50px;
    font-size: 64px;
  }

  .main-heading.gallery {
    font-size: 43px;
    line-height: 1;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 700;
  }

  .subscribe-heading {
    font-size: 64px;
    line-height: 100%;
  }

  .text-span {
    font-size: 25px;
    font-weight: 900;
  }

  .main-container {
    max-width: 80%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-heading {
    margin-bottom: 60px;
    font-size: 29px;
  }

  .main-paragraph {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 120%;
    font-weight: 200;
    letter-spacing: -2px;
  }

  .mask {
    padding-top: 260px;
  }

  .cocktail-heading {
    top: -32%;
    z-index: -1;
    font-size: 180px;
  }

  .address-text {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 34px;
  }

  .menu-section {
    padding-top: 60px;
  }

  .submit-button-subscribe {
    width: 150px;
    height: 60px;
  }

  .submit-button-2 {
    height: 50px;
    margin-top: 36px;
    font-size: 24px;
  }

  .image-card {
    width: 401px;
    height: 323px;
  }

  .name {
    right: -28%;
    font-size: 36px;
  }

  .our-story-content-holder {
    margin-bottom: 220px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading-team {
    font-size: 144px;
  }

  .menu-image {
    height: 100%;
  }

  .name-team {
    font-size: 36px;
  }

  .container {
    max-width: 85%;
  }

  .social-link {
    width: 35px;
    height: 35px;
  }

  .quote {
    font-size: 34px;
  }

  .image-first {
    height: 485px;
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .event-date-second {
    left: -11%;
    top: 27%;
    font-size: 36px;
    line-height: 100%;
  }

  .event-container-holder {
    padding-left: 175px;
  }

  .event-container-holder.desktop {
    margin-left: 0px;
  }

  .form-heading {
    font-size: 96px;
    line-height: 100%;
  }

  .menu-heading {
    font-size: 36px;
  }

  .text-field {
    width: 260px;
    height: 50px;
  }

  .story-grid {
    margin-bottom: 220px;
  }

  .grid-gallery {
    width: auto;
    margin-top: 75px;
    margin-bottom: 140px;
  }

  .image-third {
    height: 375px;
    margin-top: 153px;
    margin-bottom: 60px;
  }

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

  .menu-content-holder {
    grid-column-gap: 100px;
  }

  .big-heading {
    left: -203%;
    top: -35%;
    font-size: 180px;
  }

  .big-heading.desktop {
    left: -223%;
    top: -49%;
  }

  .mansion-team {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 100%;
  }

  .upcoming-date-second {
    left: 7%;
    top: 16%;
    font-size: 36px;
    line-height: 100%;
  }

  .upcoming-date-second._2nd {
    top: 17%;
  }

  .event-paragraph {
    right: -63%;
    bottom: 9%;
    font-size: 24px;
    line-height: 125%;
    font-weight: 300;
  }

  .grid-team {
    margin-top: 120px;
    justify-items: center;
    grid-column-gap: 50px;
  }

  .image-gallery {
    width: 512px;
    height: 512px;
    padding-top: 107px;
  }

  .image-gallery.second {
    padding-top: 104px;
  }

  .story-date {
    left: 44%;
    top: 383px;
    bottom: -21%;
    font-size: 112px;
  }

  .paragraph {
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: -1px;
  }

  .container-menu {
    padding-top: 180px;
  }

  .opening-text {
    font-size: 20px;
  }

  .our-story-event {
    padding-top: 360px;
    padding-bottom: 0px;
  }

  .follow-us-wrap {
    padding-top: 20px;
  }

  .wrap-image-bg {
    width: 652px;
    height: 686px;
  }

  .image-second {
    height: 430px;
    margin-top: 134px;
    margin-bottom: 60px;
  }

  .description-menu {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 32px;
  }

  .wrapper-text-card {
    padding: 5px 40px 40px;
  }

  .wrapper-text-card.no-ends {
    height: 199px;
  }

  .heading-gallery {
    font-size: 64px;
  }

  .upcoming-heading-card {
    margin-top: 40px;
    font-size: 36px;
    line-height: 100%;
  }

  .hero-section {
    height: 1108px;
  }

  .bold-italic {
    font-size: 38px;
    font-weight: 600;
  }

  .menu-order {
    font-size: 36px;
    line-height: 100%;
  }

  .upcoming-date {
    left: 7%;
    font-size: 144px;
  }

  .grid-menu {
    margin-bottom: 15px;
    grid-column-gap: 30px;
    -ms-grid-columns: 281px auto 70px;
    grid-template-columns: 281px auto 70px;
    cursor: default;
  }

  .grid-menu._2nd {
    -ms-grid-columns: 331px auto 70px;
    grid-template-columns: 331px auto 70px;
  }

  .grid-menu._2nd._3rd {
    -ms-grid-columns: 297px auto 70px;
    grid-template-columns: 297px auto 70px;
  }

  .grid-menu._2nd._3rd._4th {
    -ms-grid-columns: 287px auto 70px;
    grid-template-columns: 287px auto 70px;
  }

  .background-video {
    height: 1080px;
  }

  .line-event {
    right: -29%;
    bottom: 30%;
    width: 388px;
    height: 2px;
  }

  .event-date {
    left: -14%;
    top: 8%;
    font-size: 144px;
  }

  .field-label {
    font-size: 24px;
    line-height: 30px;
  }

  .follow-heading {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .image {
    width: 158px;
    height: auto;
  }

  .background-text {
    left: -58%;
    top: -41%;
    z-index: -1;
    font-size: 243px;
  }

  .cocktail-grid {
    z-index: 2;
    margin-top: 320px;
  }

  .event-grid {
    margin-top: 140px;
  }

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

  .heading {
    margin-top: 0px;
    font-size: 100px;
  }

  .heading.margin {
    margin-top: 100px;
  }

  .paragraph-card {
    font-size: 24px;
    line-height: 36px;
  }

  .events-text-bg {
    font-size: 180px;
  }

  .drink-text {
    margin-top: auto;
    font-size: 36px;
  }

  .upcoming-paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }

  .event-section {
    padding-top: 240px;
  }

  .text-field-subscribe {
    width: 500px;
    height: 60px;
    font-size: 14px;
  }

  .link {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 45px;
  }

  .link:hover {
    font-family: Poppins, sans-serif;
    font-size: 24px;
  }

  .opening-second-text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
  }

  .subscribe-section {
    padding-top: 220px;
    padding-bottom: 220px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#070c0d), to(#070c0d));
    background-image: linear-gradient(180deg, #070c0d, #070c0d);
  }

  .grid-opening {
    margin-bottom: 25px;
    -ms-grid-columns: 0.5fr 1fr 1fr;
    grid-template-columns: 0.5fr 1fr 1fr;
  }

  .section-form {
    padding-top: 60px;
  }

  .footer-grid {
    grid-column-gap: 100px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bg-1-about-1 {
    height: 100%;
  }

  .bg-1._4 {
    max-height: 514px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bg-image-about {
    height: 100%;
  }

  .column-grid-footer.midpagehours {
    width: 88%;
  }

  .upcoming-date-copy {
    left: 7%;
    font-size: 144px;
  }

  .upcoming-date-second-copy {
    left: 7%;
    top: 16%;
    font-size: 36px;
    line-height: 100%;
  }

  .upcoming-date-second-copy._3rd.gallery {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .body {
    background-color: #000;
  }

  .text-span-5 {
    font-size: 15px;
  }

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

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

  .dedicated-description-menu {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 32px;
  }

  .dedicated-grid-menu {
    margin-bottom: 15px;
    grid-column-gap: 30px;
    -ms-grid-columns: 281px auto 70px;
    grid-template-columns: 281px auto 70px;
    cursor: default;
  }

  .dedicated-grid-menu._2nd {
    -ms-grid-columns: 331px auto 70px;
    grid-template-columns: 331px auto 70px;
  }

  .dedicated-grid-menu._2nd._3rd {
    -ms-grid-columns: 297px auto 70px;
    grid-template-columns: 297px auto 70px;
  }

  .dedicated-grid-menu._2nd._3rd._4th {
    -ms-grid-columns: 287px auto 70px;
    grid-template-columns: 287px auto 70px;
  }

  .dedicated-menu-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .dedicated-container-menu {
    padding-top: 180px;
  }

  .dedicated-menu-text-block {
    font-size: 24px;
  }

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

@media screen and (max-width: 991px) {
  .main-heading {
    font-size: 30px;
  }

  .main-heading.gallery {
    margin-top: 20px;
    font-size: 44px;
  }

  .slide-nav {
    display: none;
  }

  .nav-link {
    margin-left: 0px;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .nav-link:visited {
    color: #a87e2b;
  }

  .nav-link.w--current {
    color: #a87e2b;
  }

  .nav-link.menu-link {
    display: none;
  }

  .nav-link.map-link {
    display: block;
  }

  .subscribe-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 45px;
  }

  .main-container {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    z-index: 43;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .mask {
    padding-top: 0px;
  }

  .menu-section {
    display: block;
    padding-top: 0px;
  }

  .submit-button-subscribe {
    -webkit-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
  }

  .submit-button-subscribe:hover {
    background-color: #a87e2b;
  }

  .submit-button-2 {
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-card {
    width: 100%;
  }

  .name {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1;
  }

  .our-story-content-holder.desktop {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-team {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-image {
    overflow: hidden;
    height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .name-team {
    font-size: 34px;
  }

  .social-link {
    margin-right: 10px;
    margin-left: 0px;
  }

  .social-link.first {
    width: 25px;
  }

  .menu-picture {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .menu-picture:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .event-date-second {
    font-size: 15px;
  }

  .event-container-holder.desktop {
    display: none;
  }

  .event-container-holder.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-heading {
    font-size: 50px;
    text-align: left;
  }

  .menu-heading {
    margin-right: auto;
    font-size: 36px;
    line-height: 1.1;
  }

  .text-field {
    margin-top: auto;
  }

  .story-grid {
    margin-bottom: 0px;
    justify-items: center;
    grid-row-gap: 75px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-gallery {
    display: none;
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu-content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .menu-content-holder.desktop {
    display: block;
    margin-top: 40px;
  }

  .big-heading {
    position: static;
    left: -225%;
    top: -22%;
    font-size: 68px;
  }

  .big-heading.desktop {
    display: block;
  }

  .mansion-team {
    color: #a87e2b;
    font-size: 24px;
    line-height: 1.2;
  }

  .upcoming-date-second {
    left: 7%;
    top: 8.5%;
    font-size: 24px;
  }

  .upcoming-date-second._3rd {
    left: 7%;
  }

  .upcoming-event-holder.middle {
    margin-top: 0%;
  }

  .event-paragraph {
    position: static;
    bottom: 3%;
    width: 400px;
    margin-top: 10px;
  }

  .grid-team {
    display: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-gallery {
    width: auto;
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .image-gallery:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

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

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

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

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

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

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

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

  .form-block {
    width: 100%;
  }

  .story-date {
    position: static;
    bottom: -16%;
    margin-top: 100px;
    font-size: 96px;
    line-height: 51%;
  }

  .paragraph {
    font-size: 18px;
  }

  .container-menu {
    padding-top: 0px;
  }

  .container-menu.desktop {
    display: none;
  }

  .social-holder {
    margin-left: 0px;
    padding-top: 29px;
  }

  .social-holder.team {
    padding-top: 0px;
  }

  .video-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .wrap-image-bg {
    width: 400px;
    height: 350px;
    padding-top: 0px;
  }

  .description-menu {
    font-size: 24px;
    line-height: 1.2;
  }

  .description-menu.hide {
    display: none;
  }

  .nav-menu {
    width: 100vw;
  }

  .wrapper-text-card {
    border-left-style: none;
  }

  .wrapper-text-card.no-ends {
    height: auto;
    border-left-style: none;
  }

  .upcoming-heading-card {
    font-size: 41px;
    line-height: 1.2;
  }

  .hero-section {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .bold-italic {
    font-size: 18px;
  }

  .menu-order {
    margin-right: auto;
    font-size: 48px;
    line-height: 1.1;
  }

  .grid-card {
    width: auto;
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .upcoming-date {
    left: 0%;
    top: -13%;
    font-size: 120px;
  }

  .upcoming-date._3rd {
    left: 0%;
  }

  .upcoming-date._2nd {
    left: 0%;
    top: -13%;
    font-size: 120px;
  }

  .grid-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-menu._2nd.hide {
    display: none;
  }

  .background-video {
    position: relative;
    left: -40px;
    z-index: 3;
    width: 100vw;
  }

  .navbar {
    position: fixed;
    z-index: 9999;
  }

  .our-story-content {
    font-size: 14px;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .line-event {
    position: static;
    width: 170px;
  }

  .event-date {
    font-size: 70px;
  }

  .field-label {
    margin-bottom: 10px;
  }

  .background-text {
    position: static;
    left: -66%;
    font-size: 100px;
  }

  .slider.mobile {
    display: block;
  }

  .event-grid.desktop {
    grid-row-gap: 142px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 100px;
  }

  .heading.margin {
    font-size: 100px;
  }

  .events-text-bg {
    position: relative;
    top: 43px;
    right: 0%;
    bottom: auto;
    z-index: 1;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .upcoming-paragraph {
    font-size: 24px;
    line-height: 1.2;
  }

  .image-team {
    width: 100%;
  }

  .event-section {
    padding-top: 100px;
  }

  .text-field-subscribe {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-form {
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-review {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
  }

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

  .bg-image-about {
    display: none;
  }

  .error-message {
    font-family: Poppins, sans-serif;
  }

  .slider-gallery {
    display: block;
    height: auto;
    padding-bottom: 85px;
    background-color: transparent;
  }

  .main {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #070c0d;
  }

  .mobile-menu-button {
    margin-left: auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 8px;
  }

  .mobile-menu-button.w--open {
    z-index: 2;
    background-color: transparent;
  }

  .mobile-menu-line {
    width: 30px;
    margin-top: 7px;
    margin-bottom: 0px;
    background-color: #fff;
    color: #fff;
  }

  .nav-container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-top: 170px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #070c0d;
    -webkit-perspective: 824px;
    perspective: 824px;
    -webkit-transform: perspective(980px);
    transform: perspective(980px);
  }

  .upcoming-date-copy {
    left: 0%;
    top: -13%;
    font-size: 120px;
  }

  .upcoming-date-copy._3rd {
    left: 0%;
  }

  .upcoming-date-copy._3rd.gallery.static {
    position: static;
  }

  .upcoming-date-second-copy {
    left: 7%;
    top: 8.5%;
    font-size: 24px;
  }

  .upcoming-date-second-copy._3rd {
    left: 7%;
  }

  .licensing-container {
    width: 80%;
  }

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

  .licensing-section {
    padding-top: 100px;
  }

  .image-licensing._3 {
    min-height: 300px;
  }

  .main-text {
    width: auto;
    margin-bottom: 10px;
    font-size: 7vw;
    line-height: 1;
  }

  .main-text.blod {
    font-size: 18px;
  }

  .main-heading-3 {
    white-space: nowrap;
  }

  .main-heading-3.h1 {
    position: static;
  }

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

  .container-2.style-guide {
    padding-top: 301px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-column {
    margin-bottom: 60px;
  }

  .wrap-link-footer {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-text {
    text-align: center;
  }

  .text-credits {
    text-align: center;
  }

  .main-link {
    font-size: 18px;
  }

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

  .image-4 {
    display: none;
  }

  .dedicated-description-menu {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
  }

  .dedicated-description-menu.hide {
    display: none;
  }

  .dedicated-grid-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dedicated-grid-menu._2nd.hide {
    display: none;
  }

  .dedicated-menu-heading {
    margin-right: auto;
    font-size: 28px;
    line-height: 1.1;
    text-align: left;
  }

  .dedicated-container-menu {
    padding-top: 0px;
  }

  .dedicated-container-menu.desktop {
    display: none;
  }

  .heading-415 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .slide-nav {
    display: none;
  }

  .main-container {
    max-width: 90%;
  }

  .cocktail-heading {
    font-size: 82px;
  }

  .menu-section {
    display: block;
  }

  .submit-button-2 {
    margin-top: 20px;
  }

  .image-card {
    height: 400px;
  }

  .form-wrap {
    margin-right: 0px;
  }

  .event-date-second {
    left: 5%;
  }

  .story-grid {
    display: -ms-grid;
    display: grid;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .big-heading {
    font-size: 51px;
  }

  .big-heading.desktop {
    font-size: 62px;
  }

  .story-date {
    margin-top: 137px;
    line-height: 87%;
  }

  .our-story-event {
    padding-top: 60px;
  }

  .wrap-image-bg {
    width: 100%;
  }

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

  .hero-section {
    padding-bottom: 100px;
  }

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

  .background-video {
    left: -20px;
  }

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

  .event-date {
    left: 0%;
  }

  .field-label {
    text-align: center;
  }

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

  .column-footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 80px;
  }

  .heading.margin {
    font-size: 80px;
  }

  .events-text-bg {
    margin-right: auto;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .column-grid-footer.midpagehours {
    width: 49%;
  }

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

  .mobile-menu-button.w--open {
    margin-left: auto;
    padding-right: 0px;
  }

  .mobile-menu-line {
    margin-top: 7px;
    margin-bottom: 3.5px;
  }

  .utility-page-content {
    width: 100vw;
    height: 100vh;
  }

  .licensing-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .image-licensing._1 {
    min-height: 300px;
  }

  .image-licensing._3 {
    min-height: 300px;
  }

  .main-text {
    width: auto;
    font-size: 6vw;
    font-weight: 600;
    text-decoration: none;
  }

  .main-paragraph-2.bold {
    font-size: 18px;
  }

  .container-2.style-guide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-text {
    position: static;
    margin-bottom: 20px;
  }

  .container-heading-style.style-guide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .background-color.first {
    width: 20vw;
    height: 20vw;
  }

  .background-color.second {
    width: 20vw;
    height: 20vw;
  }

  .background-color.third {
    width: 20vw;
    height: 20vw;
  }

  .wrap-link-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-text {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-credits {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .main-link {
    margin-bottom: 40px;
  }

  .main-link.margin {
    margin-right: auto;
    margin-bottom: 10px;
  }

  .image-3 {
    position: absolute;
    display: none;
    width: 280px;
    height: 280px;
    margin-top: 188px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .heading-408 {
    margin-top: 60px;
  }

  .container-3 {
    margin-top: 44px;
  }

  .image-4 {
    display: block;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .dedicatedmenugrid {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .opening-line {
    display: none;
    width: 0px;
  }

  .event-heading {
    margin-top: 100px;
    padding-left: 0px;
    font-size: 10vw;
    text-align: left;
  }

  .main-heading.gallery {
    font-size: 28px;
    line-height: 1;
  }

  .slide {
    width: 100%;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
    color: #a87e2b;
    font-size: 30px;
    font-weight: 400;
  }

  .nav-link.menu-link {
    display: block;
  }

  .subscribe-heading {
    padding-left: 0px;
    font-size: 31px;
    line-height: 1.2;
  }

  .card-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .footer-heading {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 36px;
  }

  .footer-heading._48 {
    font-size: 48px;
  }

  .mask {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .submit-button {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .cocktail-heading {
    position: static;
    top: -3%;
    font-size: 15vw;
  }

  .address-text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 18px;
    line-height: 125%;
  }

  .address-text.bold {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
  }

  .menu-section {
    display: block;
    padding-top: 0px;
  }

  .submit-button-subscribe {
    width: auto;
    border-left-style: solid;
  }

  .image-card {
    width: 100%;
    height: 229px;
  }

  .image-card.second {
    width: 100%;
  }

  .image-card.third {
    width: 100%;
  }

  .name {
    position: static;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 36px;
    line-height: 125%;
    text-align: right;
  }

  .our-story-content-holder.mobile {
    display: none;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .our-story-content-holder.desktop {
    display: block;
    margin-bottom: 36px;
  }

  .card-team {
    width: 284px;
    height: auto;
  }

  .heading-team {
    padding-left: 0px;
    font-size: 64px;
    text-align: left;
  }

  .form-subscribe {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-picture {
    width: 100%;
    height: auto;
    max-width: 100%;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .menu-picture:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .event-date-second {
    left: 4%;
    top: 14%;
    right: auto;
    bottom: auto;
    font-size: 24px;
    line-height: 125%;
  }

  .event-container-holder.desktop {
    display: none;
  }

  .event-container-holder.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-heading {
    font-size: 13vw;
    line-height: 1.2;
  }

  .menu-heading {
    margin-right: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 36px;
    text-align: left;
  }

  .text-field {
    width: 100%;
    height: 46px;
  }

  .story-grid {
    margin-bottom: 0px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-gallery {
    overflow: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #6b6b6b;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-content-holder {
    width: 100%;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .big-heading {
    position: static;
    display: block;
    font-size: 9vw;
  }

  .big-heading.desktop {
    display: block;
    font-size: 37px;
  }

  .upcoming-date-second {
    position: static;
    left: 7%;
    font-size: 24px;
    line-height: 120%;
  }

  .upcoming-date-second._3rd {
    left: 5%;
  }

  .upcoming-event-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .event-paragraph {
    position: static;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 18px;
    line-height: 125%;
  }

  .grid-team {
    overflow: auto;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-gallery {
    overflow: visible;
    width: 100%;
    height: 284px;
    padding-top: 15px;
  }

  .image-gallery:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-gallery.nineth {
    width: 100%;
  }

  .story-date {
    position: static;
    left: 30%;
    top: auto;
    right: 0%;
    bottom: -42%;
    margin-top: 190px;
    font-size: 67px;
    line-height: 1;
    text-align: left;
  }

  .container-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-holder {
    margin-left: 0px;
    padding-left: 0px;
  }

  .social-holder.team {
    padding-top: 0px;
    padding-left: 0px;
  }

  .video-section {
    height: auto;
  }

  .opening-text {
    font-size: 18px;
  }

  .our-story-event {
    display: block;
    padding: 20px 20px 40px;
  }

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

  .wrap-image-bg {
    width: 100%;
    height: 295px;
    margin-bottom: 40px;
  }

  .description-menu {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }

  .description-menu.hide {
    display: none;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    padding-bottom: 20px;
    background-color: #000;
  }

  .wrapper-text-card {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .wrapper-text-card.no-ends {
    height: auto;
    border-left-style: none;
  }

  .heading-gallery {
    padding-left: 0px;
    font-size: 14vw;
    text-align: left;
  }

  .upcoming-heading-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-section {
    padding-top: 129px;
    padding-bottom: 75px;
    background-image: url('../images/barrysbackdrop3.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/barrysbackdrop3.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .menu-order {
    margin-right: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 48px;
    line-height: 125%;
    text-align: right;
  }

  .grid-card {
    width: 100%;
    grid-row-gap: 30px;
  }

  .upcoming-date {
    position: static;
    left: 4%;
    top: -15%;
    margin-right: 10px;
    font-size: 72px;
  }

  .upcoming-date._3rd {
    left: 4%;
  }

  .grid-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33px;
    padding-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .grid-menu._2nd.hide {
    display: none;
  }

  .background-video {
    height: 60vw;
  }

  .our-story-content {
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .line-event {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .event-date {
    left: 1%;
    top: -6%;
    right: auto;
    bottom: auto;
    font-size: 72px;
  }

  .field-label {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .follow-heading {
    color: #a87e2b;
  }

  .image {
    width: 74px;
    height: auto;
  }

  .background-text {
    position: static;
    left: 0%;
    top: -37%;
    right: 0%;
    bottom: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 72px;
  }

  .cocktail-grid {
    margin-top: 100px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .slider.mobile {
    display: block;
    height: auto;
    padding-bottom: 0px;
  }

  .event-grid.desktop {
    display: none;
  }

  .event-grid.mobile {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading {
    font-size: 49px;
  }

  .heading.margin {
    font-size: 49px;
  }

  .paragraph-card {
    font-size: 18px;
    line-height: 30px;
  }

  .events-text-bg {
    position: static;
    margin-bottom: 50px;
    font-size: 23vw;
  }

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

  .upcoming-paragraph {
    font-size: 18px;
    line-height: 125%;
  }

  .subscribe-span {
    color: #a87e2b;
  }

  .event-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .left-arrow {
    right: auto;
  }

  .text-field-subscribe {
    width: auto;
    margin-bottom: 20px;
  }

  .link {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-mobile {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .opening-second-text {
    color: #fff;
    font-size: 14px;
    text-align: right;
  }

  .subscribe-section {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 12, 13, 0.94)), to(rgba(7, 12, 13, 0.94)));
    background-image: linear-gradient(180deg, rgba(7, 12, 13, 0.94), rgba(7, 12, 13, 0.94));
  }

  .grid-opening {
    margin-bottom: 20px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .section-form {
    padding-top: 60px;
  }

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

  .slider-review {
    padding-bottom: 92px;
  }

  .slider-gallery {
    width: 100%;
    height: auto;
    padding-bottom: 78px;
  }

  .main {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-grid-footer.midpagehours {
    width: 85%;
  }

  .mobile-menu-line {
    margin-top: 7px;
    margin-bottom: 0px;
  }

  .nav-container {
    padding-left: 20px;
  }

  .utility-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-404 {
    font-size: 17vw;
  }

  ._404-wrap {
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .text-field-2 {
    width: auto;
    max-width: 100%;
  }

  .upcoming-date-copy {
    position: static;
    left: 4%;
    top: -15%;
    margin-right: 10px;
    font-size: 72px;
  }

  .upcoming-date-copy._3rd {
    left: 4%;
  }

  .upcoming-date-second-copy {
    position: static;
    left: 7%;
    font-size: 24px;
    line-height: 120%;
  }

  .upcoming-date-second-copy._3rd {
    left: 5%;
  }

  .upcoming-date-second-copy._3rd.gallery {
    font-size: 18px;
    line-height: 1;
  }

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

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-paragraph {
    font-size: 16px;
  }

  .hero-heading-smal {
    font-size: 50px;
  }

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

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

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

  .licensing-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-hero-2 {
    min-height: 450px;
    padding-top: 25px;
  }

  .button-style-guide {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-text {
    width: 80%;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    white-space: pre-wrap;
  }

  .main-text.blod {
    width: 80%;
  }

  .main-text.italic {
    width: 84%;
    font-size: 20px;
  }

  .style-guide-block {
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    border-style: none;
  }

  .grid-style-guide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-heading-3.h4 {
    font-size: 26px;
  }

  .main-heading-3.h1 {
    font-size: 47px;
  }

  .main-paragraph-2 {
    margin-top: 0rem;
    font-size: 18px;
  }

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

  .container-heading-style.style-guide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .background-color.first {
    width: 78vw;
    height: 78vw;
  }

  .background-color.second {
    width: 78vw;
    height: 78vw;
  }

  .background-color.third {
    width: 78vw;
    height: 78vw;
  }

  .div-block {
    padding: 20px;
  }

  .changelog-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .changeloc-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
    text-align: center;
  }

  .wrap-link-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .top-text {
    margin: 10px 20px 10px 0px;
  }

  .text-credits {
    margin-left: 0px;
  }

  .main-link.margin {
    margin-right: auto;
    margin-bottom: 10px;
  }

  .image-3 {
    position: absolute;
    margin-top: 281px;
    margin-left: 0px;
  }

  .heading-407 {
    margin-top: 42px;
  }

  .heading-409 {
    font-size: 35px;
  }

  .heading-411 {
    font-size: 35px;
  }

  .heading-412 {
    font-size: 29px;
  }

  .heading-413 {
    font-size: 35px;
  }

  .container-3 {
    margin-top: 60px;
  }

  .dedicated-description-menu {
    padding-top: 8px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }

  .dedicated-description-menu.hide {
    display: none;
  }

  .dedicated-grid-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .dedicated-grid-menu._2nd.hide {
    display: none;
  }

  .dedicated-grid-menu.spirits2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dedicated-grid-menu.spirts3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dedicated-grid-menu.spirts4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dedicated-grid-menu.spirts1st {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dedicated-menu-heading {
    margin-right: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 20px;
    text-align: left;
  }

  .dedicated-container-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-414 {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 37px;
    line-height: 32px;
    text-transform: none;
  }

  .heading-415 {
    margin-top: 48px;
    border-bottom-color: #a87e2b;
    font-size: 27px;
  }

  .dedicated-menu-premium-spirits-div {
    padding-bottom: 3px;
  }

  .heading-416 {
    border-bottom-color: #a87e2b;
    font-size: 27px;
  }

  .heading-416.champagne {
    font-size: 27px;
  }

  .image-5 {
    max-width: 92%;
  }

  .image-6 {
    max-width: 82%;
    margin-top: 6px;
  }
}

#w-node-c9306437-5d22-c5c9-7e4f-9ce1dbadd80f-dbe818ff {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c9306437-5d22-c5c9-7e4f-9ce1dbadd816-dbe818ff {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c9306437-5d22-c5c9-7e4f-9ce1dbadd820-dbe818ff {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c9306437-5d22-c5c9-7e4f-9ce1dbadd8d9-dbe818ff {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-eb8214d6-5417-004d-fff1-224607cad2b7-dbe818ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-caf3feb7-8c6e-a1fd-1646-f6f536a2e6c1-dbe818ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c9306437-5d22-c5c9-7e4f-9ce1dbaddae1-dbe818ff {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7676ebdb-73a9-104b-7029-be7e7f3fdeff-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7676ebdb-73a9-104b-7029-be7e7f3fdf01-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7676ebdb-73a9-104b-7029-be7e7f3fdf02-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7676ebdb-73a9-104b-7029-be7e7f3fdf03-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7676ebdb-73a9-104b-7029-be7e7f3fdf05-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_71408e62-a2d8-9217-123f-2b7a04607b5d-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_71408e62-a2d8-9217-123f-2b7a04607b5f-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_71408e62-a2d8-9217-123f-2b7a04607b60-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_71408e62-a2d8-9217-123f-2b7a04607b61-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_71408e62-a2d8-9217-123f-2b7a04607b63-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_787c14b3-e546-3573-445a-1c5808c67f49-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_787c14b3-e546-3573-445a-1c5808c67f4b-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_787c14b3-e546-3573-445a-1c5808c67f4c-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_787c14b3-e546-3573-445a-1c5808c67f4d-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_787c14b3-e546-3573-445a-1c5808c67f4f-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f18-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f1a-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f1b-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f10-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f12-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f13-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f20-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f22-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df7cb9b7-77d9-e62d-3850-ec4c39514f23-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744c8-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744ca-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744cb-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744ce-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744d0-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744d1-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744d4-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744d6-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744d7-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744da-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744dc-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9cae24f4-2909-fd49-8483-192c925744dd-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bc2b83cd-16f3-9420-4c2e-20fddba3905a-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bc2b83cd-16f3-9420-4c2e-20fddba3905c-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bc2b83cd-16f3-9420-4c2e-20fddba3905d-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bc2b83cd-16f3-9420-4c2e-20fddba39060-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bc2b83cd-16f3-9420-4c2e-20fddba39062-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bc2b83cd-16f3-9420-4c2e-20fddba39063-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9dd00103-0f94-827f-c60e-b54e05672197-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9dd00103-0f94-827f-c60e-b54e05672199-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_016c7d38-6dff-51ee-d6b9-e2799d24f31a-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_016c7d38-6dff-51ee-d6b9-e2799d24f31b-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_016c7d38-6dff-51ee-d6b9-e2799d24f31d-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7d9a9059-6546-26c7-0ce7-d84137b9d22a-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7d9a9059-6546-26c7-0ce7-d84137b9d22c-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_70c426a0-be24-28e9-a709-998398605e8c-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_70c426a0-be24-28e9-a709-998398605e8e-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_104ed70a-3715-a8d9-eaa3-ffaeb04c1ed5-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_104ed70a-3715-a8d9-eaa3-ffaeb04c1ed7-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0f4755f4-e11a-3f87-ad58-72748939929c-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0f4755f4-e11a-3f87-ad58-72748939929e-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccaf-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccb1-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccb2-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccb3-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccb5-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccb7-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccb9-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccbf-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccc1-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccc3-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_36134f4b-a5c5-cb7d-b0f1-630a9ccfccc5-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b4472a-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b4472c-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b4472d-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b44730-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b44732-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b44733-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b44736-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b44738-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6dc3189-76e2-cee6-205b-8ea020b44739-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afcf-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afd1-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afd2-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afd3-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afd5-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afd7-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afd9-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afdb-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94597f4e-f27f-94d1-8c3a-f36bd244afdd-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3c1a1167-7a10-abac-f267-7f1bdebbe6c5-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3c1a1167-7a10-abac-f267-7f1bdebbe6c7-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0dafbed9-41d4-ec95-c525-c36efc848e84-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0dafbed9-41d4-ec95-c525-c36efc848e86-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7866db97-b09f-7825-2053-fe72e14bf37b-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7866db97-b09f-7825-2053-fe72e14bf37d-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-adc52ce4-1e34-0fb9-abc6-8a91a16915a3-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-adc52ce4-1e34-0fb9-abc6-8a91a16915a5-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_402311d0-6411-b09c-212e-ea9fa2a7cd68-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_402311d0-6411-b09c-212e-ea9fa2a7cd6a-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f3a5fcfe-8979-d0bb-4535-8200a0219af0-37e81903 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f3a5fcfe-8979-d0bb-4535-8200a0219af2-37e81903 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b86adabb-079d-99b3-f7ab-89a9c44dfdb6-37e81903 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-c9306437-5d22-c5c9-7e4f-9ce1dbaddae1-dbe818ff {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b86adabb-079d-99b3-f7ab-89a9c44dfdb6-37e81903 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c9306437-5d22-c5c9-7e4f-9ce1dbaddae1-dbe818ff {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b86adabb-079d-99b3-f7ab-89a9c44dfdb6-37e81903 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c9306437-5d22-c5c9-7e4f-9ce1dbadd80f-dbe818ff {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c9306437-5d22-c5c9-7e4f-9ce1dbadd811-dbe818ff {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

