.elementor-293 .elementor-element.elementor-element-195a746{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-293 .elementor-element.elementor-element-74f79c2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-293 .elementor-element.elementor-element-fe4974f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ab4bee7 *//* ===== Hero Events Section ===== */
.hero-events-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Exact scrim-side from input.css */
.scrim-side {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(4,27,68,.96) 8%, rgba(4,27,68,.72) 46%, rgba(4,27,68,.28) 100%);
}

/* Exact facets lattice from input.css */
.facets-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image:
    linear-gradient(45deg,  rgba(255,255,255,.028) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.028) 75%),
    linear-gradient(-45deg, rgba(255,255,255,.028) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.028) 75%);
  background-size: 46px 46px;
  background-position: 0 0, 23px 23px;
}

/* from-abyss = #041B44 */
.grad-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 8rem;
  background: linear-gradient(to bottom, #041B44, transparent);
  pointer-events: none;
}

.grad-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6rem;
  background: linear-gradient(to top, #041B44, transparent);
  pointer-events: none;
}

/* .wrap = mx-auto w-full max-w-shell(78rem) + shell-x(clamp(1.25rem, 5vw, 4rem)) */
.hero-wrap {
  position: relative;
  max-width: 78rem;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 5vw, 4rem);
  padding-right: clamp(1.25rem, 5vw, 4rem);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .hero-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* ===== Breadcrumb ===== */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 2rem;
  font-family: 'Karla', system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.35);
}

.crumb-link {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.3s ease;
}

.crumb-link:hover {
  color: #FFBF00;
}

.crumb-sep {
  color: rgba(255, 255, 255, 0.2);
}

.crumb-current {
  color: rgba(255, 255, 255, 0.7);
}

/* ===== Eyebrow ===== */
.eyebrow-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.eyebrow-icon {
  width: 34px;
  height: 21px;
  flex-shrink: 0;
  fill: #FFBF00;
}

/* .eyebrow = font-sans text-[.68rem] font-800 uppercase leading-none; letter-spacing: .22em */
.eyebrow-text {
  font-family: 'Karla', system-ui, sans-serif;
  color: #FFBF00;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.22em;
}

/* ===== Hero Title — .h-hero ===== */
/* font-display(Anton) uppercase; font-size: clamp(2.6rem, 8.4vw, 6.4rem); line-height: .88; letter-spacing: -.02em */
/* Base h1: font-weight 400, text-transform uppercase, letter-spacing -0.012em, line-height 0.92 */
.hero-title {
  margin-top: 1.5rem;
  max-width: 56rem;
  color: #ffffff;
  font-family: 'Anton', Impact, Haettenschweiler, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 8.4vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: -0.02em;
}

.hero-title-accent {
  color: #FFBF00;
}

/* ===== Hero Lede — .lede ===== */
/* text-lg md:text-xl leading-relaxed */
.hero-lede {
  margin-top: 1.5rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Karla', system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero-lede {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fe4974f *//* ===== CTA Band Section ===== */
.cta-band-section {
  position: relative;
  overflow: hidden;
  background: #02603E;
}

/* Facets lattice — exact from input.css */
.facets-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image:
    linear-gradient(45deg,  rgba(255,255,255,.028) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.028) 75%),
    linear-gradient(-45deg, rgba(255,255,255,.028) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.028) 75%);
  background-size: 46px 46px;
  background-position: 0 0, 23px 23px;
}

/* .wrap */
.cta-wrap {
  position: relative;
  max-width: 78rem;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 5vw, 4rem);
  padding-right: clamp(1.25rem, 5vw, 4rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* Inner container — max-w-2xl(42rem), mx-auto, flex col, items-center */
.cta-inner {
  max-width: 42rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Gems icon */
.cta-gems {
  color: #FFBF00;
}

.cta-gem-svg {
  width: 54px;
  height: 34px;
  fill: #FFBF00;
}

/* .h-band — font-display uppercase, clamp(2rem, 4.6vw, 3.6rem), line-height .92 */
/* Base h2: font-weight 400, text-transform uppercase, letter-spacing -0.012em, line-height 0.92 */
/* .balance = text-wrap: balance */
.cta-title {
  margin-top: 1.5rem;
  color: #ffffff;
  font-family: 'Anton', Impact, Haettenschweiler, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 0.92;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.cta-title-accent {
  color: #FFBF00;
}

/* Button row */
.cta-btns {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ===== Buttons — gem clip-path ===== */
/* --gem-c: 10px for gem-sm */
.cta-btn-gold,
.cta-btn-ghost {
  --gem-c: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  font-family: 'Karla', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  overflow: hidden;
  user-select: none;
  transition: all 0.2s ease;
  clip-path: polygon(
    var(--gem-c) 0, 100% 0,
    100% calc(100% - var(--gem-c)), calc(100% - var(--gem-c)) 100%,
    0 100%, 0 var(--gem-c)
  );
}

/* btn-gold: bg-gold(#FFBF00) text-abyss(#041B44) */
.cta-btn-gold {
  background: #FFBF00;
  color: #041B44;
  box-shadow: 0 10px 30px -12px rgba(255, 191, 0, 0.75);
}

.cta-btn-gold:hover {
  background: #ffffff;
  color: #041B44;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px -12px rgba(255, 191, 0, 0.9);
}

.cta-btn-gold:active {
  transform: translateY(0);
}

/* Shimmer sweep on gold button */
.cta-btn-gold::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -33.33%;
  width: 33.33%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  transform: translateX(-120%) skewX(-18deg);
  pointer-events: none;
}

.cta-btn-gold:hover::after {
  animation: ctaShimmer 0.9s ease-out;
}

@keyframes ctaShimmer {
  0%   { transform: translateX(-120%) skewX(-18deg); }
  100% { transform: translateX(320%) skewX(-18deg); }
}

/* btn-ghost: border white/30, bg white/4%, text-white, backdrop-blur */
.cta-btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.cta-btn-ghost:hover {
  border-color: rgba(255, 191, 0, 0.7);
  background: rgba(255, 191, 0, 0.1);
  color: #FFBF00;
}/* End custom CSS */