.anchor {
  position: absolute;
  top: calc(var(--header-height) * -1);
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.hero {
  background-image: linear-gradient(103.84deg, rgba(12, 25, 55, 0.2) 0%, rgba(105, 209, 255, 0.2) 100%), linear-gradient(270deg, rgba(12, 25, 55, 0.16) 0%, rgba(12, 25, 55, 0.04) 25%, rgba(12, 25, 55, 0.56) 60%, rgba(12, 25, 55, 0.8) 100%), var(--bg-url);
  background-position: center center;
  background-size: cover;
  color: #FBFDFF;
  display: flex;
  align-items: center;
  min-height: 80vh;
  clip-path: polygon(0 90%, 40% 90%, 45% 100%, 100% 100%, 100% 0, 0 0);
  padding-block: 6rem;
}
.hero .content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero .content h6 {
  font-weight: 300;
}
.hero .content .details {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.hero .content .details > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  vertical-align: middle;
}
.hero .content .details > div i {
  vertical-align: middle;
  margin-top: -0.25rem;
  color: #69D1FF;
}
.hero .content button {
  align-self: flex-start;
}
@media (max-width: 640px) {
  .hero {
    clip-path: none;
    padding-block: 3.5rem;
    background-image: linear-gradient(180deg, rgba(12, 25, 55, 0.18) 0%, rgba(12, 25, 55, 0.045) 15.58%, rgba(12, 25, 55, 0.63) 37.39%, rgba(12, 25, 55, 0.9) 62.32%), var(--bg-url);
    align-items: flex-end;
  }
  .hero .details h6 {
    font-size: 0.875rem;
  }
  .hero .content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hero .content button {
    align-self: center;
  }
}

.tickets-anchor {
  position: relative;
}

.tickets-section {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 5rem;
  align-items: center;
  border-bottom: 1px solid #C4CDD1;
  position: relative;
}
.tickets-section.thank-you .info-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.tickets-section.thank-you .info-wrapper .info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tickets-section.thank-you .info-wrapper .info .strong {
  font-weight: 600;
}
@media (min-width: 1020px) {
  .tickets-section.thank-you .info-wrapper .info:not(:last-of-type) {
    padding-inline-end: 1.5rem;
    border-inline-end: 1px solid #C4CDD1;
  }
}
.tickets-section .dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.tickets-section .dots img {
  width: 80%;
}
.tickets-section .dots .dots-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.tickets-section .dots .dots-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.tickets-section .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.tickets-section .title-wrapper h2 {
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
}
.tickets-section .title-wrapper p {
  max-width: 900px;
  margin-inline: auto;
  opacity: 0.8;
}
.tickets-section .tickets {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.tickets-section .tickets li {
  display: flex;
  flex: 0 1 420px;
}
.tickets-section .tickets li input[type=checkbox] + label .checkbox {
  border-radius: 0.25rem;
}
.tickets-section .tickets li input[type=radio] + label .checkbox {
  border-radius: 50%;
}
.tickets-section .tickets li input[type=radio]:checked + label, .tickets-section .tickets li input[type=checkbox]:checked + label {
  box-shadow: 0px 0px 0px 3px #69D1FF;
}
.tickets-section .tickets li input[type=radio]:checked + label .header .checkbox, .tickets-section .tickets li input[type=checkbox]:checked + label .header .checkbox {
  box-shadow: inset 0px 0px 0px 3px #69D1FF;
  background-color: #0C1937;
}
.tickets-section .tickets li input[type=radio]:checked + label .availability, .tickets-section .tickets li input[type=checkbox]:checked + label .availability {
  background-color: #F3FCFF;
}
.tickets-section .tickets li label {
  transition: 0.25s 0.1s;
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px #C4CDD1;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
.tickets-section .tickets li label .header {
  flex: 1;
  padding: 1.5rem;
  background-color: #0C1937;
  color: #FBFDFF;
  display: flex;
  align-items: center;
  position: relative;
}
.tickets-section .tickets li label .header .ticket-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tickets-section .tickets li label .header .dots-right {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  height: 100%;
}
.tickets-section .tickets li label .header .checkbox {
  flex: 0 0 1rem;
  transition: 0.3s;
  box-shadow: inset 0px 0px 0px 3px #FBFDFF;
  width: 1rem;
  height: 1rem;
  background-color: #FBFDFF;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.tickets-section .tickets li label .header h6 {
  font-weight: 300;
}
.tickets-section .tickets li label .header h5 {
  margin-inline-start: auto;
}
.tickets-section .tickets li label .availability {
  transition: 0.3s;
  background-color: #FBFDFF;
  padding: 1rem 1.5rem;
}
.tickets-section .tickets li.single input[type=radio]:checked + label .header .checkbox {
  background-color: #69D1FF;
}
.tickets-section:has(input[type=radio][data-note="1"]:checked) .free-ticket-note {
  display: block;
}
.tickets-section .free-ticket-note {
  display: none;
}
.tickets-section .purchase-note {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
}
.tickets-section .purchase-note a {
  text-decoration: underline;
  font-weight: bold;
}
.tickets-section .formassembly-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tickets-section .formassembly-wrapper .form-requirement-title {
  text-align: center;
  font-weight: 500;
  color: #0C1937;
}
.tickets-section .formassembly-wrapper .form-requirement-title.hidden {
  display: none;
}
.tickets-section .formassembly-wrapper .formassembly-iframe-container {
  width: 100%;
  max-width: 100%;
  border: 1px solid #C4CDD1;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #fff;
}
.tickets-section .formassembly-wrapper .formassembly-iframe-container iframe {
  width: 100%;
  min-height: 600px;
  border: none;
  display: block;
}
.tickets-section .formassembly-wrapper .formassembly-iframe-container.hidden {
  display: none;
}
.tickets-section .formassembly-wrapper .formassembly-success {
  width: 100%;
  padding: 3rem 2rem;
  border: 2px solid #69D1FF;
  border-radius: 0.75rem;
  background-color: rgba(105, 209, 255, 0.05);
  text-align: center;
}
.tickets-section .formassembly-wrapper .formassembly-success.hidden {
  display: none;
}
.tickets-section .formassembly-wrapper .formassembly-success .success-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  background-color: #69D1FF;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}
.tickets-section .formassembly-wrapper .formassembly-success h4 {
  color: #69D1FF;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.tickets-section .formassembly-wrapper .formassembly-success p {
  color: #0C1937;
  opacity: 0.8;
  margin: 0;
}
.tickets-section .formassembly-wrapper.completed .form-requirement-title {
  display: none;
}
@media (max-width: 640px) {
  .tickets-section {
    padding-block: 3.5rem;
    gap: 2rem;
  }
  .tickets-section .dots {
    display: none;
  }
  .tickets-section button {
    align-self: center;
  }
  .tickets-section .purchase-note {
    font-family: Circular, sans-serif;
    font-size: 1rem;
  }
  .tickets-section .tickets li label .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .tickets-section .tickets li label .header h5 {
    margin: 0;
  }
  .tickets-section .formassembly-wrapper .form-requirement-title {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .tickets-section .formassembly-wrapper .formassembly-iframe-container {
    border-radius: 0.5rem;
  }
  .tickets-section .formassembly-wrapper .formassembly-iframe-container iframe {
    min-height: 450px;
  }
  .tickets-section .formassembly-wrapper .formassembly-success {
    padding: 2rem 1.5rem;
  }
  .tickets-section .formassembly-wrapper .formassembly-success h4 {
    font-size: 1.1rem;
  }
}

.intro {
  padding-block: 10rem;
  display: flex;
  align-items: center;
}
.intro .content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}
.intro .content .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--bg-url) no-repeat center center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: cover; /* Ensures the background covers the text */
}
.intro .content .title span.xxl {
  font-family: "larken", sans-serif;
  font-size: 9rem;
  line-height: 1;
  font-weight: 800;
}
.intro .content .title span.xl {
  font-family: "larken", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 640px) {
  .intro .content .title {
    text-align: center;
  }
  .intro .content .title span.xxl {
    font-size: 3rem;
  }
  .intro .content .title span.xl {
    font-size: 3rem;
  }
}
.intro .content .description {
  flex: 0 1 520px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.intro .content .description button {
  align-self: flex-start;
}
@media (max-width: 640px) {
  .intro .content .description {
    text-align: center;
  }
  .intro .content .description button {
    align-self: stretch;
  }
}
@media (max-width: 640px) {
  .intro {
    padding-block: 3.5rem;
  }
}

.what-to-expect {
  background-image: linear-gradient(0deg, rgba(12, 25, 55, 0.5), rgba(12, 25, 55, 0.5)), linear-gradient(270deg, #0C1937 0%, rgba(12, 25, 55, 0) 50%, #0C1937 100%), linear-gradient(180deg, rgba(12, 25, 55, 0) 50%, #0C1937 100%), linear-gradient(360deg, rgba(12, 25, 55, 0) 50%, #0C1937 100%), var(--bg-url);
  color: #FBFDFF;
  background-size: cover;
  background-position: center center;
  padding-block: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.what-to-expect p {
  text-align: center;
  max-width: 800px;
  font-weight: 300;
}
.what-to-expect .icons-list {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.what-to-expect .icons-list li {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.what-to-expect .icons-list li .icon {
  flex: 0 0 5rem;
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #69D1FF;
  border-radius: 5rem;
}
.what-to-expect .icons-list li h6 {
  text-align: center;
  font-weight: 300;
  max-width: 280px;
}
@media (max-width: 1020px) {
  .what-to-expect .icons-list {
    flex-direction: column;
  }
  .what-to-expect .icons-list li {
    flex-direction: row;
  }
  .what-to-expect .icons-list li .icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
  }
  .what-to-expect .icons-list li .icon img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .what-to-expect .icons-list li h6 {
    max-width: 100%;
    text-align: start;
  }
}
@media (max-width: 640px) {
  .what-to-expect {
    padding-block: 3.5rem;
  }
  .what-to-expect h6 {
    font-size: 1rem;
  }
}

.faq {
  display: flex;
  padding-block: 5rem;
  gap: 5rem;
  position: relative;
  flex-wrap: wrap;
}
.faq h2 {
  flex: 0 1 380px;
}
.faq .faq-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.faq .faq-list li {
  border-bottom: 1px solid #ddd;
}
.faq .faq-list li .header {
  cursor: pointer;
  padding-block: 1rem;
  margin: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.faq .faq-list li .header .indicator {
  position: relative;
  width: 2px;
  height: 0.75rem;
  background-color: #0C1937;
  transition: 0.3s;
}
.faq .faq-list li .header .indicator::after {
  content: "";
  width: 0.75rem;
  height: 2px;
  background-color: #0C1937;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq .faq-list li .header.active .indicator {
  background-color: rgba(0, 0, 0, 0);
}
.faq .faq-list li .header.active .indicator::after {
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 1;
}
.faq .faq-list li .panel {
  display: none;
  padding-bottom: 1rem;
}
.faq .faq-list li .panel a {
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 640px) {
  .faq {
    padding-block: 3.5rem;
    gap: 1.5rem;
  }
}
