@media (max-width: 500px) {
  html #wpadminbar {
    overflow: hidden;
  }
}
.main {
  padding-top: 72px;
}
@media (max-width: 500px) {
  .main {
    padding-top: 70px;
  }
}

/* Intro */
.intro {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  padding: 100px 0 80px;
}
.intro__title {
  font-size: 52px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.intro p {
  margin-bottom: 0;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .intro {
    padding: 90px 0 50px;
  }
  .intro p br {
    display: none;
  }
}
@media (max-width: 500px) {
  .intro {
    padding: 70px 0 40px;
  }
  .intro__title {
    font-size: 44px;
    max-width: 293px;
    margin: 0 auto 24px;
  }
}

/* Pass tickets */
.passes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.pass {
  display: flex;
  flex-direction: column;
}
.pass__top {
  border-radius: 32px;
  padding: 33px;
  /* min-height: 254px; */
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 150%;
  flex-shrink: 0;
}
.pass__bottom {
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.pass--gray .pass__top,
.pass--gray .pass__bottom {
  background-color: #F3F4F5;
}
.pass--green .pass__top,
.pass--green .pass__bottom {
  background-color: #C4FD9A;
}
.pass__top div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.pass__date {
  font-size: 16px;
  line-height: 130%;
}
.pass__title {
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.pass__top p {
  margin-bottom: 0;
}
.pass__top a {
  color: #000;
  text-decoration: underline;
}
.pass__top a:hover {
  color: #000;
}
.pass__dropdown {
  border: 0;
  background-color: transparent;
  font-weight: 500;
  line-height: 135%;
  display: flex;
  align-items: center;
  /* margin-top: auto; */
  width: fit-content;
}
.pass__dropdown span {
  text-align: left;
}
.pass__dropdown span svg {
  margin-left: 10px;
}
.pass__bottom__items {
  padding: 0;
  margin: 0 0 30px;
}
.pass__bottom__list {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 16px;
}
.pass__bottom__list span {
  opacity: 0.3;
}
.pass__bottom__list:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.pass__bottom__list:last-child {
  padding-bottom: 0;
}
.pass__bottom__list--active {
  justify-content: space-between;
  align-items: center;
}
.pass__bottom__list--active span {
  opacity: 1;
}
.pass__bottom__list--past span {
  text-decoration: line-through;
}
.pass__bottom__list span {
  font-size: 18px;
  line-height: 130%;
  flex: 1 1 auto;
}
.pass__bottom__button {
  font-size: 14px;
  line-height: 130%;
  padding: 5px 14px;
  border-radius: 57px;
  text-decoration: none !important;
  border: 1px solid #000;
  color: #000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  flex: 0 0 auto;
  margin-left: 10px;
}
.pass__bottom__button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.pass__bottom__button:focus,
.pass__bottom__button:active {
  outline: 0 !important;
}
.main-button {
  background-color: #6161FF;
  color: #fff;
  font-size: 16px;
  padding: 17.5px 37px;
  border-radius: 180px;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.main-button:hover {
  color: #fff;
  background-color: #2E19AA; 
  text-decoration: none;        
}
.pass__dropdown:active,
.pass__dropdown:focus {
  outline: 0 !important;
}
.pass__dropdown svg {
  display: inline;
  transition: transform 0.3s ease;
}
.pass__dropdown.is-open svg {
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}
.pass__dropdown__content {
  overflow: hidden;
  max-height: 0;
  margin: 0;
}
.pass__dropdown__content.is-open {
  max-height: 600px;
  margin: 0;
}
.pass__dropdown__list {
  display: flex;
  gap: 12px;
}
.pass__dropdown__list:first-child {
  margin-top: 16px;
}
.pass__dropdown__list:not(:last-child) {
  margin-bottom: 16px;
}
.pass__dropdown__list svg {
  flex: 0 0 auto;
}
.discount-banner {
  background-color: #9A59FF;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  padding: 40px 52px;
  margin-top: 32px;
}
.discount-banner p {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 0;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .pass__bottom__list span span {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    height: 0;  
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .pass__bottom__list--active span {
    line-height: 28.8px;
  }
}
@media (max-width: 1280px) {
  .pass__top {
    padding: 32px;
  }
  .pass__bottom {
    padding: 32px;
  }
}
@media (max-width: 1024px) {
  .pass__top {
    padding: 24px 27px 24px 24px;
  }
  .pass__bottom {
    padding: 24px;
  }
  .pass__title {
    font-size: 30px;
  }
  .pass__dropdown span {
    font-size: 16px;
  }
  .pass__bottom__list span {
    font-size: 16px;
  }
  .pass__bottom__list--active span {
    line-height: 25.6px;
  }
  .discount-banner {
    padding: 43px 52px;
  }
  .discount-banner p {
    font-size: 28px;
  }
  .pass__dropdown span svg {
    margin-left: 7px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .pass--green .pass__dropdown {
    width: calc(100% + 16px);
  }
}
@media (max-width: 850px) {
  .passes {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pass__title {
    font-size: 35px;
  }
  .pass__title br {
    display: none;
  }
  .pass__bottom__list span {
    font-size: 18px;
  }
  .pass__bottom__list--active span {
    line-height: 23.4px;
  }
  .pass__top {
    padding: 32px;
  }
  .pass__bottom {
    padding: 32px;
  }
  .discount-banner {
    padding: 25px 65px;
    margin-top: 24px;
  }
  .discount-banner p {
    line-height: 36.4px;
  }
  .pass__top div {
    margin-bottom: 30px !important;
  }
  .pass__bottom__list span span {
    display: inline;
    height: auto;
  }
}
@media (max-width: 500px) {
  .pass__title {
    font-size: 30px;
  }
  .pass__bottom__list span {
    font-size: 17px;
  }
  .pass__bottom__list--active span {
    line-height: 25.6px;
  }
  .pass__bottom__list--active {
    flex-wrap: wrap;
  }
  .pass__bottom__list--active .pass__bottom__button {
    margin-top: 12px;
    margin-left: 0;
    font-size: 17px;
  }
  .discount-banner {
    border-radius: 24px;
    padding: 24px 40px;
    margin-top: 20px;
  }
  .discount-banner p {
    font-size: 26px;
    line-height: 33.8px;
  }
  .pass__bottom__list span span {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    height: 0;  
  }
  .pass__top {
    padding: 24px;
  }
  .pass__bottom {
    padding: 24px;
  }
  .passes {
    gap: 20px;
  }
  .pass__bottom__list span span {
    display: block;
    height: 0;
  }
}

/* Facts */
.facts {
  margin-top: 120px;
  text-align: center;
}
.facts__wrapper {
  background: linear-gradient(187deg, #6161FF -43.86%, #000 74.27%);
  color: #fff;
  border-radius: 72px 72px 0 0;
  width: 100%;
  padding: 120px 0 80px;
  height: 613px;
}
.facts__title {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  line-height: 57.6px;
  margin-bottom: 50px;
}
.facts__numbers {
  display: flex; 
  max-width: 1280px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 16px;
  height: 246px;
}
.facts__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.facts__num:not(:last-child)::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 133px;
  position: absolute;
  right: -8px;
  top: 20px;
}
.facts__num--blue {
  color: #97AEFF;
  max-width: 357px;
  flex: 0 0 357px;
}
.facts__num--green {
  color: #C4FD9A;
  max-width: 408px;
  flex: 0 0 408px;
}
.facts__num--purple {
  color: #9A59FF;
  max-width: 473px;
  flex: 1 1 473px;
}
.facts__num div {
  display: flex;
}
.facts__plus {
  font-size: 52px;
  line-height: 24px;
}
.facts__num__item {
  font-size: 126px;
  line-height: 130px;
}
.facts__num__text {
  font-size: 40px;
  line-height: 160%;
  margin-bottom: 0;
  margin-left: 34px;
  margin-top: -15px;
}
@media (max-width: 1280px) {
  .facts__wrapper {
    height: auto;
    padding: 100px 0 80px;
  }
  .facts__plus {
    font-size: 44px;
    line-height: 21px;
  }
  .facts__numbers {
    height: 233px;
  }
  .facts__num__item {
    font-size: 109px;
  }
}
@media (max-width: 1270px) {
  .facts__wrapper {
    height: auto;
    padding: 100px 0 80px;
  }
  .facts__numbers {
    height: 196px;
    align-items: center;
  }
  .facts__num__item {
    font-size: 91px;
    line-height: 93.84px;
  }
  .facts__title {
    font-size: 42px;
  }
  .facts__num__text {
    font-size: 28px;
  }
  .facts__num:not(:last-child)::after {
    height: 96px;
    top: 15px;
  }
  .facts__num--blue {
    max-width: 24%;
    flex: 0 0 24%;
  }
  .facts__num--green {
    max-width: 27%;
    flex: 0 0 27%;
  }
  .facts__num--purple {
    max-width: 34.7%;
    flex: 0 0 34.7%;
  }
}
@media (max-width: 1024px) {
  .facts {
    margin-top: 100px;
  }
  .facts__plus {
    font-size: 38px;
    line-height: 17.44px;
  }
  .facts__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .facts {
    margin-top: 80px;
  }
  .facts__num__item {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .facts {
    margin-top: 80px;
  }
  .facts__wrapper {
    padding: 60px 0;
  }
  .facts__title {
    font-size: 42px;
    line-height: 130%;
    margin: 19px 24px 40px;
  }
  .facts__num {
    height: 163px;
    max-width: none;
    flex: auto;
    justify-content: center;
    margin-top: -15px;
  }
  .facts__plus {
    font-size: 38px;
    line-height: 17.44px;
    position: relative;
    top: 4px;
  }
  .facts__numbers {
    flex-direction: column;
    height: auto;
  }
  .facts__num--blue {
    height: 178px;
  }
  .facts__num--green,
  .facts__num--purple {
    height: 170px;
  }
  .facts__num:not(:last-child)::after {
    display: none;
  }
  .facts__num:not(:last-child) {
    margin-bottom: 11px;
  }
}
@media (max-width: 500px) {
  .facts__wrapper {
    padding: 40px 0 30px;
    border-radius: 32px 32px 0 0;
  }
  .facts {
    margin-top: 60px;
  }
  .facts__title {
    margin: 0 24px 50px;
    font-size: 40px;
    line-height: 57.6px;
  }
  .facts__num {
    position: relative;
    left: -10px;
  }
}

/* FAQs */
.faqs {
  margin: 0;
}
.faqs-component {
  background-color: #000;
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 192px;
  margin-top: -1px;
}
.faqs-component-title h2 {
  color: #fff;
}
.faq-item {
  background-color: #323338;
}
.faq-item-question-text,
.faq-accordion-panel {
  color: #fff;
}
.faq-item-arrow {
  background-color: #323338;
}
.faq-item-arrow svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .faqs-component {
    padding: 60px 0 192px;
  }
}
@media (max-width: 500px) {
  .faqs-component {
    padding-bottom: 110px;
  }
}

.balance-text {
  text-wrap: balance;
}

/* Bizzabo */
.bizzabo-popup {
  background-color: #97AEFF;
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.bizzabo-popup--open {
  display: flex;
}
.bizzabo-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
}
.bizzabo-popup h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  text-align: center;
}
.bizzabo-popup-text {
  display: block !important;
  margin-top: 35px;
  position: relative;
  top: -8px;
  padding: 0 24px;
}
.bizzabo-popup p {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 0;
}
.bizzabo-popup a {
  color: #000;
  text-decoration: underline;
}
.bizzabo-popup a:hover {
  color: #000;
  text-decoration: underline;
}
.bizzabo-popup div {
  display: none;
}
.bizzabo-popup.general-pass div:nth-of-type(1) {
  display: block !important;
}
.bizzabo-popup.vip-pass div:nth-of-type(2) {
  display: block !important;
}
.bizzabo-popup.general-cert-pass div:nth-of-type(3) {
  display: block !important;
}
.bizzabo-popup.vip-cert-pass div:nth-of-type(4) {
  display: block !important;
}
.bizzabo-popup-close:active,
.bizzabo-popup-close:focus {
  outline: none !important;
}
.css-sra93k {
  border: none;
}
@media (max-width: 607px) {
  .bizzabo-popup {
    overflow-y: scroll;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }
  .bizzabo-popup h2 {
    font-size: 28px;
    line-height: 130%;
    padding: 0 24px;
    margin: 75px 0 0;
  }
  .bizzabo-popup p {
    font-size: 12px;
  }
}

/* Push chat behind Bizzabo popups on this page only */
.chat-bubble-container,
.side-note-container {
  z-index: 1000 !important;
}

/* AI Edge */
.ai-edge {
  padding-top: 0 !important;
}
.faqs + .pin-spacer {
  position: relative;
  padding-top: 0 !important;
}
.faqs + .pin-spacer::before {
  content: "";
  background-color: #fff;
  border-radius: 72px 72px 0 0;
  position: absolute;
  left: 0;
  top: -71px;
  height: 72px;
  width: 100%;
}
@media (max-width: 500px) {
  .faqs + .pin-spacer::before {
    content: "";
    background-color: #fff;
    border-radius: 32px 32px 0 0;
    position: absolute;
    left: 0;
    top: -31px;
    height: 32px;
    width: 100%;
  }
}


.footer-elevate-26 {
  margin-top: 90px;
}