:root {
  --antique-white: #e5d6c6;
  --slider-arrow-bg: #35322f;
  --gradient-color-1: #1f1c18;
  --white: white;
  --black: #222;
  --gradient-color-2: #0e0100;
}

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

strong {
  font-weight: bold;
}

.ths04-hero-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 90vh;
  display: flex;
}

.hs95-contact-link {
  height: 100%;
  color: var(--antique-white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px #ffffff0f;
  border-left: 1px #ffffff0f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.hs95-contact-link-overlay {
  color: #fff;
  background-color: #000;
  font-family: trajan-pro-3, sans-serif;
  position: absolute;
  inset: 0%;
}

.hs95-contact-link-text {
  z-index: 9;
  color: #fff;
  letter-spacing: 1px;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 600;
  position: relative;
}

.ths04-navigation {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ths04-brand {
  color: var(--antique-white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sonder;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.ths04-header-block-center {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.hs95-hero-section-footer {
  z-index: 9;
  justify-content: space-between;
  align-items: stretch;
  height: 8vh;
  display: flex;
}

.hs95-hero-section-footer.height {
  justify-content: center;
  align-items: center;
  height: auto;
}

.ths04-slider-wrapper {
  width: 100%;
  height: 100%;
}

.ths04-hero-wrapper {
  background-color: #0c0b0a;
  min-height: 100vh;
  position: relative;
}

.ths04-slider {
  background-color: #0000;
  height: 100%;
}

.ths04-slide {
  text-align: center;
  background-image: linear-gradient(#0000, #0000 79%, #00000069 83%, #000), linear-gradient(#0c0b0a, #0000), url('../images/Highlights_Lounge_1920-x-1080.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.hs95-slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.6vw;
  height: 100%;
  display: none;
  inset: 0% 5.7vw 0% auto;
}

.hs95-slider-arrow {
  background-color: var(--slider-arrow-bg);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  transition: background-color .2s ease-in-out;
  display: none;
  inset: 2vw 22.15vw auto auto;
  overflow: visible;
}

.hs95-slider-arrow:hover {
  background-color: var(--gradient-color-1);
  opacity: 1;
}

.hs95-slider-arrow.next {
  inset: 7vw 22.15vw auto auto;
}

.ths04-slide-lightbox {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ths04-header {
  z-index: 9;
  border-bottom: 1px #ffffff0f;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
  display: flex;
}

.ths04-header.other-page {
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.ths04-page-wrapper {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.ths04-page-wrapper._1 {
  display: block;
}

.hs95-slide-caption-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 8vh;
  padding-left: 50px;
  display: flex;
  position: static;
  inset: auto 0% -8vh;
}

.ths04-slider-mask {
  overflow: visible;
}

.hs95-slide-caption {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  max-width: 900px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hs95-slide-caption.none {
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  max-width: none;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 23px;
  display: block;
}

.hs95-slide-caption.cent {
  text-align: center;
}

.hs95-slider-nav-arrow-icon {
  width: .6vw;
}

.hs95-slider-nav-arrow-icon.margin-left {
  margin-left: .2vw;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.image {
  margin-bottom: -17px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-4 {
  margin-bottom: 16px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #bdbdbd;
  margin: 8px;
  font-family: copperplate;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .525s;
}

.button:hover {
  background-color: #000;
}

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

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

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

.heading-3 {
  color: #dbd99e;
  font-size: 64px;
  line-height: 60px;
}

.heading-3.title01 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}

.tab-menu {
  z-index: 5;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: sticky;
  top: 80px;
}

.heading-tab-fourth {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.tab-first-men {
  border-right: 1px #424242;
  flex: 0 auto;
  width: 100%;
}

.first-tab {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 250px;
  margin-right: 5px;
  padding: 15px 20px;
  transition: background-color .2s ease-in-out;
}

.first-tab:hover {
  background-color: #fff;
}

.first-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #464646;
  font-size: 12px;
  transition-duration: .4s;
}

.menu-items-2 {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.menu-items-2.alone {
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-box-2 {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box-2.last {
  margin-top: 0;
  margin-bottom: 0;
}

.section-tab-menu {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: auto;
  padding: 50px 50px 100px;
  display: flex;
}

.section-tab-menu.sasa {
  background-color: #000;
  background-image: none;
  padding-top: 51px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.info-title.menu-title {
  color: #fff;
  letter-spacing: .5px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.info-title.menu {
  color: #fff;
  letter-spacing: .5px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.tabs-men {
  width: 100%;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.s {
  color: #cfcfcf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.top {
  color: #e8dbc8;
  text-align: center;
  text-transform: none;
  margin: 6px 50px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.infotext.top.a {
  color: #cfcfcf;
  margin-bottom: 0;
  font-size: 16px;
}

.infotext.menu {
  color: #fffc;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 23px;
}

.menu-banner {
  background-color: #0000;
  width: 100%;
}

.other {
  border-left: 1px solid #ffffff0f;
  border-right: 1px #ffffff0f;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

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

.text-span {
  letter-spacing: 1px;
  font-family: trajan-pro-3, sans-serif;
  font-size: 25px;
}

.body {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .ths04-slide {
    background-position: 50%;
  }

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

  .tab-menu {
    flex-direction: row;
  }

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

  .section-tab-menu {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hs95-contact-link-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ths04-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 6px;
  }

  .ths04-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ths04-header-block-center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs95-hero-section-footer {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .ths04-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hs95-slide-caption-wrapper {
    text-align: center;
    justify-content: center;
    height: auto;
    padding: 10px;
  }

  .hs95-slide-caption {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block {
    letter-spacing: 1px;
  }

  .div-block-3 {
    align-items: center;
  }

  .div-block-4 {
    margin-left: 0;
  }

  .button {
    text-align: center;
    min-width: 120px;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .first-tab {
    width: 90%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .first-tab.w--current {
    width: 90%;
  }

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

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

  .menu-box-2 {
    margin-bottom: 30px;
  }

  .menu-box-2.last {
    margin-top: 0;
  }

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

  .section-tab-menu.sasa {
    padding-bottom: 50px;
  }

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

  .info-title.menu-title, .info-title.menu, .infotext.s, .infotext.menu {
    text-align: center;
  }

  .other {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .ths04-hero-section {
    height: auto;
  }

  .hs95-contact-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hs95-contact-link-text {
    font-size: 13px;
  }

  .hs95-hero-section-footer {
    height: auto;
    padding-top: 12px;
  }

  .ths04-slider-wrapper {
    height: auto;
  }

  .ths04-slider {
    height: 75vh;
  }

  .hs95-slide-caption-wrapper {
    height: auto;
  }

  .hs95-slide-caption {
    padding-bottom: 12px;
    font-size: 13px;
  }

  .hs95-slide-caption.none {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-3 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .button {
    border-color: #b1b1b1;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 45px;
  }

  .heading-3.title01 {
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .heading-tab-fourth {
    width: auto;
  }

  .first-tab {
    text-align: center;
    border: 1px solid #cfd6a4;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-box-2 {
    margin-bottom: 39px;
  }

  .section-tab-menu {
    padding-bottom: 50px;
  }

  .section-tab-menu.sasa {
    padding-top: 30px;
  }

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

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

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

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

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

  .infotext.top {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .infotext.menu {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
}


