html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
:root {
  --ebx-gap-desktop: 25px;
  --ebx-gap-tablet: 20px;
  --ebx-gap-mobile: 20px;
}
#sp-main-body {
  padding: 60px 0;
}
@media (max-width: 992px) {
  #sp-main-body {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  #sp-main-body {
    padding: 30px 0;
  }
}

body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }

.logo-image {
  height: 28px !important;
  width: 100%;
}
#sp-header .social-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.hero-page {
  position: relative;
  background-image: var(--hero-bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 100%;
  padding-top: 135px;
  padding-bottom: 135px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .hero-page {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) and (min-width: 575.98px) { 
    .hero-page {
        padding-top: 75px !important;
        padding-bottom: 60px !important;
    }
} 
span.text-wrap {
    white-space: nowrap !important;
}

.sppb-column-addons:has(.hero-container-div):has(.hero-section) {
  display: grid !important;
}
.sppb-column-addons:has(.hero-container-div):has(.hero-section) > .sppb-addon-wrapper:has(.hero-container-div),
.sppb-column-addons:has(.hero-container-div):has(.hero-section) > .addon-root-image-carousel-events {
  grid-area: 1 / 1;
}
.sppb-addon-wrapper:has(> .hero-container-div) {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hero-container-div {
  pointer-events: auto;
}
.hero-container-div .heading-div {
  transform: none !important;
  text-align: center;
}
.heading-div .sppb-addon-title {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -1px;
}
@media (max-width: 1199.98px) {
  .heading-div .sppb-addon-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .heading-div .sppb-addon-title {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767.98px) {
  .heading-div .sppb-addon-title {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
  span.text-wrap {
    white-space: normal !important;
  }
}
@media (max-width: 575.98px) {
  .heading-div .sppb-addon-title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-page {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .hero-page {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #ec430f26;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 100%;
}

.hero-kicker {
  margin: 15px auto;
  max-width: 560px;
  padding: 0 15px;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .hero-kicker {
    font-size: 14px;
  }
}

.hero-title-block {
  text-align: center;
}
.hero-title-block h1 {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #fff !important;
}
@media (max-width: 1199.98px) {
  .hero-title-block h1 {
    font-size: 46px;
    letter-spacing: -1.2px;
  }
}
@media (max-width: 991.98px) {
  .hero-title-block h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767.98px) {
  .hero-title-block h1 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 575.98px) {
  .hero-title-block h1 {
    font-size: 28px;
    letter-spacing: -0.6px;
  }
}

.hero-ticket-btn {
  text-align: center;
  margin-top: 15px;
}
.hero-ticket-btn .sppb-btn i {
  font-size: 65%;
  position: relative;
  top: -1px;
  margin: 0 0 0 7px;
}

.hero-article-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.3px;
}
.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hero-meta-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}
.hero-meta-sep {
  opacity: 0.6;
}

.hero-breadcrumbs {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
}

.hero-breadcrumbs .breadcrumb,
.hero-breadcrumbs .breadcrumbs,
.hero-breadcrumbs nav,
.hero-breadcrumbs .mod-breadcrumbs {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-breadcrumbs * {
  background: transparent !important;
}

.hero-breadcrumbs,
.hero-breadcrumbs a,
.hero-breadcrumbs span,
.hero-breadcrumbs li {
  color: #fff !important;
}

.hero-breadcrumbs a:hover {
  opacity: 0.9;
}

.hero-breadcrumbs .active,
.hero-breadcrumbs li.active,
.hero-breadcrumbs span[aria-current="page"] {
  color: #8b2603 !important;
}

.hero-breadcrumbs li::before,
.hero-breadcrumbs .divider {
  color: rgba(255, 255, 255, 0.65) !important;
}

#eb-category-grid .eb-events-grid-items {
  row-gap: 20px;
}

#eb-category-grid .eb-event-item-grid-default-layout {
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.eb-event-item-grid-default-layout:hover {
  box-shadow: none !important;
}

.eb-event-item-grid-default-layout > div.ebx-card {
  margin: 0;
}

.eb-event-item-grid-default-layout .ebx-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  background: #0c0c0c;
  box-shadow: none;
  transform: translateZ(0);
  isolation: isolate;
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .eb-event-item-grid-default-layout .ebx-card {
    height: 0;
    padding-top: 56.25%;
  }
}

.eb-event-item-grid-default-layout .ebx-card-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  border-radius: inherit;
}

.eb-event-item-grid-default-layout .ebx-bg-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.02) contrast(1.03);
  transition: transform 0.35s ease;
}

.eb-event-item-grid-default-layout .ebx-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.88) 100%);
  z-index: -1;
}

.eb-event-item-grid-default-layout .ebx-card-top {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  z-index: 2;
}

.eb-event-item-grid-default-layout .ebx-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 5px 15px 5px 15px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin: 3px 0 0 0;
}

.eb-event-item-grid-default-layout .ebx-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding: 3px 3px 0 3px;
}

.eb-event-item-grid-default-layout .ebx-meta-item i {
  font-size: 16px;
  opacity: 0.95;
}

.eb-event-item-grid-default-layout .ebx-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 8px 15px;
  border-radius: 999px;
  font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  color: #111;
  background: #fff;
}

.eb-event-item-grid-default-layout .ebx-card.ebx-ended .ebx-status {
  background: rgba(255, 255, 255, 0.88);
  color: #111;
}

.eb-event-item-grid-default-layout .ebx-card.ebx-ended {
  aspect-ratio: 3 / 2;
}

@supports not (aspect-ratio: 3 / 2) {
  .eb-event-item-grid-default-layout .ebx-card.ebx-ended {
    height: 0;
    padding-top: 66.666%;
  }
}

.eb-event-item-grid-default-layout .ebx-card-bottom {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  color: #fff;
}

.eb-event-item-grid-default-layout .ebx-title {
  font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.02;
  margin: 0;
}

.eb-event-item-grid-default-layout .ebx-lineup {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  opacity: 0.9;
  line-height: 1.25;
}

.eb-event-item-grid-default-layout .ebx-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 3px 0;
}

.eb-event-item-grid-default-layout .ebx-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 15px 15px 12px 20px;
  border-radius: 999px;
  font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background: #fff;
  color: #111;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.eb-event-item-grid-default-layout .ebx-cta i {
  font-size: 14px;
}

.eb-event-item-grid-default-layout .ebx-cta.ebx-cta-secondary {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.eb-event-item-grid-default-layout .ebx-card:hover {
  box-shadow: none;
}

.eb-event-item-grid-default-layout .ebx-card:hover .ebx-bg-img {
  transform: scale(1.06);
}

.eb-event-item-grid-default-layout .ebx-card:focus {
  outline: none;
}

.eb-event-item-grid-default-layout .ebx-card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.65);
  outline-offset: 3px;
}

.eb-event-item-grid-default-layout .ebx-card:hover .ebx-cta {
  background: var(--bs-primary);
  color: var(--bs-white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.eb-event-item-grid-default-layout .ebx-cta:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.eb-event-item-grid-default-layout .ebx-cta.ebx-cta-secondary:hover {
  background: rgba(var(--bs-primary-rgb), 0.22);
  color: var(--bs-white);
}

.eb-event-item-grid-default-layout .ebx-cta:hover i {
  color: inherit;
}

.eb-event-item-grid-default-layout .ebx-cta:active {
  transform: translateY(1px);
}

.eb-event-item-grid-default-layout .ebx-card:hover .ebx-cta:not(:hover) {
  background: #fff;
  color: #111;
  box-shadow: none;
}

.eb-event-item-grid-default-layout .ebx-card:hover .ebx-cta.ebx-cta-secondary:not(:hover) {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: none;
}

.eb-event-item-grid-default-layout .ebx-title a {
  color: #fff;
  text-decoration: none;
}

.eb-event-item-grid-default-layout .ebx-title a:hover {
  color: #fff;
  text-decoration: underline;
}

.eb-event-item-grid-default-layout .ebx-card:not(.ebx-card-featured):not(.ebx-ended) {
  aspect-ratio: 3/2;
}

@supports not (aspect-ratio: 2/1) {
  .eb-event-item-grid-default-layout .ebx-card:not(.ebx-card-featured):not(.ebx-ended) {
    height: 0;
    padding-top: 50%;
  }
}

.ebx-featured-row {
  margin-bottom: 20px;
  --bs-gutter-y: 0;
}

.eb-event-item-grid-default-layout .ebx-featured-date {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

@media (max-width: 767.98px) {
  .eb-event-item-grid-default-layout .ebx-card-featured {
    aspect-ratio: 3/4;
  }
  @supports not (aspect-ratio: 3/4) {
    .eb-event-item-grid-default-layout .ebx-card-featured {
      height: 0;
      padding-bottom: 133.33%;
    }
  }
}

.eb-event-item-grid-default-layout .ebx-badge-featured {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 8px 15px;
  border-radius: 999px;
  font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.eb-search-bar-container {
  margin: 0 0 54px 0;
  border-radius: 16px;
}

#eb-category-grid .ebx-intro-footer {
  margin-top: 35px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}

#eb-category-grid .ebx-intro-footer .eb-category-description {
  margin: 0;
}

#eb-category-grid .ebx-intro-footer p {
  margin: 0;
}

#eb-category-grid .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#eb-category-grid .pagination ul.pagination {
  justify-content: center;
}

#eb-category-grid form#eb-event-search .filters {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

#eb-category-grid form#eb-event-search select.form-select,
#eb-category-grid form#eb-event-search input.form-control,
#eb-category-grid form#eb-event-search input.btn {
  height: 48px;
  border-radius: 12px;
}

#eb-category-grid form#eb-event-search input.form-control {
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.18);
}

#eb-category-grid form#eb-event-search input.btn {
  padding: 0 18px;
  padding-bottom: 1px;
}

.ebx-filter-row-top {
  display: flex;
  gap: 14px;
  width: 100%;
}

.ebx-filter-col-search {
  flex: 1 1 0%;
}

.ebx-filter-col-search input.form-control {
  width: 100% !important;
}

.ebx-filter-col-date {
  flex: 1 1 0%;
}

.ebx-filter-col-date select.form-select {
  width: 100% !important;
}

.ebx-filter-row-pills {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ebx-filter-row-cat {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ebx-filter-row-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

#eb-category-grid .ebx-featured-wrap {
  margin-bottom: 28px;
}

#eb-category-grid .ebx-featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  overflow: hidden;
  background: #0c0c0c;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

#eb-category-grid .ebx-featured-img {
  position: relative;
  width: 100%;
  aspect-ratio: 24/10;
  background: #111;
}

@supports not (aspect-ratio: 24/10) {
  #eb-category-grid .ebx-featured-img {
    height: 0;
    padding-top: 41.6667%;
  }
}

#eb-category-grid .ebx-featured-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#eb-category-grid .ebx-featured-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: #000;
  margin: 15px 0;
}

#eb-category-grid .ebx-featured-left {
  min-width: 0;
  flex: 1 1 auto;
}

#eb-category-grid .ebx-featured-title {
  font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 10px 0;
}

#eb-category-grid .ebx-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: #fff;
  opacity: 0.9;
}

#eb-category-grid .ebx-featured-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

#eb-category-grid .ebx-featured-meta-item i {
  font-size: 16px;
}

#eb-category-grid .ebx-featured-desc {
  margin-top: 12px;
  max-width: 980px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

#eb-category-grid .ebx-featured-right {
  flex: 0 0 auto;
}

#eb-category-grid .ebx-featured-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#eb-category-grid .ebx-featured-btn:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

#eb-category-grid .ebx-featured-btn:hover i {
  color: inherit;
}

#eb-category-grid .ebx-featured-card:focus {
  outline: none;
}

#eb-category-grid .ebx-featured-card:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.35);
  outline-offset: 3px;
  border-radius: 24px;
}

@media (max-width: 768px) {
  #eb-category-grid .ebx-featured-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  #eb-category-grid .ebx-featured-right {
    width: 100%;
  }

  #eb-category-grid .ebx-featured-btn {
    width: 100%;
    justify-content: center;
  }

  #eb-category-grid .ebx-featured-wrap {
    position: relative;
  }

  #eb-category-grid .ebx-featured-card {
    position: relative;
  }

  #eb-category-grid .ebx-featured-img {
    position: relative !important;
  }

  #eb-category-grid .ebx-featured-badge {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
    z-index: 50 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.55) !important;
    color: #fff !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    pointer-events: none !important;
    line-height: 1 !important;
  }
}
#eb-category-grid .ebx-featured-img{
position:relative;
}
#eb-category-grid .ebx-featured-img > .ebx-featured-badge{
position:absolute;
top:18px;
right:18px;
z-index:50;
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 20px 7px 20px;
border-radius:999px;
background:rgba(0,0,0,.55);
color:#fff;
backdrop-filter:blur(6px);
-webkit-backdrop-filter:blur(6px);
pointer-events:none;
line-height:1;
font-family:"Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
font-weight:400;
font-size:18px;
letter-spacing:.8px;
text-transform:uppercase;
}
#eb-event-page .ebx-featured-card,
.eb-event-page .ebx-featured-card,
#eb-event-details .ebx-featured-card{
  display:block;
  border-radius:28px;
  overflow:hidden;
  text-decoration:none;
  background:#000;
}

#eb-event-page .ebx-featured-img,
#eb-event-details .ebx-featured-img{
  position:relative;
}

#eb-event-page .ebx-featured-img img,
#eb-event-details .ebx-featured-img img{
  display:block;
  width:100%;
  height:auto;
}

#eb-event-page .ebx-featured-badge,
#eb-event-details .ebx-featured-badge{
  display:none;
}

#eb-event-page .ebx-featured-bar,
#eb-event-details .ebx-featured-bar{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
  padding:26px 28px;
  color:#fff;
  background:#000;
}

#eb-event-page .ebx-featured-left,
#eb-event-details .ebx-featured-left{
  min-width:0;
}

#eb-event-page .ebx-featured-title,
#eb-event-details .ebx-featured-title{
  margin:0 0 10px 0;
  color:#fff;
  font-weight:800;
  letter-spacing:0.5px;
  line-height:1.05;
  font-size:56px;
  text-transform:uppercase;
}

#eb-event-page .ebx-featured-meta,
#eb-event-details .ebx-featured-meta{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
  margin:0 0 12px 0;
  opacity:0.95;
}

#eb-event-page .ebx-featured-meta-item,
#eb-event-details .ebx-featured-meta-item{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:16px;
}

#eb-event-page .ebx-featured-desc,
#eb-event-details .ebx-featured-desc{
  margin:0;
  font-size:16px;
  line-height:1.6;
  opacity:0.9;
  max-width:980px;
}

#eb-event-page .ebx-featured-right,
#eb-event-details .ebx-featured-right{
  display:none;
}

@media (max-width: 992px){
  #eb-event-page .ebx-featured-title,
  #eb-event-details .ebx-featured-title{
    font-size:38px;
  }

  #eb-event-page .ebx-featured-bar,
  #eb-event-details .ebx-featured-bar{
    padding:18px 18px;
  }
}

#eb-event-page .ebx-block-gallery .ebx-gallery-wrap {
  margin-bottom: 0;
}

.ebx-main-content-row {
  --bs-gutter-x: var(--ebx-gap-desktop);
}

.ebx-main-col,
.ebx-sidebar-col {
  display: flex;
  flex-direction: column;
  gap: var(--ebx-gap-desktop);
}

@media (min-width: 992px) {
  .ebx-sidebar-col {
    position: sticky;
    top: 24px;
    align-self: start;
  }
}

@media (max-width: 991.98px) {
  .ebx-main-content-row {
    --bs-gutter-x: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ebx-main-col,
  .ebx-sidebar-col {
    display: contents;
  }
  .ebx-block-pill.ebx-sidebar-block { order: 1; font-size: 0; max-height: 68px; margin-bottom: 25px; }
  .ebx-block-cta.ebx-sidebar-block { order: 2; margin-bottom: 20px; }
  .ebx-block-gallery.ebx-main-block { order: 3; margin-bottom: 20px; }
  .ebx-block-details.ebx-sidebar-block { order: 4; margin-bottom: 20px; }
  .ebx-main-block { order: 5; margin-bottom: 20px; }
  .ebx-sidebar-block { order: 6; margin-bottom: 20px; }
  .ebx-main-content-row > *:last-child,
  .ebx-main-col > *:last-child,
  .ebx-sidebar-col > *:last-child { margin-bottom: 0; }
  .ebx-share-buy-ticket { margin: 15px 0px 20px 0px; }
  .ebx-main-content-row,
  .ebx-main-content-row > *,
  .ebx-main-block,
  .ebx-sidebar-block {
    min-width: 0;
    max-width: 100%;
  }
  .ebx-main-content-row img,
  .ebx-main-content-row iframe,
  .ebx-main-content-row video {
    max-width: 100%;
    height: auto;
  }
  .ebx-main-content-row table {
    max-width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ebx-block-intro,
  .ebx-block-desc,
  .ebx-short-desc,
  .ebx-desc-body,
  .ebx-full-desc {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

#eb-event-page .ebx-block-video.ebx-main-block {
  width: 100%;
  max-width: 100%;
}

#eb-event-page .ebx-video-embed-shell {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

#eb-event-page .ebx-video-embed-shell iframe {
  display: block;
  position: static;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  min-height: 0 !important;
}

#eb-event-details .ebx-gallery-wrap:has(.ebx-gallery-booking) {
  padding-left: 0;
  padding-right: 0;
}

.ebx-gallery-booking .ebx-gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 828px;
}

.ebx-gallery-booking .ebx-gallery-top {
  display: flex;
  gap: 8px;
  height: 359px;
}

.ebx-gallery-booking .ebx-gallery-main {
  width: 547px;
  min-width: 0;
  flex-shrink: 1;
  overflow: hidden;
  border-radius: 8px;
}

.ebx-gallery-booking .ebx-gallery-stacked-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.ebx-gallery-booking .ebx-gallery-stacked {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.ebx-gallery-booking .ebx-gallery-bottom {
  display: flex;
  gap: 8px;
  height: 103px;
}

.ebx-gallery-booking .ebx-gallery-thumb,
.ebx-gallery-booking .ebx-gallery-show-more {
  flex: 1;
  min-width: 0;
  width: 159px;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 860px) {
  .ebx-gallery-booking .ebx-gallery-main {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media (max-width: 767.98px) {
  .ebx-gallery-booking .ebx-gallery-top {
    flex-direction: column;
    height: auto;
    min-height: 280px;
  }
  .ebx-gallery-booking .ebx-gallery-main {
    flex: 0 0 220px;
    width: 100%;
  }
  .ebx-gallery-booking .ebx-gallery-stacked-wrap {
    flex-direction: row;
    flex: 0 0 120px;
  }
  .ebx-gallery-booking .ebx-gallery-thumb,
  .ebx-gallery-booking .ebx-gallery-show-more {
    flex: 1 1 calc(20% - 7px);
    min-width: 0;
    width: auto;
    min-height: 70px;
  }
}

.ebx-gallery-booking .ebx-gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.ebx-gallery-booking .ebx-gallery-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.ebx-gallery-booking .ebx-gallery-show-more-btn {
  width: 100%;
  height: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d3648;
  background-size: cover;
  background-position: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 12px;
  transition: opacity 0.2s;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}

.ebx-gallery-booking .ebx-gallery-show-more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  border-radius: inherit;
}

.ebx-gallery-booking .ebx-gallery-show-more-btn:hover::before {
  background: rgba(0,0,0,0.6);
}

.ebx-gallery-booking .ebx-gallery-show-more-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 12px;
  position: relative;
  z-index: 1;
  opacity: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.ebx-gallery-booking .ebx-gallery-show-more-count {
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
}

.ebx-gallery-compact .ebx-gallery-bottom {
  display: none;
}

.ebx-gallery-stacked-last {
  position: relative;
}

.ebx-gallery-booking:not(.ebx-gallery-compact) .ebx-gallery-loupe {
  display: none;
}

.ebx-gallery-loupe {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background 0.2s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.ebx-gallery-loupe:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
  .ebx-gallery-booking .ebx-gallery-bottom {
    display: none !important;
  }
  .ebx-gallery-booking .ebx-gallery-loupe {
    display: none;
  }
  .ebx-gallery-booking .ebx-gallery-stacked-last {
    position: relative;
  }
  .ebx-gallery-booking .ebx-gallery-stacked-last::after {
    content: attr(data-gallery-label);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    z-index: 4;
    border-radius: inherit;
    pointer-events: none;
  }
}

.ebx-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ebx-gallery-modal[hidden] {
  display: none;
}

.ebx-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
}

.ebx-gallery-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  padding: 60px 20px 20px;
  box-sizing: border-box;
}

.ebx-gallery-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  z-index: 10;
}

.ebx-gallery-modal-close:hover {
  background: rgba(255,255,255,0.2);
}

.ebx-gallery-modal-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 0;
}

.ebx-gallery-modal-prev,
.ebx-gallery-modal-next {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.ebx-gallery-modal-prev:hover,
.ebx-gallery-modal-next:hover {
  background: rgba(255,255,255,0.2);
}

.ebx-gallery-modal-slide-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.ebx-gallery-modal-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.ebx-gallery-modal-slide.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ebx-gallery-modal-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ebx-gallery-modal-swipe-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 12px;
}

.ebx-gallery-modal-swipe-hint svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 767.98px) {
  .ebx-gallery-modal-swipe-hint {
    display: flex;
  }
}

.ebx-gallery-modal-counter {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 8px;
}

.ebx-gallery-modal-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 16px 0;
  margin-top: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ebx-gallery-modal-thumbs::-webkit-scrollbar {
  display: none;
}

.ebx-gallery-modal-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background: none;
}

.ebx-gallery-modal-thumb.active {
  border-color: #fff;
}

.ebx-gallery-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767.98px) {
  .ebx-gallery-modal-main {
    position: relative;
  }
  .ebx-gallery-modal-prev,
  .ebx-gallery-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
  }
  .ebx-gallery-modal-prev {
    left: 8px;
  }
  .ebx-gallery-modal-next {
    right: 8px;
  }
  .ebx-gallery-modal-slide-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .ebx-gallery-modal-slide img {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
  }
  .ebx-gallery-modal-dialog {
    padding-left: 0;
    padding-right: 0;
  }
}

body.com_eventbooking #eb-event-details h3.eb-horizontal-plugin-header.eb-plugin-gallery{
  display:none !important;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap{
  position:relative;
  margin:12px 0 18px 0;
  --ebx-gap:12px;
  --ebx-nav:56px;
  --ebx-visible:6;
  padding-left:var(--ebx-nav);
  padding-right:var(--ebx-nav);
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap:not(:has(.ebx-gallery-booking)) .gallery{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:var(--ebx-gap) !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  scroll-padding:0;
  padding:0 !important;
  margin:0 !important;
  box-sizing:border-box;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap.ebx-gallery-center .gallery{
  justify-content:center;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .gallery::-webkit-scrollbar{
  display:none;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap:not(:has(.ebx-gallery-booking)) .gallery > a{
  flex:0 0 auto !important;
  width:calc((100% - ((var(--ebx-visible) - 1) * var(--ebx-gap))) / var(--ebx-visible)) !important;
  min-width:calc((100% - ((var(--ebx-visible) - 1) * var(--ebx-gap))) / var(--ebx-visible)) !important;
  max-width:calc((100% - ((var(--ebx-visible) - 1) * var(--ebx-gap))) / var(--ebx-visible)) !important;
  aspect-ratio:1 / 1;
  border-radius:14px;
  overflow:hidden;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  text-decoration:none;
  display:block;
  box-sizing:border-box;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap:not(:has(.ebx-gallery-booking)) .gallery > a > img{
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  display:block;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .ebx-gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:12px;
  background:rgba(0,0,0,0.6);
  color:#fff;
  cursor:pointer;
  z-index:20;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  opacity:.9;
  transition:opacity .15s ease;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .ebx-gallery-nav:hover{
  opacity:1;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .ebx-gallery-nav:focus{
  outline:none;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .ebx-gallery-nav:focus-visible{
  outline:3px solid rgba(255,255,255,0.65);
  outline-offset:2px;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .ebx-gallery-nav.is-disabled{
  opacity:.35;
  pointer-events:none;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .ebx-gallery-prev{
  left:6px;
}

body.com_eventbooking #eb-event-details .ebx-gallery-wrap .ebx-gallery-next{
  right:6px;
}

@media (max-width: 991.98px){
  body.com_eventbooking #eb-event-details .ebx-gallery-wrap{
    --ebx-nav:52px;
  }
}

@media (max-width: 767.98px){
  body.com_eventbooking #eb-event-details .ebx-gallery-wrap{
    --ebx-visible:2;
  }
}
.eb-sidebar-col .eb-sidebar{
  position: relative;
}

@media (min-width: 992px){
  .eb-sidebar-col .eb-sidebar{
    position: sticky;
    top: 24px;
  }
}

.eb-sidebar-col .eb-event-info-sidebar{
  background: #0f0f12;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.35);
}

.eb-sidebar-col .eb-event-info-sidebar .table{
  margin: 0;
  border: 0;
  background: transparent;
}

.eb-sidebar-col .eb-event-info-sidebar .table > :not(caption) > * > *{
  background: transparent;
  box-shadow: none;
}

.eb-sidebar-col .eb-event-info-sidebar .table tbody{
  display: block;
}

.eb-sidebar-col .eb-event-info-sidebar .table tr{
  display: flex;
  gap: 12px;
  padding: 12px 10px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.eb-sidebar-col .eb-event-info-sidebar .table tr:last-child{
  border-bottom: 0;
}

.eb-sidebar-col .eb-event-info-sidebar .eb-event-property-label{
  flex: 0 0 42%;
  width: 42%;
  border: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  line-height: 1.35;
}

.eb-sidebar-col .eb-event-info-sidebar .eb-event-property-value{
  flex: 1 1 auto;
  width: auto;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  line-height: 1.45;
  word-break: break-word;
}

.eb-sidebar-col .eb-event-info-sidebar .eb-event-property-value a{
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.eb-sidebar-col .eb-event-info-sidebar .eb-event-property-value a:hover,
.eb-sidebar-col .eb-event-info-sidebar .eb-event-property-value a:focus{
  border-bottom-color: #8b2603;
  color: #ffffff;
}

.eb-sidebar-col .eb-event-info-sidebar .eb_price{
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
}

.eb-sidebar-col .eb-event-info-sidebar h2{
  margin: 18px 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.eb-sidebar-col .eb-event-info-sidebar h3{
  margin: 10px 0 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.eb-sidebar-col #mapform{
  margin-top: 10px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
}

.eb-sidebar-col #map_canvas{
  height: 300px !important;
  width: 100% !important;
}

@media (max-width: 991.98px){
  .eb-sidebar-col .eb-event-info-sidebar{
    padding: 14px;
    border-radius: 16px;
  }
  .eb-sidebar-col .eb-event-info-sidebar .table tr{
    padding: 12px 8px;
  }
  .eb-sidebar-col #map_canvas{
    height: 240px !important;
  }
}

@media (max-width: 420px){
  .eb-sidebar-col .eb-event-info-sidebar .table tr{
    flex-direction: column;
    gap: 6px;
  }
  .eb-sidebar-col .eb-event-info-sidebar .eb-event-property-label{
    width: 100%;
    flex-basis: auto;
  }
}
.ebx-sidebar,
.ebx-sidebar * {
  color: #fff !important;
}

.ebx-sidebar a {
  color: #fff !important;
}

.ebx-sidebar .btn,
.ebx-sidebar a.btn,
.ebx-sidebar .dropdown-toggle,
.ebx-sidebar .dropdown-item,
.ebx-sidebar .ebx-buy-btn,
.ebx-sidebar .ebx-map-btn,
.ebx-sidebar .ebx-calendar-btn {
  color: #000000 !important;
}

.ebx-sidebar .btn:hover,
.ebx-sidebar a.btn:hover,
.ebx-sidebar .dropdown-toggle:hover,
.ebx-sidebar .dropdown-item:hover,
.ebx-sidebar .ebx-buy-btn:hover,
.ebx-sidebar .ebx-map-btn:hover,
.ebx-sidebar .ebx-calendar-btn:hover {
  background-color: #FF9800 !important;
  border-color: #FF9800 !important;
  color: #fff !important;
}

.ebx-sidebar .dropdown-item:hover i,
.ebx-sidebar .btn:hover i,
.ebx-sidebar a.btn:hover i {
  color: #fff !important;
}

.ebx-event-jnexus .ebx-back-link {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-decoration: none;
}

.ebx-event-jnexus .ebx-back-link:hover {
  text-decoration: underline;
}

.ebx-event-jnexus .ebx-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.ebx-event-jnexus .ebx-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.ebx-event-jnexus .ebx-date-badge {
  font-weight: 600;
}

.ebx-event-jnexus .ebx-location {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.ebx-event-jnexus .ebx-event-main-info-wrap {
  width: 100%;
}

.ebx-event-jnexus .ebx-event-date-pill {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 14px 0;
  background: #f0f1f3;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  color: #2d3648;
  text-transform: uppercase;
}

.ebx-event-jnexus .ebx-event-date-pill .ebx-pill-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  min-width: 0;
}

.ebx-event-jnexus .ebx-event-date-pill .ebx-pill-divider {
  width: 1px;
  background: #2d3648;
  flex-shrink: 0;
  align-self: stretch;
}

.ebx-event-jnexus .ebx-event-date-pill .ebx-pill-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0.85;
  margin: 0 0 2px 0;
}

.ebx-event-jnexus .ebx-event-date-pill .ebx-pill-value {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.ebx-event-jnexus .ebx-event-main-info {
  flex-wrap: wrap;
  width: 100%;
}

.ebx-event-jnexus .ebx-event-main-info-wrap .ebx-event-date {
  flex: 1;
  min-width: 0;
}

.ebx-event-jnexus .ebx-event-date {
  min-width: 70px;
  padding: 12px 16px;
  background: #f0f1f3;
  border-radius: 12px;
  text-align: center;
}

.ebx-event-jnexus .ebx-event-date .ebx-date-day,
.ebx-event-jnexus .ebx-event-date .ebx-price-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2d3648;
  opacity: 0.85;
  margin: 0 0 2px 0;
}

.ebx-event-jnexus .ebx-event-date .ebx-date-month,
.ebx-event-jnexus .ebx-event-date .ebx-price-value {
  font-size: 1rem;
  font-weight: 700;
  color: #2d3648;
  margin: 0;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .eb-taskbar,
.ebx-event-jnexus .ebx-book-tickets-wrap ul,
.ebx-event-jnexus .ebx-book-tickets-wrap li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .eb-taskbar {
  display: flow-root;
}

.ebx-event-jnexus .ebx-book-tickets-wrap li {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ebx-event-jnexus .ebx-book-tickets-wrap li:first-child {
  margin-top: 0;
}

.ebx-event-jnexus .ebx-book-tickets-wrap li:last-child {
  margin-bottom: 0;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .eb-save-to-calendar-buttons {
  display: flex;
  justify-content: center;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .eb-button-button-link,
.ebx-event-jnexus .ebx-book-tickets-wrap .btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #2d3648;
  border: 1px solid #2d3648;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .eb-button-button-link:hover,
.ebx-event-jnexus .ebx-book-tickets-wrap .btn:hover {
  background: #1e2533;
  border-color: #1e2533;
  color: #fff;
}

.ebx-event-jnexus .ebx-section-title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.ebx-event-jnexus .ebx-cat-tag {
  display: inline-block;
  padding: 6px 14px;
  margin: 0 6px 6px 0;
  background: #e9ecef;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #2d3648;
}

.ebx-event-jnexus .ebx-cat-tag:hover {
  background: #2d3648;
  color: #fff;
}

.ebx-event-jnexus .ebx-content-box {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.ebx-event-jnexus .ebx-short-desc {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 0;
  border: 1px solid #e1e1e1;
}

.ebx-event-jnexus .ebx-content-box.ebx-full-desc {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 0;
  border: 1px solid #e1e1e1;
}

.ebx-event-jnexus .ebx-box-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3648;
  margin-bottom: 1rem;
}

.ebx-event-jnexus .eb-taskbar,
.ebx-event-jnexus .eb-taskbar ul,
.ebx-event-jnexus .ebx-taskbar ul,
.ebx-event-jnexus .ebx-cta-wrap ul,
.ebx-event-jnexus .eb-taskbar li,
.ebx-event-jnexus .ebx-taskbar-bottom li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.ebx-event-jnexus .ebx-taskbar ul,
.ebx-event-jnexus .ebx-cta-wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ebx-event-jnexus .ebx-taskbar-bottom,
.ebx-event-jnexus .ebx-taskbar-bottom .eb-taskbar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ebx-save-calendar-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .ebx-save-calendar-pills {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  justify-content: space-between;
  align-items: stretch;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .eb-register-and-calendar .ebx-save-calendar-pills {
  margin-top: 1rem;
}

.ebx-calendar-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #6c757d;
  border-radius: 999px;
  background: transparent;
  color: #6c757d;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.ebx-event-jnexus .ebx-book-tickets-wrap .ebx-save-calendar-pills .ebx-calendar-pill {
  flex: 1;
  min-width: 0;
}

.ebx-calendar-pill:hover {
  background: #6c757d;
  color: #fff;
  border-color: #6c757d;
  text-decoration: none;
}

.ebx-calendar-pill i:first-child {
  font-size: 0.9em;
}

.ebx-calendar-pill i:last-child {
  font-size: 1.1em;
}

.ebx-event-jnexus .ebx-taskbar li,
.ebx-event-jnexus .ebx-cta-wrap li {
  margin: 0;
}

.ebx-event-jnexus .ebx-side-card .card-title,
.ebx-event-jnexus .ebx-side-card .ebx-box-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.ebx-event-jnexus .ebx-side-card .card-body,
.ebx-event-jnexus .ebx-side-card .table,
.ebx-event-jnexus .ebx-side-card .eb-event-property-label,
.ebx-event-jnexus .ebx-side-card .eb-event-property-value {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
}

.ebx-event-jnexus .ebx-side-card .table {
  margin-bottom: 0;
}

.ebx-event-jnexus .ebx-side-card .eb-event-property-label {
  font-weight: 500;
}

.ebx-event-details-box.event-content-box .box-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2d3648;
}

.ebx-event-details-box .item-details {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.ebx-event-details-box .item-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.ebx-event-details-box .item-details li:last-child {
  margin-bottom: 0;
}

.ebx-event-details-box .icon-wrapper {
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  color: #6c757d;
}

.ebx-event-details-box .icon-wrapper i {
  font-size: 1rem;
}

.ebx-event-details-box .item-details a {
  color: inherit;
  text-decoration: none;
}

.ebx-event-details-box .item-details a:hover {
  text-decoration: underline;
}

.ebx-event-details-box .event-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.ebx-event-details-box .event-info-item {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.35em;
}

.ebx-event-details-box .event-info-item .light {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #252525;
}

.ebx-event-details-box .event-info-item .light::after {
  content: " ";
}

.ebx-event-details-box .event-info-item > div:last-child {
  font-size: 0.95rem;
}

.ebx-event-details-box .event-info-item a {
  color: inherit;
  text-decoration: none;
}

.ebx-event-details-box .event-info-item a:hover {
  text-decoration: underline;
}

.ebx-event-details-box .ebx-event-details-share {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  max-width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
}
.ebx-event-details-box .ebx-event-details-share .ampz_container {
  max-width: 100%;
  min-width: 0;
}

.ebx-event-jnexus .ebx-taskbar-share {
  width: 100%;
}
.ebx-event-jnexus .ebx-taskbar-share .ebx-event-details-share {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  width: 100%;
  justify-content: space-between;
}
.ebx-event-jnexus .ebx-taskbar-share .ebx-event-details-share .ampz_container ul {
  justify-content: space-between;
  width: 100%;
}

.ebx-event-jnexus .ebx-event-register-share-block {
  background: #fff;
  padding: 0;
  border-radius: 15px;
  border: none;
  box-shadow: none;
}
.ebx-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d3648;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 50rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.ebx-pill-btn:hover {
  border-color: #2d3648;
}
.ebx-pill-btn.is-active {
  background: #2d3648;
  color: #fff;
  border-color: #2d3648;
}
.ebx-pill-btn:last-of-type {
  margin-bottom: 0;
}
.ebx-pill-btn i {
  font-size: 1.1em;
  line-height: 1;
  vertical-align: middle;
}
.ebx-pill-btn .ebx-pill-icon {
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.125em;
}
.ebx-pill-panel {
  display: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.ebx-pill-panel.is-open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 1.5rem;
}

.ebx-event-jnexus .ebx-event-register-share-block .ebx-event-share-modules {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.ebx-event-jnexus .ebx-event-share-modules {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.ebx-social-event-share {
  max-width: 100%;
  min-width: 0;
}
.ebx-social-event-share .ebx-social-event-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}
.ebx-social-event-share .ebx-social-event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(2.8rem, 13vw);
  height: min(2.8rem, 13vw);
  font-size: min(2rem, 9vw);
  min-width: 2rem;
  min-height: 2rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
.ebx-social-event-share .ebx-social-event-btn:hover,
.ebx-social-event-share .ebx-social-event-btn:focus {
  opacity: 0.85;
  color: inherit;
}
.ebx-social-event-share .ebx-social-icon-svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.ebx-social-event-share .ebx-share-fb { color: #1877f2; }
.ebx-social-event-share .ebx-share-messenger { color: #0084ff; }
.ebx-social-event-share .ebx-share-whatsapp { color: #25d366; }
.ebx-social-event-share .ebx-share-viber { color: #7360f2; }
.ebx-social-event-share .ebx-share-telegram { color: #26a5e4; }
.ebx-social-event-share .ebx-share-email { color: #6c757d; }
.ebx-social-event-share .ebx-share-copy { color: #6c757d; }
.ebx-social-event-share .ebx-social-event-copy-feedback {
  display: block;
  font-size: 0.85rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.ebx-event-details-share .ampz_btn .ampz-icoon,
.ebx-event-details-share .ampz_btn .ampz_network_label,
.ebx-event-details-share .ampz_btn .ampz_icon_overlay {
  display: none !important;
}
.ebx-event-details-share .ampz_btn {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(2.8rem, 13vw);
  height: min(2.8rem, 13vw);
  font-size: min(2rem, 9vw);
  min-width: 2rem;
  min-height: 2rem;
  line-height: 1;
  padding: 0;
  background: none !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: opacity 0.2s;
  overflow: visible;
  flex-shrink: 0;
}
.ebx-event-details-share .ampz_btn::before {
  line-height: 1;
  display: block;
}
.ebx-event-details-share .ampz_btn:hover,
.ebx-event-details-share .ampz_btn:focus {
  opacity: 0.85;
}
.ebx-event-details-share .ampz_btn::before {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
}
.ebx-event-details-share .ampz_facebook { color: #1877f2 !important; }
.ebx-event-details-share .ampz_facebook:hover,
.ebx-event-details-share .ampz_facebook:focus { color: #4a90e2 !important; }
.ebx-event-details-share .ampz_facebook::before { content: "\f082"; }
.ebx-event-details-share .ampz_fb-messenger { color: #0084ff !important; }
.ebx-event-details-share .ampz_fb-messenger:hover,
.ebx-event-details-share .ampz_fb-messenger:focus { color: #3399ff !important; }
.ebx-event-details-share .ampz_fb-messenger::before { content: "\f39f"; }
.ebx-event-details-share .ampz_whatsapp { color: #25d366 !important; }
.ebx-event-details-share .ampz_whatsapp:hover,
.ebx-event-details-share .ampz_whatsapp:focus { color: #38e078 !important; }
.ebx-event-details-share .ampz_whatsapp::before { content: "\f232"; }
.ebx-event-details-share .ampz_telegram { color: #26a5e4 !important; }
.ebx-event-details-share .ampz_telegram:hover,
.ebx-event-details-share .ampz_telegram:focus { color: #5eb8ef !important; }
.ebx-event-details-share .ampz_telegram::before { content: "\f2c6"; }
.ebx-event-details-share .ampz_viber { color: #7360f2 !important; }
.ebx-event-details-share .ampz_viber:hover,
.ebx-event-details-share .ampz_viber:focus { color: #8f7cf7 !important; }
.ebx-event-details-share .ampz_viber::before { content: "\f409"; }
.ebx-event-details-share .ampz_copy { color: #6c757d !important; }
.ebx-event-details-share .ampz_copy:hover,
.ebx-event-details-share .ampz_copy:focus { color: #495057 !important; }
.ebx-event-details-share .ampz_copy::before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  content: "\e09a";
}
.ebx-event-details-share .ampz_email { color: #6c757d !important; }
.ebx-event-details-share .ampz_email:hover,
.ebx-event-details-share .ampz_email:focus { color: #495057 !important; }
.ebx-event-details-share .ampz_email::before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  content: "\f0e0";
}
.ebx-event-details-share .ampz_container ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-width: 0;
}
.ebx-event-details-share .ampz_container li {
  width: auto !important;
  flex-shrink: 0;
}
@media (max-width: 400px) {
  .ebx-event-details-share .ampz_btn {
    width: min(2.8rem, 11vw);
    height: min(2.8rem, 11vw);
    font-size: min(2rem, 7.5vw);
  }
  .ebx-event-details-share .ampz_container ul {
    gap: 0.25rem;
  }
}

.ebx-event-details-box .event-info-container {
  border-top-color: #e9ecef;
}

.ebx-event-details-box .event-info-container .event-info-item {
  justify-content: stretch;
}

.ebx-event-details-box .event-info-container .attend-event {
  text-align: center;
}

.ebx-event-jnexus .ebx-block-map #mapform,
.ebx-event-jnexus .ebx-map-card #mapform {
  width: 100%;
}

.ebx-event-jnexus .ebx-block-map #map_canvas,
.ebx-event-jnexus .ebx-block-map .leaflet-container,
.ebx-event-jnexus .ebx-map-card #map_canvas,
.ebx-event-jnexus .ebx-map-card .leaflet-container {
  width: 100% !important;
  max-height: 300px !important;
  height: 300px !important;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .ebx-event-jnexus .ebx-event-main-info {
    justify-content: flex-start;
  }

  .ebx-event-jnexus .ebx-title {
    font-size: 1.5rem;
  }
}

.ebx-event-jnexus .ebx-agendas-box {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  background: #fff !important;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: none;
}

.ebx-event-jnexus .ebx-agendas-box .ebx-agendas-table,
.ebx-event-jnexus .ebx-agendas-box .ebx-agendas-table tbody {
  border: none;
}

.ebx-event-jnexus .ebx-agendas-box .ebx-agenda-time,
.ebx-event-jnexus .ebx-agendas-box .ebx-agenda-activity,
.ebx-event-jnexus .ebx-agendas-box .ebx-agenda-title,
.ebx-event-jnexus .ebx-agendas-box .ebx-agenda-description {
  background: #fff !important;
  border: none !important;
  color: #252525 !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ebx-event-jnexus .ebx-agendas-box .ebx-agenda-row td {
  border-bottom: 1px solid #2d3648 !important;
}

.ebx-event-jnexus .ebx-agendas-box .ebx-agenda-row:last-child td {
  border-bottom: none !important;
}

.ebx-event-jnexus .ebx-agendas-box .ebx-agenda-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.ebx-sponsors-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
}

.ebx-sponsors-section .ebx-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.ebx-event-jnexus .ebx-sponsors-section .ebx-section-title {
  text-align: center;
}

#eb-sponsors-list,
.ebx-event-jnexus #eb-sponsors-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}

#eb-sponsors-list .eb-sponsor-container,
.ebx-event-jnexus #eb-sponsors-list .eb-sponsor-container {
  text-align: center;
}

.col-md-3.eb-sponsor-container {
  width: auto !important;
}

#eb-sponsors-list .ebx-sponsor-logo-box,
.ebx-event-jnexus #eb-sponsors-list .ebx-sponsor-logo-box {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#eb-sponsors-list .ebx-sponsor-logo-link,
.ebx-event-jnexus #eb-sponsors-list .ebx-sponsor-logo-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#eb-sponsors-list .ebx-sponsor-logo-img,
#eb-sponsors-list .eb-sponsor-logo img,
.ebx-event-jnexus #eb-sponsors-list .ebx-sponsor-logo-img,
.ebx-event-jnexus #eb-sponsors-list .eb-sponsor-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}


body.com_eventbooking.view-event #sp-main-body {
  padding: 30px 0 !important;
}

@media (min-width: 1200px) {
  body.com_eventbooking.view-event #sp-main-body {
    padding: 30px 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body.com_eventbooking.view-event #sp-main-body {
    padding: 30px 0 !important;
  }
}

@media (max-width: 767.98px) {
  body.com_eventbooking.view-event #sp-main-body {
    padding: 25px 0 !important;
  }
  body.com_eventbooking.view-event #eb-event-page .container.ebx-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

#eb-individual-registration-page .eb-page-heading {
  color: #2d3648 !important;
  margin-bottom: 1rem;
  font-size: 28px;
}

#eb-individual-registration-page .eb-message {
  background: #fff !important;
  color: #252525 !important;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

#eb-individual-registration-page .eb-message p {
  color: #252525 !important;
  margin-bottom: 0.5em;
}

#eb-individual-registration-page .eb-message p:last-child {
  margin-bottom: 0;
}

#eb-individual-registration-page h3.eb-heading {
  color: #2d3648 !important;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 1rem;
  padding-top: 20px;
}

#eb-individual-registration-page h3.eb-heading:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#eb-individual-registration-page .form-control-label,
#eb-individual-registration-page label,
#eb-individual-registration-page .eb-ticket-type-title,
#eb-individual-registration-page .eb-ticket-type-description {
  color: #252525 !important;
}

#eb-individual-registration-page .col-12.form-control-label.ebx-pw-label,
#eb-individual-registration-page label#email-lbl,
#eb-individual-registration-page label#first_name-lbl,
#eb-individual-registration-page label#last_name-lbl,
#eb-individual-registration-page label#phone-lbl,
#eb-individual-registration-page label#address-lbl,
#eb-individual-registration-page label#country-lbl,
#eb-individual-registration-page label#city-lbl,
#eb-individual-registration-page label#zip-lbl,
#eb-individual-registration-page label#comment-lbl {
  font-size: 12px !important;
}

#eb-individual-registration-page .ebx-section-your-ticket,
#eb-individual-registration-page .ebx-section-additional-services,
#eb-group-registration-form .ebx-section-your-ticket,
#eb-group-registration-form .ebx-section-additional-services {
  border: none;
}

#eb-individual-registration-page .ebx-section-your-ticket h3.eb-heading,
#eb-individual-registration-page .ebx-section-additional-services h3.eb-heading,
#eb-group-registration-form .ebx-section-your-ticket h3.eb-heading,
#eb-group-registration-form .ebx-section-additional-services h3.eb-heading {
  font-size: 14px;
}

#eb-group-registration-form #eb-group-members-information .eb-form-content h3.eb-heading {
  font-size: 14px !important;
  font-weight: 600;
}

#eb-individual-registration-page .ebx-ticket-card,
#eb-individual-registration-page .ebx-service-card,
#eb-group-registration-form .ebx-ticket-card,
#eb-group-registration-form .ebx-service-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  background: #fafafa;
}

#eb-individual-registration-page .ebx-additional-services-grid .ebx-service-card,
#eb-group-registration-form .ebx-additional-services-grid .ebx-service-card {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

#eb-individual-registration-page .ebx-additional-services-grid .ebx-service-card .ebx-qty-stepper,
#eb-group-registration-form .ebx-additional-services-grid .ebx-service-card .ebx-qty-stepper {
  margin-top: auto;
}

#eb-individual-registration-page .ebx-ticket-card-title,
#eb-individual-registration-page .ebx-service-card-title,
#eb-group-registration-form .ebx-ticket-card-title,
#eb-group-registration-form .ebx-service-card-title {
  display: block;
  font-weight: 700;
  font-size: 17px;
  color: #111;
  margin-bottom: 6px;
}

#eb-individual-registration-page .ebx-service-card-desc,
#eb-group-registration-form .ebx-service-card-desc {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 1.45;
  margin-bottom: 8px;
}

#eb-individual-registration-page .ebx-ticket-card-price,
#eb-individual-registration-page .ebx-service-card-price,
#eb-group-registration-form .ebx-ticket-card-price,
#eb-group-registration-form .ebx-service-card-price {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #222;
  margin-bottom: 12px;
}

#eb-individual-registration-page .ebx-ticket-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#eb-individual-registration-page .ebx-ticket-info .ebx-ticket-card-title {
  margin-bottom: 0;
}

#eb-individual-registration-page .ebx-ticket-info .ebx-ticket-card-price {
  margin-bottom: 0;
  white-space: nowrap;
}

#eb-individual-registration-page .ebx-ticket-card .ebx-qty-stepper,
#eb-individual-registration-page .ebx-service-card .ebx-qty-stepper,
#eb-group-registration-form .ebx-ticket-card .ebx-qty-stepper,
#eb-group-registration-form .ebx-service-card .ebx-qty-stepper {
  margin: 0;
}

#eb-individual-registration-page .ebx-qty-stepper .ebx-qty-hidden,
#eb-group-registration-form .ebx-qty-stepper .ebx-qty-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#eb-individual-registration-page .ebx-qty-stepper,
#eb-group-registration-form .ebx-qty-stepper {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}

#eb-individual-registration-page .ebx-qty-stepper .ebx-qty-btn,
#eb-group-registration-form .ebx-qty-stepper .ebx-qty-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #212529;
  background: #212529;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 6px 0 0 6px;
}

#eb-individual-registration-page .ebx-qty-stepper .ebx-qty-plus,
#eb-group-registration-form .ebx-qty-stepper .ebx-qty-plus {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

#eb-individual-registration-page .ebx-qty-stepper .ebx-qty-minus,
#eb-group-registration-form .ebx-qty-stepper .ebx-qty-minus {
  border-right: none;
}

#eb-individual-registration-page .ebx-qty-stepper .ebx-qty-btn:hover,
#eb-group-registration-form .ebx-qty-stepper .ebx-qty-btn:hover {
  background: #333;
}

#eb-individual-registration-page .ebx-qty-stepper .ebx-qty-value,
#eb-group-registration-form .ebx-qty-stepper .ebx-qty-value {
  flex: 1;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  #eb-individual-registration-page .ebx-qty-stepper,
  #eb-group-registration-form .ebx-qty-stepper {
    max-width: none;
  }
  #eb-individual-registration-page .ebx-qty-stepper .ebx-qty-btn,
  #eb-group-registration-form .ebx-qty-stepper .ebx-qty-btn {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
  #eb-individual-registration-page .ebx-ticket-stepper-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 8px;
  }
}

#eb-individual-registration-page .eb-page-heading {
  display: none;
}

input.ebx-btn-login {
  margin-top: 20px;
  margin-bottom: 5px;
}

#eb-individual-registration-page .ebx-password-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
  margin-top: 20px;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
}

#eb-individual-registration-page #eb-login-form .control-group,
#eb-individual-registration-page #eb-login-form .row-fluid > div,
#eb-individual-registration-page .ebx-password-row .control-group {
  display: flex;
  flex-direction: column;
}

#eb-individual-registration-page #eb-login-form .control-label,
#eb-individual-registration-page #eb-login-form .form-control-label,
#eb-individual-registration-page .ebx-password-row .control-label,
#eb-individual-registration-page .ebx-password-row .form-control-label {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
}

#eb-individual-registration-page #eb-login-form .controls,
#eb-individual-registration-page .ebx-password-row .controls {
  width: 100%;
}

#eb-individual-registration-page .form-control,
#eb-individual-registration-page select.form-control,
#eb-individual-registration-page .form-select {
  border: 1px solid #dee2e6 !important;
}

#eb-individual-registration-page .ebx-amount-row .input-group .form-control {
  border: 1px solid #dee2e6 !important;
}

#eb-individual-registration-page .ebx-ticket-holder-card .form-check-input {
  width: 3em;
  height: 1.5em;
}

#eb-individual-registration-page .ebx-ticket-holder-card .form-check-label {
    padding-top: 4px;
    padding-left: 10px;
}

#eb-individual-registration-page .ebx-register-section-billing > .row:not(.ebx-password-row) {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}

#eb-individual-registration-page #field_first_name,
#eb-individual-registration-page #field_city {
  flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  margin-left: 0 !important;
  margin-right: 7.5px !important;
  padding: 0;
  --bs-gutter-x: 0;
}
#eb-individual-registration-page #field_last_name,
#eb-individual-registration-page #field_zip {
  flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  margin-left: 7.5px !important;
  margin-right: 0 !important;
  padding: 0;
  --bs-gutter-x: 0;
}

@media (max-width: 767px) {
  #eb-individual-registration-page #field_first_name,
  #eb-individual-registration-page #field_last_name,
  #eb-individual-registration-page #field_city,
  #eb-individual-registration-page #field_zip {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  #eb-individual-registration-page h3.eb-heading {
    font-size: 20px !important;
    margin-right: 0 !important;
  }
}

#eb-group-registration-form .eb-page-heading {
  font-size: 28px;
}

#eb-group-registration-form .eb-form-heading {
  display: none;
}

#eb-group-registration-form .eb-billing-page-header {
  margin-bottom: 1.25rem;
}

#eb-group-registration-form .eb-billing-page-header .eb-billing-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.35rem 0;
}

#eb-group-registration-form .eb-billing-page-header .eb-billing-intro {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

#eb-group-registration-form form#eb-login-form .row.form-group {
  flex-direction: column;
}
#eb-group-registration-form form#eb-login-form .row.form-group > .col-md-3,
#eb-group-registration-form form#eb-login-form .row.form-group > .col-md-9 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
#eb-group-registration-form form#eb-login-form .row.form-group > .col-md-3 {
  margin-bottom: 0.25rem;
}

#eb-group-registration-form .wait {
  display: none !important;
}

#eb-group-registration-form .eb-group-billing .control-label,
#eb-group-registration-form .eb-group-billing .form-control-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35em;
}
#eb-group-registration-form .eb-group-billing .control-label input[type="checkbox"],
#eb-group-registration-form .eb-group-billing .form-control-label input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
}
#eb-group-registration-form .eb-group-billing .eb-terms-and-conditions-container label.checkbox,
#eb-group-registration-form .eb-group-billing .eb-subscribe-to-newsletter-container label.checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35em;
}
#eb-group-registration-form .eb-group-billing .eb-terms-and-conditions-container label.checkbox input[type="checkbox"],
#eb-group-registration-form .eb-group-billing .eb-subscribe-to-newsletter-container label.checkbox input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
}

#eb-group-registration-form .form-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

#eb-individual-registration-page .form-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

#eb-group-registration-form .form-actions .btn {
  border-radius: 50px;
  padding: 10px 32px;
  font-weight: 600;
}

#eb-individual-registration-page .table {
  color: #252525 !important;
  margin-bottom: 0;
}

#eb-individual-registration-page .table th,
#eb-individual-registration-page .table td {
  color: #252525 !important;
}

#eb-individual-registration-page #adminForm.row {
  margin-left: 0;
  margin-right: 0;
}

#eb-individual-registration-page .ebx-register-section {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

#eb-individual-registration-page .ebx-register-section h3.eb-heading {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#eb-individual-registration-page .ebx-consent-section {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}

#eb-individual-registration-page .ebx-register-section-billing .row.form-group {
  flex-direction: column !important;
  align-items: stretch !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  --bs-gutter-x: 0;
}
#eb-individual-registration-page .ebx-register-section-billing .ebx-password-row + h3.eb-heading {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

#eb-individual-registration-page .ebx-register-section-billing .controls {
  margin-left: 0 !important;
}

#eb-individual-registration-page .ebx-register-section-billing .form-control-label {
  margin-bottom: 0.35rem;
  text-align: left;
}

#eb-individual-registration-page .ebx-register-section-billing .form-control,
#eb-individual-registration-page .ebx-register-section-billing .form-select {
  border: 1px solid #dee2e6;
  border-radius: 8px 0px 0px 8px;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

#eb-individual-registration-page .ebx-section-members .row.form-group {
  flex-direction: column !important;
  align-items: stretch !important;
}

#eb-individual-registration-page .ebx-section-members .controls,
#eb-individual-registration-page .ebx-section-members .eb-form-control {
  margin-left: 0 !important;
}

#eb-individual-registration-page .ebx-section-members .form-control-label {
  margin-bottom: 0.35rem;
  text-align: left;
}

#eb-individual-registration-page .ebx-section-members .form-control,
#eb-individual-registration-page .ebx-section-members .form-select {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

#eb-individual-registration-page .ebx-section-members .col-md-3,
#eb-individual-registration-page .ebx-section-members .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#eb-individual-registration-page .ebx-use-same-name-wrap {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

#eb-individual-registration-page a {
  color: #0d6efd;
}

#eb-individual-registration-page a:hover {
  color: #0a58ca;
}

#eb-individual-registration-page .btn-primary {
  color: #fff;
}

#eb-individual-registration-page .form-select,
#eb-individual-registration-page .form-control {
  color: #212529;
  background-color: #fff;
}
#field_comment textarea#comment {
  min-height: 25px;
  height: auto;
  resize: none;
  overflow-y: hidden;
  max-height: 50px;
}
#adminForm.form-horizontal .row.form-group {
  flex-direction: column;
}
#adminForm.form-horizontal .row.form-group > .col-md-3,
#adminForm.form-horizontal .row.form-group > .col-md-9 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
#adminForm.form-horizontal .row.form-group > .col-md-3 {
  margin-bottom: 0.25rem;
}
#eb-individual-registration-page .controls {
  margin-left: 0 !important;
}
#eb-individual-registration-page .ebx-login-fields-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
}
#eb-individual-registration-page #eb-login-form .form-actions,
#eb-individual-registration-page #eb-login-form .row.form-group:last-of-type {
  margin-bottom: 10px;
}

#payment_method_container.row {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
#payment_method_container > div {
  width: auto;
  flex: none;
}

#eb-individual-registration-page .ebx-consent-terms {
  margin-bottom: 20px;
}

.form-group input[name="agree_privacy_policy"] {
  vertical-align: middle;
  margin-top: -1px;
}

.tingle-modal.eb-terms-and-conditions-modal {
  z-index: 10002;
}
.tingle-modal.eb-terms-and-conditions-modal .tingle-modal-box__content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.tingle-modal.eb-terms-and-conditions-modal .tingle-modal-box__content iframe {
  max-width: 100%;
  display: block;
}
.tingle-modal.eb-terms-and-conditions-modal .ebx-term-modal-content {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.tingle-modal.eb-terms-and-conditions-modal .ebx-term-iframe-wrap {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.tingle-modal.eb-terms-and-conditions-modal .ebx-term-close-row {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: #fff;
  border-bottom: 1px solid #dee2e6;
}
.tingle-modal.eb-terms-and-conditions-modal .tingle-modal__close {
  display: none;
}
.tingle-modal.eb-terms-and-conditions-modal .ebx-term-close-row .ebx-term-modal-close {
  display: inline-flex;
}
.tingle-modal.eb-terms-and-conditions-modal .ebx-term-modal-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  flex: 1;
  text-align: left;
}
.tingle-modal.eb-terms-and-conditions-modal .ebx-term-modal-close {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background: #212529;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tingle-modal.eb-terms-and-conditions-modal .ebx-term-modal-close:hover {
  background: #495057;
  color: #fff;
}
@media (max-width: 768px) {
  .tingle-modal.eb-terms-and-conditions-modal .tingle-modal-box {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

.right-modules .header-mein-konto-btn {
  box-shadow: 0 0 0 0 #fff;
  background-color: #00000050 !important;
  padding: 14px 20px;
}
.right-modules .header-mein-konto-btn:hover {
  background-color: var(--sppb-button-primary) !important;
}
.right-modules .header-mein-konto-btn i {
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 0;
}
.right-modules .header-button .sppb-button-wrapper {
  text-align: center;
}
@media (max-width: 1199.98px) {
  .right-modules .header-mein-konto-btn {
    padding: 10px 12px;
    font-size: 14px;
  }
  .right-modules .header-mein-konto-btn i {
    margin-right: 5px;
  }
}

.mod-login-logout__position.login-registered-position {
  margin-bottom: 20px;
}
.mod-login-logout-wrapper .login-registered-position .mod-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.mod-login-logout-wrapper .login-registered-position .mod-menu li a {
  display: flex;
  align-items: center;
}
.mod-login-logout-wrapper .login-registered-position .mod-menu li a span[class*="fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
  margin-inline-end: 10px;
}

.com-users-login .password-group .input-group,
.com-users-login .mod-login__password .input-group,
.mod-login .password-group .input-group,
.mod-login .mod-login__password .input-group,
.input-group:has(button.input-password-toggle) {
  display: flex;
  flex-wrap: nowrap;
}
.com-users-login .password-group .input-group .form-control,
.com-users-login .mod-login__password .input-group .form-control,
.mod-login .password-group .input-group .form-control,
.mod-login .mod-login__password .input-group input[type="password"],
.input-group:has(button.input-password-toggle) .form-control,
.input-group:has(button.input-password-toggle) input[type="password"] {
  flex: 1 1 auto !important;
  min-width: 0;
  width: auto !important;
}
.com-users-login .password-group .input-group .input-password-toggle,
.com-users-login .mod-login__password .input-group .input-password-toggle,
.mod-login .password-group .input-group .input-password-toggle,
.mod-login .mod-login__password .input-group .input-password-toggle,
button.input-password-toggle {
  flex: 0 0 48px !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.com-users-login .password-group .input-group .input-password-toggle .icon-eye,
.mod-login .mod-login__password .input-group .input-password-toggle .icon-eye,
button.input-password-toggle .icon-eye {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  display: inline-block;
}
button.input-password-toggle .icon-eye-slash,
.input-password-toggle .icon-eye-slash {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  display: inline-block;
}
.input-group:has(button.input-password-toggle) input[type="password"]::-ms-reveal,
.input-group:has(button.input-password-toggle) input[type="password"]::-ms-clear {
  display: none !important;
}
.input-group:has(button.input-password-toggle) input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
}

button.plg_system_webauthn_login_button,
.com-users-login__submit .plg_system_webauthn_login_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.com-users-login__remember .form-check,
.mod-login__remember .form-check {
  display: flex;
  align-items: center;
}
.com-users-login__remember .form-check-input,
.mod-login__remember .form-check-input {
  margin-top: 0;
}

div#form-login-remember-162 {
  padding-left: 0;
}
input#form-login-input-remember-162 {
  margin-right: 0.5rem;
}
div#form-login-remember-163 {
  padding-left: 0;
}
input#form-login-input-remember-163 {
  margin-right: 0.5rem;
}

.eb-register-button .eb-register-btn-icon,
.ebx-attend-btn .ebx-attend-btn-icon {
  margin-right: 5px;
}

a.ebx-attend-btn:hover,
a.ebx-attend-btn:hover .ebx-attend-btn-text,
a.ebx-attend-btn:hover .ebx-attend-btn-icon {
  color: #fff !important;
  text-decoration: none !important;
}

.ebx-type-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ebx-type-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  color: #2d3648;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  line-height: 1.2;
}

.ebx-type-pill:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.3);
}

.ebx-type-pill.active {
  background: #2d3648;
  color: #fff;
  border-color: #2d3648;
}

.ebx-type-pill.active:hover {
  background: #1e2533;
  border-color: #1e2533;
  color: #fff;
}

.ebx-filter-toggle-wrap {
  display: none;
  position: relative;
  z-index: 10;
}

.ebx-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  color: #2d3648;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  line-height: 1.2;
}

.ebx-filter-toggle:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.3);
}

.ebx-filter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #2d3648;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.ebx-filter-chevron {
  transition: transform 0.3s ease;
}

@media (max-width: 767.98px) {
  .ebx-filter-toggle-wrap {
    display: block;
    margin-bottom: 10px;
  }

  #ebxFilterPanel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s ease, padding 0.5s ease;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #ebxFilterPanel.ebx-filter-open {
    max-height: 900px;
    opacity: 1;
    overflow: visible;
    position: relative;
    z-index: 10;
    background: #fff;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .ebx-filter-row-top {
    flex-direction: column;
  }

  .ebx-type-pills {
    flex-direction: column;
    width: 100%;
  }

  .ebx-type-pill {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
  }

  .ebx-filter-row-actions {
    width: 100%;
  }

  .ebx-filter-row-actions input.btn {
    flex: 1;
  }

  .ebx-filter-row-cat select.form-select {
    width: 100%;
  }

  .ebx-title {
    font-size: clamp(22px, 5vw, 32px) !important;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .eb-event-item-grid-default-layout .ebx-excerpt {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .eb-event-item-grid-default-layout .ebx-meta-item {
    font-size: 14px;
  }

  .eb-event-item-grid-default-layout .ebx-meta {
    flex-wrap: wrap;
    gap: 6px;
  }

  .eb-event-item-grid-default-layout .ebx-cta {
    font-size: 15px;
    padding: 12px 12px 9px 14px;
  }

  .eb-event-item-grid-default-layout .ebx-cta-row {
    gap: 8px;
  }

  .eb-event-item-grid-default-layout .ebx-card-bottom {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .eb-event-item-grid-default-layout .ebx-card-top {
    top: 10px;
    left: 12px;
    right: 12px;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 8px;
  }

  .eb-event-item-grid-default-layout .ebx-meta {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .eb-event-item-grid-default-layout .ebx-meta-item {
    white-space: normal;
    line-height: 1.15;
  }

  .eb-event-item-grid-default-layout .ebx-card.ebx-ended {
    min-height: clamp(220px, 72vw, 340px);
  }

  .eb-event-item-grid-default-layout .ebx-card.ebx-ended .ebx-excerpt {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 991.98px) {
  #sp-header .menu-with-social {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  #sp-header .menu-with-social > * {
    width: auto !important;
    flex: 0 0 auto !important;
  }

  #sp-header .menu-with-social .menu-right {
    flex: 1 1 0% !important;
    justify-content: flex-end;
  }

  #sp-header #offcanvas-toggler.offcanvas,
  #sp-header #offcanvas-toggler.mega {
    display: flex !important;
    align-items: center;
  }

  #sp-header #offcanvas-toggler .burger-icon span {
    background-color: #fff !important;
  }

  #sp-header.header-sticky #offcanvas-toggler .burger-icon span {
    background-color: #2d3648 !important;
  }
}

.ebx-header-compact {
  gap: 12px;
  margin-right: 12px;
  align-items: center;
}

.ebx-header-compact .ebx-hdr-lang,
.ebx-header-compact .ebx-hdr-contact,
.ebx-header-compact .ebx-hdr-social {
  display: flex;
  align-items: center;
}

.ebx-header-compact .ebx-hdr-lang .sp-module:not(.langsw):not(.popuplog) {
  display: none !important;
}

.ebx-header-compact .ebx-hdr-lang,
.ebx-header-compact .ebx-hdr-lang .sp-module,
.ebx-header-compact .ebx-hdr-lang .sp-module-content,
.ebx-header-compact .ebx-hdr-lang .mod-languages {
  display: flex;
  align-items: center;
}

.ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li {
  display: flex;
  align-items: center;
  line-height: 0;
}

.ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li.lang-active {
  background-color: transparent !important;
  padding: 0 !important;
}

.ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a {
  display: inline-flex;
  align-items: center;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img {
  width: 22px !important;
  height: auto !important;
  min-width: 22px;
  display: block;
  border-radius: 2px;
  background: transparent !important;
  box-shadow: none !important;
}

.ebx-header-compact .ebx-hdr-contact {
  gap: 14px;
  margin-right: 10px;
}

.ebx-header-compact .ebx-hdr-contact a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 0;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.ebx-header-compact .ebx-hdr-contact a svg {
  width: 18px;
  height: 18px;
}

.ebx-header-compact .ebx-hdr-contact a:hover {
  opacity: 0.7;
}

.ebx-header-compact .ebx-hdr-social {
  gap: 8px;
}

.ebx-header-compact .ebx-hdr-social a {
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.ebx-header-compact .ebx-hdr-social a:hover {
  opacity: 0.75;
}

.ebx-header-compact .ebx-hdr-social a[aria-label="YouTube"] {
  color: #FF0000;
}

.ebx-header-compact .ebx-hdr-social a[aria-label="Instagram"] {
  color: #E4405F;
}

.ebx-header-compact .ebx-hdr-social a[aria-label="TikTok"] {
  color: #fff;
}

#sp-header.header-sticky .ebx-header-compact .ebx-hdr-contact a {
  color: #2d3648;
}

#sp-header.header-sticky .ebx-header-compact .ebx-hdr-contact a:hover {
  color: #2d3648;
  opacity: 0.6;
}

#sp-header.header-sticky .ebx-header-compact .ebx-hdr-social a[aria-label="TikTok"] {
  color: #000;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info {
  display: block !important;
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0 0 20px 0;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info li {
  padding: 6px 0;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info li a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(37, 37, 37);
  text-decoration: none;
  letter-spacing: normal;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info li a:hover {
  opacity: 0.6;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info li span {
  color: rgb(37, 37, 37);
  margin-right: 8px;
}

.offcanvas-menu .offcanvas-inner > .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.offcanvas-menu .offcanvas-inner > .social-icons li a span {
  font-size: 32px;
}

@media (max-width: 767.98px) {
  .ebx-header-compact {
    gap: 8px;
    margin-right: 8px;
  }

  .ebx-header-compact .ebx-hdr-contact {
    gap: 12px;
  }

  .ebx-header-compact .ebx-hdr-contact a svg {
    width: 16px;
    height: 16px;
  }

  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img {
    width: 18px;
  }

  .ebx-header-compact .popuplog .header-mein-konto-btn {
    padding: 0 !important;
    font-size: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .ebx-header-compact .popuplog .header-mein-konto-btn i {
    font-size: 24px !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ebx-header-compact .popuplog .header-mein-konto-btn {
    padding: 0 !important;
    font-size: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .ebx-header-compact .popuplog .header-mein-konto-btn i {
    font-size: 24px !important;
    margin-right: 0 !important;
  }
}

.ebx-invite-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.ebx-invite-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}

.ebx-invite-message {
  margin-bottom: 20px;
  font-size: 15px;
  color: #555;
}

.ebx-invite-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ebx-invite-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ebx-invite-field label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.ebx-invite-hint {
  font-size: 12px;
  color: #888;
}

.ebx-invite-field .form-control {
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  padding: 10px 12px;
  font-size: 14px;
  resize: vertical;
}

.ebx-invite-field .form-control:focus {
  border-color: #333;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
  outline: none;
}

.ebx-invite-actions {
  margin-top: 8px;
}

.ebx-invite-btn {
  display: block;
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ebx-invite-btn:hover {
  background: #444;
}

.tingle-modal.eb-invite-friend-modal .tingle-modal-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.ebx-share-buy-ticket {
    margin: 0px 0px 20px 0px;
}
.ebx-share-buy-btn {
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.sppb-addon.sppb-carousel-extended .sppb-carousel-extended-heading.ebx-carousel-event-status.btn.btn-dark {
  display: inline-block;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0.5rem;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.25;
  background-color: #212529;
  color: #fff;
  border: none;
  box-shadow: none;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.ebm-buyticket-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ebm-bt-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease;
}

.ebm-bt-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.ebm-bt-thumb-wrap {
  position: relative;
  flex: 0 0 320px;
  max-width: 320px;
  overflow: hidden;
  border-radius: 16px;
}

.ebm-bt-thumb-wrap::before,
.ebm-bt-thumb-wrap::after {
  content: "";
  position: absolute;
  height: 36px;
  top: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: top 0.4s ease;
  z-index: 2;
  pointer-events: none;
}

.ebm-bt-thumb-wrap::before {
  width: 60px;
  background-image: url("../images/latest-podcast-left.svg");
  left: -11px;
}

.ebm-bt-thumb-wrap::after {
  width: 40px;
  background-image: url("../images/latest-podcast-right.svg");
  right: -11px;
}

.ebm-bt-item:hover .ebm-bt-thumb-wrap::before,
.ebm-bt-item:hover .ebm-bt-thumb-wrap::after {
  top: 195px;
}

.ebm-bt-date-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 48px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.ebm-bt-date-badge .ebm-event-month {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

.ebm-bt-date-badge .ebm-event-day {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.ebm-bt-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.ebm-bt-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.ebm-bt-item:hover .ebm-bt-thumb {
  transform: scale(1.05);
}

.ebm-bt-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 14px 12px;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, transparent 100%);
  pointer-events: none;
  display: none;
}

.ebm-bt-thumb-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.ebm-bt-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px 12px 0;
  gap: 8px;
}

.ebm-bt-price-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 3;
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 48px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.ebm-bt-price-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.ebm-bt-price-label {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-top: 3px;
}

.ebm-bt-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.ebm-bt-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.ebm-bt-title a:hover {
  color: var(--primary, #e91e63);
}

.ebm-bt-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.ebm-bt-category {
  font-size: 13px;
  color: #888;
}

.ebm-bt-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 13px;
  color: #888;
}

.ebm-bt-meta-sep {
  color: #ccc;
}

.ebm-bt-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ebm-bt-location-icon {
  width: 12px;
  height: 12px;
  fill: #aaa;
  flex-shrink: 0;
}

.ebm-bt-event-type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ebm-bt-event-type-icon {
  width: 12px;
  height: 12px;
  fill: #aaa;
  flex-shrink: 0;
}

.ebm-bt-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ebm-bt-btn-buy {
  background: var(--primary, #e91e63);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}

.ebm-bt-btn-buy:hover {
  background: var(--primary-dark, #c2185b);
  transform: translateY(-1px);
  color: #fff !important;
}

a.btn.ebm-bt-btn-detail {
  background: transparent !important;
  color: var(--primary, #e91e63) !important;
  border: 1px solid var(--primary, #e91e63) !important;
  border-radius: 50px !important;
  padding: 10px 28px !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

a.btn.ebm-bt-btn-detail:hover {
  background: var(--primary, #e91e63) !important;
  color: #fff !important;
  border-color: var(--primary, #e91e63) !important;
}

@media (max-width: 991px) and (min-width: 576px) {
  .ebm-buyticket-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ebm-bt-item {
    flex-direction: row;
    gap: 0;
  }

  .ebm-bt-thumb-wrap {
    flex: 0 0 220px;
    max-width: 220px;
    aspect-ratio: auto;
    border-radius: 12px 0 0 12px;
  }

  .ebm-bt-thumb {
    border-radius: 12px 0 0 12px;
  }

  .ebm-bt-thumb-overlay {
    display: none;
  }

  .ebm-bt-info {
    padding: 12px 16px 12px 16px;
  }

  .ebm-bt-title {
    font-size: 16px;
  }

  .ebm-bt-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-end;
  }

  .ebm-bt-btn-buy {
    flex: 1 1 auto;
    text-align: center;
  }

  a.btn.ebm-bt-btn-detail {
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .ebm-buyticket-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ebm-bt-item {
    flex-direction: column;
    gap: 0;
  }

  .ebm-bt-thumb-wrap {
    flex: none;
    max-width: 100%;
    aspect-ratio: 16/10;
    border-radius: 12px 12px 0 0;
  }

  .ebm-bt-thumb {
    border-radius: 12px 12px 0 0;
  }

  .ebm-bt-thumb-overlay {
    display: none;
  }

  .ebm-bt-info {
    padding: 12px 16px;
  }

  .ebm-bt-title {
    font-size: 16px;
  }

  .ebm-bt-actions {
    flex-direction: column;
    gap: 15px;
  }

  .ebm-bt-btn-buy,
  a.btn.ebm-bt-btn-detail {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .ebm-buyticket-layout.ebm-upcoming-events > div {
    margin: 0 0 10px 0;
  }
}

.ebm-buyticket-layout.ebm-upcoming-events > div {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.eb-map-modal .tingle-modal-box {
  max-width: 800px;
  width: 90vw;
  max-height: 70vh;
  height: 70vh;
  padding: 20px;
  overflow: visible;
  border-radius: 12px;
}

.eb-map-modal .tingle-modal-box__content {
  padding: 0;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.eb-map-modal .tingle-modal-box__content iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
  display: block;
}

.eb-map-modal .eb-map-close-btn {
  position: absolute;
  top: -46px;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.75);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.2s;
}

.eb-map-modal .eb-map-close-btn:hover {
  background: rgba(0,0,0,0.9);
}

.eb-map-modal .eb-map-close-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 575px) {
  .eb-map-modal .tingle-modal-box {
    max-height: 70vh;
    height: 70vh;
    width: 95vw;
  }
  .eb-map-modal .eb-map-close-btn {
    top: -42px;
    padding: 8px 14px;
    font-size: 12px;
  }
}

.ebx-event-ended-block.text-center {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
}

.ebx-event-ended-block.text-center .eb-notice-message {
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 0.5rem;
  text-align: center;
}

.ebx-event-ended-subscribe {
  max-width: 520px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
  color: #252525;
  text-align: center;
}

.ebx-event-ended-form {
  width: 100%;
}

.ebx-event-ended-form .cf-turnstile,
.ebx-event-ended-form [data-turnstile-wrapper],
.ebx-event-ended-form .cf-turnstile iframe {
  margin-left: 0;
  margin-right: auto;
}
.cf-form-wrap.cf-col-16 {
    padding: 0px;
}
.eb-message {
    padding-bottom: 20px;
}
p.eb-paypal-payment-note.mt-2.mb-0.small.text-muted {
    padding-bottom: 20px;
}

.eb-event-map-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.eb-event-map-component #eb-event-map-page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.eb-event-map-component #inline_map {
  width: 100% !important;
  height: 100% !important;
}
.gm-style-iw button[aria-label="Close"],
.gm-style-iw-d + button,
.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw {
  padding: 0 !important;
  max-height: 280px !important;
  min-width: 200px !important;
  max-width: 320px !important;
}
.gm-style-iw-d {
  overflow: visible !important;
  max-height: 260px !important;
  overflow-y: auto;
}
.gm-style-iw-d .bubble {
  list-style: none;
  margin: 0;
  padding: 10px 12px 12px;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #252525;
}
.gm-style-iw-d .bubble .location_name {
  margin: 0 0 6px;
  padding: 0;
}
.gm-style-iw-d .bubble .location_name h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #2d3648;
}
.gm-style-iw-d .bubble .address {
  margin: 0 0 6px;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #495057;
}
.gm-style-iw-d .bubble .address.getdirection {
  margin: 0;
  padding: 0;
}
.gm-style-iw-d .bubble .getdirection a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #252525;
  text-decoration: none;
}
.gm-style-iw-d .bubble .getdirection a:hover {
  text-decoration: underline;
}
.gm-style-iw-d .location_address,
.gm-style-iw-d .eb-location-popup-container .location_address {
  margin: 0 0 6px;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #495057;
}
.gm-style-iw-d .eb-location-popup-container .bubble {
  padding: 10px 12px 12px;
}

#eb-event-map-page {
  position: relative;
}
#eb-event-map-page #inline_map {
  width: 100%;
}

.eb-map-popup {
  padding: 14px 16px 17px;
  font-family: Inter, sans-serif;
  min-width: 220px;
  max-width: 280px;
}
.eb-map-popup-header {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}
.eb-map-popup-header img {
  height: 32px;
}
.eb-map-popup-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
  color: #2d3648;
}
.eb-map-popup-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #252525;
}
.eb-map-popup-row-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
}
.eb-map-popup-icon {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  color: #6c757d;
  padding-top: 1px;
}
.eb-map-popup-icon.fa-solid {
  font-size: 0.9rem;
}
.eb-map-popup-link {
  color: #252525;
  text-decoration: none;
  font-weight: 500;
}

.eb-no-events-container {
  text-align: center;
  padding: 60px 20px;
  margin: 30px 0;
}
.eb-no-events-container .eb-no-events-emoji {
  font-size: 64px;
  margin-bottom: 16px;
}
.eb-no-events-container .eb-no-events-msg {
  font-size: 18px;
  color: #6c757d;
  margin: 0;
}

.eb-captcha-hidden {
  display: none !important;
}

#ajax-loading-animation.eb-ajax-loading-hidden {
  display: none !important;
}

#eb-registration-history-page .filters.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
}
#eb-registration-history-page .filters.btn-toolbar .filter-search,
#eb-registration-history-page .filters.btn-toolbar .btn-group {
  display: flex;
  align-items: stretch;
  float: none;
  margin: 0;
}
#eb-registration-history-page .filters.btn-toolbar #filter_search,
#eb-registration-history-page .filters.btn-toolbar .btn,
#eb-registration-history-page .filters.btn-toolbar select {
  height: 42px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
}
#eb-registration-history-page .filters.btn-toolbar #filter_search {
  min-width: 250px;
}
#eb-registration-history-page .filters.btn-toolbar .btn {
  background-color: #222;
  color: #fff;
  border-color: #222;
  border-radius: 0;
  cursor: pointer;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#eb-registration-history-page .filters.btn-toolbar .btn:hover {
  background-color: #444;
  border-color: #444;
}
#eb-registration-history-page .filters.btn-toolbar .btn-group .btn:first-child {
  border-radius: 6px 0 0 6px;
}
#eb-registration-history-page .filters.btn-toolbar .btn-group .btn:last-child {
  border-radius: 0 6px 6px 0;
}
#eb-registration-history-page .filters.btn-toolbar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.contact-info-card {
  background: #2d3648;
  color: #fff;
  border-radius: 0.75rem;
  padding: 2rem 1.75rem;
}
.contact-info-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-info-item--last,
.contact-info-item:last-child {
  border-bottom: none;
}
.contact-info-label {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}
.contact-info-value {
  font-size: 0.95rem;
  line-height: 1.6;
}
.contact-info-value a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.contact-info-value a:hover {
  opacity: 0.75;
}
@media (max-width: 767.98px) {
  .contact-info-card {
    margin-top: 2rem;
  }
}
.view-article .article-details {
  margin-top: 0;
}
.article-body-content {
  padding: 2rem 0;
}
.tingle-modal {
    background: rgb(0 0 0 / 60%);
}
.eb-privacy-policy-message.alert.alert-info
 {
    margin-top: 20px;
}
@media (max-width: 767px) {
    h3.eb-heading {
        font-size: 30px;
    }
	.eb-container-j4 .eb-addon-container.input-group
 {
    width: 100% !important;
}
}
@media (max-width: 766.98px) and (min-width: 567px) {
  .hero-container-div {
    min-height: 460px !important;
  }
}
@media (min-width: 640px) {
	.cf-form-wrap.cf-col-16 {
    padding: 20px 0px 20px 0px;
}
input#form8_email {
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #212529;
}
.cf-control-group.cf-one-third.cf-one-half.cf-two-thirds
 {
    padding: 0px;
}
.cf-control-group.cf-one-third.cf-one-half.cf-one-third
 {
    padding: 0px;
}
button.cf-btn.fdfdsfgs {
    border-radius: 0px 50px 50px 0px;
	min-width: fit-content;
}
.cf-control-group.cf-one-third.cf-two-thirds.cf-two-thirds.cf-two-thirds {
    padding: 0px;
}
.cf-control-group.cf-one-third.cf-one-third.cf-one-third.cf-one-third {
    padding: 0px;
}
input#form7_email
 {
    border-radius: 50px 0px 0px 50px;
}
}
@media (max-width: 766.98px) {
.cf-form-wrap.cf-col-16 {
    padding: 0px 0px 20px 0px !important;
}
}

@media (max-width: 639.98px) {
	input#form8_email
 {
    border-radius: 50px;
}
button.cf-btn.fdfdsfgs
 {
    border-radius: 50px;
}
input#form7_email
 {
    border-radius: 50px;
}
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  #sp-header .container { max-width: 100%; }
  #sp-header .container-inner .row { flex-wrap: nowrap !important; align-items: center; }
  #sp-menu.menu-with-social > .sp-column { flex-wrap: nowrap !important; }
  .sp-megamenu-parent { white-space: nowrap; display: flex !important; flex-wrap: nowrap !important; align-items: center; }
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span { white-space: nowrap; }
  .menu-wrap.menu-with-offcanvas { flex-shrink: 1; min-width: 0; overflow: hidden; }
  .social-wrap { flex-shrink: 0; }
  .ebx-header-compact { flex-shrink: 0; }
  .right-modules .header-mein-konto-btn { white-space: nowrap; flex-shrink: 0; }
}
@media (min-width: 992px) and (max-width: 1021.98px) {
  #sp-header .container { padding-left: 6px; padding-right: 6px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 14px !important; padding: 0 8px !important; }
  #sp-logo.has-border::after { margin-left: 4px; margin-right: 2px; }
  .ebx-header-compact { gap: 2px; margin-right: 2px; }
  .ebx-header-compact .ebx-hdr-social { gap: 2px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 12px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 3px; margin-right: 2px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 12px; height: 12px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 1px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 15px !important; min-width: 15px; }
  .right-modules .header-mein-konto-btn { padding: 5px 6px !important; font-size: 9px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 12px; margin-right: 2px; }
}
@media (min-width: 1022px) and (max-width: 1051.98px) {
  #sp-header .container { padding-left: 7px; padding-right: 7px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 14px !important; padding: 0 8px !important; }
  #sp-logo.has-border::after { margin-left: 5px; margin-right: 2px; }
  .ebx-header-compact { gap: 3px; margin-right: 3px; }
  .ebx-header-compact .ebx-hdr-social { gap: 2px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 13px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 4px; margin-right: 2px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 13px; height: 13px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 2px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 16px !important; min-width: 16px; }
  .right-modules .header-mein-konto-btn { padding: 5px 7px !important; font-size: 9.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 12px; margin-right: 2px; }
}
@media (min-width: 1052px) and (max-width: 1081.98px) {
  #sp-header .container { padding-left: 8px; padding-right: 8px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 14.5px !important; padding: 0 8px !important; }
  #sp-logo.has-border::after { margin-left: 5px; margin-right: 3px; }
  .ebx-header-compact { gap: 3px; margin-right: 3px; }
  .ebx-header-compact .ebx-hdr-social { gap: 2px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 13px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 4px; margin-right: 3px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 13px; height: 13px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 2px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 16px !important; min-width: 16px; }
  .right-modules .header-mein-konto-btn { padding: 5px 7px !important; font-size: 10px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 13px; margin-right: 2px; }
}
@media (min-width: 1082px) and (max-width: 1111.98px) {
  #sp-header .container { padding-left: 8px; padding-right: 8px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 14.5px !important; padding: 0 9px !important; }
  #sp-logo.has-border::after { margin-left: 6px; margin-right: 3px; }
  .ebx-header-compact { gap: 4px; margin-right: 4px; }
  .ebx-header-compact .ebx-hdr-social { gap: 3px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 14px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 5px; margin-right: 3px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 14px; height: 14px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 2px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 17px !important; min-width: 17px; }
  .right-modules .header-mein-konto-btn { padding: 6px 8px !important; font-size: 10px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 13px; margin-right: 2px; }
}
@media (min-width: 1112px) and (max-width: 1141.98px) {
  #sp-header .container { padding-left: 9px; padding-right: 9px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 15px !important; padding: 0 9px !important; }
  #sp-logo.has-border::after { margin-left: 6px; margin-right: 3px; }
  .ebx-header-compact { gap: 4px; margin-right: 4px; }
  .ebx-header-compact .ebx-hdr-social { gap: 3px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 14px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 5px; margin-right: 3px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 14px; height: 14px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 2px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 17px !important; min-width: 17px; }
  .right-modules .header-mein-konto-btn { padding: 6px 8px !important; font-size: 10.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 13px; margin-right: 3px; }
}
@media (min-width: 1142px) and (max-width: 1171.98px) {
  #sp-header .container { padding-left: 9px; padding-right: 9px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 15px !important; padding: 0 10px !important; }
  #sp-logo.has-border::after { margin-left: 7px; margin-right: 3px; }
  .ebx-header-compact { gap: 5px; margin-right: 5px; }
  .ebx-header-compact .ebx-hdr-social { gap: 3px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 15px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 6px; margin-right: 3px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 15px; height: 15px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 2px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 18px !important; min-width: 18px; }
  .right-modules .header-mein-konto-btn { padding: 6px 9px !important; font-size: 11px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 14px; margin-right: 3px; }
}
@media (min-width: 1172px) and (max-width: 1199.98px) {
  #sp-header .container { padding-left: 10px; padding-right: 10px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 15.5px !important; padding: 0 10px !important; }
  #sp-logo.has-border::after { margin-left: 7px; margin-right: 4px; }
  .ebx-header-compact { gap: 5px; margin-right: 5px; }
  .ebx-header-compact .ebx-hdr-social { gap: 3px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 15px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 6px; margin-right: 4px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 15px; height: 15px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 2px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 18px !important; min-width: 18px; }
  .right-modules .header-mein-konto-btn { padding: 6px 10px !important; font-size: 11px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 14px; margin-right: 3px; }
}
@media (min-width: 1200px) and (max-width: 1229.98px) {
  #sp-header .container { padding-left: 10px; padding-right: 10px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 15.5px !important; padding: 0 11px !important; }
  #sp-logo.has-border::after { margin-left: 8px; margin-right: 4px; }
  .ebx-header-compact { gap: 5px; margin-right: 5px; }
  .ebx-header-compact .ebx-hdr-social { gap: 4px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 15px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 7px; margin-right: 4px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 15px; height: 15px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 3px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 19px !important; min-width: 19px; }
  .right-modules .header-mein-konto-btn { padding: 7px 10px !important; font-size: 11.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 14px; margin-right: 3px; }
}
@media (min-width: 1230px) and (max-width: 1259.98px) {
  #sp-header .container { padding-left: 10px; padding-right: 10px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 16px !important; padding: 0 11px !important; }
  #sp-logo.has-border::after { margin-left: 8px; margin-right: 4px; }
  .ebx-header-compact { gap: 6px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-social { gap: 4px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 16px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 7px; margin-right: 4px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 16px; height: 16px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 3px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 19px !important; min-width: 19px; }
  .right-modules .header-mein-konto-btn { padding: 7px 11px !important; font-size: 12px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 14px; margin-right: 3px; }
}
@media (min-width: 1260px) and (max-width: 1289.98px) {
  #sp-header .container { padding-left: 11px; padding-right: 11px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 16px !important; padding: 0 12px !important; }
  #sp-logo.has-border::after { margin-left: 8px; margin-right: 5px; }
  .ebx-header-compact { gap: 6px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-social { gap: 4px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 16px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 8px; margin-right: 5px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 16px; height: 16px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 3px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 20px !important; min-width: 20px; }
  .right-modules .header-mein-konto-btn { padding: 7px 12px !important; font-size: 12px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 15px; margin-right: 3px; }
}
@media (min-width: 1290px) and (max-width: 1319.98px) {
  #sp-header .container { padding-left: 11px; padding-right: 11px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 16.5px !important; padding: 0 12px !important; }
  #sp-logo.has-border::after { margin-left: 9px; margin-right: 5px; }
  .ebx-header-compact { gap: 7px; margin-right: 7px; }
  .ebx-header-compact .ebx-hdr-social { gap: 4px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 16px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 8px; margin-right: 5px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 16px; height: 16px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 3px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 20px !important; min-width: 20px; }
  .right-modules .header-mein-konto-btn { padding: 7px 12px !important; font-size: 12.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 15px; margin-right: 3px; }
}
@media (min-width: 1320px) and (max-width: 1349.98px) {
  #sp-header .container { padding-left: 12px; padding-right: 12px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 16.5px !important; padding: 0 13px !important; }
  #sp-logo.has-border::after { margin-left: 9px; margin-right: 5px; }
  .ebx-header-compact { gap: 7px; margin-right: 7px; }
  .ebx-header-compact .ebx-hdr-social { gap: 5px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 17px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 9px; margin-right: 5px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 17px; height: 17px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 3px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 20px !important; min-width: 20px; }
  .right-modules .header-mein-konto-btn { padding: 8px 13px !important; font-size: 13px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 15px; margin-right: 4px; }
}
@media (min-width: 1350px) and (max-width: 1379.98px) {
  #sp-header .container { padding-left: 12px; padding-right: 12px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 17px !important; padding: 0 13px !important; }
  #sp-logo.has-border::after { margin-left: 10px; margin-right: 5px; }
  .ebx-header-compact { gap: 8px; margin-right: 8px; }
  .ebx-header-compact .ebx-hdr-social { gap: 5px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 17px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 9px; margin-right: 5px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 17px; height: 17px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 3px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 21px !important; min-width: 21px; }
  .right-modules .header-mein-konto-btn { padding: 8px 14px !important; font-size: 13px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 15px; margin-right: 4px; }
}
@media (min-width: 1380px) and (max-width: 1409.98px) {
  #sp-header .container { padding-left: 13px; padding-right: 13px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 17px !important; padding: 0 13px !important; }
  #sp-logo.has-border::after { margin-left: 10px; margin-right: 6px; }
  .ebx-header-compact { gap: 8px; margin-right: 8px; }
  .ebx-header-compact .ebx-hdr-social { gap: 5px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 17px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 10px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 17px; height: 17px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 4px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 21px !important; min-width: 21px; }
  .right-modules .header-mein-konto-btn { padding: 8px 14px !important; font-size: 13.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 16px; margin-right: 4px; }
}
@media (min-width: 1410px) and (max-width: 1439.98px) {
  #sp-header .container { padding-left: 13px; padding-right: 13px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 17.5px !important; padding: 0 14px !important; }
  #sp-logo.has-border::after { margin-left: 10px; margin-right: 6px; }
  .ebx-header-compact { gap: 9px; margin-right: 9px; }
  .ebx-header-compact .ebx-hdr-social { gap: 5px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 18px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 10px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 18px; height: 18px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 4px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 22px !important; min-width: 22px; }
  .right-modules .header-mein-konto-btn { padding: 9px 15px !important; font-size: 13.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 16px; margin-right: 4px; }
}
@media (min-width: 1440px) and (max-width: 1469.98px) {
  #sp-header .container { padding-left: 14px; padding-right: 14px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 17.5px !important; padding: 0 14px !important; }
  #sp-logo.has-border::after { margin-left: 11px; margin-right: 6px; }
  .ebx-header-compact { gap: 9px; margin-right: 9px; }
  .ebx-header-compact .ebx-hdr-social { gap: 5px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 18px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 10px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 18px; height: 18px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 4px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 22px !important; min-width: 22px; }
  .right-modules .header-mein-konto-btn { padding: 9px 15px !important; font-size: 14px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 16px; margin-right: 4px; }
}
@media (min-width: 1470px) and (max-width: 1499.98px) {
  #sp-header .container { padding-left: 14px; padding-right: 14px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 18px !important; padding: 0 14px !important; }
  #sp-logo.has-border::after { margin-left: 11px; margin-right: 7px; }
  .ebx-header-compact { gap: 10px; margin-right: 10px; }
  .ebx-header-compact .ebx-hdr-social { gap: 6px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 18px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 10px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 18px; height: 18px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 4px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 22px !important; min-width: 22px; }
  .right-modules .header-mein-konto-btn { padding: 9px 16px !important; font-size: 14px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 16px; margin-right: 4px; }
}
@media (min-width: 1500px) and (max-width: 1529.98px) {
  #sp-header .container { padding-left: 15px; padding-right: 15px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 18px !important; padding: 0 15px !important; }
  #sp-logo.has-border::after { margin-left: 12px; margin-right: 7px; }
  .ebx-header-compact { gap: 10px; margin-right: 10px; }
  .ebx-header-compact .ebx-hdr-social { gap: 6px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 19px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 10px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 18px; height: 18px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 4px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 22px !important; min-width: 22px; }
  .right-modules .header-mein-konto-btn { padding: 10px 16px !important; font-size: 14.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 16px; margin-right: 4px; }
}
@media (min-width: 1530px) and (max-width: 1559.98px) {
  #sp-header .container { padding-left: 15px; padding-right: 15px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 18px !important; padding: 0 15px !important; }
  #sp-logo.has-border::after { margin-left: 12px; margin-right: 7px; }
  .ebx-header-compact { gap: 10px; margin-right: 10px; }
  .ebx-header-compact .ebx-hdr-social { gap: 6px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 19px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 10px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 19px; height: 19px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 4px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 23px !important; min-width: 23px; }
  .right-modules .header-mein-konto-btn { padding: 10px 17px !important; font-size: 14.5px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 16px; margin-right: 4px; }
}
@media (min-width: 1560px) and (max-width: 1599.98px) {
  #sp-header .container { padding-left: 15px; padding-right: 15px; }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span { font-size: 18px !important; padding: 0 15px !important; }
  #sp-logo.has-border::after { margin-left: 12px; margin-right: 8px; }
  .ebx-header-compact { gap: 10px; margin-right: 10px; }
  .ebx-header-compact .ebx-hdr-social { gap: 6px; }
  .ebx-header-compact .ebx-hdr-social a { font-size: 19px; }
  .ebx-header-compact .ebx-hdr-contact { gap: 10px; margin-right: 6px; }
  .ebx-header-compact .ebx-hdr-contact a svg { width: 19px; height: 19px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline { gap: 4px; }
  .ebx-header-compact .ebx-hdr-lang .mod-languages .lang-inline li a img { width: 23px !important; min-width: 23px; }
  .right-modules .header-mein-konto-btn { padding: 10px 18px !important; font-size: 15px !important; }
  .right-modules .header-mein-konto-btn i { font-size: 16px; margin-right: 4px; }
}
.sppb-addon.sppb-addon-text-block.fdrtstd {
    border: 1px solid #2d3648;
    border-radius: 20px;
    padding: 20px;
}
#sp-position2 ul.mod-list,
#sp-position3 ul.mod-list {
  display: flex;
  flex-direction: column;
}

.hero-article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  gap: 4px;
}
img.footer-logo {
    height: 40px;
}

.ratio:not(.ebx-event-video):has(.gdprlock-placeholder)::before,
.ratio:not(.ebx-event-video):has([class*="gdprlock"])::before {
    padding-top: 15px !important;
}

.gdprlock-placeholder,
.ebx-map-gdpr-placeholder {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    text-align: center;
    color: #252525;
    font-size: 15px;
    line-height: 1.6;
}
div.cc-window.cc-banner.cc-bottom {
    background-color: #212529 !important;
    padding: 4em 1.8em !important;
}
.cc-revoke.cc-bottom {
    background-color: #222222 !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    bottom: -1px !important;
}
.cc-revoke.cc-bottom::after {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E") no-repeat center / contain !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E") no-repeat center / contain !important;
    flex-shrink: 0 !important;
}
@media (max-width: 767.98px) {
    .cc-revoke.cc-bottom {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }
    div.cc-window.cc-banner span.cc-close {
        top: 8px !important;
        right: 12px !important;
        transform: none !important;
    }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
.engagebox__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
}
.engagebox__fadeIn {
    animation-name: fadeIn;
}
.engagebox__fadeOut {
    animation-name: fadeOut;
}
@media (max-width: 767px) {
h3.meninavnav {
    font-size: 30px;
    padding: 10px 0 10px 0;
}
}
fieldset.radio .radio {
    display: flex;
    gap: 1rem;
    align-items: center;
}
fieldset.radio .radio .form-check {
    margin-bottom: 0;
}
#jform_captcha-lbl,
label[for="jform_captcha"] {
    display: none;
}
#eb-forgot-username-password {
    padding-left: 0px;
}
.video-item-section .sppb-carousel-extended-list .sppb-carousel-extended-item a > img,
.video-item-section .sppb-carousel-extended-list .sppb-carousel-extended-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offcanvas-menu .d-flex.align-items-center.p-3.pt-4 {
    background-color: #030303;
}
.offcanvas-menu .close-offcanvas .burger-icon span {
    background-color: #fff;
}

.offcanvas-menu {
    z-index: 999999999 !important;
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 26px !important;
    }
}
.offcanvas-overlay {
    z-index: 999999998 !important;
}

.sppb-carousel-extended {
    contain: layout style;
}
.eb-events-grid-view {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
}
.offcanvas-menu {
    contain: layout style paint;
}
div#payment_method_container {
    float: inline-start;
    margin-top: 1rem;
}

#eb-registration-complete-page.eb-container,
#eb-registration-complete-page.eb-container .eb-page-heading,
#eb-registration-complete-page.eb-container .eb-message {
    color: #252525;
}

#eb-registration-complete-page.eb-container .table,
#eb-registration-complete-page.eb-container .table th,
#eb-registration-complete-page.eb-container .table td {
    color: #252525;
    border-color: #dee2e6;
}

#eb-registration-complete-page.eb-container .table thead th {
    background-color: #f8f9fa;
    color: #252525;
}

#eb-registration-complete-page.eb-container .table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #252525;
    --bs-table-accent-bg: rgba(0, 0, 0, 0.03);
}

#eb-registration-complete-page.eb-container .table-striped > tbody > tr:nth-of-type(even) > * {
    color: #252525;
}

#eb-registration-complete-page.eb-container a {
    color: #ec430f;
}

#eb-registration-complete-page.eb-container a:hover {
    color: #044cd0;
}
@media (max-width: 991.98px) {
.ebx-short-desc
 {
    margin-top: 25px !important;
}
}
.bustrus {
    border-radius: 50px !important;
}
.fstsgtssfgd  {
    border-radius: 50px !important;
}
.video-item-section.hero-section .sppb-carousel-extended-list .sppb-carousel-extended-item::before,
.video-item-section.hero-section .sppb-carousel-extended-list .sppb-carousel-extended-item::after {
    pointer-events: none;
}
@media (max-width: 575.98px) {
    .video-item-section.hero-section .sppb-carousel-extended-nav-control {
        left: unset !important;
        right: 0 !important;
		margin-right: 15px !important;
    }
	.sppb-addon.sppb-addon-header.samba {
    vertical-align: middle !important;;
    padding-bottom: 5px !important;;
}	
}
#sppb-addon-8e5ad2a3-3655-47e1-beb5-eaf094d1d973 .sppb-carousel-extended-nav-control .nav-control

 {
    padding-top: 2px;
}
@media (max-width: 991.98px) {
.sppb-carousel-extended-item.active  {
	
	min-width: 344px !important;;
    max-width: 360px !important;;
}	
}
@media (max-width: 767.98px) {
    .video-item-section.hero-section .sppb-carousel-extended-nav-control {
        left: unset !important;
        right: 0 !important;
    }
    .video-item-section.hero-section .sppb-carousel-extended-list .sppb-carousel-extended-item {
        position: relative;
    }

    .video-item-section.hero-section
        .sppb-carousel-extended-item
        .sppb-carousel-extended-content-wrap
        .sppb-carousel-extended-heading.ebx-carousel-event-status.btn.btn-dark {
        position: absolute;
        top: 10px;
        left: 10px;
        margin: 0;
        padding: 6px 14px;
        font-size: 12px;
        line-height: 1.2;
        border-radius: 50px;
        z-index: 1000;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h3.meninavnav {
        font-size: 25px;
        margin-top: 25px;
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a, button, .btn, [role="button"],
.sppb-btn, .ebm-bt-btn-buy, .ebm-bt-btn-detail,
.ebx-share-buy-btn, .ebx-invite-btn,
.header-mein-konto-btn, .nav-control,
.eb-map-close-btn, .eb-map-popup-link {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation;
}

@supports (-webkit-touch-callout: none) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    select,
    textarea,
    .form-control,
    .ebx-invite-field .form-control,
    #eb-registration-history-page .filters.btn-toolbar #filter_search,
    #eb-registration-history-page .filters.btn-toolbar select {
        font-size: 16px !important;
    }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .ebm-bt-date-badge,
    .ebm-bt-price-badge,
    .eb-map-modal .eb-map-close-btn,
    #eb-category-grid .ebx-featured-img > .ebx-featured-badge {
        background: rgba(0, 0, 0, 0.85) !important;
    }
}

.ebm-bt-thumb-wrap,
.ebm-bt-item,
.ebx-featured-card,
.eb-map-modal .tingle-modal-box__content {
    isolation: isolate;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.tingle-modal,
.eb-map-modal .tingle-modal-box,
.ebx-gallery-modal-thumbs,
body.com_eventbooking #eb-event-details .ebx-gallery-wrap .gallery {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.ebx-gallery-modal-thumbs,
body.com_eventbooking #eb-event-details .ebx-gallery-wrap .gallery {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

button:focus,
.btn:focus,
a:focus {
    outline: none;
}
button:focus-visible,
.btn:focus-visible,
a:focus-visible {
    outline: 2px solid #ec430f;
    outline-offset: 2px;
}

.eb-container input,
.eb-container select,
.eb-container textarea,
.eb-container .form-control {
    box-sizing: border-box;
}

::placeholder {
    opacity: 1;
    color: #888;
    font-style: normal;
}
::-webkit-input-placeholder { color: #888; opacity: 1; }
::-moz-placeholder         { color: #888; opacity: 1; }
:-ms-input-placeholder     { color: #888; opacity: 1; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}

.ebm-bt-location-icon,
.ebm-bt-event-type-icon {
    display: inline-block;
    vertical-align: middle;
}
@supports not (gap: 1px) {
    .ebm-bt-actions > * + * { margin-left: 10px; }
    .ebx-invite-form > * + * { margin-top: 16px; }
}
.ebm-bt-thumb,
.ebm-bt-thumb-wrap::before,
.ebm-bt-thumb-wrap::after {
    will-change: transform, top;
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}