.blue-gradient-background, .blue-gradient-background--meeting, .blue-gradient-background--connect, .blue-gradient-background--rewards {
  background: linear-gradient(to bottom, #26130A 0%, #26130A 40%, #0291BA 55%, #26130A 75%, #26130A 100%);
  z-index: -10;
  position: relative;
}

.blue-gradient-background--rewards {
  background: linear-gradient(to bottom, #26130A 0%, #26130A 30%, #0291BA 65%, #26130A 90%, #26130A 100%);
}

.blue-gradient-background--connect {
  background: linear-gradient(to bottom, #26130A 0%, #26130A 20%, #0291BA 50%, #26130A 90%, #26130A 100%);
}

.blue-gradient-background--meeting {
  background: linear-gradient(to bottom, #26130A 0%, #26130A 40%, #0291BA 60%, #26130A 90%, #26130A 100%);
}

.brown-background {
  background: #26130A;
  position: relative;
}

body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Abril Fatface", serif;
}

h1 {
  font-size: 2.875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 599px) {
  h1 {
    font-size: 2.375rem;
  }
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.125rem;
}

strong {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.brown {
  color: #26130A;
}

.gold-text {
  color: #EABB1E;
}

.line-clamp, .line-clamp-3, .line-clamp-2, .line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.spacer {
  height: 1.5rem;
  display: block;
}

.container, .container--narrow, .container--small {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  box-sizing: content-box;
  padding-left: 24px;
  padding-right: 24px;
}
.container--small {
  max-width: 900px;
}
.container--narrow {
  max-width: 600px;
}

.flex, .fdc {
  display: flex;
  flex-wrap: wrap;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.fdc {
  flex-direction: column;
}

.jcc {
  justify-content: center;
}

.jcfe {
  justify-content: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.jcse {
  justify-content: space-evenly;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.gap-0 {
  gap: 0.25rem;
}

.gap-1 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.row-reverse {
  flex-direction: row-reverse;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  background-color: #26130A;
}

img {
  max-height: 37.5rem;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  border: none;
  padding: 0px;
  background: none;
  color: inherit;
  font: inherit;
  outline: inherit;
}

.button, .button--yellow-gradient, .button--white-border, .button--yellow {
  display: flex;
  padding: 0.5rem 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  color: #26130A;
  width: fit-content;
  min-width: 12.5rem;
  margin: auto;
  background-color: #EABB1E;
  position: relative;
  overflow: hidden;
}
.button--yellow {
  background-color: #EABB1E;
}
.button--white-border {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin: 0px;
  color: #FFFFFF;
}
.button--yellow-gradient {
  background: linear-gradient(to bottom, rgba(205, 155, 41, 0.9294117647), rgba(236, 209, 113, 0.9294117647), rgba(234, 186, 24, 0.9294117647), rgba(208, 156, 40, 0.9294117647));
}

.button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.button__label {
  position: relative;
  text-align: center;
  transition: color 50ms var(--ease-in-out-quart);
}

.button--stroke:hover {
  color: var(--button-hoverColor, var(--button-stroke));
}

.button--stroke:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6.25rem;
  content: "";
  pointer-events: none;
}

.button__flair:before {
  aspect-ratio: 1/1;
  background: url("https://gsap.com/img/noise-button.png"), var(--button-stroke);
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 170%;
}

.button--stroke:hover .button__label {
  transition: color 0.15s var(--ease-in-out-quart);
}

.fade-in {
  opacity: 0;
}
.fade-in--active {
  animation: fade-in 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-right {
  opacity: 0;
  transform: translateX(100px);
}
.fade-right--active {
  animation: fade-right 1s ease-out 0s 1 normal forwards;
}

.fade-left {
  opacity: 0;
  transform: translateX(-100px);
}
.fade-left--active {
  animation: fade-left 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(100px);
}
.fade-up--active {
  animation: fade-up 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zoom-in-container {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.zoom-in {
  transform: scale(1);
  z-index: -1;
}
.zoom-in--active {
  animation: zoom-in 2s ease-out 0s 1 normal forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
    z-index: -1;
  }
  100% {
    transform: scale(1.075);
    z-index: -1;
  }
}
.zoom-out-container {
  overflow: hidden;
  max-width: 100%;
}

.zoom-out {
  transform: scale(1.075);
  z-index: -1;
}
.zoom-out--active {
  animation: zoom-in 2s ease-out 0s 1 normal forwards;
}

@keyframes zoom-out {
  0% {
    transform: scale(1.075);
    z-index: -1;
  }
  100% {
    transform: scale(1);
    z-index: -1;
  }
}
.delay {
  animation-delay: 0.5s;
}

@media (min-width: 600px) {
  .delay-for-desktop {
    animation-delay: 0.25s;
  }
}

@media (min-width: 600px) {
  .delayer-for-desktop {
    animation-delay: 0.5s;
  }
}

.accordion {
  cursor: pointer;
  padding: 1.5rem;
  width: 100%;
  border-top: 1px solid #EABB1E;
  outline: none;
  transition: all 0.2s;
  position: relative;
}
.accordion h2 {
  font-size: 1.875rem;
  text-align: left;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.accordion:last-of-type {
  border-bottom: 1px solid #EABB1E;
}
.accordion::after {
  content: url("../img/accordion.svg");
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.accordion--active::after {
  content: url("../img/active-accordion.svg");
  transition: all 0.3s;
}
.accordion--active:last-of-type {
  border-bottom: none;
}

.panel {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.hide-label {
  display: none !important;
}

.form label {
  font-weight: 400 !important;
  text-transform: uppercase;
}

.form input[type=radio] {
  accent-color: #EABB1E;
}

.form-input {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 1.0625rem;
  padding: 0.75rem;
  color: #FFFFFF;
}
.form-input::placeholder {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}

.freeform-column {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media (max-width: 599px) {
  .responsive-row {
    flex-direction: column;
  }
}

.super-nav {
  background-color: #170C06;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .super-nav-items {
    gap: 0.75rem;
  }
}

.main-nav {
  background-color: #26130A;
  text-transform: uppercase;
  height: 7.125rem;
}
.main-nav * {
  font-size: 1.5rem !important;
  color: #EABB1E;
}
@media (max-width: 1000px) {
  .main-nav {
    height: auto;
  }
}

.main-logo {
  position: relative;
}
@media (max-width: 1000px) {
  .main-logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.nav-icon {
  margin-top: -0.625rem;
}

.nav-link {
  padding: 2.75rem 1.875rem;
  line-height: 1.1;
  flex-wrap: nowrap;
}
.nav-link:hover {
  background-color: #801729;
}

@media (min-width: 1001px) {
  .nav-items {
    display: none;
  }
}
@media (max-width: 1000px) {
  .nav-items {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #26130A;
    transition: right 0.3s ease-in;
  }
  .nav-items li {
    list-style-type: none;
  }
  .nav-items--active {
    right: 0;
    transition: right 0.3s ease-out;
  }
}

.nav-mobile {
  margin-top: 6.25rem;
}
@media (min-width: 1001px) {
  .nav-mobile {
    display: none;
  }
}

.nav-toggle,
.nav-close {
  display: none;
}
@media (max-width: 1000px) {
  .nav-toggle,
  .nav-close {
    display: block;
    font-size: 2.75rem !important;
    cursor: pointer;
    color: #EABB1E;
  }
}

.nav-close {
  position: absolute;
  right: 5%;
  top: 2%;
}

.nav-dropdown--parent {
  position: relative;
  font-size: 1.25rem;
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown:hover > .nav-children {
  height: 12.5rem;
  transition: height 0.2s ease-out;
}
.nav-dropdown:hover > .nav-dropdown--parent {
  background-color: #801729;
}

.nav-children {
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 7.125rem;
  z-index: 1001;
  background-color: rgba(96, 8, 23, 0.84);
  list-style-type: none;
  width: fit-content;
  transition: height 0.2s ease-in;
  padding-inline-start: 0px;
  line-height: 1.1;
}
.nav-children li {
  padding: 0.75rem 1.5rem;
}
.nav-children li:hover {
  background-color: rgba(38, 19, 10, 0.65);
}
.nav-children li:hover a {
  color: #FFFFFF !important;
}
@media (max-width: 1000px) {
  .nav-children {
    height: 12.5rem;
    position: relative;
    background-color: transparent;
  }
}

@media (max-width: 1000px) {
  .nav-desktop {
    display: none;
  }
}

.internal-header {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: -1;
}
.internal-header h1 {
  text-align: left;
  margin-bottom: 1.5rem;
}

.header-details {
  max-width: 31.25rem;
}

.header-gradient {
  position: absolute;
  background: linear-gradient(to right, rgba(31, 10, 0, 0.85), rgba(31, 10, 0, 0.8), rgba(31, 10, 0, 0.6), rgba(31, 10, 0, 0));
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-graphic {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.main-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.main-logo:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer {
  margin-top: 4.6875rem;
  position: relative;
  z-index: 1000;
}

.footer-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #EABB1E;
  border-bottom: 1px solid #EABB1E;
}
@media (max-width: 599px) {
  .footer-container {
    align-items: center;
    justify-content: center;
  }
}

.footer-links {
  max-width: 31.25rem;
  column-count: 3;
  column-gap: 1.25rem;
  list-style-type: none;
  align-items: flex-start;
}
.footer-links li {
  display: block;
  margin-top: 0.75rem;
}
.footer-links li:first-of-type {
  margin-top: 0;
}
@media (max-width: 599px) {
  .footer-links {
    column-count: 2;
  }
}

.footer-link {
  text-transform: uppercase;
}

.footer-link:hover {
  font-weight: 700;
}

.footer-socials {
  align-self: flex-start;
}

.small-print p {
  font-size: 0.75rem;
}

.small-print {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.homepage-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 55%;
  position: relative;
  z-index: -1;
}
@media (min-width: 600px) {
  .homepage-hero {
    display: none;
  }
}

.homepage-video {
  position: relative;
}
.homepage-video video {
  width: 100%;
}
@media (max-width: 599px) {
  .homepage-video {
    display: none;
  }
}

.homepage-events {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  position: relative;
}

.homepage-pattern-container, .meetings-pattern-container, .events-pattern-container, .dining-pattern-container {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.dining-pattern-container {
  top: 200px;
}

.meetings-pattern-container {
  top: 250px;
}

.homepage-pattern-container img, .meetings-pattern-container img, .dining-pattern-container img, .events-pattern-container img {
  max-height: none;
}

.homepage-pattern {
  position: sticky;
  width: 100%;
  top: 50px;
}

.homepage-events-grid {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 3.125rem;
  height: 37.5rem;
}
@media (max-width: 900px) {
  .homepage-events-grid {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.homepage-event-1, .homepage-event-2, .homepage-event-3 {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.0625rem;
}
.homepage-event-1:hover, .homepage-event-2:hover, .homepage-event-3:hover {
  background: linear-gradient(to right, rgba(205, 155, 41, 0.9294117647), rgba(236, 209, 113, 0.9294117647), rgba(234, 186, 24, 0.9294117647), rgba(208, 156, 40, 0.9294117647));
  transition: background 0.3s ease-in-out;
}

.buy-tickets-button, .homepage-event-details {
  display: none;
  color: #26130A;
}

.buy-tickets-button {
  position: relative;
  padding: 0.3125rem 1.25rem;
  text-align: center;
  border: 1px solid #26130A;
  border-radius: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.buy-tickets-button::before {
  content: "";
  background-image: url("../img/ticket.svg");
  position: absolute;
  left: -0.9375rem;
  top: -0.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.homepage-event-1 {
  grid-row: 1/3;
  grid-column: 1;
}
.homepage-event-1:hover .buy-tickets-button, .homepage-event-1:hover .homepage-event-details {
  display: flex;
}
.homepage-event-1:hover .homepage-event-headline {
  color: #26130A;
}
@media (max-width: 900px) {
  .homepage-event-1 {
    min-height: 37.5rem;
  }
}

.homepage-event-2 {
  grid-row: 1;
  grid-column: 2;
}
.homepage-event-2:hover .buy-tickets-button, .homepage-event-2:hover .homepage-event-details {
  display: flex;
}
.homepage-event-2:hover .homepage-event-headline {
  color: #26130A;
}
@media (max-width: 900px) {
  .homepage-event-2 {
    min-height: 17.1875rem;
  }
}

.homepage-event-3 {
  grid-row: 2;
  grid-column: 2;
}
.homepage-event-3:hover .buy-tickets-button, .homepage-event-3:hover .homepage-event-details {
  display: flex;
}
.homepage-event-3:hover .homepage-event-headline {
  color: #26130A;
}
@media (max-width: 900px) {
  .homepage-event-3 {
    min-height: 17.1875rem;
  }
}

.homepage-event-1 img, .homepage-event-2 img, .homepage-event-3 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.0625rem;
  z-index: -1;
}

.homepage-event-headline {
  color: #EABB1E;
  text-shadow: 1px 1px 2px #170C06;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.homepage-events-button {
  margin-top: 2rem;
}

.homepage-promos {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.homepage-promos-grid {
  margin-top: 3.125rem;
}

.homepage-promo {
  flex: 1;
  position: relative;
  min-width: 17.1875rem;
  max-width: 17.1875rem;
}
.homepage-promo img {
  border-radius: 1.0625rem 1.0625rem 0px 0px;
  object-fit: cover;
  height: 9.375rem;
  width: 100%;
}
.homepage-promo:hover > .homepage-promo-popup {
  display: block;
}
.homepage-promo:hover .homepage-promo-title,
.homepage-promo:hover .homepage-promo-text, .homepage-promo:hover a {
  color: #26130A;
  z-index: 20000;
}
.homepage-promo:hover .promo-details-button {
  color: #26130A;
  z-index: 200000;
  border: 1px solid #26130A;
}
.homepage-promo:hover .promo-popup-details {
  display: block;
}

.homepage-promo-details {
  padding: 2rem 2rem 1.125rem;
  background-color: #41271D;
  border-radius: 0px 0px 1.0625rem 1.0625rem;
  height: 13rem;
}

.homepage-promo-title {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-details-button {
  padding: 0.3125rem 1.25rem;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.homepage-promo-popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(205, 155, 41, 0.9294117647), rgba(236, 209, 113, 0.9294117647), rgba(234, 186, 24, 0.9294117647), rgba(208, 156, 40, 0.9294117647));
  border-radius: 17px;
  z-index: 100;
  display: none;
  text-align: center;
}

.promo-popup-headline, .promo-popup-text {
  color: #26130A;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.promo-popup-headline {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}

.promo-popup-details {
  position: absolute;
  z-index: 1000000;
  display: none;
  top: 40px;
  text-align: center;
  max-width: 18.75rem;
  width: 100%;
}

.homepage-callout {
  margin-top: 6.25rem;
  margin-bottom: 3.125rem;
  width: 100%;
}
@media (max-width: 599px) {
  .homepage-callout {
    flex-direction: column;
  }
}

.homepage-callout-img {
  flex: 1;
}
.homepage-callout-img img {
  object-fit: cover;
  height: 100%;
}

.homepage-callout-details {
  flex: 2;
  background-color: #801729;
  padding-left: 5%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
.homepage-callout-details h1,
.homepage-callout-details p,
.homepage-callout-details button,
.homepage-callout-details a {
  z-index: 101;
}
.homepage-callout-details h1 {
  text-align: left;
  color: #EABB1E;
  max-width: 33.125rem;
}
.homepage-callout-details p {
  font-size: 1.25rem;
  max-width: 31.25rem;
}
.homepage-callout-details .callout-graphic {
  position: absolute;
  right: 0;
  object-fit: cover;
  height: 100%;
}

.quick-links {
  margin-top: 4.6875rem;
  margin-bottom: 3.125rem;
}

@media (max-width: 599px) {
  .quick-links-container {
    flex-direction: column;
  }
}

.quick-link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 15.625rem;
  flex: 1;
  border-radius: 1.0625rem;
  position: relative;
}
.quick-link .quick-link-gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to top, rgb(31, 10, 0) 0%, rgba(31, 10, 0, 0) 33%);
  border-radius: 0px 0px 1.0625rem 1.0625rem;
}
@media (max-width: 599px) {
  .quick-link {
    flex: auto;
    width: 100%;
  }
}
.quick-link p {
  position: absolute;
  z-index: 1;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.quick-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  border-radius: 1.0625rem;
}
.quick-link:hover .quick-link-icon {
  display: block;
}
.quick-link:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.quick-link-image {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  height: 15.625rem;
  border-radius: 1.0625rem;
}

.quick-link-icon {
  position: absolute;
  display: none;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  max-width: 4rem;
  z-index: 10;
}

.homepage-news {
  margin-top: 6.25rem;
}

.homepage-news-grid {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1.875rem;
}
@media (max-width: 900px) {
  .homepage-news-grid {
    display: flex;
    flex-direction: column;
  }
}

.homepage-news-post {
  background-color: #41271D;
  border-radius: 1.0625rem;
}
.homepage-news-post img {
  object-fit: cover;
}
.homepage-news-post--1 {
  flex-direction: column;
}
.homepage-news-post--1 img {
  border-radius: 1.0625rem 1.0625rem 0px 0px;
}
.homepage-news-post--1 .homepage-post-details {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.homepage-news-post--1 .homepage-post-details .news-details {
  -webkit-line-clamp: 3;
}
@media (max-width: 900px) {
  .homepage-news-post--1 .homepage-post-details {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 900px) {
  .homepage-news-post--1 {
    flex-direction: row;
  }
}
.homepage-news-post--2, .homepage-news-post--3, .homepage-news-post--4 {
  height: 11.875rem;
}
.homepage-news-post--2 img, .homepage-news-post--3 img, .homepage-news-post--4 img {
  width: 9.375rem;
  height: 11.875rem;
  border-radius: 1.0625rem 0px 0px 1.0625rem;
}
.homepage-news-post--2 .homepage-post-details, .homepage-news-post--3 .homepage-post-details, .homepage-news-post--4 .homepage-post-details {
  max-width: 21.875rem;
}
@media (max-width: 900px) {
  .homepage-news-post--2 .homepage-post-details, .homepage-news-post--3 .homepage-post-details, .homepage-news-post--4 .homepage-post-details {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .homepage-news-post--2, .homepage-news-post--3, .homepage-news-post--4 {
    padding: 0px 24px;
  }
  .homepage-news-post--2 img, .homepage-news-post--3 img, .homepage-news-post--4 img {
    display: none;
  }
}
.homepage-news-post--1, .homepage-news-post--2, .homepage-news-post--3, .homepage-news-post--4 {
  width: 100%;
  position: relative;
  border-radius: 1.0625rem;
}

.homepage-news-post--1 {
  grid-row: 1/span 3;
  grid-column: 1;
}
.homepage-news-post--1 img {
  height: 66.67%;
}

.homepage-news-post--2 {
  grid-row: 1;
  grid-column: 2/span 2;
}

.homepage-news-post--3 {
  grid-row: 2;
  grid-column: 2/span 2;
}

.homepage-news-post--4 {
  grid-row: 3;
  grid-column: 2/span 2;
}

.news-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
}

.events-callout {
  background-color: #801729;
  position: relative;
}
.events-callout .callout-graphic {
  position: absolute;
  right: 0;
  object-fit: cover;
  height: 100%;
}
.events-callout h1 {
  text-align: left;
  color: #EABB1E;
  margin-bottom: 1rem;
  position: relative;
}

.events-callout-details {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.events-callout-text {
  max-width: min(75%, 50rem);
  position: relative;
  padding-right: 3.125rem;
}

.after-arrow::after {
  content: "";
  background-image: url("../img/arrow.svg");
  height: 1.875rem;
  width: 1.875rem;
  background-repeat: no-repeat;
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
@media (max-width: 599px) {
  .after-arrow::after {
    display: none;
  }
}

.events-page {
  background-color: #26130A;
}
.events-page .homepage-events {
  padding-bottom: 3.125rem;
}

.event-flex {
  gap: 3.125rem;
}

.event {
  flex: 0 0 calc(50% - 25px);
  height: 17.1875rem;
  width: 100%;
  position: relative;
  border-radius: 1.0625rem;
  text-align: center;
}
.event:hover .buy-tickets-button, .event:hover .homepage-event-details {
  display: flex;
  z-index: 1;
}
.event:hover .homepage-event-headline {
  color: #26130A;
  z-index: 1;
}
@media (max-width: 900px) {
  .event {
    min-height: 17.1875rem;
    flex: 0 0 100%;
  }
}
.event img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.0625rem;
  z-index: -1;
}
.event:hover::before {
  opacity: 1;
}
.event::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(205, 155, 41, 0.9294117647), rgba(236, 209, 113, 0.9294117647), rgba(234, 186, 24, 0.9294117647), rgba(208, 156, 40, 0.9294117647));
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 1.0625rem;
}

#load-more {
  margin-top: 3.125rem;
}

.events-disclaimer {
  margin-top: 3.125rem;
  margin-bottom: 4.6875rem;
}

.event-header {
  height: 28.125rem;
}
@media (max-width: 900px) {
  .event-header {
    flex-direction: column;
  }
}

.event-header--left {
  background-color: #140803;
  flex: 1;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.event-header--left h1 {
  color: #EABB1E;
  font-family: "Poppins", sans-serif;
  max-width: 31.25rem;
  font-weight: 700;
  padding: 0px 1.5rem;
  text-align: left;
}
@media (max-width: 900px) {
  .event-header--left h1 {
    text-align: center;
  }
}

.event-header--right {
  flex: 1;
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .event-header--right {
    flex: 5;
  }
}

.event-gradient-overlay {
  background: linear-gradient(to right, #140803 0%, #140803 5%, rgba(20, 8, 3, 0) 50%, rgba(20, 8, 3, 0) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 900px) {
  .event-gradient-overlay {
    background: linear-gradient(to bottom, #140803 0%, #140803 1%, rgba(20, 8, 3, 0) 25%, rgba(20, 8, 3, 0) 100%);
  }
}

.event-callout {
  background-color: #600817;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.event-callout a {
  margin: initial;
}
.event-callout p {
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  max-width: 37.5rem;
}
@media (max-width: 700px) {
  .event-callout p {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .event-callout .container--small {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
  }
}

.events-text {
  margin-top: 0px !important;
  padding-top: 4.6875rem;
}

.blog-post {
  position: relative;
  margin-bottom: 4.6875rem;
}

.blog-news-post {
  border-radius: 1.0625rem;
  width: 17.1875rem;
}
.blog-news-post img {
  width: 100%;
  height: 11.875rem;
  border-radius: 1.0625rem 1.0625rem 0px 0px;
}
.blog-news-post .homepage-post-details {
  padding: 0px 1.5rem 1.5rem;
}

.blog-header-img {
  position: absolute;
  top: 0;
  transform: translateY(-80%);
  width: 100%;
  z-index: -1;
}

.blog-title {
  margin-top: 7.8125rem;
  margin-bottom: 2rem;
  text-align: left;
}

.text-block {
  margin-top: 1.5rem;
}

.text-with-image {
  margin-top: 1.5rem;
  align-items: stretch;
}
@media (max-width: 599px) {
  .text-with-image {
    flex-direction: column;
  }
}

.text-with-image--text {
  flex: 3;
}

.text-with-image--image {
  flex: 1;
  border-radius: 1.0625rem;
}
.text-with-image--image img {
  height: 100%;
  object-fit: cover;
}

.blog-button {
  margin-top: 1.5rem;
}

.blogs-callout {
  border-radius: 1.0625rem;
  margin-top: 1.5rem;
}
.blogs-callout .events-callout-details {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.red-header {
  position: relative;
}

.red-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.promos-index {
  padding-top: 6.25rem;
}

.promo-headline {
  margin-top: 3.125rem;
}

.text-with-image--promo .text-with-image--text {
  flex: 1;
}
.text-with-image--promo .text-with-image--image {
  flex: 1;
}

.rewards-callout {
  position: relative;
  background-color: #600817;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.rewards-callout h1 {
  color: #EABB1E;
}
.rewards-callout p {
  font-size: 1.25rem;
}
.rewards-callout .callout-graphic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: rotate(180deg);
}
.rewards-callout .callout-graphic-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.rewards-callout h1, .rewards-callout span {
  z-index: 1;
}

.rewards-text-box {
  margin-top: 4.6875rem;
}
.rewards-text-box h1 {
  text-align: left;
}
.rewards-text-box p {
  max-width: 43.75rem;
}
.rewards-text-box .button--yellow {
  margin: 1.5rem 0px 0px;
}

.rewards {
  margin-top: 4.6875rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.rewards h1 {
  text-align: left;
  margin-bottom: 2.5rem;
}

.rewards-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  margin-bottom: -6.25rem;
  overflow: hidden;
  max-height: none;
}

.reward-card {
  background-color: #600817;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 1.0625rem;
  flex: 20%;
}
.reward-card p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
}

.games {
  margin-top: 4.6875rem;
  position: relative;
}
.games .container--small {
  height: max-content;
}

.games-bg {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  max-height: none;
}

.game-details {
  background-color: #41271D;
  padding: 2.25rem 1.5rem;
  border-radius: 1.0625rem;
  flex-shrink: 0;
}
.game-details h1 {
  font-size: 2.375rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  line-height: 1.1;
}
.game-details .button--yellow {
  margin: 1.5rem 0px 0px;
}

.game, .game--1, .game--2, .game--3 {
  flex: 1;
}
.game .zoom-in-container, .game--1 .zoom-in-container, .game--2 .zoom-in-container, .game--3 .zoom-in-container {
  border-radius: 1.0625rem;
  flex-grow: 1;
}
.game img, .game--1 img, .game--2 img, .game--3 img {
  object-fit: cover;
  height: 100%;
}
.game--2 {
  flex-direction: column-reverse;
}

.hotel-amenities {
  position: relative;
  margin-bottom: 4.6875rem;
}
.hotel-amenities h1 {
  padding-top: 6.25rem;
  margin-bottom: 3.125rem;
}

.amenity {
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 1.0625rem;
  flex: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 10.9375rem;
}
.amenity p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
}

.amenity-details {
  margin-top: 1.5rem;
}
.amenity-details p {
  font-size: 0.875rem !important;
  font-weight: initial !important;
}

.homepage-callout--stay {
  margin-top: 1.5rem;
}
@media (max-width: 599px) {
  .homepage-callout--stay {
    flex-direction: column;
  }
}
.homepage-callout--stay h2 {
  text-transform: uppercase;
  z-index: 10;
  font-weight: 300;
}
.homepage-callout--stay h2:hover {
  color:#EABB1E;
}
.homepage-callout--stay .homepage-callout-img {
  border-radius: 1.0625rem 0px 0px 1.0625rem;
}
@media (max-width: 599px) {
  .homepage-callout--stay .homepage-callout-img {
    border-radius: 1.0625rem 1.0625rem 0px 0px;
  }
}
.homepage-callout--stay .homepage-callout-details {
  border-radius: 0px 1.0625rem 1.0625rem 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 599px) {
  .homepage-callout--stay .homepage-callout-details {
    border-radius: 0px 0px 1.0625rem 1.0625rem;
  }
}

.hotel-text-block ul {
  column-count: 2;
}
.hotel-text-block ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.hotel-text-block ul li::before {
  position: absolute;
  content: "";
  background: url("../img/chip.svg") no-repeat center center;
  background-size: 1em auto;
  left: 0;
  height: 1em;
  width: 1em;
}

.hotel-rooms {
  margin-top: 4.6875rem;
}
.hotel-rooms h1 {
  margin-bottom: 1.5rem;
}

.hotel-room {
  background-color: #41271D;
  border-radius: 1.0625rem;
  margin-top: 1.5rem;
}
@media (max-width: 599px) {
  .hotel-room {
    flex-direction: column;
  }
}
.hotel-room img {
  width: 18.75rem;
  object-fit: cover;
  border-radius: 1.0625rem 0px 0px 1.0625rem;
}
@media (max-width: 599px) {
  .hotel-room img {
    border-radius: 1.0625rem 1.0625rem 0px 0px;
    width: 100%;
  }
}

.hotel-room-details {
  flex: 2;
  border-radius: 0px 1.0625rem 1.0625rem 0px;
  padding: 2.25rem;
  position: relative;
}
@media (max-width: 599px) {
  .hotel-room-details {
    border-radius: 0px 0px 1.0625rem 1.0625rem;
  }
}
.hotel-room-details p, .hotel-room-details div {
  z-index: 100;
}

.hotel-bg {
  position: absolute;
  left: -1.5rem;
  height: 100%;
}
@media (max-width: 599px) {
  .hotel-bg {
    left: 0;
  }
}

.dining-menus {
  position: relative;
}
.menus-container {
  gap: 1.5rem;
}

.menus--left, .menus--right {
  flex: 1;
}
.menus--left .zoom-in-container, .menus--right .zoom-in-container {
  border-radius: 1.0625rem;
  flex-grow: 1;
}
.menus--left .zoom-in-container img, .menus--right .zoom-in-container img {
  object-fit: cover;
  height: 100%;
}
.menus--left a, .menus--right a {
  min-width: 150px;
  padding: 5px 20px;
  margin: 0px;
}

.menu-card {
  background-color: #41271D;
  padding: 1.5rem;
  border-radius: 1.0625rem;
}

.menu-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.menu-text {
  font-size: 0.875rem;
  margin: 0.625rem 0px;
}

.menu-details {
  text-transform: uppercase;
  font-weight: 600;
}

.menu-buttons {
  margin-top: 1.5rem;
}

.menu-heading {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}

.contact-box {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}
.contact-box .zoom-in-container {
  flex: 1;
  border-radius: 1.0625rem 0px 0px 1.0625rem;
}
.contact-box .zoom-in-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 599px) {
  .contact-box .zoom-in-container {
    border-radius: 1.0625rem 1.0625rem 0px 0px;
  }
}
.contact-box .contact-container {
  background-color: #41271D;
  border-radius: 0px 1.0625rem 1.0625rem 0px;
}
@media (max-width: 599px) {
  .contact-box .contact-container {
    border-radius: 0px 0px 1.0625rem 1.0625rem;
    flex-direction: column;
  }
}

.contact-details {
  flex: 1;
  padding: 2.25rem;
}
.contact-details h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.375rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  line-height: 1.1;
}
.contact-details p {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .contact-details {
    padding: 1.5rem;
  }
}

.connect-callout-text {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 100;
  position: relative;
}

.contact-form-container {
  margin-top: 4.6875rem;
  margin-bottom: 3.125rem;
}

.contact-form {
  background-color: #41271D;
  border-radius: 1.0625rem;
  padding: 2.25rem;
}
.contact-form h1 {
  margin-bottom: 2.25rem;
}
@media (max-width: 599px) {
  .contact-form {
    padding: 1.5rem;
  }
}

.meeting-rooms {
  position: relative;
}

.meetings-bg {
  position: sticky;
  width: 100%;
  top: 50px;
}

.meetings-pattern-container {
  height: 50%;
}

.featured-meeting-room {
  margin-top: 3.125rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 599px) {
  .featured-meeting-room {
    flex-direction: column;
  }
}
.featured-meeting-room .meeting-room-details {
  width: 52.5%;
  background-color: #41271D;
  border-radius: 1.0625rem;
  margin-left: -1.5rem;
  padding: 2.25rem;
}
@media (max-width: 599px) {
  .featured-meeting-room .meeting-room-details {
    margin-left: 0px;
    margin-top: -1.5rem;
    width: 100%;
  }
}
.featured-meeting-room .meeting-room-details h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
}
.featured-meeting-room .meeting-room-details .capacity-text {
  max-width: 12rem;
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
}
.featured-meeting-room .meeting-room-details .capacity-row {
  margin-top: 0.625rem;
}
.featured-meeting-room .meeting-room-details .capacity-row p {
  text-transform: uppercase;
}
.featured-meeting-room img {
  width: 50%;
  border-radius: 1.0625rem 0px 0px 1.0625rem;
  object-fit: cover;
}
@media (max-width: 599px) {
  .featured-meeting-room img {
    border-radius: 1.0625rem 1.0625rem 0px 0px;
    width: 100%;
  }
}

.meeting-rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .meeting-rooms-grid {
    display: flex;
    flex-direction: column;
  }
}

.room-card img {
  object-fit: cover;
  height: 18.75rem;
  border-radius: 1.0625rem 1.0625rem 0px 0px;
}
@media (max-width: 900px) {
  .room-card img {
    height: auto;
  }
}
.room-card .full-height-img {
  height: 100%;
  border-radius: 1.0625rem;
}
.room-card .meeting-room-details {
  background-color: #41271D;
  border-radius: 1.0625rem;
  padding: 2.25rem;
  margin-top: -1.5rem;
}
.room-card .meeting-room-details h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
}
.room-card .meeting-room-details .capacity-text {
  max-width: 12rem;
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
}
.room-card .meeting-room-details .capacity-row {
  margin-top: 0.625rem;
}
.room-card .meeting-room-details .capacity-row p {
  text-transform: uppercase;
}

.board-room-heading {
  margin-top: 4.6875rem;
  margin-bottom: 3.125rem;
}

.meeting-room-menus {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-color: #600817;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.meeting-room-menus h1 {
  margin-bottom: 2.1875rem;
}

.meeting-room-disclaimer {
  max-width: 50rem;
  margin: 1.5rem auto;
}

.spa-services {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}
.spa-services h1 {
  margin-bottom: 2.1875rem;
}

.spa-drinks {
  position: relative;
}

.drink-card, .food-card {
  background-color: #41271D;
  border-radius: 1.0625rem;
  padding: 1.875rem;
  height: 9.375rem;
}
.drink-card h2, .food-card h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

.spa-drinks-flex .drinks-column {
  flex: 1;
}
.spa-drinks-flex .zoom-in-container {
  flex: 1;
  border-radius: 1.0625rem;
}
.spa-drinks-flex .zoom-in-container img {
  object-fit: cover;
  height: 100%;
}

.drink-card--full, .food-card--full {
  height: 6.25rem;
  margin-top: 1.5rem;
}

@media (max-width: 599px) {
  .spa-drinks-flex img, .spa-drinks-flex .zoom-in-container {
    display: none;
  }
  .drink-card, .food-card {
    height: auto;
    width: 100%;
    gap: 0px;
  }
  .drink-card h2, .food-card h2, .drink-card p, .food-card p {
    line-clamp: initial;
    -webkit-line-clamp: initial;
  }
  .drink-card--full, .food-card--full {
    flex-direction: column;
    align-items: flex-start;
  }
}
.columns--2 .drink-card, .columns--2 .food-card {
  width: 48%;
}
@media (max-width: 599px) {
  .columns--2 .drink-card, .columns--2 .food-card {
    width: 100%;
  }
}

.food-card {
  height: 14.0625rem;
}
.food-card .food-price {
  margin-left: auto;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (max-width: 599px) {
  .food-card {
    height: auto;
  }
}

.food-card--full {
  height: 12.5rem;
}
.food-card--full .food-price {
  margin-top: 0.625rem;
}
@media (max-width: 599px) {
  .food-card--full {
    height: auto;
  }
}

.drink-card-image--full {
  height: 9.375rem;
  border-radius: 1.0625rem;
  margin-top: 1.5rem;
}
@media (max-width: 599px) {
  .drink-card-image--full {
    height: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
