body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  border-style: none;
  border-width: 1vw;
  border-color: #000;
  border-radius: 0px;
  background-color: #000026;
  cursor: auto;
}

.text-block {
  height: 100%;
  min-height: 100%;
  text-align: center;
}

.div-block {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container {
  display: flex;
  min-height: 200px;
  justify-content: center;
  align-items: center;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

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

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

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

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

.navbar-logo-center-container.shadow-three {
  position: fixed;
  width: 100%;
  max-width: none;
}

.navbar-wrapper-three {
  position: relative;
  display: flex;
  padding-top: 10px;
  padding-left: 0px;
  justify-content: center;
  align-items: flex-start;
}

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

.navbar-brand-three:active {
  text-decoration: line-through;
}

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

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

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

.testimonial-column-light {
  position: -webkit-sticky;
  position: sticky;
  padding: 80px 30px;
  border-bottom: 1px none #e4ebf3;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.testimonial-grid-two {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.testimonial-card-two {
  display: flex;
  padding: 32px 16px 16px;
  flex-direction: column;
  border-style: none;
  border-width: 10px;
  border-color: #ffffe3;
}

.testimonial-text-two {
  margin-bottom: 5px;
  padding-top: 20px;
  font-family: Inconsolata, monospace;
  color: #ffffe3;
  font-size: 0.8vw;
  line-height: 0.9vh;
  text-align: center;
}

.testimonial-info-three {
  display: flex;
  padding: 24px 16px;
  align-items: center;
  background-color: transparent;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.13;
  mix-blend-mode: normal;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-main-heading {
  position: static;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Abcmaxiroundmonovariable, sans-serif;
  color: #ffffe3;
  font-size: 10vw;
  line-height: 17vw;
  font-weight: 300;
  text-decoration: none;
}

.testimonial-main-heading:active {
  text-decoration: none;
}

.testimonial-main-heading.button-text {
  font-size: 7vw;
  line-height: 14vw;
}

.link-block {
  border-style: solid;
  border-width: 8px;
  border-color: rgba(255, 255, 227, 0.5);
  border-radius: 4px;
  transition: opacity 200ms ease;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  mix-blend-mode: normal;
}

.link-block:hover {
  border-width: 8px;
  border-color: #ffffe3;
  border-radius: 4px;
}

.link-block:active {
  color: #ffffe3;
  text-decoration: line-through;
}

.link-block.w--current {
  display: none;
}

.image {
  display: inline-block;
  max-width: 100px;
  min-width: 60px;
  padding-top: 1vw;
  mix-blend-mode: normal;
}

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

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

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

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

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

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

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

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

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

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

.footer-wrapper-three {
  display: none;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 227, 0.5);
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-copyright {
  font-family: Abcmaxiroundmonovariable, sans-serif;
  color: #ffffe3;
}

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

.footer-legal-link {
  display: none;
  margin-left: 24px;
  color: #3a4554;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading {
  font-family: Abcmaxiroundmonovariable, sans-serif;
  color: #ffffe3;
  font-size: 100px;
  line-height: 8vh;
  font-weight: 400;
  text-transform: uppercase;
}

.heading.cocktails_method {
  margin-top: 30px;
  font-family: Abcmaxiroundmonovariable, sans-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  text-decoration: none;
}

.list {
  color: #ffffe3;
  font-size: 20px;
  line-height: 30px;
}

.cocktail_description_tagline {
  margin-bottom: 0px;
  font-family: Abcmaxiroundmonovariable, sans-serif;
  color: #ffffe3;
  font-size: 42px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0px;
}

.cocktail_description_tagline.airport-time {
  font-size: 28px;
}

.cocktail_description_tagline.hotel-link {
  line-height: 51px;
}

.list-item {
  font-family: Inconsolata, monospace;
}

.list-item-2 {
  font-family: Inconsolata, monospace;
}

.list-item-3 {
  font-family: Inconsolata, monospace;
}

.heading-2 {
  font-family: Abcmaxiroundmonovariable, sans-serif;
  color: #ffffe3;
  font-size: 39px;
  line-height: 33px;
  font-style: normal;
  font-weight: 700;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.field-label {
  overflow: visible;
  margin-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #ff6366;
  font-family: UnifrakturCook;
  color: #ffffe3;
  font-size: 40px;
  line-height: 60px;
}

.submit-button {
  background-color: #ffffe3;
  font-family: UnifrakturCook;
  color: #000026;
  font-size: 24px;
  line-height: 26px;
}

.text-field {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-family: UnifrakturCook;
  color: #ffffe3;
  font-size: 24px;
  line-height: 40px;
}

.body-2 {
  background-color: #000026;
}

.hotel-link {
  color: #ffffe3;
  line-height: 36px;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .container-2 {
    position: static;
    display: block;
    width: 100%;
    max-width: 728px;
    text-align: center;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

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

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

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

  .menu-button {
    display: none;
    padding: 12px;
  }

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

  .nav-menu {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

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

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

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

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

  .testimonial-column-light {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-card-two {
    width: 100%;
  }

  .testimonial-text-two {
    font-size: 1.5vw;
    line-height: 2vh;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-main-heading {
    font-size: 15vw;
    line-height: 15vw;
  }

  .icon {
    display: none;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 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-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

  .navbar-brand-three {
    padding-left: 0px;
  }

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

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

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

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

  .testimonial-text-two {
    font-size: 2vw;
    line-height: 2vh;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

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

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

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

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

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

  .footer-block-three {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    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;
  }
}

@media screen and (max-width: 479px) {
  .body {
    border-width: 2vw;
  }

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

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

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

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

  .nav-button-wrapper {
    width: auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-card-two {
    padding-top: 16px;
    justify-content: center;
  }

  .testimonial-text-two {
    padding-top: 10px;
    font-size: 3.5vw;
    line-height: 2vh;
  }

  .testimonial-main-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18vw;
    line-height: 28vw;
  }

  .testimonial-main-heading.button-text {
    font-size: 12vw;
  }

  .image {
    max-height: none;
    max-width: 25px;
    padding-top: 0.5vw;
  }

  .container-3 {
    max-width: none;
  }

  .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: flex-start;
    align-items: center;
  }

  .heading {
    line-height: 90px;
  }

  .cocktail_description_tagline {
    font-size: 27px;
    line-height: 46px;
    font-weight: 300;
  }

  .heading-2 {
    overflow: hidden;
    white-space: normal;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .link {
    position: static;
    display: block;
  }

  .link.hotel-link {
    font-size: 24px;
  }

  .hotel-link {
    font-size: 24px;
  }
}

#w-node-d0579eb2-5cac-5c10-80f3-e662e16ffa2b-13f6dfb2 {
  -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-dbabb758-4c74-14b2-0945-04b9c3f02be7-13f6dfb2 {
  -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-dfb2fe66-2f9d-3c1b-0a87-6110d24a7233-13f6dfb2 {
  -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;
}

@font-face {
  font-family: 'Abcmaxiroundmonovariable';
  src: url('../fonts/ABCMaxiRoundMonoVariable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcmaxiroundmonovariable';
  src: url('../fonts/ABCMaxiRoundMonoVariable.woff') format('woff');
  font-weight: 200 700;
  font-style: normal;
  font-display: auto;
}