:root {
  --green: #244125;
  --black-6c: #101820;
  --off-white: #f1ece2;
  --black: black;
  --gold: #a06433;
  --white: white;
  --gold2: #e7b24b;
  --green2: #045444;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center {
  background-color: #000;
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-stack {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  display: none;
}

.hero-image {
  width: auto;
  max-width: 260px;
  min-height: 0;
  margin-top: 20px;
}

.hero-image.sumission_form {
  display: none;
  overflow: visible;
}

.footer-subscribe {
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: var(--green);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  font-family: Judson, sans-serif;
  display: flex;
}

.footer-copyright {
  color: var(--green);
  font-family: PT Serif, serif;
}

.footer-copyright.location {
  color: var(--green);
  padding-bottom: 40px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--green);
  margin-left: 24px;
}

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

.image {
  border: 15px solid var(--black-6c);
  background-color: var(--black-6c);
  border-radius: 100%;
  min-width: 150px;
  max-width: 150px;
  margin-top: 123px;
}

.body {
  background-color: var(--off-white);
  outline-offset: 0px;
  text-align: center;
  border: 4px solid #244125;
  border-radius: 0;
  outline: 3px #fff;
  margin: 20px 20px 0;
  padding-bottom: 0;
}

.heading {
  color: #fff;
  display: none;
}

.legal-footer {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
}

.pricing-overview {
  color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  font-family: Judson, sans-serif;
  position: relative;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.centered-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 400;
}

.pricing-description {
  color: #f1ece2;
  text-align: left;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  color: #fff;
}

.heading-2, .heading-3, .heading-4 {
  text-transform: uppercase;
}

.rules-container {
  max-width: 900px;
  margin-top: 157px;
}

.official-rules---page {
  color: #fff;
  text-align: left;
  justify-content: center;
  font-family: Judson, sans-serif;
  display: flex;
}

.rich-text-block {
  font-size: 18px;
  line-height: 28px;
}

.button {
  outline-offset: 0px;
  color: #f1ece2;
  text-align: center;
  background-color: rgba(206, 173, 101, 0);
  outline: 1px solid #b26632;
  min-width: 70%;
  margin-top: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Judson, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.button:hover {
  border: 1px solid #b26632;
}

.button.quest_rules {
  background-color: var(--green);
  outline-color: var(--green);
  color: var(--off-white);
  text-transform: uppercase;
  outline-width: 2px;
  min-width: 25%;
  margin-top: 20px;
}

.button.quest_rules:hover {
  border-width: 0;
}

.heading-5 {
  color: var(--green);
  margin-top: 48px;
  margin-bottom: 40px;
  font-family: Judson, sans-serif;
  font-size: 44px;
}

.heading-5.meet-our {
  margin-bottom: 0;
  font-size: 38px;
}

.column {
  justify-content: flex-end;
  width: 100%;
  margin-left: 40px;
  display: flex;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .16), 0 -2px 4px rgba(20, 20, 43, .12), 0 12px 44px rgba(20, 20, 43, .34);
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.dummy-display {
  color: #a0a3bd;
  margin-bottom: 16px;
  line-height: 1.2;
}

.paragraph.dummy-paragraph {
  color: #a0a3bd;
  margin-bottom: 32px;
}

.close-popup---brix {
  opacity: .9;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.cloneable-container-default {
  background-color: rgba(247, 247, 251, 0);
  border-radius: 20px;
  min-height: 624px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-arrow {
  margin-left: 6px;
}

.popup-1-form---brix {
  align-items: center;
  display: flex;
  position: relative;
}

.input---brix {
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.large---brix {
  min-height: 74px;
  padding: 24px 40px;
}

.dummy-hero-wrapper---brix {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.dummy-hero-wrapper---brix.preview-page---brix {
  padding: 32px 50px;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 12px;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.image-thumbnail-illustration---brix {
  width: 100%;
  height: 100%;
  max-height: 440px;
}

.limit-content---brix {
  align-self: center;
  width: 100%;
  max-width: 456px;
}

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

.popup-1---brix {
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
  position: static;
}

.popup-1-illustration---brix {
  width: 600px;
  min-width: 100%;
  height: 600px;
  min-height: 100%;
  margin-bottom: 0;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper---brix.preview-page {
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: absolute;
}

.overlay---brix {
  z-index: 10;
  background-color: rgba(0, 0, 0, .61);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

.paragraph-2 {
  color: var(--green);
  font-family: Judson, sans-serif;
  font-size: 18px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.info_lineup {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.cocktail-wrapper {
  color: var(--off-white);
  -webkit-text-stroke-color: var(--black);
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: Judson, sans-serif;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.bartender_photo {
  aspect-ratio: 1;
  outline-color: var(--gold);
  outline-offset: 0px;
  object-fit: cover;
  object-position: 50% 0%;
  border: 8px #000;
  border-radius: 100%;
  outline-width: 3px;
  outline-style: solid;
  width: auto;
  height: auto;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  color: var(--green);
  font-size: 48px;
  line-height: 52px;
}

.testimonial-text-four {
  text-align: left;
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.heading-6 {
  color: var(--green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.heading-7 {
  color: var(--green);
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.instalink {
  color: #a06433;
}

.list {
  color: var(--black-6c);
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  position: static;
}

.bartender {
  color: var(--off-white);
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  font-family: Judson, sans-serif;
  display: flex;
}

.fom_link {
  color: var(--off-white);
  text-decoration: underline;
}

.testimonial-column-dark {
  border: 1px #000;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0 10px 80px;
  position: relative;
}

.centered-heading-2 {
  color: var(--off-white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Judson, sans-serif;
  font-size: 48px;
}

.info_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 0;
  display: grid;
}

.testimonial-block-main {
  background-color: var(--black);
  justify-content: space-between;
  padding: 0 24px 0 0;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  min-height: 100%;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.cocktail_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .5px solid var(--gold);
  background-color: var(--off-white);
  outline-color: var(--black);
  outline-offset: 0px;
  color: var(--black-6c);
  outline-width: 10px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 10px;
  display: flex;
}

.testimonial-info-two {
  clear: none;
  color: var(--off-white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 0;
  font-family: Judson, sans-serif;
  display: flex;
  position: static;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
}

.cocktail_title {
  color: var(--black-6c);
  text-align: center;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.cocktail_photo {
  aspect-ratio: 1;
  border-style: none none solid;
  border-width: 8px 8px 1px;
  border-color: black black var(--gold);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  width: auto;
  height: auto;
}

.info_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 8px solid var(--green);
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px;
  font-family: Judson, sans-serif;
  display: flex;
}

.text-block-4 {
  padding-bottom: 10px;
}

.background-video {
  aspect-ratio: auto;
  object-fit: fill;
  min-height: 100%;
  display: block;
}

.container-3 {
  position: relative;
}

.link {
  color: var(--green);
}

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

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .column {
    align-self: auto;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .limit-content---brix {
    align-self: auto;
    max-width: none;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .info_lineup {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .column {
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .popup-1-form---brix {
    flex-direction: column;
  }

  .input---brix.large---brix {
    min-height: 64px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .dummy-hero-wrapper---brix {
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .subscribe-button---brix.popup-1---brix {
    background-position: 68% 52%;
  }

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .popup-1-illustration---brix {
    max-width: 28%;
    height: auto;
    margin-bottom: 16px;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .cocktail-wrapper {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .bartender_photo {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .bartender {
    flex-direction: column;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .cocktail_photo {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    justify-content: center;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .hero-stack {
    display: none;
  }

  .hero-image {
    width: 60%;
    max-width: 95%;
    max-height: none;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-subscribe {
    padding-top: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-copyright {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .footer-copyright.location {
    padding-bottom: 40px;
    font-size: 14px;
    text-decoration: none;
  }

  .footer-legal-link:hover {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .image {
    margin-top: -30px;
  }

  .body {
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .container-2 {
    max-width: none;
    display: block;
  }

  .centered-heading {
    object-fit: fill;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 24px;
    display: flex;
    overflow: visible;
  }

  .pricing-description {
    text-align: center;
  }

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

  .rules-container {
    width: 100%;
    margin-top: 14px;
  }

  .official-rules---page {
    padding-left: 9px;
    padding-right: 9px;
  }

  .button {
    min-width: 90%;
    margin-top: 26px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-5.meet-our {
    text-transform: none;
    font-size: 32px;
    line-height: 34px;
  }

  .column {
    margin-top: 32px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    margin-left: -10px;
    margin-right: -10px;
    left: 16px;
    right: 16px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .popup-1---brix {
    padding: 60px 0 0;
  }

  .popup-1-illustration---brix {
    max-width: 40%;
    height: auto;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 0;
    padding-right: 0;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .paragraph-2 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .info_lineup {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small.margin-bottom-32px {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-7 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .testimonial-column-dark {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
  }

  .centered-heading-2 {
    text-align: center;
    margin-bottom: 0;
  }

  .info_grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cocktail_title {
    padding-bottom: 10px;
    line-height: 44px;
  }

  .info_card {
    outline-offset: 0px;
    border-width: 4px;
    outline: 3px #333;
    padding-bottom: 10px;
  }

  .background-video {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .div-block {
    height: 200px;
  }

  .text-span {
    text-decoration: underline;
  }
}

#w-node-_6d6c3008-57ac-ac55-5cb6-5488e0aca260-572badfd, #w-node-f698c57b-82f4-2796-2c1f-8ad168899608-572badfd, #w-node-_0cd14abc-50c9-def6-8cb8-bd5363fb8cee-572badfd, #w-node-_56d8d8bd-2978-b622-a5f9-c8b6f11da40e-572badfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


