.elementor-144 .elementor-element.elementor-element-2154dab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f59cba6 */```css
/* ==========================================
   GLOBAL RESPONSIVE FIXES
========================================== */

html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

*,
*::before,
*::after{
  box-sizing:border-box;
  min-width:0;
}

body{
  overflow-x:hidden !important;
}

img,
video,
iframe,
svg{
  max-width:100%;
  height:auto;
}

/* ==========================================
   CONTAINERS
========================================== */

section,
.stats-strip,
.event-section,
.cta-section,
footer,
nav{
  padding-left:clamp(16px,4vw,5vw);
  padding-right:clamp(16px,4vw,5vw);
}

.hero,
.about-grid,
.event-grid,
.learn-grid,
.gallery-grid,
.ticket-grid,
.testimonials-grid,
.video-testi-grid,
.highlights-container{
  width:100%;
}

/* ==========================================
   HERO
========================================== */

.hero{
  gap:clamp(24px,4vw,64px) !important;
  min-height:min(90vh,900px) !important;
}

.hero-left,
.hero-visual{
  min-width:0;
}

.hero h1{
  font-size:clamp(36px,6vw,64px);
}

.hero-sub{
  font-size:clamp(15px,2vw,17px);
}

.hero-img-wrap{
  width:100%;
  max-width:540px;
  margin:auto;
}

.hero-badge{
  left:16px;
  bottom:16px;
}

.hero-meta{
  flex-wrap:wrap;
}

.hero-meta-item{
  min-width:0;
}

/* ==========================================
   STATS
========================================== */

.stats-strip{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.stat-item{
  min-width:0;
}

/* ==========================================
   HIGHLIGHTS / REELS
========================================== */

.highlights-container{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:clamp(20px,3vw,40px);
}

.highlight{
  gap:48px;
}

.reel-wrapper{
  width:min(100%,380px) !important;
  margin-inline:auto;
}

.connector{
  width:clamp(140px,18vw,320px) !important;
}

/* ==========================================
   VIDEO TESTIMONIALS
========================================== */

.video-testi-card{
  max-height:none;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width:1024px){

  nav{
    padding:0 20px;
  }

  .hero{
    grid-template-columns:1fr !important;
    text-align:center;
    min-height:auto !important;
    padding-top:100px !important;
    padding-bottom:60px !important;
  }

  .hero-visual{
    order:-1;
  }

  .hero-meta,
  .hero-btns,
  .hero-trust{
    justify-content:center;
  }

  .stats-strip{
    grid-template-columns:repeat(2,1fr) !important;
    gap:24px;
  }

  .stat-item{
    border-right:none !important;
    padding:0 !important;
  }

  .about-grid,
  .event-grid{
    grid-template-columns:1fr !important;
    gap:40px;
  }

  .learn-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .gallery-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .gallery-item.tall{
    grid-row:auto !important;
  }

  .ticket-grid{
    grid-template-columns:1fr !important;
    max-width:550px;
    margin:auto;
  }

  .testimonials-grid{
    grid-template-columns:1fr !important;
  }

  .video-testi-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .highlights-container{
    display:flex !important;
    flex-direction:column;
    gap:32px;
  }

  .highlight{
    width:100%;
    gap:16px;
  }

  .connector{
    display:none;
  }

  .highlight-item{
    justify-content:center !important;
  }

  .tag{
    width:100%;
    max-width:420px;
    justify-content:center;
    animation:none;
  }

  .reel-wrapper{
    order:-1;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

  nav{
    height:60px;
    padding:0 16px;
  }

  .nav-brand{
    font-size:16px;
  }

  .nav-cta{
    padding:8px 14px;
    font-size:12px;
  }

  section{
    padding-top:60px !important;
    padding-bottom:60px !important;
  }

  .hero{
    padding-top:90px !important;
    gap:32px;
  }

  .hero h1{
    font-size:clamp(32px,10vw,44px);
    line-height:1.1;
  }

  .hero-sub{
    font-size:15px;
    margin:18px 0 28px;
  }

  .hero-meta{
    gap:14px;
  }

  .hero-meta-item{
    width:100%;
    justify-content:center;
  }

  .hero-btns{
    flex-direction:column;
  }

  .btn-primary,
  .btn-outline{
    width:100%;
    justify-content:center;
  }

  .hero-trust{
    flex-direction:column;
    text-align:center;
  }

  .hero-badge{
    position:relative;
    left:auto;
    bottom:auto;
    margin-top:16px;
    width:fit-content;
  }

  .stats-strip{
    grid-template-columns:1fr !important;
    gap:20px;
    padding-top:32px;
    padding-bottom:32px;
  }

  .stat-item{
    border:none !important;
  }

  .stat-num{
    font-size:34px;
  }

  .section-title{
    font-size:clamp(28px,8vw,38px);
    margin-bottom:16px;
  }

  .section-desc{
    font-size:15px;
    margin-bottom:32px;
  }

  .learn-grid,
  .gallery-grid,
  .video-testi-grid{
    grid-template-columns:1fr !important;
  }

  .gallery-item{
    aspect-ratio:4/3;
  }

  .ticket-card{
    padding:24px;
  }

  .ticket-name{
    font-size:24px;
  }

  .ticket-price .amount{
    font-size:42px;
  }

  .event-detail-item{
    gap:12px;
  }

  .event-detail-icon{
    width:36px;
    height:36px;
  }

  .cta-btns{
    flex-direction:column;
  }

  .btn-white,
  .btn-trans{
    width:100%;
  }

  .sticky-bar{
    flex-direction:column !important;
    gap:12px;
    text-align:center;
    padding:12px 16px;
  }

  .sticky-bar .btn-primary{
    width:100%;
  }
}

/* ==========================================
   SMALL DEVICES
========================================== */

@media (max-width:480px){

  .hero h1{
    font-size:32px;
  }

  .section-title{
    font-size:28px;
  }

  .reel-wrapper{
    max-width:280px;
  }

  .tag{
    font-size:15px;
    padding:12px 16px;
  }

  .trust-avatars span{
    width:28px;
    height:28px;
    font-size:10px;
  }

  .ticket-card{
    padding:20px;
  }

  .ticket-price .currency{
    font-size:18px;
  }

  .ticket-price .amount{
    font-size:36px;
  }
}
```/* End custom CSS */