:root {
  --emerald: #267055;
  --gold: #B69640;
  --dark-gold: #876E2A;
  --faded-gold: #daca9f;
  --super-faded-gold: #f4efe3;
  --slate: #425C76;
  --jade: #263e36;
  --linen: #f5f5f5;
  --asphalt: #242424;
  --dirty-linen: #f2f2f4;
  --ash: #5d5d5d;
}

:root {
  --poppins: "Poppins", sans-serif;
  --unical: "Uncial Antiqua", cursive;
}

.cta--register,
.cta--schedule,
.cta--tickets-stay, .module--alv .btn--explore, .cta--choose-gm,
.cta--explore,
.cta--learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 240px;
  height: 44px;
  padding: 0 1rem;
  border-radius: 22px;
  border: 2px solid #237053;
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .cta--register,
  .cta--schedule,
  .cta--tickets-stay, .module--alv .btn--explore, .cta--choose-gm,
  .cta--explore,
  .cta--learn-more {
    padding: 0 40px;
    font-size: 18px;
    transition: all 125ms ease-in-out;
  }
}

.module--alv .btn--explore, .cta--choose-gm,
.cta--explore,
.cta--learn-more {
  border: 2px solid var(--emerald);
  background-color: var(--linen);
  color: var(--emerald);
}
.module--alv .btn--explore:hover, .cta--choose-gm:hover,
.cta--explore:hover,
.cta--learn-more:hover {
  background-color: var(--emerald);
  color: var(--super-faded-gold);
}

.cta--register,
.cta--schedule,
.cta--tickets-stay {
  border: 2px solid var(--emerald);
  background-color: var(--emerald);
  color: var(--linen);
}
.cta--register:hover,
.cta--schedule:hover,
.cta--tickets-stay:hover {
  background-color: var(--super-faded-gold);
  color: var(--emerald);
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-nav, .footer-nav--legal, .footer-nav--site, .accommodation__gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.form--registration .form-group input[type=text],
.form--registration .form-group input[type=email],
.form--registration .form-group input[type=tel] {
  padding: 10px 0 10px 7px;
  border: 1px solid var(--asphalt);
  border-radius: 4px;
  background-color: white;
  font-size: 14px;
  font-weight: 400;
}
.form--registration .form-group input[type=text]:focus,
.form--registration .form-group input[type=email]:focus,
.form--registration .form-group input[type=tel]:focus, .form--registration .form-group input.has-input[type=text],
.form--registration .form-group input.has-input[type=email],
.form--registration .form-group input.has-input[type=tel] {
  border: 1px solid var(--gold);
}

.hidden {
  display: none;
}

html {
  font-size: 18px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: var(--unical);
}

h4 {
  margin: 0;
  color: black;
  font-size: 1rem;
  font-weight: 600;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

p strong {
  font-weight: 600;
}

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

/* static/css/styles.css */
body {
  font-family: var(--poppins);
  background-color: var(--dirty-linen);
  color: var(--asphalt);
  margin: 0;
  padding: 0;
}

html.noscroll,
body.noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.content {
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .content {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

header {
  width: 100%;
  background-color: var(--jade);
  position: relative;
  z-index: 1000;
}

.header-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  padding: 0 20px; /* Add some padding if needed */
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.logo {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .logo {
    align-self: start;
    margin-top: 0;
    padding-left: 50px;
  }
}

.logo img {
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .logo img {
    width: 270px;
  }
}

.cta--choose-gm,
.cta--schedule,
.cta--tickets-stay {
  margin: 0 auto;
}

.cta--footer {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .cta--footer {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .cta--choose-gm {
    letter-spacing: -0.01em;
  }
}

footer {
  text-align: center;
  background-color: var(--jade);
  color: var(--linen);
  padding: 10px 0;
}

.green-button {
  display: inline-block;
  background-color: var(--emerald);
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid var(--emerald);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.green-button a {
  color: var(--linen);
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
}

.green-button:hover {
  background-color: var(--linen); /* Change background to white on hover */
  border-color: var(--emerald); /* Keep the green border */
}

.green-button:hover a {
  color: var(--emerald); /* Change text color to green on hover */
}

.main-heading, .main-heading--centered {
  color: var(--emerald);
  font-size: calc(1rem + 5vw);
}
@media screen and (min-width: 601px) {
  .main-heading, .main-heading--centered {
    font-size: calc(3rem + 1vw);
  }
}

.main-heading--centered {
  text-align: center;
}

h2 {
  font-family: var(--unical);
  font-size: calc(1rem + 5vw);
  font-weight: 500;
  color: var(--emerald);
}
@media screen and (min-width: 601px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: var(--unical);
  font-size: calc(1rem + 3vw);
  font-weight: 500;
  color: var(--emerald);
}
@media screen and (min-width: 601px) {
  h3 {
    font-size: calc(2rem + 0.75vw);
  }
}

.emphasis {
  font-family: var(--poppins);
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.gold-rule {
  border: none;
  border-top: 3px solid var(--gold);
  width: 100%;
  margin: 50px auto;
}

.white-button a {
  display: block;
  background-color: var(--linen);
  border-radius: 30px;
  border: 2px solid var(--emerald);
  box-sizing: border-box;
  color: var(--emerald);
  margin: 0 auto;
  max-width: 340px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.white-button:hover {
  background-color: var(--emerald);
  color: var(--linen);
}

.white-button:hover a {
  color: white;
}

.gold-background {
  background-color: var(--super-faded-gold);
}

.white-text {
  color: var(--linen);
}

.bold {
  font-weight: 700;
}

/* index-home page */
.hero-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--linen);
  text-shadow: 0 0.04em 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (min-width: 601px) {
  .hero-heading {
    min-height: 600px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-heading {
    padding: 180px 0 150px;
  }
}
.hero-heading::after {
  opacity: 0.5;
  background-color: #000000;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
.hero-heading .hero-heading__inner {
  margin: 0 auto;
  position: relative;
  z-index: 500;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .hero-heading .hero-heading__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .hero-heading .hero-heading__inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-heading .hero-heading__inner {
    width: 100%;
    max-width: 1080px;
  }
}
.hero-heading .cta-bottom-shape {
  bottom: -1px;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  transform: scaleX(-1);
  transform-origin: center;
  width: 100%;
  z-index: 400;
}
.hero-heading .cta-bottom-shape svg {
  display: block;
  position: relative;
  width: calc(100% + 1.3px);
}
.hero-heading .cta-bottom-shape svg path {
  fill: var(--dirty-linen);
}
.hero-heading h1 {
  margin: 0;
  padding-bottom: 20px;
  font-family: var(--unical);
  font-size: 68px;
  font-weight: 400;
  line-height: 1.25em;
}
@media screen and (max-width: 600px) {
  .hero-heading h1 {
    padding-bottom: 20px;
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-heading h1 .hero-dnb {
    white-space: nowrap;
  }
}
.hero-heading p {
  font-family: var(--poppins);
  font-size: 30px;
  font-weight: 400;
  line-height: 34.5px;
}
@media screen and (max-width: 600px) {
  .hero-heading p {
    font-size: 24px;
  }
}

.hero-heading--village-gardens-sunset {
  background-image: url("/static/images/home/VillageGardensSunset.jpg");
}

.hero-heading--village-gardens-exterior {
  min-height: 300px;
  background-image: url("/static/images/home/VillageGardensSunset.jpg");
}
@media screen and (min-width: 601px) {
  .hero-heading--village-gardens-exterior {
    min-height: 300px;
  }
}
.hero-heading--village-gardens-exterior h1 {
  text-align: center;
}

.hero-heading--schedule {
  background-image: url("/static/images/schedule-of-events/DiningArea.webp");
}
@media screen and (min-width: 601px) {
  .hero-heading--schedule {
    min-height: 300px;
  }
}
.hero-heading--schedule h1 {
  text-align: center;
}

.gold-arch {
  display: flex;
  flex-direction: column;
}

.gold-arch-content {
  padding: 20px;
  text-align: center;
  background-color: var(--faded-gold);
}

.tiamat-background {
  background-image: url("/static/images/home/Tiamat.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tiamat-background h3 {
  color: var(--asphalt);
}

/* Schedule of Events */
.dining-hole {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--linen);
  text-shadow: 0 0.04em 0 rgba(0, 0, 0, 0.15);
}

.dining-hole h1 {
  font-weight: 400;
  line-height: 1em;
  font-size: 68px;
  line-height: 60px;
  font-family: var(--unical);
}

.schedule-container h3 {
  font-weight: 300;
}

.schedule-container h3 + p {
  font-size: 24px;
  font-weight: 700;
}

.content-introduction {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.tavern-heading {
  margin-bottom: 10px;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .tavern-heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .tavern-heading {
    font-size: 2rem;
  }
}
.tavern-heading + p {
  padding-bottom: 20px;
  text-align: center;
}

.module--partner-list .tavern-heading {
  margin-top: 0;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .module--partner-list .tavern-heading + p {
    max-width: 700px;
    margin: 0 auto;
  }
}

.accommodation {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "info" "gallery" "separator";
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (max-width: 1023px) {
  .accommodation {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 601px) {
  .accommodation {
    grid-template-columns: 1fr 320px;
    gap: 30px;
    grid-template-areas: "info image" "gallery gallery" "separator separator";
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .accommodation {
    grid-template-columns: 1fr 390px;
    gap: 50px;
    max-width: 1080px;
  }
}
.accommodation:last-of-type::after {
  display: none;
}
.accommodation::after {
  grid-area: separator;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  background-color: var(--gold);
}

.accommodation__info {
  grid-area: info;
  align-content: center;
}
.accommodation__info h3 {
  margin: 0;
  color: var(--emerald);
  text-align: left;
}
.accommodation__info a:not(.cta) {
  color: var(--emerald);
  font-weight: 600;
  text-decoration: none;
}

.accommodation__image {
  grid-area: image;
}
.accommodation__image img {
  max-width: 390px;
}

.accommodation__gallery {
  grid-area: gallery;
}
.accommodation__gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.accommodation__gallery ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.simple-lightbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 600;
}
.simple-lightbox .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-lightbox .content img {
  width: auto;
  height: auto;
  max-width: calc(90vw - 60px);
  max-height: 90vh;
}
.simple-lightbox .closer {
  align-self: flex-end;
  width: 44px;
  height: 44px;
  border: 0;
  background-color: transparent;
  background-image: url("/static/images/window-close.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .simple-lightbox .closer {
    right: -20px;
  }
}

.simple-lightbox-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.secondary-heading, .secondary-heading--lodging {
  color: var(--emerald);
  font-size: 30px;
  font-weight: 700;
}

.secondary-heading--lodging {
  padding-top: 20px;
  text-align: center;
}

.stay-info .inner {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .stay-info .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .stay-info .inner {
    max-width: 680px;
    margin: 0 auto;
  }
}

.stay-info .inner,
.behavior-policy .inner,
.legal-privacy .inner,
.refund-policy .inner,
.terms-conditions .inner,
.register .inner,
.payment-review .inner,
.confirmation .inner {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .stay-info .inner,
  .behavior-policy .inner,
  .legal-privacy .inner,
  .refund-policy .inner,
  .terms-conditions .inner,
  .register .inner,
  .payment-review .inner,
  .confirmation .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .stay-info .inner,
  .behavior-policy .inner,
  .legal-privacy .inner,
  .refund-policy .inner,
  .terms-conditions .inner,
  .register .inner,
  .payment-review .inner,
  .confirmation .inner {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .registration-info {
    padding-bottom: 40px;
  }
}
.registration-info .inner {
  padding: 30px 20px 0;
}
@media screen and (min-width: 1024px) {
  .registration-info .inner {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 40px;
  }
}
.registration-info .cards {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (min-width: 601px) {
  .registration-info .cards {
    flex-direction: row;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .registration-info .cards {
    column-gap: 60px;
  }
}
.registration-info .card {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .registration-info .card + .card {
    padding-top: 20px;
  }
}
.registration-info .card h2 {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--jade);
  font-size: 2rem;
  text-align: center;
}
.registration-info .price-level {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
.registration-info .price-level p {
  margin: 0;
  text-align: center;
}
.registration-info .price-level .current-level {
  color: var(--emerald);
  font-family: var(--unical);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.registration-info .price-level .price {
  color: var(--dark-gold);
  font-family: var(--poppins);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.registration-info .price-level .price-level__standard .label,
.registration-info .price-level .price-level__standard .value {
  color: gray;
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  text-transform: none;
  text-decoration: line-through;
}
.registration-info .price-level .tickets-remaining {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
  color: var(--jade);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.registration-info .benefits {
  padding-top: 20px;
}
@media screen and (min-width: 601px) {
  .registration-info .benefits {
    padding-bottom: 30px;
  }
}
.registration-info .benefits ul {
  margin: 0;
  padding-bottom: 20px;
  padding-inline-start: 20px;
}
.registration-info .benefits ul li {
  padding: 4px 0;
}
.registration-info .benefits ul li::marker {
  color: var(--emerald);
}
.registration-info .benefits .price-disclaimer {
  color: gray;
  font-size: 10px;
}
.registration-info .cta--register {
  margin: 30px auto 0;
}

.behavior-policy h1, .behavior-policy h2, .behavior-policy h3,
.legal-privacy h1,
.legal-privacy h2,
.legal-privacy h3,
.refund-policy h1,
.refund-policy h2,
.refund-policy h3,
.terms-conditions h1,
.terms-conditions h2,
.terms-conditions h3 {
  color: var(--emerald);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.behavior-policy h1,
.legal-privacy h1,
.refund-policy h1,
.terms-conditions h1 {
  font-size: calc(1rem + 3vw);
  text-transform: uppercase;
}
.behavior-policy h2,
.legal-privacy h2,
.refund-policy h2,
.terms-conditions h2 {
  font-size: calc(1rem + 2vw);
  text-transform: uppercase;
}
.behavior-policy h3,
.legal-privacy h3,
.refund-policy h3,
.terms-conditions h3 {
  font-size: calc(1rem + 1vw);
}

.text-link, .text-link--external {
  color: var(--emerald);
  font-weight: 600;
}
.text-link:hover, .text-link--external:hover {
  color: var(--gold);
}

.text-link--external:hover::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M497.6,0L334.4,0.17C326.5,0.17 320,6.67 320,14.57L320,47.88C320,47.881 320,47.882 320,47.883C320,55.783 326.5,62.283 334.4,62.283C334.497,62.283 334.593,62.282 334.69,62.28L408.32,59.56L410.38,61.62L131.52,340.49C129.261,342.741 127.991,345.801 127.991,348.99C127.991,352.179 129.261,355.239 131.52,357.49L154.52,380.49C156.771,382.749 159.831,384.019 163.02,384.019C166.209,384.019 169.269,382.749 171.52,380.49L450.38,101.62L452.44,103.68L449.72,177.31C449.718,177.407 449.717,177.503 449.717,177.6C449.717,185.5 456.217,192 464.117,192C464.118,192 464.119,192 464.12,192L497.43,192C505.33,192 511.83,185.5 511.83,177.6L512,14.4C512,6.5 505.5,0 497.6,-0ZM432,288L416,288C407.223,288 400,295.223 400,304L400,458C400,461.292 397.292,464 394,464L54,464C50.708,464 48,461.292 48,458L48,118C48,114.708 50.708,112 54,112L208,112C216.777,112 224,104.777 224,96L224,80C224,71.223 216.777,64 208,64L48,64C21.668,64 -0,85.668 0,112L0,464C0,490.332 21.668,512 48,512L400,512C426.332,512 448,490.332 448,464L448,304C448,295.223 440.777,288 432,288Z' style='fill:rgb(182,150,64);fill-rule:nonzero;'/%3E%3C/svg%3E%0A");
}
.text-link--external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M497.6,0L334.4,0.17C326.5,0.17 320,6.67 320,14.57L320,47.88C320,47.881 320,47.882 320,47.883C320,55.783 326.5,62.283 334.4,62.283C334.497,62.283 334.593,62.282 334.69,62.28L408.32,59.56L410.38,61.62L131.52,340.49C129.261,342.741 127.991,345.801 127.991,348.99C127.991,352.179 129.261,355.239 131.52,357.49L154.52,380.49C156.771,382.749 159.831,384.019 163.02,384.019C166.209,384.019 169.269,382.749 171.52,380.49L450.38,101.62L452.44,103.68L449.72,177.31C449.718,177.407 449.717,177.503 449.717,177.6C449.717,185.5 456.217,192 464.117,192C464.118,192 464.119,192 464.12,192L497.43,192C505.33,192 511.83,185.5 511.83,177.6L512,14.4C512,6.5 505.5,0 497.6,-0ZM432,288L416,288C407.223,288 400,295.223 400,304L400,458C400,461.292 397.292,464 394,464L54,464C50.708,464 48,461.292 48,458L48,118C48,114.708 50.708,112 54,112L208,112C216.777,112 224,104.777 224,96L224,80C224,71.223 216.777,64 208,64L48,64C21.668,64 -0,85.668 0,112L0,464C0,490.332 21.668,512 48,512L400,512C426.332,512 448,490.332 448,464L448,304C448,295.223 440.777,288 432,288Z' style='fill:rgb(38,112,85);fill-rule:nonzero;'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.check-in-info {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
.check-in-info ul {
  padding-left: 16px;
}

.spots-limited {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background-color: var(--jade);
}
@media screen and (max-width: 600px) {
  .spots-limited {
    padding: 40px 1rem;
  }
}
.spots-limited > h3 {
  margin: 0;
}
.spots-limited > p {
  max-width: 768px;
  margin: 0.5rem auto;
  color: white;
}
@media screen and (max-width: 1023px) {
  .spots-limited > p {
    text-align: center;
  }
}

.module--alv + .spots-limited,
.game-masters + .spots-limited {
  border-bottom: 2px solid var(--gold);
}

.module, .module--why-choose {
  padding: 40px 0;
}

.module--why-choose {
  background-color: var(--super-faded-gold);
}

.module--alv {
  padding: 0;
}

.module--partner-list {
  padding-top: 0;
}

.module__header, .module__header--alv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module__header > .section-title, .module__header--alv > .section-title {
  color: white;
  text-shadow: 0px 0px 20px #000000;
}

.module__header--alv {
  height: 500px;
  background-image: url("/static/images/home/alv-wide.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .module__header--alv {
    height: 270px;
  }
}

.module--video {
  background-color: var(--jade);
}
.module--video .module-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.module--video .section-title {
  margin: 0;
  padding-bottom: 20px;
  color: white;
}
.module--video video {
  width: 920px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .module--video video {
    width: 100%;
  }
}

.module-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .module-inner {
    max-width: calc(100% - 2rem);
  }
}

.section-title {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

.testimonial {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 75%;
  margin: 50px auto 0;
  padding: 40px 0 30px;
  border-bottom: 2px solid var(--gold);
  background-color: inherit;
  position: relative;
}
@media screen and (max-width: 600px) {
  .testimonial {
    flex-direction: column;
  }
}
.testimonial h4 {
  color: black;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .testimonial h4 {
    font-size: 0.85rem;
  }
}
.testimonial p {
  margin-top: 1rem;
  margin-bottom: 0;
  color: black;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .testimonial p {
    font-size: 0.9rem;
  }
}

.testimonial__top-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial__top-border .shape-border {
  width: 33%;
  height: 2px;
  background-color: var(--gold);
}
@media screen and (max-width: 600px) {
  .testimonial__top-border .shape-border {
    width: 10%;
  }
}
.testimonial__top-border .testimonial__label {
  margin: 0;
  color: #000;
  font-family: var(--poppins);
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .testimonial__img {
    flex: 1 0 25%;
  }
}

.testimonial__copy {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .testimonial__copy {
    flex: 1 1 75%;
  }
}

.inline-tickets-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 0;
}

.why-choose-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.why-choose-list__item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.why-choose-list__item::before {
  content: "";
  display: flex;
  min-width: 30px;
  height: 40px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 480 512'%3E%3Cpath d='M106.75,215.06L1.2,370.95C-1.88,375.95 1.3,382.45 7.13,383.09L215.39,405.16L106.75,215.06ZM7.41,315.43L82.7,193.08L6.06,147.1C3.39,145.5 0,147.42 0,150.53L0,313.34C0,317.37 5.29,318.87 7.41,315.43ZM18.25,423.6L212.65,511.26C217.95,513.71 224,509.83 224,504L224,438.33L20.45,416.03C16,415.53 14.22,421.62 18.25,423.6ZM99.47,165.82L179.4,22.88C183.74,15.82 175.81,7.63 168.62,11.74L17.81,110.35C15.34,111.97 15.42,115.61 17.94,117.13L99.47,165.82ZM130.79,176L349.21,176L253.63,7.62C250.5,2.54 245.25,0 240,0C234.75,0 229.5,2.54 226.37,7.62L130.79,176ZM473.94,147.1L397.3,193.09L472.59,315.44C474.7,318.88 480,317.38 480,313.34L480,150.53C480,147.42 476.61,145.5 473.94,147.1ZM380.53,165.82L462.06,117.12C464.59,115.6 464.66,111.96 462.19,110.34L311.38,11.74C304.19,7.63 296.26,15.82 300.6,22.88L380.53,165.82ZM459.55,416.03L256,438.32L256,503.99C256,509.83 262.05,513.7 267.35,511.25L461.75,423.59C465.78,421.62 464,415.53 459.55,416.03ZM373.25,215.06L264.62,405.16L472.88,383.09C478.71,382.44 481.89,375.95 478.81,370.95L373.25,215.06ZM340.43,208L139.57,208L240,383.75L340.43,208Z' fill='currentColor' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.why-choose-list__item > div {
  padding-left: 10px;
}

.game-masters-gallery {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .game-masters-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .game-masters-gallery {
    flex-direction: row;
  }
}

.game-masters-heading {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .game-masters-heading {
    width: 100%;
  }
}
.game-masters-heading + p {
  text-align: center;
}

.game-masters-portraits {
  width: 100%;
}

.portrait-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.game-master-image {
  width: calc(33% - 6px);
}
@media screen and (min-width: 768px) {
  .game-master-image {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .game-master-image {
    width: 162px;
  }
}

.game-master-image img {
  display: block;
  width: 100%;
  height: auto;
}

.game-masters-cta {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}

.tiamat-background {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px 20px 100px;
}

.module--alv {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .module--alv .module-inner {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .module--alv .alv-info, .module--alv .alv-info--stay, .module--alv .alv-info--explore {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .module--alv .alv-info, .module--alv .alv-info--stay, .module--alv .alv-info--explore {
    max-width: 1080px;
  }
}
.module--alv .alv-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem 0 0.5rem;
}
@media screen and (max-width: 600px) {
  .module--alv .alv-links {
    flex-direction: column;
    gap: 10px;
  }
}
.module--alv .alv-links__block {
  display: inline-block;
}
.module--alv .alv__header {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module--alv .alv__header {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .module--alv .alv__header {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .module--alv .alv__header {
    padding-left: 20px;
    text-align: left;
  }
}
.module--alv .alv__images {
  padding-top: 40px;
}
.module--alv .alv__images .lb-image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 600px) {
  .module--alv .alv__images .lb-image-grid {
    display: flex;
    gap: 6px;
    padding: 20px 0;
  }
}
.module--alv .alv__images .lb-image {
  width: calc(33% - 10px);
  cursor: pointer;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .module--alv .alv__images .lb-image {
    width: calc(33% - 11px);
  }
}
@media screen and (max-width: 600px) {
  .module--alv .alv__images .lb-image {
    margin-top: 0;
    width: calc(50% - 3px);
  }
}
.module--alv .alv__images .lb-image:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .module--alv .alv__body, .module--alv .alv__body--stay, .module--alv .alv__body--explore {
    padding: 20px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .module--alv .alv__body--explore {
    padding-left: 1rem;
  }
}
.module--alv .alv__body--stay {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .menu {
    padding-top: 50px;
  }
}
.menu.sm-md {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: fixed;
  top: 200px;
  left: -100vw;
  width: 100vw;
  height: calc(100vh - 200px);
  background-color: var(--jade);
  transition: left 125ms ease;
  z-index: 900;
}
@media screen and (min-width: 1024px) {
  .menu.sm-md {
    display: none;
  }
}
.menu.sm-md.menu-open {
  left: 0;
}
.menu.lg-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu.lg-only {
    display: flex;
  }
}

.navigation__toggle--hamburger {
  cursor: pointer;
  width: 44px;
  height: 34px;
  margin: 0;
  padding: 0;
  transform: rotate(0deg);
  border: 0;
  background-color: transparent;
  z-index: 100;
}
.navigation__toggle--hamburger[aria-expanded=true] .hamburger__bar:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navigation__toggle--hamburger[aria-expanded=true] .hamburger__bar:nth-child(2) {
  transform: rotate(45deg);
}
.navigation__toggle--hamburger[aria-expanded=true] .hamburger__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.navigation__toggle--hamburger[aria-expanded=true] .hamburger__bar:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (min-width: 1024px) {
  .navigation__toggle--hamburger {
    display: none;
  }
}

.navigation__toggle__text {
  font-size: 0;
}

.hamburger__bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 125ms ease-in-out;
}
.hamburger__bar:nth-child(1) {
  top: 0px;
}
.hamburger__bar:nth-child(2), .hamburger__bar:nth-child(3) {
  top: 12px;
}
.hamburger__bar:nth-child(4) {
  top: 24px;
}

.header-nav-wrap, .menu.lg-only .header-nav-wrap--site, .menu.sm-md .header-nav-wrap--site {
  display: flex;
}

.header-nav, .menu.lg-only .header-nav-wrap--site .header-nav--site, .menu.sm-md .header-nav-wrap--site .header-nav--site {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu.sm-md .header-nav-wrap--site {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .menu.sm-md .header-nav-wrap--site .header-nav--site {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 1023px) {
  .menu.lg-only .header-nav-wrap--site .header-nav--site {
    flex-direction: row;
    align-items: center;
  }
}

.header-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .header-nav__item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__item {
    padding: 0 10px;
  }
  .header-nav__item:first-of-type {
    padding-left: 0;
  }
  .header-nav__item:last-of-type {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav__item:last-of-type {
    padding-top: 25px;
  }
}

.nav-link, .nav-link--primary {
  padding: 20px 10px;
}
@media screen and (max-width: 1023px) {
  .nav-link, .nav-link--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 44px;
  }
}

.nav-link--primary {
  padding: 0;
  color: var(--super-faded-gold);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .nav-link--primary {
    font-size: 18px;
  }
}
.nav-link--primary:hover {
  color: var(--gold);
  background-color: var(--jade);
  transition: all 125ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  .nav-link--secondary {
    padding: 0 10px;
  }
}

.header-nav__item .register-button {
  width: 240px;
  height: 44px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .header-nav__item .register-button {
    margin-top: 20px;
  }
}

.footer-nav--site .nav-link--primary {
  font-size: 16px;
}

.footer-nav, .footer-nav--legal, .footer-nav--site {
  display: flex;
}

.footer-nav--site {
  flex-direction: column;
  align-items: start;
  gap: 2px;
}

.footer-nav-wrap, .footer-nav-wrap--legal, .footer-nav-wrap--site {
  display: flex;
}

.footer-nav-wrap--site {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer-nav-wrap--site {
    padding-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav-wrap--site .footer-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.footer-nav-wrap--site > p {
  text-align: left;
}

.footer-nav-wrap--legal {
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.footer-nav--legal {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .footer-nav--legal {
    flex-direction: row;
    justify-content: center;
  }
}
.footer-nav--legal .footer-nav__item {
  text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .footer-nav--legal .footer-nav__item {
    width: unset;
    padding: 0 10px;
  }
}
.footer-nav--legal .footer-nav__item:first-of-type,
.footer-nav--legal .footer-nav__item:nth-of-type(2) {
  width: 100%;
  text-align: center;
}
.footer-nav--legal a {
  color: white;
  text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
  .footer-nav--legal a {
    font-size: 12px;
  }
}

.form--registration {
  padding-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .form--registration {
    max-width: 500px;
    margin: 0 auto;
  }
}
.form--registration .guest-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form--registration .guest-heading {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 10px;
  background-color: var(--gold);
  color: var(--asphalt);
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .form--registration .guest-heading {
    width: 100%;
    margin: 0;
  }
}
.form--registration .form-group {
  width: 100%;
  position: relative;
}
.form--registration .form-group input[type=text]:disabled {
  border-color: transparent;
  background-color: transparent;
  outline-color: transparent;
}
.form--registration .form-group input:user-invalid {
  border-color: red;
}
.form--registration .form-group:has(:user-invalid):after {
  color: red;
  content: "Required";
  position: absolute;
  font-size: 10px;
  font-weight: 400;
}
.form--registration .form-group:has(input[type=checkbox]:user-invalid):after {
  content: "Must agree to Acceptable Behavior Policy";
  top: 60px;
  left: 30px;
  width: 100%;
}
.form--registration .form-group label,
.form--registration .form-group input {
  position: relative;
}
.form--registration .form-group label {
  font-size: 10px;
  font-weight: 400;
}
.form--registration .form-group label.gm-pick-label {
  padding-left: 0;
}
.form--registration .form-group input {
  display: block;
  color: var(--asphalt);
  font-size: 14px;
  position: relative;
  z-index: 500;
}
.form--registration .form-group input[type=text], .form--registration .form-group input[type=email], .form--registration .form-group input[type=tel] {
  width: 100%;
}
.form--registration .form-group.fname, .form--registration .form-group.lname, .form--registration .form-group.email, .form--registration .form-group.phone {
  max-width: calc(50% - 0.5rem);
}
.form--registration .form-group.city, .form--registration .form-group.state, .form--registration .form-group.zip {
  max-width: calc(33.3333333333% - (0.3333333333rem + 6px));
}
.form--registration .form-group.shirt {
  margin: 20px 0 0;
  padding: 20px 0 30px;
  border-top: 1px solid rgb(167.4, 167.4, 167.4);
  border-bottom: 1px solid rgb(167.4, 167.4, 167.4);
}
.form--registration .form-group.shirt .t-shirt-select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.form--registration .form-group.shirt label {
  font-size: 1rem;
}
.form--registration .form-group.vegetarian, .form--registration .form-group.agree-policy {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 10px;
}
.form--registration .form-group.vegetarian label, .form--registration .form-group.agree-policy label {
  grid-column-start: 2;
  grid-row-start: 1;
  font-size: 1rem;
  line-height: 1.25rem;
}
.form--registration .form-group.vegetarian input, .form--registration .form-group.agree-policy input {
  grid-column-start: 1;
  grid-row-start: 1;
  width: 20px;
  height: 20px;
  margin: 0;
}
.form--registration .form-group.vegetarian {
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid rgb(167.4, 167.4, 167.4);
}
.form--registration .form-group.pick-gm > p, .form--registration .form-group.select-accommodation > p {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.form--registration .form-group.pick-gm small, .form--registration .form-group.select-accommodation small {
  display: flex;
  max-width: 70%;
  margin: -15px auto 15px;
  font-size: 12px;
  text-align: center;
}
.form--registration .form-group.agree-policy {
  padding: 15px 0 20px;
  border-top: 1px solid rgb(167.4, 167.4, 167.4);
}
.form--registration .form-group.select-accommodation {
  padding-top: 4px;
}
.form--registration .form-group.notify-me {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .form--registration .form-group.notify-me {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.form--registration .form-group.notify-me input {
  max-width: calc(50% - 8px);
}
@media screen and (max-width: 600px) {
  .form--registration .form-group.notify-me input {
    max-width: 100%;
  }
}
.form--registration .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(167.4, 167.4, 167.4);
  border-radius: 4px;
  background-color: white;
  font-size: 14px;
}
.form--registration #game_master_0 {
  padding-bottom: 10px;
}
.form--registration #price_display {
  border-top: 1px solid rgb(167.4, 167.4, 167.4);
}
.form--registration .form-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 30px;
}
.form--registration .form-buttons.notify-me {
  padding-top: 1.5rem;
}
@media screen and (max-width: 600px) {
  .form--registration .form-buttons.notify-me {
    padding-top: 1rem;
  }
}
.form--registration .form-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  padding: 10px;
  border: 1px solid var(--asphalt);
  background-color: white;
  cursor: pointer;
}
.form--registration .form-buttons .btn-secondary:hover::before,
.form--registration .form-buttons .btn-danger:hover::before {
  margin-right: 8px;
  transition: margin-right 125ms ease-in;
}
.form--registration .form-buttons .btn-secondary::before,
.form--registration .form-buttons .btn-danger::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: margin-right 125ms ease-out;
}
.form--registration .form-buttons .btn-secondary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--  --%3E%3Cpath d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E");
}
.form--registration .form-buttons .btn-danger::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--  --%3E%3Cpath d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E");
}
.form--registration .form-buttons .separator {
  width: 100%;
  padding: 5px 0;
}
.form--registration .form-buttons .separator__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.form--registration .form-buttons .separator__text::before, .form--registration .form-buttons .separator__text::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background-color: rgb(167.4, 167.4, 167.4);
}
.form--registration .form-buttons .btn-primary {
  width: 100%;
  background-color: var(--gold);
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 125ms ease-out;
}
.form--registration .form-buttons .btn-primary:hover {
  background-color: rgb(193.1853658537, 162.2780487805, 79.2146341463);
  transition: background-color 125ms ease-in;
}
.form--registration .form-buttons .btn-primary:hover::after {
  margin-left: 8px;
  transition: margin-left 125ms ease-in;
}
.form--registration .form-buttons .btn-primary::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='448px' height='512px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M190.5,66.9L212.7,44.7C222.1,35.3 237.3,35.3 246.6,44.7L441,239C450.4,248.4 450.4,263.6 441,272.9L246.6,467.3C237.2,476.7 222,476.7 212.7,467.3L190.5,445.1C181,435.6 181.2,420.1 190.9,410.8L311.4,296L24,296C10.7,296 0,285.3 0,272L0,240C0,226.7 10.7,216 24,216L311.4,216L190.9,101.2C181.1,91.9 180.9,76.4 190.5,66.9Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  transition: margin-left 125ms ease-out;
}
.form--registration .select-accommodation select {
  margin-top: 30px;
}
.form--registration .accommodation-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--asphalt);
  color: var(--asphalt);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.form--registration .accommodation-toggle::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='448px' height='264px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-0.00188352,-216.046)'%3E%3Cpath d='M441.48,278.31C441.25,278.55 441.01,278.79 440.77,279.02L241.44,473C231.806,482.328 216.294,482.328 206.66,473L7.23,279C2.615,274.591 0.002,268.479 0.002,262.096C0.002,256.056 2.343,250.244 6.53,245.89C6.75,245.65 6.99,245.42 7.23,245.19L30,223.06C39.817,213.654 55.579,213.833 65.18,223.46L224,384.19L382.8,223.46C392.355,213.734 408.206,213.554 417.98,223.06L440.76,245.21C445.378,249.62 447.994,255.734 447.994,262.119C447.994,268.152 445.658,273.958 441.48,278.31Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
}
.form--registration .accommodation-toggle.expanded::after {
  transform: rotate(180deg);
}
.form--registration .accommodations {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form--registration .accommodation-entry {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 0;
  border-bottom: 1px solid rgb(167.4, 167.4, 167.4);
}
.form--registration .accommodation-entry:last-child {
  border-bottom: none;
}
.form--registration .accommodation-entry input {
  max-width: 20px;
  margin: 0;
  color: var(--asphalt);
}
.form--registration .accommodation-entry label {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.form--registration .accommodation-entry .price {
  padding-right: 5px;
  color: var(--emerald);
  font-size: 1rem;
  min-width: 110px;
  white-space: nowrap;
}
.form--registration .accommodation-entry .accommodation-info {
  padding-left: 10px;
  border-left: 1px solid black;
  font-size: 13px;
}
.form--registration .total-price {
  text-align: right;
}

.gm-info .inner {
  padding: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .gm-info .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .gm-info .inner {
    max-width: 680px;
    margin: 0 auto;
  }
}

.gm-cta-wrap {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding: 0;
  border-bottom: 0.5rem solid var(--dirty-linen);
  background-color: var(--jade);
  position: sticky;
  top: -44px;
  z-index: 999;
  transition: all 125ms ease-out;
}
.gm-cta-wrap.is-sticky {
  visibility: visible;
  height: auto;
  padding: 10px 0;
  position: sticky;
  top: 0;
  transition: all 125ms ease-in;
}
.gm-cta-wrap .cta--choose-gm {
  border: 0;
}

.game-masters {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .game-masters {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .game-masters {
    padding-top: 100px;
  }
}
.game-masters .gm {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: fit-content(200px) 1fr;
  grid-template-areas: "pic detail" "social detail";
  padding: 40px 0;
  border-bottom: 1px solid var(--jade);
}
@media screen and (max-width: 600px) {
  .game-masters .gm {
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    grid-template-areas: "pic" "social" "detail";
    max-width: 400px;
    margin: 0 auto;
  }
}
.game-masters .gm:first-of-type {
  padding-top: 0;
}
.game-masters .gm:last-of-type {
  border-bottom: 0;
}
.game-masters .gm__pic {
  grid-area: pic;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .game-masters .gm__pic img {
    max-width: 230px;
  }
}
.game-masters .gm__social {
  grid-area: social;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.game-masters .social-link {
  width: 30px;
}
.game-masters .gm__detail {
  grid-area: detail;
  align-content: start;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .game-masters .gm__detail {
    padding-top: 20px;
    padding-left: 0;
  }
}
.game-masters .gm__detail h4 {
  margin: 0;
}

.schedule-content {
  display: flex;
  position: relative;
}
@media screen and (max-width: 600px) {
  .schedule-content {
    flex-direction: column;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .schedule-content {
    gap: 20px;
    width: calc(100% - 100px);
    max-width: 960px;
  }
}
@media screen and (min-width: 601px) {
  .schedule-content {
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .schedule-content {
    column-gap: 20px;
    width: 100%;
    max-width: 800px;
  }
}
.schedule-content .images-container {
  display: flex;
}
@media screen and (max-width: 600px) {
  .schedule-content .images-container {
    flex-wrap: wrap;
    align-items: start;
    row-gap: 20px;
    column-gap: 5%;
    order: 2;
    padding: 20px;
  }
}
@media screen and (min-width: 601px) {
  .schedule-content .images-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .schedule-content .images-container {
    width: calc(100% - 600px);
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .schedule-content .images-container {
    max-width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .schedule-content .food-img, .schedule-content .food-img--4,
  .schedule-content .food-img--5 {
    max-width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .schedule-content .food-img--4,
  .schedule-content .food-img--5 {
    max-width: 47.5%;
  }
}
@media screen and (min-width: 601px) {
  .schedule-content .food-img--4 {
    order: 5;
  }
}
@media screen and (min-width: 601px) {
  .schedule-content .food-img--5 {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  .schedule-content .schedule-container {
    order: 1;
    padding: 20px;
  }
}
@media screen and (min-width: 601px) {
  .schedule-content .schedule-container {
    width: calc(100% - 200px);
  }
}
.schedule-content .schedule-container h3 {
  margin-top: 40px;
  margin-bottom: 0;
  color: var(--emerald);
}
.schedule-content .schedule-container h3:first-of-type {
  margin-top: 0;
}
.schedule-content .schedule-container ul {
  padding-inline-start: 20px;
}

.partner-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
}

.partner {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .partner {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.partner__image {
  display: flex;
  align-items: start;
  justify-content: center;
  max-width: 130px;
}
@media screen and (max-width: 600px) {
  .partner__image {
    align-items: center;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .partner__image img {
    max-width: 130px;
  }
}

.partner__detail {
  width: calc(100% - (2rem + 130px));
}
@media screen and (max-width: 600px) {
  .partner__detail {
    width: 100%;
  }
}
.partner__detail h3 {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .partner__detail h3 {
    padding-bottom: 1rem;
    text-align: center;
  }
}

.develop-africa-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 780px;
  margin: 80px auto 40px;
  padding: 40px 0;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .develop-africa-content {
    max-width: 700px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .develop-africa-content {
    max-width: 320px;
    padding: 20px 0;
  }
}
.develop-africa-content .tavern-heading {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .develop-africa-content .tavern-heading {
    font-size: 1.5rem;
  }
}
.develop-africa-content > img {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .develop-africa-content > img {
    width: 200px;
  }
}
.develop-africa-content > p {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .develop-africa-content > p {
    font-size: 14px;
  }
}

.payment-review .registration-info,
.confirmation .registration-info {
  padding-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .payment-review .registration-info,
  .confirmation .registration-info {
    max-width: 500px;
    margin: 0 auto;
  }
}
.payment-review .form-group.accommodations, .payment-review .form-group.payment,
.confirmation .form-group.accommodations,
.confirmation .form-group.payment {
  padding-top: 20px;
}
.payment-review .form-group .guest-header, .payment-review .form-group .guest-header--grand-total,
.payment-review .form-group .payment-header,
.confirmation .form-group .guest-header,
.confirmation .form-group .guest-header--grand-total,
.confirmation .form-group .payment-header {
  margin: 0 0 10px;
  padding: 0 0 4px;
  border-bottom: 1px solid var(--asphalt);
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.payment-review .form-group .guest-header--grand-total,
.confirmation .form-group .guest-header--grand-total {
  padding-top: 4px;
  border: 0;
  background-color: var(--emerald);
  color: white;
  text-align: center;
}
.payment-review .form-group .gm-header,
.confirmation .form-group .gm-header {
  margin: 0;
  padding: 20px 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.payment-review .form-group > p,
.confirmation .form-group > p {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.payment-review .form-group .reserved,
.confirmation .form-group .reserved {
  font-size: 14px;
  text-align: left;
}
.payment-review .guest-info > p,
.payment-review .accommodation-info > p,
.confirmation .guest-info > p,
.confirmation .accommodation-info > p {
  margin: 0;
  font-size: 14px;
}
.payment-review .guest-info > p strong,
.payment-review .accommodation-info > p strong,
.confirmation .guest-info > p strong,
.confirmation .accommodation-info > p strong {
  text-transform: uppercase;
}
.payment-review .guest-info,
.confirmation .guest-info {
  padding-top: 20px;
}
.payment-review .guest-info:first-of-type,
.confirmation .guest-info:first-of-type {
  padding-top: 0;
}
.payment-review .guest-info ol,
.confirmation .guest-info ol {
  margin: 0;
  padding-left: 14px;
}
.payment-review .guest-info ol li,
.confirmation .guest-info ol li {
  padding-bottom: 4px;
  font-size: 14px;
}
.payment-review .guest-info ol li strong,
.confirmation .guest-info ol li strong {
  font-weight: 600;
  text-transform: uppercase;
}
.payment-review .accommodation-info .accommodation-price,
.confirmation .accommodation-info .accommodation-price {
  color: var(--emerald);
}
.payment-review #payment-form .submit-wrap,
.confirmation #payment-form .submit-wrap {
  padding-top: 30px;
}
.payment-review #payment-form .btn,
.confirmation #payment-form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  padding: 10px;
  border: 1px solid var(--asphalt);
  background-color: white;
}
.payment-review #payment-form .btn:enabled,
.confirmation #payment-form .btn:enabled {
  cursor: pointer;
}
.payment-review #payment-form .btn-primary,
.confirmation #payment-form .btn-primary {
  width: 100%;
  background-color: var(--gold);
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 125ms ease-out;
}
.payment-review #payment-form .btn-primary .dots,
.confirmation #payment-form .btn-primary .dots {
  display: inline-flex;
  gap: 2px;
}
.payment-review #payment-form .btn-primary .dots.hidden,
.confirmation #payment-form .btn-primary .dots.hidden {
  display: none;
}
.payment-review #payment-form .btn-primary .dots span,
.confirmation #payment-form .btn-primary .dots span {
  color: var(--gold); /* Default color for dots */
  animation: highlight 1s steps(3, end) infinite;
}
.payment-review #payment-form .btn-primary .dots span:nth-child(1),
.confirmation #payment-form .btn-primary .dots span:nth-child(1) {
  animation-delay: 0s;
}
.payment-review #payment-form .btn-primary .dots span:nth-child(2),
.confirmation #payment-form .btn-primary .dots span:nth-child(2) {
  animation-delay: 0.33s;
}
.payment-review #payment-form .btn-primary .dots span:nth-child(3),
.confirmation #payment-form .btn-primary .dots span:nth-child(3) {
  animation-delay: 0.66s;
}
@keyframes highlight {
  0%, 100% {
    color: var(--gold);
  }
  50% {
    color: #fff; /* Highlight color */
  }
}
.payment-review #payment-form .btn-primary:enabled:hover,
.confirmation #payment-form .btn-primary:enabled:hover {
  background-color: rgb(193.1853658537, 162.2780487805, 79.2146341463);
  transition: background-color 125ms ease-in;
}
.payment-review #payment-form .btn-primary:enabled:hover::after,
.confirmation #payment-form .btn-primary:enabled:hover::after {
  margin-left: 8px;
  transition: margin-left 125ms ease-in;
}
.payment-review #payment-form .btn-primary:enabled::after,
.confirmation #payment-form .btn-primary:enabled::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='448px' height='512px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M190.5,66.9L212.7,44.7C222.1,35.3 237.3,35.3 246.6,44.7L441,239C450.4,248.4 450.4,263.6 441,272.9L246.6,467.3C237.2,476.7 222,476.7 212.7,467.3L190.5,445.1C181,435.6 181.2,420.1 190.9,410.8L311.4,296L24,296C10.7,296 0,285.3 0,272L0,240C0,226.7 10.7,216 24,216L311.4,216L190.9,101.2C181.1,91.9 180.9,76.4 190.5,66.9Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  transition: margin-left 125ms ease-out;
}

.confirmation .appreciation {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: var(--emerald);
}
.confirmation .appreciation p {
  color: var(--super-faded-gold);
  font-size: 14px;
}
.confirmation .appreciation a {
  color: var(--faded-gold);
}

footer {
  padding: 25px 0 25px;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 50px;
  }
}
footer .footer-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .footer-content {
    flex-direction: row;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer-content {
    gap: 2%;
  }
}
@media screen and (min-width: 1023px) {
  footer .footer-content {
    gap: 3%;
  }
}
footer .footer-content .col {
  flex: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer-content .col {
    width: 32%;
  }
}
@media screen and (min-width: 1023px) {
  footer .footer-content .col {
    width: 31.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-content .col2 {
    order: 3;
    padding-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-content .col3 {
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-content .col3.nav .footer-nav-wrap--site {
    padding-top: 0;
  }
}
footer .footer-content .logo {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 0;
}
footer .footer-content .logo img {
  bottom: unset;
}
footer .footer-content .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-content .profile-circle {
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
}
footer .footer-content .profile-content > p {
  margin: 0;
}
footer .footer-content .profile-content .profile__name,
footer .footer-content .profile-content .profile__title {
  font-weight: bold;
}
footer .footer-content .profile-content .profile__title {
  font-style: italic;
}
footer .footer-content .profile-content .profile__org {
  padding-top: 40px;
  font-weight: bold;
}
footer .footer-content .profile-content a {
  color: white;
  text-decoration: underline;
}
footer .footer-content .nav,
footer .footer-content + .nav {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  footer .footer-content .nav,
  footer .footer-content + .nav {
    padding: 0;
  }
}
footer .footer-address {
  font-size: 14px;
}

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