0
Skip to Content
Purchase Tickets
Open Menu
Close Menu
Purchase Tickets
Open Menu
Close Menu
Purchase Tickets
Discover what we have for you this year.
Download the guide here.
// === PAGE-LEVEL CONTROL === document.addEventListener('DOMContentLoaded', function () { const path = window.location.pathname.replace(/\/$/, ''); // normalize trailing slash if (CHAT_SITE_WIDE || ALLOWED_PATHS.includes(path)) { loadSalesforceChat(); } else { console.info('Salesforce chat disabled on this page:', path); } });