Desktop version Jobs Stats

PROJECT (event_scrapers)
SPIDER (nh_rl)

2026-08-11 21:20:37 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 21:20:37 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
 'libxml2': '2.14.6',
 'cssselect': '1.3.0',
 'parsel': '1.10.0',
 'w3lib': '2.0.0',
 'Twisted': '25.5.0',
 'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
 'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
 'cryptography': '46.0.3',
 'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-11 21:20:37 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 21:20:37 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 21:20:37 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 21:20:38 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 21:20:38 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 21:20:38 [scrapy.extensions.telnet] INFO: Telnet Password: 66e8247d4136e79c
2026-08-11 21:20:38 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
 'scrapy.extensions.logcount.LogCount',
 'scrapy.extensions.telnet.TelnetConsole',
 'scrapy.extensions.memusage.MemoryUsage',
 'scrapy.extensions.feedexport.FeedExporter',
 'scrapy.extensions.logstats.LogStats']
2026-08-11 21:20:38 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x7e143e52f380>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/nh_rl/b8ceb15f95b911f18cfa0050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 21:20:38 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 21:20:38 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 21:20:38 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-11 21:20:38 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
 'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-11 21:20:38 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 21:20:38 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.open_spider)

2026-08-11 21:20:38 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.process_item)

2026-08-11 21:20:38 [scrapy.core.engine] INFO: Spider opened
2026-08-11 21:20:38 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.nh_rl.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
  warn(

2026-08-11 21:20:38 [nh_rl] INFO: Sending scraped events to prod API
2026-08-11 21:20:38 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 21:20:38 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 21:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.nhrl.io/events> (referer: None)
2026-08-11 21:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 21:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1378
2026-08-11 21:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.nhrl.io/events>
{'event_url': 'https://www.nhrl.io/events#nhrl_pro_tour_-_daytime_Sep_12',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Sep</div><div>12</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">September 2026 Pro Tour</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">NHRL Pro Tour '
             '- Daytime</p><p class="cta event-bar_event_date__ZlfdC">Sat Sep '
             '12<!-- --> / <!-- -->10:00 AM<!-- --> Eastern<!-- --> <!-- -->/ '
             '<!-- -->Terminal 5, New York City</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><a target="_blank" '
             'class="btn__transparent event-bar_event_cta__Z1Br_ link" '
             'href="https://www.axs.com/events/1556914/nhrl-pro-tour-tickets?skin=terminal5" '
             'rel="noreferrer"><span>Buy Tickets</span></a></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span>'}
2026-08-11 21:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 21:20:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1363
2026-08-11 21:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.nhrl.io/events>
{'event_url': 'https://www.nhrl.io/events#nhrl_pro_tour_-_primetime_Sep_12',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Sep</div><div>12</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">September 2026 Pro Tour</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">NHRL Pro Tour '
             '- Primetime</p><p class="cta event-bar_event_date__ZlfdC">Sat '
             'Sep 12<!-- --> / <!-- -->7:00 PM<!-- --> Eastern<!-- --> <!-- '
             '-->/ <!-- -->Terminal 5, New York City</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><a class="btn__transparent '
             'event-bar_event_cta__Z1Br_ link" '
             'href="https://www.axs.com/events/1556920/nhrl-pro-tour-tickets?skin=terminal5" '
             'rel="noreferrer"><span>Buy Tickets</span></a></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span>'}
2026-08-11 21:20:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.eventbrite.com/checkout-external?eid=1977511343662&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1> (referer: https://www.nhrl.io/events)
2026-08-11 21:20:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.eventbrite.com/checkout-external?eid=1996164639171&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1> (referer: https://www.nhrl.io/events)
2026-08-11 21:20:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 21:20:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 153032
2026-08-11 21:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.eventbrite.com/checkout-external?eid=1977511343662&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_pro_world_championship_-_the_finals_Dec_TBA',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_championship__f8Gsi '
             'event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Dec</div><div>TBA</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">Pro World Championships</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL Pro '
             'World Championship - The Finals</p><p class="cta '
             'event-bar_event_date__ZlfdC">Dec<!-- --> TBA / Time TBA / <!-- '
             '-->Location TBA</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><noscript><a '
             'target="_blank" class="btn__transparent '
             'event-bar_event_cta__Z1Br_ link" '
             'href="https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918?aff=oddtdtcreator" '
             'rel="noreferrer"><span>Buy Tickets</span></a></noscript><button '
             'id="eventbrite-widget-modal-trigger-1977511343662" type="button" '
             'class="btn__transparent event-bar_event_cta__Z1Br_">Buy '
             'Tickets</button></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span><html '
             'lang="en" translate="no" '
             'data-reactroot=""><head><title>Eventbrite | NHRL 2026 Robot '
             'Fighting World Championships</title><meta charSet="utf-8"/><meta '
             'http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta '
             'http-equiv="Content-Language" content="en"/><link '
             'rel="preconnect" href="https://cdn.evbstatic.com"/><link '
             'rel="dns-prefetch" href="https://cdn.evbstatic.com"/><link '
             'rel="preconnect" href="https://img.evbuc.com"/><link '
             'rel="dns-prefetch" href="https://img.evbuc.com"/><link '
             'rel="preconnect" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="preconnect" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="preconnect" href="https://cdn.branch.io"/><link '
             'rel="dns-prefetch" href="https://cdn.branch.io"/><link '
             'rel="preconnect" href="https://www.googletagmanager.com"/><link '
             'rel="dns-prefetch" '
             'href="https://www.googletagmanager.com"/><link rel="icon" '
             'type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/47b8f02467cdb5057631db20aa6a3941-favicon-194x194.png" '
             'sizes="194x194"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png" '
             'sizes="192x192"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b266fa53e981463be62f87f06323a34-favicon-96x96.png" '
             'sizes="96x96"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8dbce85ed7cd0af4297db23a12653f8b-favicon-32x32.png" '
             'sizes="32x32"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/e37e62d90093e4c571201954cbac2e26-favicon-16x16.png" '
             'sizes="16x16"/><link rel="shortcut icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/c794986f47d9e8e37e74693ebb0d086d-favicon.ico"/><link '
             'rel="mask-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/740f6e87010bb1e4be37c0cd9a4297b9-safari-pinned-tab.svg" '
             'color="#f6682f"/><link rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><meta '
             'name="msapplication-TileImage" '
             'content="https://cdn.evbstatic.com/s3-build/fe/build/images/47d6ffaf057d2c62ea1875cc707e2bb0-mstile-144x144.png"/><meta '
             'name="msapplication-TileColor" content="#f6682f"/><meta '
             'name="theme-color" content="#f6682f"/><meta '
             'name="application-name" content="Eventbrite"/><meta '
             'name="apple-mobile-web-app-title" content="Eventbrite"/><link '
             'rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><link '
             'rel="manifest" '
             'href="data:application/manifest+json,%7B%22name%22%3A%22Eventbrite%22%2C%22display%22%3A%22standalone%22%2C%22icons%22%3A%5B%7B%22sizes%22%3A%2236x36%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F662830450459559b6cce770d5a3fb793-favicon-36x36.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2248x48%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8e3cd31667ed62bb563018114f651bca-favicon-48x48.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2272x72%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2Ff293b5e291a0d436d72ef1be39c891f9-favicon-72x72.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2296x96%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8b266fa53e981463be62f87f06323a34-favicon-96x96.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22144x144%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F47d6ffaf057d2c62ea1875cc707e2bb0-favicon-144x144.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22192x192%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%5D%2C%22scope%22%3A%22https%3A%2F%2Fwww.eventbrite.com%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.eventbrite.com%2F%3Futm_source%3Da2h_menu%22%2C%22background_color%22%3A%22%23f6682f%22%2C%22theme_color%22%3A%22%23f6682f%22%7D"/><meta '
             'name="y_key" content="d92e23811007b438"/><meta '
             'name="msvalidate.01" '
             'content="A9AB07B7E430E4608E0BC57AFA5004AA"/><script '
             'type="text/javascript">    window.EBFONTCOND_PROPERTIES = {\n'
             '        "family": "Neue Plak Condensed",\n'
             '        "weights": {},\n'
             '        "marmTextWeights": {},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/dfcae5/django/js/src/eb/fonts/neueplak-condensed.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak-condensed.12-01-2018","EB.fonts.neueplak-condensed.12-03-2018"],\n'
             '        "version": "EB.fonts.neueplak-condensed.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFONT_PROPERTIES = {\n'
             '        "family": "Neue Plak",\n'
             '        "weights": '
             '{"light":300,"regular":400,"medium":500,"semibold":600,"bold":700,"black":800},\n'
             '        "marmTextWeights": {},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/01489c/django/js/src/eb/fonts/neueplak.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak.03-19-2019","EB.fonts.neueplak.10-24-2018","EB.fonts.neueplak.09-20-2018","EB.fonts.neueplak.09-04-2018","EB.fonts.neueplak.08-30-2018","EB.fonts.neueplak.08-24-2018","EB.fonts.benton.10-26-2016","EB.fonts.benton.11-29-2016"],\n'
             '        "version": "EB.fonts.neueplak.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFOUNDERSGROTESK_QUERY_PARAM = "be_grotesk";\n'
             '    window.EBFOUNDERSGROTESK_PROPERTIES = {\n'
             '        "family": "Founders Grotesk",\n'
             '        "weights": '
             '{"light":300,"regular":400,"medium":500,"semibold":600,"bold":700,"black":700},\n'
             '        "marmTextWeights": '
             '{"regular":400,"textSemibold":500,"bold":600,"black":700},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/fe/dist/font-loader/1.6.2/browser/founders-grotesk.js",\n'
             '        "oldVersions": '
             '["EB.fonts.founders-grotesk.06-23-2026"],\n'
             '        "version": "EB.fonts.founders-grotesk.06-25-2026"\n'
             '    };</script><script type="text/javascript" charSet="utf-8" '
             'crossorigin="anonymous" id="eb-font-loader-script">/* '
             'eslint-disable */\n'
             '!(function (w, d) {\n'
             '  /* EB-324197 Step 0: the single writer for the be_grotesk '
             'preference cookie.\n'
             '     Lifted verbatim out of the query-param branch so that '
             'branch and the\n'
             '     default-path write below cannot drift in their attributes. '
             '*/\n'
             '  var writeFoundersGroteskCookie = function (param, value, '
             'maxAge) {\n'
             '    try {\n'
             '      var domain = w.location.hostname.match(\n'
             '        /(?:^|\\.)(evbqa\\.com|eventbrite\\.com)$/,\n'
             '      );\n'
             '      d.cookie =\n'
             '        param +\n'
             "        '=' +\n"
             '        value +\n'
             "        '; Max-Age=' +\n"
             '        maxAge +\n'
             "        '; Path=/' +\n"
             "        (domain ? '; Domain=.' + domain[1] : '') +\n"
             "        '; SameSite=Lax' +\n"
             "        (w.location.protocol === 'https:' ? '; Secure' : '');\n"
             '    } catch (e) {}\n'
             '  };\n'
             '  (w.EB = w.EB || {}),\n'
             '    (EB.renderFonts = function (fonts, settings) {\n'
             '      settings || (settings = w.EBFONT_PROPERTIES);\n'
             '      for (\n'
             "        var css = '',\n"
             "          style = d.createElement('style'),\n"
             "          family = typeof settings == 'string' ? settings : "
             'settings.family,\n'
             '          i = 0,\n'
             '          font;\n'
             '        (font = fonts[i]);\n'
             '        i++\n'
             '      )\n'
             '        css +=\n'
             '          "@font-face{font-family:\'" +\n'
             '          family +\n'
             '          "\';font-weight:" +\n'
             '          font.weight +\n'
             "          ';font-style:' +\n"
             '          font.style +\n'
             "          ';src:url(data:' +\n"
             "          (font.mimeType || 'application/font-woff') +\n"
             "          ';base64,' +\n"
             '          font.base64 +\n'
             '          ") format(\'" +\n'
             "          (font.format || 'woff') +\n"
             '          "\');}";\n'
             '      style.styleSheet && !style.sheet\n'
             '        ? (style.styleSheet.cssText = css)\n'
             '        : style.appendChild(d.createTextNode(css)),\n'
             "        d.getElementsByTagName('head')[0].appendChild(style),\n"
             "        (d.documentElement.className += ' font-has-loaded');\n"
             '    }),\n'
             '    (EB.readWriteFontFromLocalStorage = function (settings) {\n'
             '      if (!settings) return;\n'
             '      for (var i = 0; i < settings.oldVersions.length; i++)\n'
             '        localStorage.removeItem(settings.oldVersions[i]);\n'
             '      var fonts = '
             'JSON.parse(localStorage.getItem(settings.version));\n'
             '      if (fonts) EB.renderFonts(fonts, settings);\n'
             '      else {\n'
             "        var script = d.createElement('script');\n"
             '        (script.src = settings.src),\n'
             '          (EB.shouldRenderFonts = !0),\n'
             '          (EB.shouldRenderSecondaryFonts = !0),\n'
             '          '
             "d.getElementsByTagName('head')[0].appendChild(script),\n"
             '          setTimeout(function () {\n'
             '            (EB.shouldRenderFonts = !1),\n'
             '              (EB.shouldRenderSecondaryFonts = !1);\n'
             '          }, 3e3);\n'
             '      }\n'
             '    }),\n'
             '    (EB.isFoundersGroteskEnabled = function () {\n'
             '      var param = w.EBFOUNDERSGROTESK_QUERY_PARAM || '
             "'be_grotesk',\n"
             "        query = new RegExp('[?&]' + param + "
             "'=(true|false)(&|$)').exec(\n"
             '          w.location.search,\n'
             '        );\n'
             '      if (query) {\n'
             "        /* 604800 = 7d: an explicit preference keeps today's "
             'lifetime. */\n'
             '        writeFoundersGroteskCookie(param, query[1], 604800);\n'
             "        return query[1] === 'true';\n"
             '      }\n'
             '      /* EB-324197 Step 0: Founders Grotesk is now the default. '
             'An explicit\n'
             "         cookie still wins, so '?be_grotesk=false' (and the "
             'cookie it writes)\n'
             '         stays as the escape hatch back to Neue Plak. */\n'
             '      try {\n'
             '        var cookie = new RegExp(\n'
             "          '(?:^|;\\\\s*)' + param + '=(true|false)(?:;|$)',\n"
             '        ).exec(d.cookie);\n'
             '        if (cookie) {\n'
             "          return cookie[1] === 'true';\n"
             '        }\n'
             '      } catch (e) {\n'
             '        /* Cookies unreadable: adopt the default but do not try '
             'to persist it. */\n'
             '        return true;\n'
             '      }\n'
             '      /* EB-324197 Step 0: no param and no cookie - adopt '
             'Founders AND persist\n'
             '         it, because this cookie is a per-host signal shared '
             "with CORE's\n"
             "         embed.js and valkyrie's fontPreferenceInlineScript. "
             'Once any one stack\n'
             '         writes it, surfaces whose own default has not flipped '
             'yet read it and\n'
             '         serve Founders too. Idempotent: an existing cookie '
             'returns above, so\n'
             '         this never clobbers a value. Gated on '
             'EBFOUNDERSGROTESK_PROPERTIES so a\n'
             '         surface that never had Founders cannot flip the user '
             'elsewhere.\n'
             '         86400 = 24h, deliberately shorter than the 7d explicit '
             'write: this\n'
             '         cookie is a propagation bridge, not a stored '
             'preference, so it bounds\n'
             '         the rollback window to a day while still covering a '
             'session and\n'
             '         same-day cross-stack navigation. */\n'
             '      if (w.EBFOUNDERSGROTESK_PROPERTIES) {\n'
             "        writeFoundersGroteskCookie(param, 'true', 86400);\n"
             '      }\n'
             '      return true;\n'
             '    }),\n'
             '    (EB.getActiveFontSettings = function () {\n'
             '      return w.EBFOUNDERSGROTESK_PROPERTIES && '
             'EB.isFoundersGroteskEnabled()\n'
             '        ? w.EBFOUNDERSGROTESK_PROPERTIES\n'
             '        : w.EBFONT_PROPERTIES;\n'
             '    }),\n'
             '    (EB.renderActiveFontTokens = function (settings) {\n'
             '      if (!settings) return;\n'
             "      var style = d.createElement('style'),\n"
             '        weights = settings.weights || {},\n'
             '        marmTextWeights = settings.marmTextWeights || {},\n'
             '        family = settings.family.replace(/\\\\/g, '
             "'\\\\\\\\').replace(\n"
             "          /'/g,\n"
             '          "\\\\\'",\n'
             '        ),\n'
             '        css =\n'
             '          ":root{--eb-font-family:\'" +\n'
             '          family +\n'
             '          "\';--eb-font-weight-light:" +\n'
             '          (weights.light || 300) +\n'
             '          ";--marm-typography-themed-font-family-body:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-head:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-title:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-display:\'" '
             '+\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-signal:\'" +\n'
             '          family +\n'
             '          "\';--marm-text-weight-regular:" +\n'
             '          (marmTextWeights.regular || 400) +\n'
             "          ';--marm-text-weight-text-semibold:' +\n"
             '          (marmTextWeights.textSemibold || 600) +\n'
             "          ';--marm-text-weight-bold:' +\n"
             '          (marmTextWeights.bold || 700) +\n'
             "          ';--marm-text-weight-black:' +\n"
             '          (marmTextWeights.black || 800) +\n'
             "          ';}';\n"
             '      style.styleSheet && !style.sheet\n'
             '        ? (style.styleSheet.cssText = css)\n'
             '        : style.appendChild(d.createTextNode(css)),\n'
             "        d.getElementsByTagName('head')[0].appendChild(style);\n"
             '    });\n'
             '  var activeFontSettings = EB.getActiveFontSettings();\n'
             '  EB.renderActiveFontTokens(activeFontSettings);\n'
             '  try {\n'
             '    if (w.localStorage)\n'
             '      try {\n'
             "        localStorage.setItem('localStorage', 1),\n"
             "          localStorage.removeItem('localStorage'),\n"
             '          activeFontSettings == w.EBFOUNDERSGROTESK_PROPERTIES\n'
             "            ? ((d.documentElement.className += ' "
             "font-founders-grotesk'),\n"
             '              '
             'EB.readWriteFontFromLocalStorage(activeFontSettings))\n'
             '            : '
             '(EB.readWriteFontFromLocalStorage(activeFontSettings),\n'
             '              '
             'EB.readWriteFontFromLocalStorage(w.EBFONTCOND_PROPERTIES));\n'
             '      } catch (e) {\n'
             '        (Storage.prototype._setItem = '
             'Storage.prototype.setItem),\n'
             '          (Storage.prototype.setItem = function () {});\n'
             '      }\n'
             '  } catch (e) {}\n'
             '})(window, document);</script><link rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.58.11--eds-4.3.228.css"/><link '
             'data-chunk="checkout" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout.e55e61e5743bb6e34a02.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/519.5dc2b0671d7d1eed58b8.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/9686.b29187b1ddee9bbbd79a.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/4447.2c442f8ffecca7590400.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/5849.24fb1809988dbdea7a69.css"/><script '
             'type="text/javascript">/*global document, window */\n'
             '\n'
             'var checkoutExternalUrls = [\n'
             "    '/checkout-external',\n"
             "    '/tickets-external',\n"
             "    '/signin/checkout',\n"
             '];\n'
             '\n'
             'window.EB = window.EB || {};\n'
             '\n'
             'window.EB.TranscendConsent = (function () {\n'
             '    return {\n'
             '        shouldDisableTranscend: function () {\n'
             '            if(this.isEmbeddableContent()){\n'
             '                return true;\n'
             '            }\n'
             '            try {\n'
             '                return this.isCheckoutOrIframe();\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isEmbeddableContent: function () {\n'
             '            return this.isEmbeddableStructuredContent();\n'
             '        },\n'
             '        isEmbeddableStructuredContent: function () {\n'
             '            var structuredContenEmbeddableUrls = [\n'
             "                '/structured_content/widgets',\n"
             '            ];\n'
             '            '
             'if(structuredContenEmbeddableUrls.find(function(url){\n'
             '                return window.location.pathname.indexOf(url) !== '
             '-1;\n'
             '            })){\n'
             '                return true;\n'
             '            }\n'
             '            return false;\n'
             '        },\n'
             '        isCheckoutOrIframe: function () {\n'
             '            return (\n'
             '                '
             'checkoutExternalUrls.indexOf(window.location.pathname) >= 0 ||\n'
             '                this.isInsideIframe()\n'
             '            );\n'
             '        },\n'
             '        isInsideIframe: function () {\n'
             '            try {\n'
             '                return window.self !== window.top;\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isNonTld: function () {\n'
             '            try {\n'
             "                return !['evbdev', 'evbqa', 'eventbrite'].find(\n"
             '                    (env) => '
             'window.parent.location.hostname.indexOf(env) >= 0,\n'
             '                );\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isInsideNonTldIframe: function () {\n'
             '            return this.isInsideIframe() && this.isNonTld();\n'
             '        },\n'
             '    };\n'
             '})();</script><script type="text/javascript">// Define dataLayer '
             'and the gtag function.\n'
             'window.dataLayer = window.dataLayer || [];\n'
             "if (typeof gtag !== 'function') function gtag(){ "
             'dataLayer.push(arguments); }\n'
             "gtag('set', 'developer_id.dOGRkZj', true);\n"
             '// Europe is opt-in consent, so ad storage is denied by '
             'default.\n'
             "gtag('consent', 'default', {\n"
             "    'ad_storage': 'granted',\n"
             "    'analytics_storage': 'granted',\n"
             "    'region': "
             "['AT','BE','BG','CZ','DE','DK','ES','FI','FR','GB','GR','HU','IE','IT','LU','NL','PL','PT','RO','SE','BR','TH','TR'],\n"
             "    'wait_for_update': 500\n"
             '});\n'
             '// Passing ad click, client ID, and session ID information in '
             'URLs\n'
             "gtag('set', 'url_passthrough', true);</script><script "
             'data-cfasync="false" '
             'src="https://cdntranscend.eventbrite.com/cm/f2747157-cf59-4ef1-8703-018defe51764/airgap.js" '
             'data-sync-endpoint="https://synctranscend.eventbrite.com/consent-manager/f2747157-cf59-4ef1-8703-018defe51764" '
             'data-ui-z-index="550" data-tracker-overrides="[...] '
             'GoogleConsentMode:security_storage=Essential" '
             'data-protect-realms="self" data-ui-shadow-root="open" '
             'data-locale="en" '
             'data-local-sync="allow-network-observable"></script><script '
             'type="text/javascript">  const regimes = window.airgap && '
             'window.airgap.getRegimes ? window.airgap.getRegimes() : null;\n'
             '  const defaultRegime = regimes ? regimes.values().next().value '
             ': "CPRA";\n'
             '  console.log("Regime detected is "+ defaultRegime + ", loading '
             'transcend");\n'
             '  \n'
             'if (!EB.TranscendConsent.shouldDisableTranscend()) {\n'
             '      // Add the event listener\n'
             '      window.airgap.addEventListener(\n'
             "        'sync',\n"
             '        () => {\n'
             '          window.transcend.ready((transcend) => {\n'
             '            console.log("Sync done: Show banner")\n'
             '            transcend.autoShowConsentManager();\n'
             '          })\n'
             '        },\n'
             '        { once: true } // we only want this to run on initial '
             'sync\n'
             '      );\n'
             '  \n'
             '} else { console.log("Do not show banner") }\n'
             '  dataLayer.push({ event: "transcendLoaded" });\n'
             '  </script><script type="text/javascript">window.dataLayer = '
             'window.dataLayer || [];\n'
             'dataLayer.push({\n'
             "    'dfaPartnerID': 'dfa_partner_id_not_set',\n"
             "    'publicUserID': '',\n"
             '});\n'
             '\n'
             "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n"
             "new Date().getTime(),event:'gtm.js'});var "
             'f=d.getElementsByTagName(s)[0],\n'
             "j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n"
             "'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n"
             "})(window,document,'script','dataLayer','GTM-5P8FXJ');</script><script "
             'type="text/javascript">var customActions = {\n'
             "    SaveClicked: 'save_event',\n"
             '};\n'
             'var branchMedatata = { metadata : {} };\n'
             '//Adding user authenticated metatag\n'
             '\n'
             '\n'
             '\n'
             '(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.defer=1;d.src="https://cdn.branch.io/branch-latest.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener '
             'applyCode autoAppIndex banner closeBanner closeJourney '
             'creditHistory credits data deepview deepviewCta first getCode '
             'init link logout redeem referrals removeListener sendSMS '
             'setBranchViewData setIdentity track validateCode '
             'trackCommerceEvent logEvent disableTracking".split(" "), 0);\n'
             "    branch.init('key_live_epYrpbv3NngOvWj47OM81jmgCFkeYUlx' , "
             'branchMedatata, function(err, data) '
             '{branch.addListener(branchListener);});\n'
             '\n'
             'function branchListener(eventName, data) {\n'
             '\n'
             '    var eventsToTrack = [\n'
             "        'didShowJourney',\n"
             "        'didClickJourneyCTA',\n"
             "        'didClickJourneyClose',\n"
             '    ]; // List of events to track\n'
             '\n'
             '    if (eventName && data && data.journey_link_data && '
             'eventsToTrack.includes(eventName)){\n'
             '        var journeyName = data.journey_link_data.journey_name + '
             "' - ' + data.journey_link_data.view_name +' - ' + "
             'data.journey_link_data.journey_id;\n'
             '        trackEventBranchIO(eventName, journeyName);\n'
             '    }\n'
             '}\n'
             '\n'
             'function trackEventBranchIO(eventName, journeyName) {\n'
             '  if (window && window.dataLayer) {\n'
             '    window.dataLayer.push({\n'
             '      eventName,\n'
             '      eventData: { journeyName },\n'
             '      // Required:\n'
             "      event: 'track',\n"
             '      sendToHeap: true,\n'
             '    });\n'
             '  }\n'
             '}\n'
             '\n'
             'function addBranchIOMetatags(\n'
             '    name,\n'
             '    content,\n'
             '    extraData = null,\n'
             '){\n'
             '\n'
             '    var metadata = {\n'
             '        [name]: content,\n'
             '        custom_action: customActions[name] ? customActions[name] '
             ': name,\n'
             '    };\n'
             '\n'
             '    //Keep userAuthenticated metadata\n'
             '    \n'
             '\n'
             '    //Adding metadata\n'
             '    addMetadata(metadata);\n'
             '\n'
             '    //Add extra data\n'
             '    extraData && addMetadata(extraData);\n'
             '\n'
             "    branch.track('pageview');\n"
             '}\n'
             '\n'
             'function addMetadata(branchData){\n'
             '    if (document) {\n'
             '        Object.entries(branchData).forEach(([key, value]) => {\n'
             "            const meta = document.createElement('meta');\n"
             '            meta.content = value;\n'
             "            meta.name = 'branch:deeplink:' + key;\n"
             '            document.head.appendChild(meta);\n'
             '        });\n'
             '    }\n'
             '}</script><meta name="robots" content="noindex, follow, "/><meta '
             'name="description" content="Eventbrite brings people together '
             'through live experiences. Discover events that match your '
             'passions, or create your own with online ticketing '
             'tools."/><meta name="viewport" content="initial-scale=1, '
             'width=device-width"/></head><body '
             'class="modal-active"><noscript><iframe '
             'src="https://www.googletagmanager.com/ns.html?id=GTM-5P8FXJ" '
             'height="0" width="0" '
             'style="display:none;visibility:hidden"></iframe></noscript><div '
             'id="root" data-reactroot=""><div '
             'data-spec="focus-trap-component"><div class="eds-modal '
             'eds-fx--fade-in eds-modal--aperture eds-modal--active '
             'eds-modal--set-height" data-spec="eds-modal" '
             'aria-label="Checkout NHRL 2026 Robot Fighting World '
             'Championships" aria-modal="true" role="dialog"><div '
             'class="eds-modal__body eds-fx--fade-in eds-modal--aperture" '
             'aria-hidden="false" data-spec="eds-modal-body"><div '
             'class="eds-modal__content"><div '
             'class="eds-collapsible-pane-layout"><div '
             'class="eds-collapsible-pane-layout__content '
             'eds-collapsible-pane-layout__content--has-pane"><div '
             'class="eds-modal__container"><header class="eds-modal__header '
             'eds-align--center-vertical"><div '
             'class="eds-modal__title-container eds-modal__title-spacing"><h2 '
             'id="eds-modal-title" class="eds-text-bl--fixed '
             'eds-text--truncate eds-modal__title eds-text-color--ui-800" '
             'data-spec="eds-modal__title" data-testid="eds-modal__title">NHRL '
             '2026 Robot Fighting World Championships</h2><span '
             'class="eds-l-pad-hor-4 eds-l-mar-top-4 eds-align--center '
             'eds-text-bs--fixed eds-text-color--ui-600" '
             'data-spec="eds-modal__secondary-title" '
             'data-testid="eds-modal__secondary-title">Saturday, December 5 · '
             '10am - 10:30pm EST</span><div '
             'class="eds-modal__title-spacing"><hr class="eds-divider__hr '
             'eds-bg-color--ui-200 eds-divider--horizontal" '
             'data-spec="divider-hr" '
             'aria-hidden="true"/></div></div></header><main '
             'class="eds-modal__main" data-spec="eds-modal__main" '
             'data-testid="eds-modal__main"><div '
             'class="eds-modal__content"><div id="edsModalContentChildren" '
             'class="eds-modal__content__children"><div class="eds-g-cell '
             'eds-g-cell-mw-10-12 eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 '
             'eds-g-offset-mn-0-12 eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 '
             'eds-g-cell-sn-12-12 eds-g-cell-12-12 eds-l-sn-pad-hor-4 '
             'eds-l-pad-hor-6" data-spec="checkout-widget-tickets-page"><div '
             'data-spec="focus-ref"></div><div class="eds-l-sn-mar-top-0 '
             'eds-l-sm-mar-top-0  eds-l-mar-top-2 eds-l-md-mar-top-2  '
             'eds-l-mw-mar-top-8 eds-l-ln-mar-top-8 eds-l-lg-mar-top-8 '
             'eds-l-lw-mar-top-8"><div class="eds-l-sn-mar-top-6 '
             'eds-l-sm-mar-top-6 eds-l-sw-mar-top-6 '
             'eds-l-mar-top-8"><div><div><form class="responsive-form '
             'eds-g-group" data-automation="promo-code-form" '
             'data-testid="promo-code-form"><div class="eds-g-cell '
             'eds-g-cell-12-12"><div class="FormControl_root__1a1jb"><div '
             'class="FormControl_main__1a1jb '
             'checkout-customization-css-class"><div '
             'class="FormControl_fieldContainer__1a1jb"><input type="text" '
             'id="promo-code-field" class="TextField_root__fca6v" title="Promo '
             'Code" aria-labelledby="label-promo-code help-promo-code" '
             'placeholder="Enter code" data-automation="promo-code-field" '
             'data-spec="promo-code-field" value="" name="promo"/><label '
             'id="label-promo-code" class="FormControl_primaryLabel__1a1jb" '
             'for="promo-code-field">Promo Code</label></div><span '
             'class="FormControl_validationAdornment__1a1jb"></span><span '
             'class="FormControl_suffix__1a1jb"><button disabled="" '
             'data-automation="promo-code-form-cta-text" '
             'data-spec="promo-code-form-cta-text" '
             'data-testid="promo-code-form-cta-text" class="eds-btn--button '
             'eds-btn--none eds-btn--disabled" aria-disabled="true" '
             'type="button"><span class="eds-text-bm--fixed '
             'eds-text-color--grey-500">Apply</span></button></span></div><div '
             'class="FormControl_aside__1a1jb"><div '
             'class="FormControl_helperTextWrapper__1a1jb"></div></div></div></div></form></div><div '
             'class="eds-g-grid"></div></div></div><form '
             'data-testid="ticket-selection-full-size-page-form"><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Tickets</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - '
             'Adult</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409814310"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\n'
             '\n'
             'Ticket Descripti…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817786"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Adult</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817895"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$87.54</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $8.54 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818001"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$54.20</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $5.20 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Add-ons</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Robot Driving Experience - 4X '
             'Tokens</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818349"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Friday Night Pit '
             'Pass</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3417517956"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet &amp; mingle with builders; see the '
             'builder’s pre-tournament prepa…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div></form></div><div '
             'class="eds-l-mar-vert-6 eds-align--center-vertical '
             'eds-align--space-between" '
             'data-spec="language-brand-container"><div class="eds-g-cell '
             'eds-g-cell-6-12 eds-g-cell-sm-8-12 eds-l-pad-bot-2" '
             'data-spec="brand-text"><a target="_blank" rel="noopener '
             'noreferrer" class="checkout-widget__powered-by-eventbrite '
             'eds-text-color--grey-600 eds-text-bs" title="Powered by '
             'Eventbrite" href="https://eventbrite.com">Powered by<i '
             'class="eds-vector-image eds-brand--medium '
             'eds-vector-image--grey-600 eds-vector-image-size--reset '
             'checkout-widget__powered-by-eventbrite__icon" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="logo-wordmark-brand_svg__Layer_1" x="0" y="0" viewBox="0 0 '
             '2300 400.8" xml:space="preserve"><style>\n'
             '        .logo-wordmark-brand_svg__st3{fill:#221d19}\n'
             '    </style><g><g><path class="logo-wordmark-brand_svg__st3" '
             'd="M794 99.5l-43.2 123H749l-43.1-123h-75.6l73.8 '
             '198h85.8l73.8-198zM1204.1 94.1c-29.8 0-53.4 13.3-64 '
             '35.1V99.5h-72v198.1h72v-97.3c0-29.8 9.8-49.3 34.2-49.3 21.8 0 '
             '29.4 14.2 29.4 '
             '41.3v105.2h72V173.2c0-41.3-17.4-79.1-71.6-79.1zM1753.1 '
             '134.6V99.5h-72v198.1h72V207c0-33.3 16.5-47.7 43.1-47.7 13.8 0 '
             '28.9 2.7 38.7 8.5v-68c-4.9-4-15.6-7.6-27.6-7.6-26.2 0-47.1 '
             '20.2-54.2 42.4zM1846.9 99.5h72v198.1h-72z"></path><circle '
             'class="logo-wordmark-brand_svg__st3" cx="1882.9" cy="44.9" '
             'r="40.7"></circle><path class="logo-wordmark-brand_svg__st3" '
             'd="M2028.9 221.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 30.2-24.5 '
             '54.6-54.7 54.6v49.7h26.7v93.2c0 46.7 31.5 60.4 64.9 60.4 27.1 0 '
             '44.4-6.7 59.6-17.8v-46.6c-12 4.9-21.8 6.7-30.6 '
             '6.7-14.7.1-22.7-6.6-22.7-23.5zM1402 245.1s-.1 0 0 0h-.2c-14.6 '
             '0-22.5-6.7-22.5-23.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 '
             '30.2-24.5 54.6-54.7 54.6h-.1v49.7h26.7v93.2c0 46.7 31.5 60.4 '
             '64.9 60.4 27.1 0 44.4-6.7 59.6-17.8v-46.6c-11.9 4.9-21.7 '
             '6.8-30.5 6.8zM1402 245.1h-.1.1c-.1 0 0 0 0 0zM543.9 94.2c-61.7 '
             '0-107.9 44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 '
             '92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c-.1-53.7-35.2-99-101.3-99zM507 '
             '178.6c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9H507zM954.1 94.2c-61.7 0-107.9 44.9-107.9 107.5 0 63.1 45.3 '
             '101.3 108.8 101.3 57.7 0 92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 '
             '22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c0-53.7-35.1-99-101.3-99zm-36.9 '
             '84.4c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9h-69.8zM2300 193.2c0-53.7-35.1-99-101.3-99-61.7 0-107.9 '
             '44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 92.2-30.1 '
             '100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20zm-138.1-14.6c2.7-18.7 12.9-32.9 '
             '36-32.9 21.3 0 32.9 15.1 33.8 32.9h-69.8zM1582 93.8c-33.3 0-55.6 '
             '16-65.4 39.6v-116h-72v280.1h55.6l12.4-34.2c11.1 24 36 39.6 68 '
             '39.6 59.6 0 89.4-45.8 89.4-104.5 '
             '0-58.4-29.8-104.6-88-104.6zm-25.3 153.4c-24.5 '
             '0-40-18.7-40-47.6V197c0-28.5 15.6-47.1 40-47.1 28 0 40.9 20 40.9 '
             '48.5 0 28.8-12.9 48.8-40.9 48.8z"></path></g><path '
             'class="logo-wordmark-brand_svg__st3" d="M302.8 269L170.1 '
             '165.6c-2.2-1.7.1-5.1 2.5-3.7l51.8 29c23.5 13.2 53.2 5.5 '
             '67.4-17.3 15-24.1 7.1-55.8-17.5-70l-76-43.9c-2.4-1.4-.6-5.1 '
             '2-4l34.9 14c.1 0 .9.3 1.2.4 3.7 1.3 7.7 2 11.8 2 18.9 0 34.5-15 '
             '35.8-32.8C285.7 16.1 268.1 0 247 0H85.6C64.9 0 47.4 16.9 47.7 '
             '37.6c.1 11 5.1 20.8 12.8 27.5 5.8 5.1 25.4 20.7 34.7 28.2 1.7 '
             '1.3.7 4-1.4 4H61.5C27.5 97.5 0 125.1 0 159.1c0 17.2 7 32.7 18.4 '
             '44l187.1 177.8c13.2 12.3 31 19.9 50.5 19.9 41 0 74.2-33.2 '
             '74.2-74.2-.1-23.2-10.7-44-27.4-57.6z"></path></g></svg></i></a></div><div '
             'class="eds-g-cell eds-text-color--grey-600 eds-g-cell-6-12 '
             'eds-g-cell-sm-4-12 eds-text--right" '
             'data-automation="language-selector" '
             'data-spec="language-selector"><div class="u-inline-flex"><div '
             'class="LanguageSelector-module__languageLabelAndSelector___293FF"><div '
             'class="LanguageSelector-module__selectField___2RUEM '
             'checkout-customization-css-class"><div '
             'class="FormControl_root__1a1jb"><div '
             'class="FormControl_main__1a1jb"><div '
             'class="FormControl_fieldContainer__1a1jb '
             'FormControl_fieldContainerFullWidth__1a1jb"><select '
             'id="language-select-field" class="SelectField_root__d7paj" '
             'aria-label="Select your language" title="" '
             'aria-labelledby="label-language" '
             'data-automation="language-dropdown" '
             'name="language-select-field"><option value="" '
             'data-option="hidden"> </option><option '
             'value="de_DE">Deutsch</option><option value="de_CH">Deutsch '
             '(CH)</option><option value="en_AU">English (AU)</option><option '
             'value="en_CA">English (CA)</option><option value="en_DK">English '
             '(DK)</option><option value="en_FI">English (FI)</option><option '
             'value="en_GB">English (UK)</option><option selected="" '
             'value="en_US">English (US)</option><option value="es_AR">Español '
             '(AR)</option><option value="es_ES">Español (ES)</option><option '
             'value="es_MX">Español (MX)</option><option '
             'value="fr_FR">Français</option><option value="fr_CA">Français '
             '(CA)</option><option value="fr_CH">Français (CH)</option><option '
             'value="it_IT">Italiano</option><option '
             'value="nl_NL">Nederlands</option><option '
             'value="pt_PT">Português</option><option value="pt_BR">Português '
             '(BR)</option><option value="sv">Svenska</option></select><label '
             'id="label-language" class="FormControl_primaryLabel__1a1jb '
             'FormControl_primaryLabelOpen__1a1jb" '
             'for="language-select-field">Language:</label></div><span '
             'class="FormControl_validationAdornment__1a1jb"></span><span '
             'class="FormControl_suffix__1a1jb"><button type="button" '
             'tabindex="-1" class="SelectField_chevronButton__d7paj" '
             'aria-labelledby="label-language"><i class="Icon_root__73u2e '
             'Icon_icon-small__73u2e" aria-hidden="true"><svg '
             'xmlns="http://www.w3.org/2000/svg" width="24" height="24" '
             'fill="#3A3247" viewBox="0 0 24 24" color="#4B4D63"><path d="m7 '
             '10.224 5 4.936 5-4.936-1.414-1.397L12 12.367l-3.585-3.54z" '
             'clip-rule="evenodd"></path></svg></i></button></span></div><div '
             'class="FormControl_aside__1a1jb"><div '
             'class="FormControl_helperTextWrapper__1a1jb"></div></div></div></div></div></div></div></div></div></div><div '
             'class="eds-modal__footer-background undefined"><div '
             'class="eds-modal__footer eds-g-cell eds-g-cell-mw-10-12 '
             'eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 eds-g-offset-mn-0-12 '
             'eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 eds-g-cell-sn-12-12 '
             'eds-g-cell-12-12 eds-l-sn-pad-hor-4 eds-l-pad-hor-6 '
             'PageFooter-module__modalFooter___x707S" '
             'data-spec="eds-modal__footer"><div '
             'class="PageFooter-module__modalFooterWrapper___1-QTQ"><div '
             'class="eds-show-down-sw '
             'PageFooter-module__easyRefundsRow___37Vx6"><div '
             'class="PageFooter-module__easyRefundsCartSummary___3ULNf"><div '
             'class="eds-align--right"><button '
             'data-testid="cart-summary-button" class="eds-show-down-sw '
             'eds-btn--none" aria-label="Show order summary" '
             'aria-pressed="false" aria-expanded="false" '
             'aria-controls="order-summary" disabled="" type="button"><div '
             'class="CartSummary-module__cartSummary___2faKa" '
             'aria-hidden="true"><div class="eds-text--truncate '
             'eds-l-pad-vert-2 eds-text--right eds-l-pad-right-4"><span '
             'class="eds-text-color--grey-800 eds-text-bm--fixed '
             'eds-text-weight--heavy '
             'CartSummary-module__collapsiblePriceRow___lTYLn" '
             'data-automation="modal-footer-ticket-price" '
             'data-testid="modal-footer-ticket-price">$0.00</span></div></div></button></div></div></div><div '
             'class="eds-align--right"><button '
             'data-spec="eds-modal__primary-button" '
             'data-automation="eds-modal__primary-button" '
             'data-testid="eds-modal__primary-button" class="eds-btn '
             'eds-btn--button eds-btn--fill eds-btn--full-width" '
             'type="button">Check '
             'out</button></div></div></div></div></div></main></div></div><div '
             'class="eds-collapsible-pane-layout__pane" '
             'data-spec="eds-collapsible-pane-layout-pane"><div '
             'class="eds-collapsible-pane-layout-pane__content"><aside '
             'id="order-summary" aria-label="Order summary" '
             'class="eds-collapsible-pane-layout__content '
             'checkout-widget__ticket-page--pane-content"><style>:root {\n'
             '                    --focus-x: 50%;\n'
             '                    --focus-y: 50%;\n'
             '                </style><div '
             'class="FocalPointImage-module__container___1iydr '
             'eds-show-up-mn"><div '
             'class="FocalPointImage-module__ie11FlexFix___3GBXb"></div></div><div '
             'class="eds-align--center EmptyPane-module__root___2dmKz" '
             'data-spec="pane-empty-cart-container"><i class="eds-vector-image '
             'eds-icon--medium eds-vector-image--grey-300 '
             'EmptyPane-module__icon___3cSOX" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="cart_svg__eds-icon--cart_svg" x="0" y="0" viewBox="0 0 24 '
             '24" xml:space="preserve"><path '
             'id="cart_svg__eds-icon--cart_base" fill-rule="evenodd" '
             'clip-rule="evenodd" d="M20 14l2-9H9v1h11.9l-1.7 7.1L7 '
             '14V2H2v3h4v12h14v-1H7v-1l13-1zM3 3h3v1H3V3z"></path><g '
             'id="cart_svg__eds-icon--cart_circles" fill-rule="evenodd" '
             'clip-rule="evenodd"><path d="M8 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 '
             '2-2-.9-2-2-2zm0 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM18 '
             '18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.6 '
             '0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 '
             '1z"></path></g></svg></i></div></aside></div></div></div><div '
             'class="eds-modal__close-button"><span class="eds-icon-button '
             'eds-icon-button--over-image eds-icon-button--neutral" '
             'data-spec="icon-button"><button '
             'data-automation="modal-close-button" data-spec="close-button" '
             'id="modal-close-button" class="eds-btn--button eds-btn--none '
             'eds-btn--icon-only" type="button"><i class="eds-vector-image '
             'eds-icon--small eds-vector-image--block" title="" '
             'data-spec="icon" data-testid="icon"><svg '
             'id="cross-chunky_svg__eds-icon--cross-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve" '
             'aria-hidden="true"><path '
             'id="cross-chunky_svg__eds-icon--cross-chunky_base" d="M13.4 '
             '12l3.5-3.5-1.4-1.4-3.5 3.5-3.5-3.5-1.4 1.4 3.5 3.5-3.5 3.5 1.4 '
             '1.4 3.5-3.5 3.5 3.5 1.4-1.4z"></path></svg><span '
             'class="eds-is-hidden-accessible">Close</span></i></button></span></div></div></div></div></div></div><input '
             'type="hidden" style="display:none" '
             'name="csrfmiddlewaretoken"/><script>const csrfInput = '
             "document.getElementsByName('csrfmiddlewaretoken')[0];\n"
             'const csrfToken = '
             '/csrftoken=([^;]*)(;|$)/.exec(document.cookie)[1];\n'
             'csrfInput.value = csrfToken;</script><script '
             'type="text/javascript">window.__i18n__={"locale":"en_US"};\n'
             '\n'
             'var isFrame = window.parent !== window;\n'
             '\n'
             'if (isFrame) {\n'
             '    window.parent.postMessage({\n'
             "        messageName: 'widgetRenderComplete',\n"
             "        eventId: '1977511343662'\n"
             "    }, 'https://www.nhrl.io/');\n"
             '\n'
             '    var _ebCheckoutReady = false;\n'
             '    window.__ebMarkCheckoutReady = function() { _ebCheckoutReady '
             '= true; };\n'
             '\n'
             "    document.addEventListener('click', function(e) {\n"
             '        if (!_ebCheckoutReady && '
             'e.target.closest(\'[data-spec="close-button"]\')) {\n'
             '            window.parent.postMessage({\n'
             "                messageName: 'widgetModalClose',\n"
             "                eventId: '1977511343662'\n"
             "            }, 'https://www.nhrl.io/');\n"
             '        }\n'
             '    });\n'
             '}\n'
             '\n'
             '\n'
             'window.__SERVER_DATA__={"teamSettings":null,"isGDPRCountry":true,"requestPromoCode":"","app_name":"checkout","grylls":{"options":{"environment":"prod","debugging":false,"enabled":true},"trackingData":{"Google '
             'Analytics":[{"pixelId":"G-9DPRMQ1LCM","id":"5380433","events":{}}]}},"refundPolicyCode":"custom","isRegistrationEvent":false,"isMyOrderFlow":false,"isProd":true,"roktApiKey":null,"event":{"hide_start_date":false,"should_not_index_in_search_engines":false,"subcategory_id":"2007","slugified_name":"nhrl-2026-robot-fighting-world-championships","is_series_parent":false,"event_sales_status":{"start_sales_date":{"timezone":"America/New_York","local":"1970-01-01T00:00:00","utc":"1970-01-01T05:00:00Z"},"end_sales_date":{"timezone":"America/New_York","local":"2026-12-05T21:30:00","utc":"2026-12-06T02:30:00Z"},"default_message":null,"sales_status":"on_sale","currency":"USD","message_code":null,"message":null,"message_type":null},"listing_display_flags":{"should_hide_all_dates":false,"should_display_short_address":true,"should_show_add_to_calendar":true,"status_is_not_yet_started":false,"should_show_timezone":true,"event_is_sold_out":false,"should_show_promo_code_link":true,"should_display_ticket_end_date":true,"should_show_waitlist_at_capacity":false,"should_show_waitlist_for_event":false,"status_any_ticket_not_yet_started":false},"currency":"USD","style_id":"456156284","capacity":60,"locale":"en_US","ticket_resellers":[],"id":"1977511343662","privacy_setting":"unlocked","style":{"button_text_color":"#FFFFFF","secondary_text_color":"#ADB0B6","button_background_color":"#00CC52","box_text_color":"#45494E","link_color":"#00A8F2","text_color":"#45494E","box_header_background_color":"#EFF2F5","box_background_color":"#FFFFFF","box_border_color":"#D2D6DF","box_header_text_color":"#45494E","background_color":"#F8F8FA","id":"456156284"},"venue_id":"295573298","user_id":"1282399756513","checkout_info":{"checkout_groups":[{"id":"1","title":"Tickets"},{"id":"3","title":"Add-ons"}]},"start":{"timezone":"America/New_York","local":"2026-12-05T10:00:00","utc":"2026-12-05T15:00:00Z"},"tx_time_limit":1200,"show_seatmap_thumbnail":false,"has_access_code":true,"inventory_type":"limited","show_colors_in_seatmap_thumbnail":false,"logo_id":"1173601770","source":"coyote","listed":true,"is_series":true,"hide_end_date":false,"should_show_promo_code_link":true,"status":"live","_type":"event","description":{"text":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","html":"The world\'s most exciting, dangerous '
             "and electrifying fighting robots compete for a place at NHRL's "
             '2026 Pro World '
             'Championships."},"has_advanced_teams_enabled":false,"show_pick_a_seat":false,"payment_options":{"should_accept_offline":0,"should_accept_oxxo":false,"should_accept_visa_debit_for_payment":false,"epp_country":"US","should_accept_sofort":false,"should_accept_visa_for_payment":true,"should_accept_discover_for_payment":true,"should_show_paypal_payment_method":false,"should_accept_rapipago":false,"should_only_accept_amex_for_payment":false,"accept_moneris":false,"has_payment_options":true,"should_accept_mercado_pago_credit_cards":false,"should_accept_mastercard_for_payment":true,"should_accept_maestro_bancontact":false,"should_accept_ideal":false,"authnet_cards_list":[],"should_accept_pagofacil":false,"accept_authnet":false,"moneris_cards_list":[],"should_accept_boleto_bancario":false,"should_accept_amex_for_payment":true,"should_accept_invoice":false,"should_accept_sepa_direct_debit":false},"is_free":false,"organization_id":"1282399756513","is_externally_ticketed":false,"is_protected_event":false,"has_tax_country_exemptions":null,"show_remaining":false,"ticket_classes":[],"end":{"timezone":"America/New_York","local":"2026-12-05T22:30:00","utc":"2026-12-06T03:30:00Z"},"format_id":"14","properties":{"is_sales_client":true,"is_paid":true,"locale":"en_US","copy_link_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662?utm_source=cpd&utm_medium=discovery&utm_content=attendeeshare&utm_term=listing","logo_focal_point":{"y":0.5,"x":0.5},"is_opted_out_of_google_analytics_universal":false,"total_tickets":13,"has_logo":true,"has_donation_tickets_available":null,"is_shareable":true,"canonical_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918","is_donation":false,"meta_description":"Eventbrite '
             '- National Havoc Robot League presents NHRL 2026 Robot Fighting '
             'World Championships - Saturday, December 5, 2026 at NHRL - '
             'National Havoc Robot League, Norwalk, CT. Find event and ticket '
             'information.","fb_plain_description":"The world\'s most '
             'exciting, dangerous and electrifying fighting robots compete for '
             "a place at NHRL's 2026 Pro World "
             'Championships.","is_live":true,"image_sizes":{"small":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=360&auto=format%2Ccompress&q=75&sharp=10&s=f361d8b94eae2e7cea03867ec831a680","large":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=1440&auto=format%2Ccompress&q=75&sharp=10&s=d70617a7e09e9625996fc1e61c16d363","medium":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116"},"shortname":null,"logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","image":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116","has_payment_options":true,"non_vanity_absolute_url_ssl":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662","ssl_logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","display_short_address":"Norwalk, '
             'CT","is_free":false,"is_ended":false,"is_google_analytics_ecommerce_tracking_enabled":false,"sales_not_yet_started":false,"is_series_parent":false,"is_draft":false,"currency":"USD","has_cropped_logo":false,"hide_start_date":false,"is_unavailable":false,"is_sales_ended":false,"is_protected":false,"payment_type":"eventbrite","google_analytics":null,"is_reserved_seating":false,"non_vanity_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662","is_published":true},"tld":".com","series_id":"1977507082918","organization":{"id":"1282399756513","vertical":"default"},"name":{"text":"NHRL '
             '2026 Robot Fighting World Championships","html":"NHRL 2026 Robot '
             'Fighting World '
             'Championships"},"language":"en-us","created":"2025-12-10T15:43:40Z","url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662","changed":"2026-08-09T14:11:43Z","venue":{"user_id":"1282399756513","name":"NHRL '
             '- National Havoc Robot '
             'League","places":[],"longitude":"-73.4157396","address":{"city":"Norwalk","country":"US","region":"CT","longitude":"-73.4157396","localized_address_display":"165 '
             'Water Street, Norwalk, CT '
             '06854","postal_code":"06854","address_1":"165 Water '
             'Street","address_2":"","latitude":"41.092425","localized_multi_line_address_display":["165 '
             'Water Street","Norwalk, CT '
             '06854"],"localized_area_display":"Norwalk, '
             'CT"},"latitude":"41.092425","organizer_id":"57207809973","google_place_id":"ChIJVVUJNYge6IkRau9-ajl-pOI","id":"295573298"},"current_status":30,"summary":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","is_locked":false,"shareable":true,"published":"2025-12-28T16:10:40Z","online_event":false,"organizer_id":"57207809973","category_id":"102","is_reserved_seating":false,"survey_type":"direct"},"affiliateCode":"echckt","widgetParentUrl":"https://www.nhrl.io/","gaSettings":{"userPartnerId":null,"appName":"checkout","activeScopeUserId":null,"appVersion":null,"guestPartnerId":"de57256e_7cb98edd9077bf0ea0aa326246d04397a49996db6666c1aa14d591eda8636c6ab98b8d1c8a641b9c6e317bec4d9f3aea","isActive":true,"correlationId":"bcd6aa0095b911f19ffcd28ef48a6532"},"stableId":"721bbba7-e508-4498-ab59-effeb32132f9","errors":[],"googleTagManager":{"should_include_google_tag_manager":true,"dfa_partner_id":"dfa_partner_id_not_set"},"ticketAvailabilityInfo":{"remaining_capacity":60,"has_available_hidden_tickets":true,"waitlist_enabled":false,"has_bogo_tickets":false,"has_available_tickets":true,"is_sold_out":false},"isEventbriteTLD":false,"defaultUserCountry":"US","collectQuestionsAfterPayment":false,"showOrgMarketingOptIn":true,"env":{"googleMapsQAKey":null,"defaultCurrency":"USD","signupUrl":"https://www.eventbrite.com/signin/signup/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","isEmbeddedView":false,"serverUrl":"https://www.eventbrite.com","showCookieHeader":false,"organizeUrls":{"suggested":[{"url":"/organizer/overview/","gaLabel":"WhyEventbrite","accentLink":false,"label":"Create '
             'Events"},{"url":"/organizer/pricing/","gaLabel":"Pricing","accentLink":false,"label":"Pricing"},{"url":"https://www.eventbrite.com/blog/","gaLabel":"Resources","accentLink":false,"label":"Resources"},{"url":"/l/contact-eventbrite-sales/","gaLabel":"ContactSales","accentLink":false,"label":"Contact '
             'Sales"}],"home":{"url":"/how-it-works/","gaLabel":"HowItWorks","label":"How '
             'it '
             'works"}},"signupNoReferrerUrl":"https://www.eventbrite.com/signin/signup/","ebDomain":"eventbrite.com","helpUrls":{"impressum":"https://www.eventbrite.com/support/articleredirect?anum=10983","home":"https://www.eventbrite.com/support","suggested":[{"url":"https://www.eventbrite.com/support/articleredirect?anum=3776","gaLabel":"FindYourTickets","label":"Find '
             'your '
             'tickets"},{"url":"https://www.eventbrite.com/support/articleredirect?anum=3275","gaLabel":"ContactAnEventOrganizer","label":"Contact '
             'an event '
             'organizer"},{"url":"https://www.eventbrite.com/support","gaLabel":"VisitTheHelpCenter","label":"Visit '
             'the help '
             'center"}]},"locales":[{"locale":"es_AR","localized_language_name":"Español '
             '(AR)","locale_name":"Argentina"},{"locale":"en_AU","localized_language_name":"English '
             '(AU)","locale_name":"Australia"},{"locale":"nl_BE","localized_language_name":"Belge","locale_name":"België"},{"locale":"fr_BE","localized_language_name":"Français '
             '(BE)","locale_name":"Belgique"},{"locale":"pt_BR","localized_language_name":"Português '
             '(BR)","locale_name":"Brasil"},{"locale":"en_CA","localized_language_name":"English '
             '(CA)","locale_name":"Canada '
             '(EN)"},{"locale":"fr_CA","localized_language_name":"Français '
             '(CA)","locale_name":"Canada '
             '(FR)"},{"locale":"es_CL","localized_language_name":"Español","locale_name":"Chile"},{"locale":"es_CO","localized_language_name":"Español '
             '(ES)","locale_name":"Colombia"},{"locale":"en_DK","localized_language_name":"English '
             '(DK)","locale_name":"Denmark"},{"locale":"de_DE","localized_language_name":"Deutsch","locale_name":"Deutschland"},{"locale":"es_ES","localized_language_name":"Español '
             '(ES)","locale_name":"España"},{"locale":"en_FI","localized_language_name":"English '
             '(FI)","locale_name":"Finland"},{"locale":"fr_FR","localized_language_name":"Français","locale_name":"France"},{"locale":"en_HK","localized_language_name":"English '
             '(HK)","locale_name":"Hong '
             'Kong"},{"locale":"en_IE","localized_language_name":"English '
             '(UK)","locale_name":"Ireland"},{"locale":"it_IT","localized_language_name":"Italiano","locale_name":"Italia"},{"locale":"es_MX","localized_language_name":"Español '
             '(MX)","locale_name":"México"},{"locale":"nl_NL","localized_language_name":"Nederlands","locale_name":"Nederland"},{"locale":"en_NZ","localized_language_name":"English '
             '(Australia/New Zealand)","locale_name":"New '
             'Zealand"},{"locale":"de_AT","localized_language_name":"Deutsch","locale_name":"Österreich"},{"locale":"es_PE","localized_language_name":"Español '
             '(ES)","locale_name":"Perú"},{"locale":"pt_PT","localized_language_name":"Português","locale_name":"Portugal"},{"locale":"de_CH","localized_language_name":"Deutsch '
             '(CH)","locale_name":"Schweiz"},{"locale":"en_SG","localized_language_name":"English '
             '(SG)","locale_name":"Singapore"},{"locale":"fr_CH","localized_language_name":"Français '
             '(CH)","locale_name":"Suisse"},{"locale":"sv","localized_language_name":"Svenska","locale_name":"Sverige"},{"locale":"en_GB","localized_language_name":"English '
             '(UK)","locale_name":"United '
             'Kingdom"},{"locale":"en_US","localized_language_name":"English '
             '(US)","locale_name":"United '
             'States"}],"signinUrl":"https://www.eventbrite.com/signin/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","searchQuery":null,"searchLocation":{"address":"New '
             'York, '
             'NY"},"launchNewSignInSignUpLinks":true,"adminServerUrl":"https://admin.eventbrite.com","currencyFormat":"¤#,##0.00","logoutUrl":"https://www.eventbrite.com/logout/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","loginUrl":"https://www.eventbrite.com/login/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","localeInfo":{"flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag.png","gold_support_phone_number":"1-877-297-6805","greetings":["Hello","Hi","Greetings","Dear"],"country_code":"US","language_code":"en","silver_support_phone_number":"1-877-297-6805","has_phone_support":true,"show_link_to_music_microsite":true,"flag_logo_medium_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag-32x32.png","paypal_locale":"en_US","group":"AMERICA","sales_email":"sales@eventbrite.com","prefixes":["Mr.","Mrs.","Ms.","Miss","Mx.","Dr.","Prof.","Rev."],"npo_service_fee_percent":"2.0%","uses_metric_system":false,"has_localized_support_team":false,"is_eventioz_locale":false,"tiktok_handle":"@eventbrite","latitude":37.775262,"app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Download_on_the_App_Store_Badge_US-UK_135x40.svg","youtube_channel":"www.youtube.com/user/EventbriteTV","android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=en_US","press_email":"press@eventbrite.com","tld_subdirectory":".com","hiw_sales_phone_number":"1-855-292-7905","base_ios_app_url":"http://itunes.apple.com/%s/app/eventbrite/id487922291","is_locale_enabled":true,"from_mail_charity":"charity@eventbrite.com","get_default_location_dict":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"get_default_location_name":"New '
             'York, '
             'NY","terms_of_service_url":"https://www.eventbrite.com/l/legalterms/","server":"http://www.eventbrite.com","address_4":"United '
             'States","address_1":"Eventbrite, Inc.","address_2":"535 Mission '
             'Street, 8th Floor","address_3":"San Francisco, CA '
             '94105","attendee_support_phone_number":"1-888-810-2063","default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"twitter_handle":"eventbritehelp","play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/en_generic_rgb_wo_45.png","locale":"en_US","base_android_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=%s","google_maps_language":"en","base_ios_app_badge_url":"%(server)s/eventbriteapp/?appstore&%(affiliate_params)s","paypal_support_number":"888-221-1161","localized_language_name":"English '
             '(US)","facebook_page":"www.facebook.com/Eventbrite","on_demand_payout_allowed":false,"nonprofit_501c3_fax_number":"1-888-855-2521","app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Available_on_the_App_Store_Badge_US-UK_135x40.svg","base_medium_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag-32x32.png","support_number_winter_hours":null,"is_deferred_payment_options_allowed":false,"music_microsite_url":"https://www.eventbrite.com/l/music/","first_week_day":6,"support_team_landing_page":"","sales_hours":"Mon-Fri '
             '6am-6pm '
             'PT","from_mail_order":"orders@eventbrite.com","support_phone":"1-800-350-8850","sales_contact_landing_page":"/l/contact-sales/","support_number_summer_hours":null,"help_center_language":"en-us","adobe_reader_url":"http://get.adobe.com/reader/","from_mail_installments":"installments@eventbrite.com","available_for_event_listing_override":null,"tiktok_page":"www.tiktok.com/@eventbrite","contact_sales_phone_number":"+1-877-620-9578","tld":".com","contact_us_path":"support/contact-us","show_cookie_policy_bar":false,"base_app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Available_on_the_App_Store_Badge_%s_135x40.svg","default_adobe_download_url":"http://get.adobe.com/reader/","recaptcha_language":"en","base_ios_entrymanager_url":"http://itunes.apple.com/%s/app/entry-manager/id368260521","default_language":"en-us","domain":"eventbrite.com","base_android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=%s","get_country_place_id":"85633793","outside_us_organizer_phone_number":"1-804-201-9585","default_currency":"USD","base_play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/%s_generic_rgb_wo_45.png","country_place_id":"85633793","old_event_locale":null,"press_blog_url":"/blog/press/","sales_phone_and_hours":"1-888-541-9753 '
             'Mon-Fri 6am-6pm '
             'PT","from_mail_ebhelp":"ebhelp@eventbrite.com","base_adobe_download_url":"http://get.adobe.com/%(language_code)s/reader/","organizations_support_phone_number":"1-855-872-1525","support_number_hours":null,"contact_us_sales_phone_number":"1-800-993-7308","facebook_org_page":"www.facebook.com/EventbriteforOrganizers","default_timezone":"America/Los_Angeles","show_support_special_hours_on_contact_us":false,"live_ops_support_phone_number":null,"contact_us_url":"https://www.eventbrite.com/support/contact-us","instagram_page":"www.instagram.com/eventbrite","default_language_name":"English '
             '(US)","longitude":-122.400197,"twitter_page":"www.x.com/eventbritehelp","localized_country_name":"United '
             'States","feature_flag":null,"android_attendee_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=en_US","is_latam":false,"ios_entrymanager_url":"http://itunes.apple.com/us/app/entry-manager/id368260521","base_app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Download_on_the_App_Store_Badge_%s_135x40.svg","npo_service_fee_charge":"$0.99 '
             'per '
             'ticket","facebook_locale":"en_US","paypal_locale_lc":"us","support_phone_number":"1-800-350-8850","npo_email":"nonprofit@eventbrite.com","first_week_day_from_sunday":0,"hreflang":"en-us","tos_path":"/l/legalterms/","default_paper_size":"letter","base_android_app_badge_url":"%(server)s/eventbriteapp/?playstore&%(affiliate_params)s","locale_name":"United '
             'States","default_professional_package":true,"uses_language_subdirectory":false,"sales_phone_number":"1-888-541-9753","google_analytics_url":"http://www.google.com/analytics","base_flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag.png","logo_url":"cdn.evbstatic.com/s3-build/perm_001/55d606/django/images/logos/eb_orange_on_white_1200x630.png","contact_sales_form_phone_number":"1-888-203-4469","alt_phone_number":"1-888-248-4220","sales_contact_link_text":"Contact '
             'Sales","ssl_server":"https://www.eventbrite.com","support_team_link_text":"","ios_attendee_app_url":"http://itunes.apple.com/us/app/eventbrite/id487922291","split_workspace":null,"music_url":"/l/music/","default_package":"package2","skip_package_selection":false,"split_feature_flag":null,"blog_url":"www.eventbrite.com/blog/","outside_us_phone_number":"1-415-694-7900","linked_in_page":"www.linkedin.com/company/eventbrite","live_ops_outside_us_phone_number":"1-415-813-3236"},"isMobile":false},"countryWithPostalCode":true,"featureFlags":{"enableTimedEntry":true,"launchFindMyTicketsCheckoutToOrderPage":true,"enableStripeElementsInAndroidNative":true,"enableRefundFeeRetentionPolicy":false,"seriesInfiniteCalendar":true,"checkoutUniversalFlag":true,"series_infinite_calendar_discounts":true,"disableEventbriteLegacyPaymentMethods":false,"launchSupportMultipleFacebookPixels":true,"checkoutResilienceTLZ":false,"launchPayinsPaymentMethodPaypal":true,"shouldHideSeriesStartTime":false,"enableNewRebrandingLogoAnimation":false,"series_infinite_calendar_min_price":false,"postCheckoutMandatoryQuestionsOrganizationsExclusions":false,"enableFullPageMarkup":true,"enablePaymentConstraintsInNewCreate":false,"paymentsLaunchStripeElements":false,"shouldBlockMarketingEventbriteEmails":false,"enableNonceBraintreePayments":true,"enableStripeElementsInIosNative":true,"launchBraintree3ds":false,"enableEBMarketingOptIn":true,"enableStripeElementsInMobileApp":false,"enable3DSecure2":false,"maxInstallments":{"isActive":false,"maxInstallmentsLimit":999},"launchEmbeddedCheckoutRetryOnPlaceError":false,"replaceLegacyPaymentMethodsWithStripeWhenNotEmbeddedCheckout":false,"enableEBMarketingOptInImplicit":false,"disableRecaptcha3":false,"checkout-custom-embedded":true,"new_wr_ui":true},"isModal":true,"waitingRoom":{"register_server":"https://www.eventbrite.com","step":"cart","is_activated_for_event":true,"queue_server":"https://inline.eventbrite.com","queue_id":"1273485359","allocation_time":"1786476039.42","event_id":"1273485359","is_live":true,"sold_out":false,"client_id":"86aa3dd260ea45dd80f27aecaea9b8e9","hash_code":"8d3879854fd7f7f6577ac2f550fbf2b0"},"maxAllowedPayin":0,"guestAge":"15cd","waitlistCode":null,"survey_info":"","requestExtraData":{"httpReferer":"https://www.nhrl.io/events","ip":"144.91.120.136","host":"www.eventbrite.com","method":"GET"},"isPayinsFlow":false,"teamToken":null,"guestId":"ed7e53ac-dd02-4160-bfcd-5b5e2fe2ef8b","user":{"intercomUserHash":null,"publicId":null,"hasEvents":false,"hasOrganizers":false,"usesNewPermissions":false,"guestId":"ed7e53ac-dd02-4160-bfcd-5b5e2fe2ef8b","canUseInterests":true,"isStaff":false,"canInvite":false,"fullName":null,"thumbnailUrl":null,"numOrders":0,"firstName":null,"hasGlobalPermissions":false,"isAttendee":false,"lastName":null,"activeOrganization":null,"hideOrganizationSwitch":true,"canCreateEvents":false,"hasContactsPermission":false,"email":null,"isAuthenticated":false,"orgHasEvents":false},"splitIOProdKey":"cnub9anfhoa4uivriv68t7soph5h0pihfi20","currentTimezone":"Europe/Paris","useAndroidProfile":false,"tickets":[{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409814310","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":true,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"All '
             'day access valid for entry & re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages '
             'until 5pm\\n\\n-Access to merch store, food trucks, coffee cart '
             '& bar, outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T19:30:00","utc":"2026-12-06T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409814310","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"display_name":"General Admission - '
             'Adult","unavailable":false,"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-12-05T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T19:30:00","utc":"2026-12-06T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"General '
             'Admission - '
             'Adult","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"General '
             'Admission - '
             'Adult","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409817786","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"All '
             'day access valid for entry & re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T19:30:00","utc":"2026-12-06T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409817786","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"display_name":"General Admission - Kids (ages '
             '4-15)","unavailable":false,"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-12-05T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T19:30:00","utc":"2026-12-06T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"General '
             'Admission - Kids (ages '
             '4-15)","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"General '
             'Admission - Kids (ages '
             '4-15)","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"79.00","value":7900,"display":"79.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409817895","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"total_cost":{"currency":"USD","major_value":"87.54","value":8754,"display":"87.54 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T14:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T14:30:00","utc":"2026-12-05T19:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"4.71","value":471,"display":"4.71 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":0,"max":1995,"percent":370,"fixed":179,"id":"1413309"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413289"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.33","value":233,"display":"2.33 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"79.00","value":7900,"display":"79.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409817895","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"display_name":"VIP - '
             'Adult","unavailable":false,"total_cost":{"currency":"USD","major_value":"87.54","value":8754,"display":"87.54 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-12-05T14:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T14:30:00","utc":"2026-12-05T19:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"4.71","value":471,"display":"4.71 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":0,"max":1995,"percent":370,"fixed":179,"id":"1413309"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413289"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.33","value":233,"display":"2.33 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"VIP '
             '- '
             'Adult","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"VIP '
             '- '
             'Adult","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"49.00","value":4900,"display":"49.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409818001","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"total_cost":{"currency":"USD","major_value":"54.20","value":5420,"display":"54.20 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T17:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T17:30:00","utc":"2026-12-05T22:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.75","value":275,"display":"2.75 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":275,"max":275,"percent":0,"fixed":275,"id":"1413039"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.00","value":100,"display":"1.00 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":100,"max":100,"percent":0,"fixed":100,"id":"1413269"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.45","value":145,"display":"1.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"49.00","value":4900,"display":"49.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409818001","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"display_name":"VIP - Kids (ages '
             '4-15)","unavailable":false,"total_cost":{"currency":"USD","major_value":"54.20","value":5420,"display":"54.20 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-12-05T17:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T17:30:00","utc":"2026-12-05T22:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.75","value":275,"display":"2.75 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":275,"max":275,"percent":0,"fixed":275,"id":"1413039"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.00","value":100,"display":"1.00 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":100,"max":100,"percent":0,"fixed":100,"id":"1413269"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.45","value":145,"display":"1.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"VIP '
             '- Kids (ages '
             '4-15)","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"VIP '
             '- Kids (ages '
             '4-15)","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"3","variant_input_type":"one","id":"3409818349","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T18:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T18:30:00","utc":"2026-12-05T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"3","id":"T3409818349","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"display_name":"Robot Driving Experience - 4X '
             'Tokens","unavailable":false,"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"delivery_methods":["electronic"],"description":"Drive a '
             'real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T18:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T18:30:00","utc":"2026-12-05T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"3","variant_input_type":"one","id":"3417517956","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet & mingle with builders; see the '
             'builder’s pre-tournament preparations.\\n(Pit passes are '
             'included with VIP tickets. Only purchased separately as an '
             'Add-On to any other ticket '
             'type)","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T09:00:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T09:00:00","utc":"2026-12-05T14:00:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"3","id":"T3417517956","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"display_name":"Friday Night Pit '
             'Pass","unavailable":false,"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"delivery_methods":["electronic"],"description":"Join us '
             'in the pit on the Friday night before the tournament from 6-8pm; '
             'pizza included! Meet & mingle with builders; see the builder’s '
             'pre-tournament preparations.\\n(Pit passes are included with VIP '
             'tickets. Only purchased separately as an Add-On to any other '
             'ticket '
             'type)","onsale_status":{"unavailable":false,"end_sales":"2026-12-05T09:00:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-12-05T09:00:00","utc":"2026-12-05T14:00:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Friday '
             'Night Pit '
             'Pass","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Friday '
             'Night Pit '
             'Pass","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null}],"existingOrderId":null,"captcha":{"recaptcha3PublicKey":"6LeiycQUAAAAAPuZ16-zS80TNACRMmXd8CAT_hs9","recaptcha2PublicKey":"6LehRw8fAAAAAJ8S1_MRks59_3nK7buJgoXcp3QV"},"refundableBalance":0,"socialSSOSettings":{"twoStepsSignup":false,"google":{"scope":"profile '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"126160502265-8i61veaglos3qqdc73t5b9gdp7uumclg.apps.googleusercontent.com"},"facebook":{"scope":"public_profile,email","version":"v12.0","appId":"28218816837"},"apple":{"scope":"name '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"6Q9LU82ADJ.com.eventbrite.attendee"}},"useIosProfile":false,"request":{"correlation_id":"bcd6aa0095b911f19ffcd28ef48a6532","params":{"modal":"1","eid":"1977511343662","parent":"https://www.nhrl.io/events"},"default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"path":"/checkout-external-context","serverName":"core-internal-soa-tlz-7b4465b988-j8xmn","is_bot":true,"lifecycle":"production","session_id":"d92a9bbf019042f7a97c32e134534b35","is_loginas_session":false},"refundPolicyValidityDays":7,"facebookOptions":{"version":"v2.8","xfbml":true,"appId":"28218816837"},"deferredPaymentDueDays":3,"roktJurisdiction":"EU","themeSettings":null,"urgencySignals":{"sortedMessages":[],"messages":{"goingFast":false,"salesEndSoon":false,"fewTickets":false}},"hasDigitalContent":false,"footerLinks":{"thirdFooterColumnName":"Find '
             'Events","countries":[{"locale":"es_AR","locale_name":"Argentina","href":"http://www.eventbrite.com.ar","tld":".com.ar"},{"locale":"en_AU","locale_name":"Australia","href":"http://www.eventbrite.com.au","tld":".com.au"},{"locale":"nl_BE","locale_name":"België","href":"http://www.eventbrite.be","tld":".be"},{"locale":"fr_BE","locale_name":"Belgique","href":"http://www.eventbrite.be/fr_BE/","tld":".be"},{"locale":"pt_BR","locale_name":"Brasil","href":"http://www.eventbrite.com.br","tld":".com.br"},{"locale":"en_CA","locale_name":"Canada '
             '(EN)","href":"http://www.eventbrite.ca","tld":".ca"},{"locale":"fr_CA","locale_name":"Canada '
             '(FR)","href":"http://www.eventbrite.ca/fr_CA/","tld":".ca"},{"locale":"es_CL","locale_name":"Chile","href":"http://www.eventbrite.cl","tld":".cl"},{"locale":"es_CO","locale_name":"Colombia","href":"http://www.eventbrite.co","tld":".co"},{"locale":"en_DK","locale_name":"Denmark","href":"http://www.eventbrite.dk","tld":".dk"},{"locale":"de_DE","locale_name":"Deutschland","href":"http://www.eventbrite.de","tld":".de"},{"locale":"es_ES","locale_name":"España","href":"http://www.eventbrite.es","tld":".es"},{"locale":"en_FI","locale_name":"Finland","href":"http://www.eventbrite.fi","tld":".fi"},{"locale":"fr_FR","locale_name":"France","href":"http://www.eventbrite.fr","tld":".fr"},{"locale":"en_HK","locale_name":"Hong '
             'Kong","href":"http://www.eventbrite.hk","tld":".hk"},{"locale":"en_IE","locale_name":"Ireland","href":"http://www.eventbrite.ie","tld":".ie"},{"locale":"it_IT","locale_name":"Italia","href":"http://www.eventbrite.it","tld":".it"},{"locale":"es_MX","locale_name":"México","href":"http://www.eventbrite.com.mx","tld":".com.mx"},{"locale":"nl_NL","locale_name":"Nederland","href":"http://www.eventbrite.nl","tld":".nl"},{"locale":"en_NZ","locale_name":"New '
             'Zealand","href":"http://www.eventbrite.co.nz","tld":".co.nz"},{"locale":"de_AT","locale_name":"Österreich","href":"http://www.eventbrite.at","tld":".at"},{"locale":"es_PE","locale_name":"Perú","href":"http://www.eventbrite.com.pe","tld":".com.pe"},{"locale":"pt_PT","locale_name":"Portugal","href":"http://www.eventbrite.pt","tld":".pt"},{"locale":"de_CH","locale_name":"Schweiz","href":"http://www.eventbrite.ch","tld":".ch"},{"locale":"en_SG","locale_name":"Singapore","href":"http://www.eventbrite.sg","tld":".sg"},{"locale":"fr_CH","locale_name":"Suisse","href":"http://www.eventbrite.ch/fr_CH/","tld":".ch"},{"locale":"sv","locale_name":"Sverige","href":"http://www.eventbrite.se","tld":".se"},{"locale":"en_GB","locale_name":"United '
             'Kingdom","href":"http://www.eventbrite.co.uk","tld":".co.uk"},{"locale":"en_US","locale_name":"United '
             'States","href":"http://www.eventbrite.com","tld":".com"}],"thirdFooterColumn":[{"locale":"en_US","pk":642,"title":"New '
             'Orleans Food & Drink '
             'Events","link":"https://www.eventbrite.com/b/la--new-orleans/food-and-drink/","position":1},{"locale":"en_US","pk":1,"title":"San '
             'Francisco Holiday '
             'Events","link":"https://www.eventbrite.com/b/ca--san-francisco/holiday/","position":2},{"locale":"en_US","pk":54,"title":"Tulum '
             'Music '
             'Events","link":"https://www.eventbrite.com/b/mexico--tulum/music/","position":3},{"locale":"en_US","pk":637,"title":"Denver '
             'Hobby '
             'Events","link":"https://www.eventbrite.com/b/co--denver/hobbies/","position":4},{"locale":"en_US","pk":638,"title":"Atlanta '
             'Pop Music '
             'Events","link":"https://www.eventbrite.com/b/ga--atlanta/music/pop/","position":5},{"locale":"en_US","pk":640,"title":"New '
             'York '
             'Events","link":"https://www.eventbrite.com/d/ny--new-york/events/","position":6},{"locale":"en_US","pk":639,"title":"Chicago '
             'Events","link":"https://www.eventbrite.com/d/il--chicago/events/","position":7},{"locale":"en_US","pk":641,"title":"Events '
             'in Dallas '
             'Today","link":"https://www.eventbrite.com/d/tx--dallas/events--today/","position":8},{"locale":"en_US","pk":1117,"title":"Los '
             'Angeles '
             'Events","link":"https://www.eventbrite.com/d/ca--los-angeles/events/","position":9},{"locale":"en_US","pk":1442,"title":"Washington '
             'Events","link":"https://www.eventbrite.com/d/dc--washington/events/","position":10}],"popularSearches":[{"locale":"en_US","pk":564,"title":"Create '
             'Events","link":"https://www.eventbrite.com/organizer/overview/","position":1},{"locale":"en_US","pk":811,"title":"Pricing","link":"https://www.eventbrite.com/organizer/pricing/","position":2},{"locale":"en_US","pk":565,"title":"Event '
             'Marketing '
             'Platform","link":"https://www.eventbrite.com/organizer/features/event-marketing-platform/","position":3},{"locale":"en_US","pk":678,"title":"Eventbrite '
             'Mobile Ticket '
             'App","link":"https://www.eventbrite.com/l/eventbrite-app/","position":4},{"locale":"en_US","pk":539,"title":"Eventbrite '
             'Check-In '
             'App","link":"https://www.eventbrite.com/organizer/features/organizer-check-in-app/","position":5},{"locale":"en_US","pk":677,"title":"Eventbrite '
             'App '
             'Marketplace","link":"https://www.eventbrite.com/apps/","position":6},{"locale":"en_US","pk":680,"title":"Event '
             'Registration '
             'Software","link":"https://www.eventbrite.com/organizer/features/registration-online/","position":7},{"locale":"en_US","pk":682,"title":"Community '
             'Guidelines","link":"https://www.eventbrite.com/l/community-guidelines/","position":8},{"locale":"en_US","pk":818,"title":"FAQs","link":"https://www.eventbrite.com/l/frequently-asked-questions/","position":9},{"locale":"en_US","pk":683,"title":"Sitemap","link":"https://www.eventbrite.com/sitemap/","position":10}],"eventsToPlan":[{"locale":"en_US","pk":575,"title":"Sell '
             'Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/features/sell-tickets/","position":1},{"locale":"en_US","pk":817,"title":"Performing '
             'Arts Ticketing '
             'Software","link":"https://www.eventbrite.com/organizer/event-industry/performing-arts/","position":2},{"locale":"en_US","pk":693,"title":"Sell '
             'Concert Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/event-type/music-venues/","position":3},{"locale":"en_US","pk":572,"title":"Event '
             'Payment '
             'System","link":"https://www.eventbrite.com/organizer/features/event-payment/","position":4},{"locale":"en_US","pk":1444,"title":"Solutions '
             'for Professional '
             'Services","link":"https://www.eventbrite.com/organizer/event-industry/professional-services/","position":5},{"locale":"en_US","pk":1449,"title":"Event '
             'Management '
             'Software","link":"https://www.eventbrite.com/organizer/features/event-management-software/","position":6},{"locale":"en_US","pk":573,"title":"Halloween '
             'Party '
             'Planning","link":"https://www.eventbrite.com/organizer/event-type/halloween-event/","position":7},{"locale":"en_US","pk":973,"title":"Virtual '
             'Events '
             'Platform","link":"https://www.eventbrite.com/organizer/event-type/virtual-events-platform/","position":8},{"locale":"en_US","pk":571,"title":"QR '
             'Codes for Event '
             'Check-In","link":"https://www.eventbrite.com/organizer/features/how-to-use-qr-codes-for-events/","position":9},{"locale":"en_US","pk":578,"title":"Post '
             'your event '
             'online","link":"https://www.eventbrite.com/organizer/features/post-events/","position":10}],"showMinimalLinks":false},"headers":{},"backend":"bff","app_version":"24.58.11","assets":[{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.58.11--eds-4.3.228.css","target":"web","kind":"style"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js","kind":"script","target":"web"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout.345779434535349d9a12.node.js","kind":"script","target":"node"}],"isFullPageMarkup":true};</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS__" '
             'type="application/json">[5091,7686,8209,1201,2494,9275,9796,2633,2046,2981,935,1734,8222,1047,9642,5482,9155,2077,5849,7066]</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS___ext" '
             'type="application/json">{"namedChunks":["TicketSelectionFullSizeModule"]}</script><script '
             'data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a74195f4bab525ba8ede.web.js" '
             'defer=""></script><script data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/checkout.5e1f1de050c913a01737.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5091.b2db5d86184884c8f225.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/7686.a74397d255616cc98e93.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8209.55be54d778ca8020bb95.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1201.041436773a6f8b1aa4bf.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2494.4618ff594d0244dbd47d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9275.97f9e9de1a9f9f2f287d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9796.f7642541981dd3e1f044.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2633.e2eb0955a5231f915cf9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2046.6ac095f2a92afa25027c.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2981.9a4f14a110b84532f022.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/935.a060d221654cb2fa0c9b.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1734.7dac6c5a3857b63b67e0.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8222.76f14011c1a981ed828a.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1047.5200b8653ce06a1e7636.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9642.b734cb67b1ce60681bd9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5482.ab0a6c58aaa9f75e4741.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9155.288d3ea6219766bc46e8.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2077.f0cb5e388b145a26ceca.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5849.f4b3f86265ac9db1630a.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/TicketSelectionFullSizeModule.4d5f962c99c154fe0cd2.async.web.js" '
             'defer=""></script><script '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js"></script></body></html>'}
2026-08-11 21:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 21:20:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 21:20:41 [nh_rl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 21:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.eventbrite.com/checkout-external?eid=1996164639171&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_world_championship_pro_tour_-_rd._3_Nov_07',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Nov</div><div>07</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">November 2026 Pro Tour</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL '
             'World Championship Pro Tour - Rd. 3</p><p class="cta '
             'event-bar_event_date__ZlfdC">Sat Nov 07<!-- --> / <!-- -->10:00 '
             'AM<!-- --> Eastern<!-- --> <!-- -->/ <!-- -->House of Havoc, '
             'Norwalk CT</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><noscript><a '
             'target="_blank" class="btn__transparent '
             'event-bar_event_cta__Z1Br_ link" '
             'href="https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1996164640174?aff=oddtdtcreator" '
             'rel="noreferrer"><span>Buy Tickets</span></a></noscript><button '
             'id="eventbrite-widget-modal-trigger-1996164639171" type="button" '
             'class="btn__transparent event-bar_event_cta__Z1Br_">Buy '
             'Tickets</button></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span><html '
             'lang="en" translate="no" '
             'data-reactroot=""><head><title>Eventbrite | NHRL 2026 Robot '
             'Fighting World Championships</title><meta charSet="utf-8"/><meta '
             'http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta '
             'http-equiv="Content-Language" content="en"/><link '
             'rel="preconnect" href="https://cdn.evbstatic.com"/><link '
             'rel="dns-prefetch" href="https://cdn.evbstatic.com"/><link '
             'rel="preconnect" href="https://img.evbuc.com"/><link '
             'rel="dns-prefetch" href="https://img.evbuc.com"/><link '
             'rel="preconnect" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="preconnect" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="preconnect" href="https://cdn.branch.io"/><link '
             'rel="dns-prefetch" href="https://cdn.branch.io"/><link '
             'rel="preconnect" href="https://www.googletagmanager.com"/><link '
             'rel="dns-prefetch" '
             'href="https://www.googletagmanager.com"/><link rel="icon" '
             'type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/47b8f02467cdb5057631db20aa6a3941-favicon-194x194.png" '
             'sizes="194x194"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png" '
             'sizes="192x192"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b266fa53e981463be62f87f06323a34-favicon-96x96.png" '
             'sizes="96x96"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8dbce85ed7cd0af4297db23a12653f8b-favicon-32x32.png" '
             'sizes="32x32"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/e37e62d90093e4c571201954cbac2e26-favicon-16x16.png" '
             'sizes="16x16"/><link rel="shortcut icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/c794986f47d9e8e37e74693ebb0d086d-favicon.ico"/><link '
             'rel="mask-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/740f6e87010bb1e4be37c0cd9a4297b9-safari-pinned-tab.svg" '
             'color="#f6682f"/><link rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><meta '
             'name="msapplication-TileImage" '
             'content="https://cdn.evbstatic.com/s3-build/fe/build/images/47d6ffaf057d2c62ea1875cc707e2bb0-mstile-144x144.png"/><meta '
             'name="msapplication-TileColor" content="#f6682f"/><meta '
             'name="theme-color" content="#f6682f"/><meta '
             'name="application-name" content="Eventbrite"/><meta '
             'name="apple-mobile-web-app-title" content="Eventbrite"/><link '
             'rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><link '
             'rel="manifest" '
             'href="data:application/manifest+json,%7B%22name%22%3A%22Eventbrite%22%2C%22display%22%3A%22standalone%22%2C%22icons%22%3A%5B%7B%22sizes%22%3A%2236x36%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F662830450459559b6cce770d5a3fb793-favicon-36x36.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2248x48%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8e3cd31667ed62bb563018114f651bca-favicon-48x48.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2272x72%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2Ff293b5e291a0d436d72ef1be39c891f9-favicon-72x72.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2296x96%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8b266fa53e981463be62f87f06323a34-favicon-96x96.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22144x144%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F47d6ffaf057d2c62ea1875cc707e2bb0-favicon-144x144.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22192x192%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%5D%2C%22scope%22%3A%22https%3A%2F%2Fwww.eventbrite.com%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.eventbrite.com%2F%3Futm_source%3Da2h_menu%22%2C%22background_color%22%3A%22%23f6682f%22%2C%22theme_color%22%3A%22%23f6682f%22%7D"/><meta '
             'name="y_key" content="d92e23811007b438"/><meta '
             'name="msvalidate.01" '
             'content="A9AB07B7E430E4608E0BC57AFA5004AA"/><script '
             'type="text/javascript">    window.EBFONTCOND_PROPERTIES = {\n'
             '        "family": "Neue Plak Condensed",\n'
             '        "weights": {},\n'
             '        "marmTextWeights": {},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/dfcae5/django/js/src/eb/fonts/neueplak-condensed.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak-condensed.12-01-2018","EB.fonts.neueplak-condensed.12-03-2018"],\n'
             '        "version": "EB.fonts.neueplak-condensed.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFONT_PROPERTIES = {\n'
             '        "family": "Neue Plak",\n'
             '        "weights": '
             '{"light":300,"regular":400,"medium":500,"semibold":600,"bold":700,"black":800},\n'
             '        "marmTextWeights": {},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/01489c/django/js/src/eb/fonts/neueplak.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak.03-19-2019","EB.fonts.neueplak.10-24-2018","EB.fonts.neueplak.09-20-2018","EB.fonts.neueplak.09-04-2018","EB.fonts.neueplak.08-30-2018","EB.fonts.neueplak.08-24-2018","EB.fonts.benton.10-26-2016","EB.fonts.benton.11-29-2016"],\n'
             '        "version": "EB.fonts.neueplak.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFOUNDERSGROTESK_QUERY_PARAM = "be_grotesk";\n'
             '    window.EBFOUNDERSGROTESK_PROPERTIES = {\n'
             '        "family": "Founders Grotesk",\n'
             '        "weights": '
             '{"light":300,"regular":400,"medium":500,"semibold":600,"bold":700,"black":700},\n'
             '        "marmTextWeights": '
             '{"regular":400,"textSemibold":500,"bold":600,"black":700},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/fe/dist/font-loader/1.6.2/browser/founders-grotesk.js",\n'
             '        "oldVersions": '
             '["EB.fonts.founders-grotesk.06-23-2026"],\n'
             '        "version": "EB.fonts.founders-grotesk.06-25-2026"\n'
             '    };</script><script type="text/javascript" charSet="utf-8" '
             'crossorigin="anonymous" id="eb-font-loader-script">/* '
             'eslint-disable */\n'
             '!(function (w, d) {\n'
             '  /* EB-324197 Step 0: the single writer for the be_grotesk '
             'preference cookie.\n'
             '     Lifted verbatim out of the query-param branch so that '
             'branch and the\n'
             '     default-path write below cannot drift in their attributes. '
             '*/\n'
             '  var writeFoundersGroteskCookie = function (param, value, '
             'maxAge) {\n'
             '    try {\n'
             '      var domain = w.location.hostname.match(\n'
             '        /(?:^|\\.)(evbqa\\.com|eventbrite\\.com)$/,\n'
             '      );\n'
             '      d.cookie =\n'
             '        param +\n'
             "        '=' +\n"
             '        value +\n'
             "        '; Max-Age=' +\n"
             '        maxAge +\n'
             "        '; Path=/' +\n"
             "        (domain ? '; Domain=.' + domain[1] : '') +\n"
             "        '; SameSite=Lax' +\n"
             "        (w.location.protocol === 'https:' ? '; Secure' : '');\n"
             '    } catch (e) {}\n'
             '  };\n'
             '  (w.EB = w.EB || {}),\n'
             '    (EB.renderFonts = function (fonts, settings) {\n'
             '      settings || (settings = w.EBFONT_PROPERTIES);\n'
             '      for (\n'
             "        var css = '',\n"
             "          style = d.createElement('style'),\n"
             "          family = typeof settings == 'string' ? settings : "
             'settings.family,\n'
             '          i = 0,\n'
             '          font;\n'
             '        (font = fonts[i]);\n'
             '        i++\n'
             '      )\n'
             '        css +=\n'
             '          "@font-face{font-family:\'" +\n'
             '          family +\n'
             '          "\';font-weight:" +\n'
             '          font.weight +\n'
             "          ';font-style:' +\n"
             '          font.style +\n'
             "          ';src:url(data:' +\n"
             "          (font.mimeType || 'application/font-woff') +\n"
             "          ';base64,' +\n"
             '          font.base64 +\n'
             '          ") format(\'" +\n'
             "          (font.format || 'woff') +\n"
             '          "\');}";\n'
             '      style.styleSheet && !style.sheet\n'
             '        ? (style.styleSheet.cssText = css)\n'
             '        : style.appendChild(d.createTextNode(css)),\n'
             "        d.getElementsByTagName('head')[0].appendChild(style),\n"
             "        (d.documentElement.className += ' font-has-loaded');\n"
             '    }),\n'
             '    (EB.readWriteFontFromLocalStorage = function (settings) {\n'
             '      if (!settings) return;\n'
             '      for (var i = 0; i < settings.oldVersions.length; i++)\n'
             '        localStorage.removeItem(settings.oldVersions[i]);\n'
             '      var fonts = '
             'JSON.parse(localStorage.getItem(settings.version));\n'
             '      if (fonts) EB.renderFonts(fonts, settings);\n'
             '      else {\n'
             "        var script = d.createElement('script');\n"
             '        (script.src = settings.src),\n'
             '          (EB.shouldRenderFonts = !0),\n'
             '          (EB.shouldRenderSecondaryFonts = !0),\n'
             '          '
             "d.getElementsByTagName('head')[0].appendChild(script),\n"
             '          setTimeout(function () {\n'
             '            (EB.shouldRenderFonts = !1),\n'
             '              (EB.shouldRenderSecondaryFonts = !1);\n'
             '          }, 3e3);\n'
             '      }\n'
             '    }),\n'
             '    (EB.isFoundersGroteskEnabled = function () {\n'
             '      var param = w.EBFOUNDERSGROTESK_QUERY_PARAM || '
             "'be_grotesk',\n"
             "        query = new RegExp('[?&]' + param + "
             "'=(true|false)(&|$)').exec(\n"
             '          w.location.search,\n'
             '        );\n'
             '      if (query) {\n'
             "        /* 604800 = 7d: an explicit preference keeps today's "
             'lifetime. */\n'
             '        writeFoundersGroteskCookie(param, query[1], 604800);\n'
             "        return query[1] === 'true';\n"
             '      }\n'
             '      /* EB-324197 Step 0: Founders Grotesk is now the default. '
             'An explicit\n'
             "         cookie still wins, so '?be_grotesk=false' (and the "
             'cookie it writes)\n'
             '         stays as the escape hatch back to Neue Plak. */\n'
             '      try {\n'
             '        var cookie = new RegExp(\n'
             "          '(?:^|;\\\\s*)' + param + '=(true|false)(?:;|$)',\n"
             '        ).exec(d.cookie);\n'
             '        if (cookie) {\n'
             "          return cookie[1] === 'true';\n"
             '        }\n'
             '      } catch (e) {\n'
             '        /* Cookies unreadable: adopt the default but do not try '
             'to persist it. */\n'
             '        return true;\n'
             '      }\n'
             '      /* EB-324197 Step 0: no param and no cookie - adopt '
             'Founders AND persist\n'
             '         it, because this cookie is a per-host signal shared '
             "with CORE's\n"
             "         embed.js and valkyrie's fontPreferenceInlineScript. "
             'Once any one stack\n'
             '         writes it, surfaces whose own default has not flipped '
             'yet read it and\n'
             '         serve Founders too. Idempotent: an existing cookie '
             'returns above, so\n'
             '         this never clobbers a value. Gated on '
             'EBFOUNDERSGROTESK_PROPERTIES so a\n'
             '         surface that never had Founders cannot flip the user '
             'elsewhere.\n'
             '         86400 = 24h, deliberately shorter than the 7d explicit '
             'write: this\n'
             '         cookie is a propagation bridge, not a stored '
             'preference, so it bounds\n'
             '         the rollback window to a day while still covering a '
             'session and\n'
             '         same-day cross-stack navigation. */\n'
             '      if (w.EBFOUNDERSGROTESK_PROPERTIES) {\n'
             "        writeFoundersGroteskCookie(param, 'true', 86400);\n"
             '      }\n'
             '      return true;\n'
             '    }),\n'
             '    (EB.getActiveFontSettings = function () {\n'
             '      return w.EBFOUNDERSGROTESK_PROPERTIES && '
             'EB.isFoundersGroteskEnabled()\n'
             '        ? w.EBFOUNDERSGROTESK_PROPERTIES\n'
             '        : w.EBFONT_PROPERTIES;\n'
             '    }),\n'
             '    (EB.renderActiveFontTokens = function (settings) {\n'
             '      if (!settings) return;\n'
             "      var style = d.createElement('style'),\n"
             '        weights = settings.weights || {},\n'
             '        marmTextWeights = settings.marmTextWeights || {},\n'
             '        family = settings.family.replace(/\\\\/g, '
             "'\\\\\\\\').replace(\n"
             "          /'/g,\n"
             '          "\\\\\'",\n'
             '        ),\n'
             '        css =\n'
             '          ":root{--eb-font-family:\'" +\n'
             '          family +\n'
             '          "\';--eb-font-weight-light:" +\n'
             '          (weights.light || 300) +\n'
             '          ";--marm-typography-themed-font-family-body:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-head:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-title:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-display:\'" '
             '+\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-signal:\'" +\n'
             '          family +\n'
             '          "\';--marm-text-weight-regular:" +\n'
             '          (marmTextWeights.regular || 400) +\n'
             "          ';--marm-text-weight-text-semibold:' +\n"
             '          (marmTextWeights.textSemibold || 600) +\n'
             "          ';--marm-text-weight-bold:' +\n"
             '          (marmTextWeights.bold || 700) +\n'
             "          ';--marm-text-weight-black:' +\n"
             '          (marmTextWeights.black || 800) +\n'
             "          ';}';\n"
             '      style.styleSheet && !style.sheet\n'
             '        ? (style.styleSheet.cssText = css)\n'
             '        : style.appendChild(d.createTextNode(css)),\n'
             "        d.getElementsByTagName('head')[0].appendChild(style);\n"
             '    });\n'
             '  var activeFontSettings = EB.getActiveFontSettings();\n'
             '  EB.renderActiveFontTokens(activeFontSettings);\n'
             '  try {\n'
             '    if (w.localStorage)\n'
             '      try {\n'
             "        localStorage.setItem('localStorage', 1),\n"
             "          localStorage.removeItem('localStorage'),\n"
             '          activeFontSettings == w.EBFOUNDERSGROTESK_PROPERTIES\n'
             "            ? ((d.documentElement.className += ' "
             "font-founders-grotesk'),\n"
             '              '
             'EB.readWriteFontFromLocalStorage(activeFontSettings))\n'
             '            : '
             '(EB.readWriteFontFromLocalStorage(activeFontSettings),\n'
             '              '
             'EB.readWriteFontFromLocalStorage(w.EBFONTCOND_PROPERTIES));\n'
             '      } catch (e) {\n'
             '        (Storage.prototype._setItem = '
             'Storage.prototype.setItem),\n'
             '          (Storage.prototype.setItem = function () {});\n'
             '      }\n'
             '  } catch (e) {}\n'
             '})(window, document);</script><link rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.58.11--eds-4.3.228.css"/><link '
             'data-chunk="checkout" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout.e55e61e5743bb6e34a02.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/519.5dc2b0671d7d1eed58b8.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/9686.b29187b1ddee9bbbd79a.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/4447.2c442f8ffecca7590400.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/5849.24fb1809988dbdea7a69.css"/><script '
             'type="text/javascript">/*global document, window */\n'
             '\n'
             'var checkoutExternalUrls = [\n'
             "    '/checkout-external',\n"
             "    '/tickets-external',\n"
             "    '/signin/checkout',\n"
             '];\n'
             '\n'
             'window.EB = window.EB || {};\n'
             '\n'
             'window.EB.TranscendConsent = (function () {\n'
             '    return {\n'
             '        shouldDisableTranscend: function () {\n'
             '            if(this.isEmbeddableContent()){\n'
             '                return true;\n'
             '            }\n'
             '            try {\n'
             '                return this.isCheckoutOrIframe();\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isEmbeddableContent: function () {\n'
             '            return this.isEmbeddableStructuredContent();\n'
             '        },\n'
             '        isEmbeddableStructuredContent: function () {\n'
             '            var structuredContenEmbeddableUrls = [\n'
             "                '/structured_content/widgets',\n"
             '            ];\n'
             '            '
             'if(structuredContenEmbeddableUrls.find(function(url){\n'
             '                return window.location.pathname.indexOf(url) !== '
             '-1;\n'
             '            })){\n'
             '                return true;\n'
             '            }\n'
             '            return false;\n'
             '        },\n'
             '        isCheckoutOrIframe: function () {\n'
             '            return (\n'
             '                '
             'checkoutExternalUrls.indexOf(window.location.pathname) >= 0 ||\n'
             '                this.isInsideIframe()\n'
             '            );\n'
             '        },\n'
             '        isInsideIframe: function () {\n'
             '            try {\n'
             '                return window.self !== window.top;\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isNonTld: function () {\n'
             '            try {\n'
             "                return !['evbdev', 'evbqa', 'eventbrite'].find(\n"
             '                    (env) => '
             'window.parent.location.hostname.indexOf(env) >= 0,\n'
             '                );\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isInsideNonTldIframe: function () {\n'
             '            return this.isInsideIframe() && this.isNonTld();\n'
             '        },\n'
             '    };\n'
             '})();</script><script type="text/javascript">// Define dataLayer '
             'and the gtag function.\n'
             'window.dataLayer = window.dataLayer || [];\n'
             "if (typeof gtag !== 'function') function gtag(){ "
             'dataLayer.push(arguments); }\n'
             "gtag('set', 'developer_id.dOGRkZj', true);\n"
             '// Europe is opt-in consent, so ad storage is denied by '
             'default.\n'
             "gtag('consent', 'default', {\n"
             "    'ad_storage': 'granted',\n"
             "    'analytics_storage': 'granted',\n"
             "    'region': "
             "['AT','BE','BG','CZ','DE','DK','ES','FI','FR','GB','GR','HU','IE','IT','LU','NL','PL','PT','RO','SE','BR','TH','TR'],\n"
             "    'wait_for_update': 500\n"
             '});\n'
             '// Passing ad click, client ID, and session ID information in '
             'URLs\n'
             "gtag('set', 'url_passthrough', true);</script><script "
             'data-cfasync="false" '
             'src="https://cdntranscend.eventbrite.com/cm/f2747157-cf59-4ef1-8703-018defe51764/airgap.js" '
             'data-sync-endpoint="https://synctranscend.eventbrite.com/consent-manager/f2747157-cf59-4ef1-8703-018defe51764" '
             'data-ui-z-index="550" data-tracker-overrides="[...] '
             'GoogleConsentMode:security_storage=Essential" '
             'data-protect-realms="self" data-ui-shadow-root="open" '
             'data-locale="en" '
             'data-local-sync="allow-network-observable"></script><script '
             'type="text/javascript">  const regimes = window.airgap && '
             'window.airgap.getRegimes ? window.airgap.getRegimes() : null;\n'
             '  const defaultRegime = regimes ? regimes.values().next().value '
             ': "CPRA";\n'
             '  console.log("Regime detected is "+ defaultRegime + ", loading '
             'transcend");\n'
             '  \n'
             'if (!EB.TranscendConsent.shouldDisableTranscend()) {\n'
             '      // Add the event listener\n'
             '      window.airgap.addEventListener(\n'
             "        'sync',\n"
             '        () => {\n'
             '          window.transcend.ready((transcend) => {\n'
             '            console.log("Sync done: Show banner")\n'
             '            transcend.autoShowConsentManager();\n'
             '          })\n'
             '        },\n'
             '        { once: true } // we only want this to run on initial '
             'sync\n'
             '      );\n'
             '  \n'
             '} else { console.log("Do not show banner") }\n'
             '  dataLayer.push({ event: "transcendLoaded" });\n'
             '  </script><script type="text/javascript">window.dataLayer = '
             'window.dataLayer || [];\n'
             'dataLayer.push({\n'
             "    'dfaPartnerID': 'dfa_partner_id_not_set',\n"
             "    'publicUserID': '',\n"
             '});\n'
             '\n'
             "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n"
             "new Date().getTime(),event:'gtm.js'});var "
             'f=d.getElementsByTagName(s)[0],\n'
             "j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n"
             "'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n"
             "})(window,document,'script','dataLayer','GTM-5P8FXJ');</script><script "
             'type="text/javascript">var customActions = {\n'
             "    SaveClicked: 'save_event',\n"
             '};\n'
             'var branchMedatata = { metadata : {} };\n'
             '//Adding user authenticated metatag\n'
             '\n'
             '\n'
             '\n'
             '(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.defer=1;d.src="https://cdn.branch.io/branch-latest.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener '
             'applyCode autoAppIndex banner closeBanner closeJourney '
             'creditHistory credits data deepview deepviewCta first getCode '
             'init link logout redeem referrals removeListener sendSMS '
             'setBranchViewData setIdentity track validateCode '
             'trackCommerceEvent logEvent disableTracking".split(" "), 0);\n'
             "    branch.init('key_live_epYrpbv3NngOvWj47OM81jmgCFkeYUlx' , "
             'branchMedatata, function(err, data) '
             '{branch.addListener(branchListener);});\n'
             '\n'
             'function branchListener(eventName, data) {\n'
             '\n'
             '    var eventsToTrack = [\n'
             "        'didShowJourney',\n"
             "        'didClickJourneyCTA',\n"
             "        'didClickJourneyClose',\n"
             '    ]; // List of events to track\n'
             '\n'
             '    if (eventName && data && data.journey_link_data && '
             'eventsToTrack.includes(eventName)){\n'
             '        var journeyName = data.journey_link_data.journey_name + '
             "' - ' + data.journey_link_data.view_name +' - ' + "
             'data.journey_link_data.journey_id;\n'
             '        trackEventBranchIO(eventName, journeyName);\n'
             '    }\n'
             '}\n'
             '\n'
             'function trackEventBranchIO(eventName, journeyName) {\n'
             '  if (window && window.dataLayer) {\n'
             '    window.dataLayer.push({\n'
             '      eventName,\n'
             '      eventData: { journeyName },\n'
             '      // Required:\n'
             "      event: 'track',\n"
             '      sendToHeap: true,\n'
             '    });\n'
             '  }\n'
             '}\n'
             '\n'
             'function addBranchIOMetatags(\n'
             '    name,\n'
             '    content,\n'
             '    extraData = null,\n'
             '){\n'
             '\n'
             '    var metadata = {\n'
             '        [name]: content,\n'
             '        custom_action: customActions[name] ? customActions[name] '
             ': name,\n'
             '    };\n'
             '\n'
             '    //Keep userAuthenticated metadata\n'
             '    \n'
             '\n'
             '    //Adding metadata\n'
             '    addMetadata(metadata);\n'
             '\n'
             '    //Add extra data\n'
             '    extraData && addMetadata(extraData);\n'
             '\n'
             "    branch.track('pageview');\n"
             '}\n'
             '\n'
             'function addMetadata(branchData){\n'
             '    if (document) {\n'
             '        Object.entries(branchData).forEach(([key, value]) => {\n'
             "            const meta = document.createElement('meta');\n"
             '            meta.content = value;\n'
             "            meta.name = 'branch:deeplink:' + key;\n"
             '            document.head.appendChild(meta);\n'
             '        });\n'
             '    }\n'
             '}</script><meta name="robots" content="noindex, follow, "/><meta '
             'name="description" content="Eventbrite brings people together '
             'through live experiences. Discover events that match your '
             'passions, or create your own with online ticketing '
             'tools."/><meta name="viewport" content="initial-scale=1, '
             'width=device-width"/></head><body '
             'class="modal-active"><noscript><iframe '
             'src="https://www.googletagmanager.com/ns.html?id=GTM-5P8FXJ" '
             'height="0" width="0" '
             'style="display:none;visibility:hidden"></iframe></noscript><div '
             'id="root" data-reactroot=""><div '
             'data-spec="focus-trap-component"><div class="eds-modal '
             'eds-fx--fade-in eds-modal--aperture eds-modal--active '
             'eds-modal--set-height" data-spec="eds-modal" '
             'aria-label="Checkout NHRL 2026 Robot Fighting World '
             'Championships" aria-modal="true" role="dialog"><div '
             'class="eds-modal__body eds-fx--fade-in eds-modal--aperture" '
             'aria-hidden="false" data-spec="eds-modal-body"><div '
             'class="eds-modal__content"><div '
             'class="eds-collapsible-pane-layout"><div '
             'class="eds-collapsible-pane-layout__content '
             'eds-collapsible-pane-layout__content--has-pane"><div '
             'class="eds-modal__container"><header class="eds-modal__header '
             'eds-align--center-vertical"><div '
             'class="eds-modal__title-container eds-modal__title-spacing"><h2 '
             'id="eds-modal-title" class="eds-text-bl--fixed '
             'eds-text--truncate eds-modal__title eds-text-color--ui-800" '
             'data-spec="eds-modal__title" data-testid="eds-modal__title">NHRL '
             '2026 Robot Fighting World Championships</h2><span '
             'class="eds-l-pad-hor-4 eds-l-mar-top-4 eds-align--center '
             'eds-text-bs--fixed eds-text-color--ui-600" '
             'data-spec="eds-modal__secondary-title" '
             'data-testid="eds-modal__secondary-title">Saturday, November 7 · '
             '10am - 10:30pm EST</span><div '
             'class="eds-modal__title-spacing"><hr class="eds-divider__hr '
             'eds-bg-color--ui-200 eds-divider--horizontal" '
             'data-spec="divider-hr" '
             'aria-hidden="true"/></div></div></header><main '
             'class="eds-modal__main" data-spec="eds-modal__main" '
             'data-testid="eds-modal__main"><div '
             'class="eds-modal__content"><div id="edsModalContentChildren" '
             'class="eds-modal__content__children"><div class="eds-g-cell '
             'eds-g-cell-mw-10-12 eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 '
             'eds-g-offset-mn-0-12 eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 '
             'eds-g-cell-sn-12-12 eds-g-cell-12-12 eds-l-sn-pad-hor-4 '
             'eds-l-pad-hor-6" data-spec="checkout-widget-tickets-page"><div '
             'data-spec="focus-ref"></div><div class="eds-l-sn-mar-top-0 '
             'eds-l-sm-mar-top-0  eds-l-mar-top-2 eds-l-md-mar-top-2  '
             'eds-l-mw-mar-top-8 eds-l-ln-mar-top-8 eds-l-lg-mar-top-8 '
             'eds-l-lw-mar-top-8"><div class="eds-l-sn-mar-top-6 '
             'eds-l-sm-mar-top-6 eds-l-sw-mar-top-6 '
             'eds-l-mar-top-8"><div><div><form class="responsive-form '
             'eds-g-group" data-automation="promo-code-form" '
             'data-testid="promo-code-form"><div class="eds-g-cell '
             'eds-g-cell-12-12"><div class="FormControl_root__1a1jb"><div '
             'class="FormControl_main__1a1jb '
             'checkout-customization-css-class"><div '
             'class="FormControl_fieldContainer__1a1jb"><input type="text" '
             'id="promo-code-field" class="TextField_root__fca6v" title="Promo '
             'Code" aria-labelledby="label-promo-code help-promo-code" '
             'placeholder="Enter code" data-automation="promo-code-field" '
             'data-spec="promo-code-field" value="" name="promo"/><label '
             'id="label-promo-code" class="FormControl_primaryLabel__1a1jb" '
             'for="promo-code-field">Promo Code</label></div><span '
             'class="FormControl_validationAdornment__1a1jb"></span><span '
             'class="FormControl_suffix__1a1jb"><button disabled="" '
             'data-automation="promo-code-form-cta-text" '
             'data-spec="promo-code-form-cta-text" '
             'data-testid="promo-code-form-cta-text" class="eds-btn--button '
             'eds-btn--none eds-btn--disabled" aria-disabled="true" '
             'type="button"><span class="eds-text-bm--fixed '
             'eds-text-color--grey-500">Apply</span></button></span></div><div '
             'class="FormControl_aside__1a1jb"><div '
             'class="FormControl_helperTextWrapper__1a1jb"></div></div></div></div></form></div><div '
             'class="eds-g-grid"></div></div></div><form '
             'data-testid="ticket-selection-full-size-page-form"><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Tickets</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - '
             'Adult</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3444881136"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Nov 7, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\n'
             '\n'
             'Ticket Descripti…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3444881138"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Nov 7, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Adult</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3444881140"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$87.54</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $8.54 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Nov 7, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3444881142"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$54.20</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $5.20 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Nov 7, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Prime Time Show</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3444881144"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$17.45</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.45 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Nov 7, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '-Watch the Prim…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Add-ons</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Robot Driving Experience - 4X '
             'Tokens</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3444881146"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Nov 7, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Friday Night Pit '
             'Pass</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3444881150"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Nov 7, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet &amp; mingle with builders; see the '
             'builder’s pre-tournament prepa…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div></form></div><div '
             'class="eds-l-mar-vert-6 eds-align--center-vertical '
             'eds-align--space-between" '
             'data-spec="language-brand-container"><div class="eds-g-cell '
             'eds-g-cell-6-12 eds-g-cell-sm-8-12 eds-l-pad-bot-2" '
             'data-spec="brand-text"><a target="_blank" rel="noopener '
             'noreferrer" class="checkout-widget__powered-by-eventbrite '
             'eds-text-color--grey-600 eds-text-bs" title="Powered by '
             'Eventbrite" href="https://eventbrite.com">Powered by<i '
             'class="eds-vector-image eds-brand--medium '
             'eds-vector-image--grey-600 eds-vector-image-size--reset '
             'checkout-widget__powered-by-eventbrite__icon" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="logo-wordmark-brand_svg__Layer_1" x="0" y="0" viewBox="0 0 '
             '2300 400.8" xml:space="preserve"><style>\n'
             '        .logo-wordmark-brand_svg__st3{fill:#221d19}\n'
             '    </style><g><g><path class="logo-wordmark-brand_svg__st3" '
             'd="M794 99.5l-43.2 123H749l-43.1-123h-75.6l73.8 '
             '198h85.8l73.8-198zM1204.1 94.1c-29.8 0-53.4 13.3-64 '
             '35.1V99.5h-72v198.1h72v-97.3c0-29.8 9.8-49.3 34.2-49.3 21.8 0 '
             '29.4 14.2 29.4 '
             '41.3v105.2h72V173.2c0-41.3-17.4-79.1-71.6-79.1zM1753.1 '
             '134.6V99.5h-72v198.1h72V207c0-33.3 16.5-47.7 43.1-47.7 13.8 0 '
             '28.9 2.7 38.7 8.5v-68c-4.9-4-15.6-7.6-27.6-7.6-26.2 0-47.1 '
             '20.2-54.2 42.4zM1846.9 99.5h72v198.1h-72z"></path><circle '
             'class="logo-wordmark-brand_svg__st3" cx="1882.9" cy="44.9" '
             'r="40.7"></circle><path class="logo-wordmark-brand_svg__st3" '
             'd="M2028.9 221.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 30.2-24.5 '
             '54.6-54.7 54.6v49.7h26.7v93.2c0 46.7 31.5 60.4 64.9 60.4 27.1 0 '
             '44.4-6.7 59.6-17.8v-46.6c-12 4.9-21.8 6.7-30.6 '
             '6.7-14.7.1-22.7-6.6-22.7-23.5zM1402 245.1s-.1 0 0 0h-.2c-14.6 '
             '0-22.5-6.7-22.5-23.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 '
             '30.2-24.5 54.6-54.7 54.6h-.1v49.7h26.7v93.2c0 46.7 31.5 60.4 '
             '64.9 60.4 27.1 0 44.4-6.7 59.6-17.8v-46.6c-11.9 4.9-21.7 '
             '6.8-30.5 6.8zM1402 245.1h-.1.1c-.1 0 0 0 0 0zM543.9 94.2c-61.7 '
             '0-107.9 44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 '
             '92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c-.1-53.7-35.2-99-101.3-99zM507 '
             '178.6c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9H507zM954.1 94.2c-61.7 0-107.9 44.9-107.9 107.5 0 63.1 45.3 '
             '101.3 108.8 101.3 57.7 0 92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 '
             '22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c0-53.7-35.1-99-101.3-99zm-36.9 '
             '84.4c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9h-69.8zM2300 193.2c0-53.7-35.1-99-101.3-99-61.7 0-107.9 '
             '44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 92.2-30.1 '
             '100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20zm-138.1-14.6c2.7-18.7 12.9-32.9 '
             '36-32.9 21.3 0 32.9 15.1 33.8 32.9h-69.8zM1582 93.8c-33.3 0-55.6 '
             '16-65.4 39.6v-116h-72v280.1h55.6l12.4-34.2c11.1 24 36 39.6 68 '
             '39.6 59.6 0 89.4-45.8 89.4-104.5 '
             '0-58.4-29.8-104.6-88-104.6zm-25.3 153.4c-24.5 '
             '0-40-18.7-40-47.6V197c0-28.5 15.6-47.1 40-47.1 28 0 40.9 20 40.9 '
             '48.5 0 28.8-12.9 48.8-40.9 48.8z"></path></g><path '
             'class="logo-wordmark-brand_svg__st3" d="M302.8 269L170.1 '
             '165.6c-2.2-1.7.1-5.1 2.5-3.7l51.8 29c23.5 13.2 53.2 5.5 '
             '67.4-17.3 15-24.1 7.1-55.8-17.5-70l-76-43.9c-2.4-1.4-.6-5.1 '
             '2-4l34.9 14c.1 0 .9.3 1.2.4 3.7 1.3 7.7 2 11.8 2 18.9 0 34.5-15 '
             '35.8-32.8C285.7 16.1 268.1 0 247 0H85.6C64.9 0 47.4 16.9 47.7 '
             '37.6c.1 11 5.1 20.8 12.8 27.5 5.8 5.1 25.4 20.7 34.7 28.2 1.7 '
             '1.3.7 4-1.4 4H61.5C27.5 97.5 0 125.1 0 159.1c0 17.2 7 32.7 18.4 '
             '44l187.1 177.8c13.2 12.3 31 19.9 50.5 19.9 41 0 74.2-33.2 '
             '74.2-74.2-.1-23.2-10.7-44-27.4-57.6z"></path></g></svg></i></a></div><div '
             'class="eds-g-cell eds-text-color--grey-600 eds-g-cell-6-12 '
             'eds-g-cell-sm-4-12 eds-text--right" '
             'data-automation="language-selector" '
             'data-spec="language-selector"><div class="u-inline-flex"><div '
             'class="LanguageSelector-module__languageLabelAndSelector___293FF"><div '
             'class="LanguageSelector-module__selectField___2RUEM '
             'checkout-customization-css-class"><div '
             'class="FormControl_root__1a1jb"><div '
             'class="FormControl_main__1a1jb"><div '
             'class="FormControl_fieldContainer__1a1jb '
             'FormControl_fieldContainerFullWidth__1a1jb"><select '
             'id="language-select-field" class="SelectField_root__d7paj" '
             'aria-label="Select your language" title="" '
             'aria-labelledby="label-language" '
             'data-automation="language-dropdown" '
             'name="language-select-field"><option value="" '
             'data-option="hidden"> </option><option '
             'value="de_DE">Deutsch</option><option value="de_CH">Deutsch '
             '(CH)</option><option value="en_AU">English (AU)</option><option '
             'value="en_CA">English (CA)</option><option value="en_DK">English '
             '(DK)</option><option value="en_FI">English (FI)</option><option '
             'value="en_GB">English (UK)</option><option selected="" '
             'value="en_US">English (US)</option><option value="es_AR">Español '
             '(AR)</option><option value="es_ES">Español (ES)</option><option '
             'value="es_MX">Español (MX)</option><option '
             'value="fr_FR">Français</option><option value="fr_CA">Français '
             '(CA)</option><option value="fr_CH">Français (CH)</option><option '
             'value="it_IT">Italiano</option><option '
             'value="nl_NL">Nederlands</option><option '
             'value="pt_PT">Português</option><option value="pt_BR">Português '
             '(BR)</option><option value="sv">Svenska</option></select><label '
             'id="label-language" class="FormControl_primaryLabel__1a1jb '
             'FormControl_primaryLabelOpen__1a1jb" '
             'for="language-select-field">Language:</label></div><span '
             'class="FormControl_validationAdornment__1a1jb"></span><span '
             'class="FormControl_suffix__1a1jb"><button type="button" '
             'tabindex="-1" class="SelectField_chevronButton__d7paj" '
             'aria-labelledby="label-language"><i class="Icon_root__73u2e '
             'Icon_icon-small__73u2e" aria-hidden="true"><svg '
             'xmlns="http://www.w3.org/2000/svg" width="24" height="24" '
             'fill="#3A3247" viewBox="0 0 24 24" color="#4B4D63"><path d="m7 '
             '10.224 5 4.936 5-4.936-1.414-1.397L12 12.367l-3.585-3.54z" '
             'clip-rule="evenodd"></path></svg></i></button></span></div><div '
             'class="FormControl_aside__1a1jb"><div '
             'class="FormControl_helperTextWrapper__1a1jb"></div></div></div></div></div></div></div></div></div></div><div '
             'class="eds-modal__footer-background undefined"><div '
             'class="eds-modal__footer eds-g-cell eds-g-cell-mw-10-12 '
             'eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 eds-g-offset-mn-0-12 '
             'eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 eds-g-cell-sn-12-12 '
             'eds-g-cell-12-12 eds-l-sn-pad-hor-4 eds-l-pad-hor-6 '
             'PageFooter-module__modalFooter___x707S" '
             'data-spec="eds-modal__footer"><div '
             'class="PageFooter-module__modalFooterWrapper___1-QTQ"><div '
             'class="eds-show-down-sw '
             'PageFooter-module__easyRefundsRow___37Vx6"><div '
             'class="PageFooter-module__easyRefundsCartSummary___3ULNf"><div '
             'class="eds-align--right"><button '
             'data-testid="cart-summary-button" class="eds-show-down-sw '
             'eds-btn--none" aria-label="Show order summary" '
             'aria-pressed="false" aria-expanded="false" '
             'aria-controls="order-summary" disabled="" type="button"><div '
             'class="CartSummary-module__cartSummary___2faKa" '
             'aria-hidden="true"><div class="eds-text--truncate '
             'eds-l-pad-vert-2 eds-text--right eds-l-pad-right-4"><span '
             'class="eds-text-color--grey-800 eds-text-bm--fixed '
             'eds-text-weight--heavy '
             'CartSummary-module__collapsiblePriceRow___lTYLn" '
             'data-automation="modal-footer-ticket-price" '
             'data-testid="modal-footer-ticket-price">$0.00</span></div></div></button></div></div></div><div '
             'class="eds-align--right"><button '
             'data-spec="eds-modal__primary-button" '
             'data-automation="eds-modal__primary-button" '
             'data-testid="eds-modal__primary-button" class="eds-btn '
             'eds-btn--button eds-btn--fill eds-btn--full-width" '
             'type="button">Check '
             'out</button></div></div></div></div></div></main></div></div><div '
             'class="eds-collapsible-pane-layout__pane" '
             'data-spec="eds-collapsible-pane-layout-pane"><div '
             'class="eds-collapsible-pane-layout-pane__content"><aside '
             'id="order-summary" aria-label="Order summary" '
             'class="eds-collapsible-pane-layout__content '
             'checkout-widget__ticket-page--pane-content"><style>:root {\n'
             '                    --focus-x: 50%;\n'
             '                    --focus-y: 50%;\n'
             '                </style><div '
             'class="FocalPointImage-module__container___1iydr '
             'eds-show-up-mn"><div '
             'class="FocalPointImage-module__ie11FlexFix___3GBXb"></div></div><div '
             'class="eds-align--center EmptyPane-module__root___2dmKz" '
             'data-spec="pane-empty-cart-container"><i class="eds-vector-image '
             'eds-icon--medium eds-vector-image--grey-300 '
             'EmptyPane-module__icon___3cSOX" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="cart_svg__eds-icon--cart_svg" x="0" y="0" viewBox="0 0 24 '
             '24" xml:space="preserve"><path '
             'id="cart_svg__eds-icon--cart_base" fill-rule="evenodd" '
             'clip-rule="evenodd" d="M20 14l2-9H9v1h11.9l-1.7 7.1L7 '
             '14V2H2v3h4v12h14v-1H7v-1l13-1zM3 3h3v1H3V3z"></path><g '
             'id="cart_svg__eds-icon--cart_circles" fill-rule="evenodd" '
             'clip-rule="evenodd"><path d="M8 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 '
             '2-2-.9-2-2-2zm0 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM18 '
             '18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.6 '
             '0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 '
             '1z"></path></g></svg></i></div></aside></div></div></div><div '
             'class="eds-modal__close-button"><span class="eds-icon-button '
             'eds-icon-button--over-image eds-icon-button--neutral" '
             'data-spec="icon-button"><button '
             'data-automation="modal-close-button" data-spec="close-button" '
             'id="modal-close-button" class="eds-btn--button eds-btn--none '
             'eds-btn--icon-only" type="button"><i class="eds-vector-image '
             'eds-icon--small eds-vector-image--block" title="" '
             'data-spec="icon" data-testid="icon"><svg '
             'id="cross-chunky_svg__eds-icon--cross-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve" '
             'aria-hidden="true"><path '
             'id="cross-chunky_svg__eds-icon--cross-chunky_base" d="M13.4 '
             '12l3.5-3.5-1.4-1.4-3.5 3.5-3.5-3.5-1.4 1.4 3.5 3.5-3.5 3.5 1.4 '
             '1.4 3.5-3.5 3.5 3.5 1.4-1.4z"></path></svg><span '
             'class="eds-is-hidden-accessible">Close</span></i></button></span></div></div></div></div></div></div><input '
             'type="hidden" style="display:none" '
             'name="csrfmiddlewaretoken"/><script>const csrfInput = '
             "document.getElementsByName('csrfmiddlewaretoken')[0];\n"
             'const csrfToken = '
             '/csrftoken=([^;]*)(;|$)/.exec(document.cookie)[1];\n'
             'csrfInput.value = csrfToken;</script><script '
             'type="text/javascript">window.__i18n__={"locale":"en_US"};\n'
             '\n'
             'var isFrame = window.parent !== window;\n'
             '\n'
             'if (isFrame) {\n'
             '    window.parent.postMessage({\n'
             "        messageName: 'widgetRenderComplete',\n"
             "        eventId: '1996164639171'\n"
             "    }, 'https://www.nhrl.io/');\n"
             '\n'
             '    var _ebCheckoutReady = false;\n'
             '    window.__ebMarkCheckoutReady = function() { _ebCheckoutReady '
             '= true; };\n'
             '\n'
             "    document.addEventListener('click', function(e) {\n"
             '        if (!_ebCheckoutReady && '
             'e.target.closest(\'[data-spec="close-button"]\')) {\n'
             '            window.parent.postMessage({\n'
             "                messageName: 'widgetModalClose',\n"
             "                eventId: '1996164639171'\n"
             "            }, 'https://www.nhrl.io/');\n"
             '        }\n'
             '    });\n'
             '}\n'
             '\n'
             '\n'
             'window.__SERVER_DATA__={"teamSettings":null,"isGDPRCountry":true,"requestPromoCode":"","app_name":"checkout","grylls":{"options":{"environment":"prod","debugging":false,"enabled":true},"trackingData":{"Google '
             'Analytics":[{"pixelId":"G-9DPRMQ1LCM","id":"5380433","events":{}}]}},"refundPolicyCode":"custom","isRegistrationEvent":false,"isMyOrderFlow":false,"isProd":true,"roktApiKey":null,"event":{"hide_start_date":false,"should_not_index_in_search_engines":false,"subcategory_id":"2007","slugified_name":"nhrl-2026-robot-fighting-world-championships","is_series_parent":false,"event_sales_status":{"start_sales_date":{"timezone":"America/New_York","local":"1970-01-01T00:00:00","utc":"1970-01-01T05:00:00Z"},"end_sales_date":{"timezone":"America/New_York","local":"2026-11-07T21:30:00","utc":"2026-11-08T02:30:00Z"},"default_message":null,"sales_status":"on_sale","currency":"USD","message_code":null,"message":null,"message_type":null},"listing_display_flags":{"should_hide_all_dates":false,"should_display_short_address":true,"should_show_add_to_calendar":true,"status_is_not_yet_started":false,"should_show_timezone":true,"event_is_sold_out":false,"should_show_promo_code_link":true,"should_display_ticket_end_date":true,"should_show_waitlist_at_capacity":false,"should_show_waitlist_for_event":false,"status_any_ticket_not_yet_started":false},"currency":"USD","style_id":"456156284","capacity":70,"locale":"en_US","ticket_resellers":[],"id":"1996164639171","privacy_setting":"unlocked","style":{"button_text_color":"#FFFFFF","secondary_text_color":"#ADB0B6","button_background_color":"#00CC52","box_text_color":"#45494E","link_color":"#00A8F2","text_color":"#45494E","box_header_background_color":"#EFF2F5","box_background_color":"#FFFFFF","box_border_color":"#D2D6DF","box_header_text_color":"#45494E","background_color":"#F8F8FA","id":"456156284"},"venue_id":"295573298","user_id":"1282399756513","checkout_info":{"checkout_groups":[{"id":"1","title":"Tickets"},{"id":"3","title":"Add-ons"}]},"start":{"timezone":"America/New_York","local":"2026-11-07T10:00:00","utc":"2026-11-07T15:00:00Z"},"tx_time_limit":1200,"show_seatmap_thumbnail":false,"has_access_code":true,"inventory_type":"limited","show_colors_in_seatmap_thumbnail":false,"logo_id":"1173601770","source":"coyote","listed":true,"is_series":true,"hide_end_date":false,"should_show_promo_code_link":true,"status":"live","_type":"event","description":{"text":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","html":"The world\'s most exciting, dangerous '
             "and electrifying fighting robots compete for a place at NHRL's "
             '2026 Pro World '
             'Championships."},"has_advanced_teams_enabled":false,"show_pick_a_seat":false,"payment_options":{"should_accept_offline":0,"should_accept_oxxo":false,"should_accept_visa_debit_for_payment":false,"epp_country":"US","should_accept_sofort":false,"should_accept_visa_for_payment":true,"should_accept_discover_for_payment":true,"should_show_paypal_payment_method":false,"should_accept_rapipago":false,"should_only_accept_amex_for_payment":false,"accept_moneris":false,"has_payment_options":true,"should_accept_mercado_pago_credit_cards":false,"should_accept_mastercard_for_payment":true,"should_accept_maestro_bancontact":false,"should_accept_ideal":false,"authnet_cards_list":[],"should_accept_pagofacil":false,"accept_authnet":false,"moneris_cards_list":[],"should_accept_boleto_bancario":false,"should_accept_amex_for_payment":true,"should_accept_invoice":false,"should_accept_sepa_direct_debit":false},"is_free":false,"organization_id":"1282399756513","is_externally_ticketed":false,"is_protected_event":false,"has_tax_country_exemptions":null,"show_remaining":false,"ticket_classes":[],"end":{"timezone":"America/New_York","local":"2026-11-07T22:30:00","utc":"2026-11-08T03:30:00Z"},"format_id":"14","properties":{"is_sales_client":true,"is_paid":true,"locale":"en_US","copy_link_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1996164639171?utm_source=cpd&utm_medium=discovery&utm_content=attendeeshare&utm_term=listing","logo_focal_point":{"y":0.5,"x":0.5},"is_opted_out_of_google_analytics_universal":false,"total_tickets":13,"has_logo":true,"has_donation_tickets_available":null,"is_shareable":true,"canonical_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918","is_donation":false,"meta_description":"Eventbrite '
             '- National Havoc Robot League presents NHRL 2026 Robot Fighting '
             'World Championships - Saturday, November 7, 2026 at NHRL - '
             'National Havoc Robot League, Norwalk, CT. Find event and ticket '
             'information.","fb_plain_description":"The world\'s most '
             'exciting, dangerous and electrifying fighting robots compete for '
             "a place at NHRL's 2026 Pro World "
             'Championships.","is_live":true,"image_sizes":{"small":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=360&auto=format%2Ccompress&q=75&sharp=10&s=f361d8b94eae2e7cea03867ec831a680","large":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=1440&auto=format%2Ccompress&q=75&sharp=10&s=d70617a7e09e9625996fc1e61c16d363","medium":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116"},"shortname":null,"logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","image":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116","has_payment_options":true,"non_vanity_absolute_url_ssl":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1996164639171","ssl_logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","display_short_address":"Norwalk, '
             'CT","is_free":false,"is_ended":false,"is_google_analytics_ecommerce_tracking_enabled":false,"sales_not_yet_started":false,"is_series_parent":false,"is_draft":false,"currency":"USD","has_cropped_logo":false,"hide_start_date":false,"is_unavailable":false,"is_sales_ended":false,"is_protected":false,"payment_type":"eventbrite","google_analytics":null,"is_reserved_seating":false,"non_vanity_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1996164639171","is_published":true},"tld":".com","series_id":"1977507082918","organization":{"id":"1282399756513","vertical":"default"},"name":{"text":"NHRL '
             '2026 Robot Fighting World Championships","html":"NHRL 2026 Robot '
             'Fighting World '
             'Championships"},"language":"en-us","created":"2026-07-30T19:17:43Z","url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1996164639171","changed":"2026-08-11T17:56:13Z","venue":{"user_id":"1282399756513","name":"NHRL '
             '- National Havoc Robot '
             'League","places":[],"longitude":"-73.4157396","address":{"city":"Norwalk","country":"US","region":"CT","longitude":"-73.4157396","localized_address_display":"165 '
             'Water Street, Norwalk, CT '
             '06854","postal_code":"06854","address_1":"165 Water '
             'Street","address_2":"","latitude":"41.092425","localized_multi_line_address_display":["165 '
             'Water Street","Norwalk, CT '
             '06854"],"localized_area_display":"Norwalk, '
             'CT"},"latitude":"41.092425","organizer_id":"57207809973","google_place_id":"ChIJVVUJNYge6IkRau9-ajl-pOI","id":"295573298"},"current_status":30,"summary":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","is_locked":false,"shareable":true,"published":"2025-12-28T16:10:40Z","online_event":false,"organizer_id":"57207809973","category_id":"102","is_reserved_seating":false,"survey_type":"direct"},"affiliateCode":"echckt","widgetParentUrl":"https://www.nhrl.io/","gaSettings":{"userPartnerId":null,"appName":"checkout","activeScopeUserId":null,"appVersion":null,"guestPartnerId":"de57256e_16fe3866b972787672ad2ab6154423f4bb7c80d82a4805b4a80267dbab26d3d11643c87e45e7ce900ecf7642a5523003","isActive":true,"correlationId":"bceffaf395b911f1bea4426c0e028966"},"stableId":"47ca140e-3b69-41da-aac9-36df6b2a405e","errors":[],"googleTagManager":{"should_include_google_tag_manager":true,"dfa_partner_id":"dfa_partner_id_not_set"},"ticketAvailabilityInfo":{"remaining_capacity":70,"has_available_hidden_tickets":true,"waitlist_enabled":false,"has_bogo_tickets":false,"has_available_tickets":true,"is_sold_out":false},"isEventbriteTLD":false,"defaultUserCountry":"US","collectQuestionsAfterPayment":false,"showOrgMarketingOptIn":true,"env":{"googleMapsQAKey":null,"defaultCurrency":"USD","signupUrl":"https://www.eventbrite.com/signin/signup/?referrer=%2Fcheckout-external-context%3Feid%3D1996164639171%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","isEmbeddedView":false,"serverUrl":"https://www.eventbrite.com","showCookieHeader":false,"organizeUrls":{"suggested":[{"url":"/organizer/overview/","gaLabel":"WhyEventbrite","accentLink":false,"label":"Create '
             'Events"},{"url":"/organizer/pricing/","gaLabel":"Pricing","accentLink":false,"label":"Pricing"},{"url":"https://www.eventbrite.com/blog/","gaLabel":"Resources","accentLink":false,"label":"Resources"},{"url":"/l/contact-eventbrite-sales/","gaLabel":"ContactSales","accentLink":false,"label":"Contact '
             'Sales"}],"home":{"url":"/how-it-works/","gaLabel":"HowItWorks","label":"How '
             'it '
             'works"}},"signupNoReferrerUrl":"https://www.eventbrite.com/signin/signup/","ebDomain":"eventbrite.com","helpUrls":{"impressum":"https://www.eventbrite.com/support/articleredirect?anum=10983","home":"https://www.eventbrite.com/support","suggested":[{"url":"https://www.eventbrite.com/support/articleredirect?anum=3776","gaLabel":"FindYourTickets","label":"Find '
             'your '
             'tickets"},{"url":"https://www.eventbrite.com/support/articleredirect?anum=3275","gaLabel":"ContactAnEventOrganizer","label":"Contact '
             'an event '
             'organizer"},{"url":"https://www.eventbrite.com/support","gaLabel":"VisitTheHelpCenter","label":"Visit '
             'the help '
             'center"}]},"locales":[{"locale":"es_AR","localized_language_name":"Español '
             '(AR)","locale_name":"Argentina"},{"locale":"en_AU","localized_language_name":"English '
             '(AU)","locale_name":"Australia"},{"locale":"nl_BE","localized_language_name":"Belge","locale_name":"België"},{"locale":"fr_BE","localized_language_name":"Français '
             '(BE)","locale_name":"Belgique"},{"locale":"pt_BR","localized_language_name":"Português '
             '(BR)","locale_name":"Brasil"},{"locale":"en_CA","localized_language_name":"English '
             '(CA)","locale_name":"Canada '
             '(EN)"},{"locale":"fr_CA","localized_language_name":"Français '
             '(CA)","locale_name":"Canada '
             '(FR)"},{"locale":"es_CL","localized_language_name":"Español","locale_name":"Chile"},{"locale":"es_CO","localized_language_name":"Español '
             '(ES)","locale_name":"Colombia"},{"locale":"en_DK","localized_language_name":"English '
             '(DK)","locale_name":"Denmark"},{"locale":"de_DE","localized_language_name":"Deutsch","locale_name":"Deutschland"},{"locale":"es_ES","localized_language_name":"Español '
             '(ES)","locale_name":"España"},{"locale":"en_FI","localized_language_name":"English '
             '(FI)","locale_name":"Finland"},{"locale":"fr_FR","localized_language_name":"Français","locale_name":"France"},{"locale":"en_HK","localized_language_name":"English '
             '(HK)","locale_name":"Hong '
             'Kong"},{"locale":"en_IE","localized_language_name":"English '
             '(UK)","locale_name":"Ireland"},{"locale":"it_IT","localized_language_name":"Italiano","locale_name":"Italia"},{"locale":"es_MX","localized_language_name":"Español '
             '(MX)","locale_name":"México"},{"locale":"nl_NL","localized_language_name":"Nederlands","locale_name":"Nederland"},{"locale":"en_NZ","localized_language_name":"English '
             '(Australia/New Zealand)","locale_name":"New '
             'Zealand"},{"locale":"de_AT","localized_language_name":"Deutsch","locale_name":"Österreich"},{"locale":"es_PE","localized_language_name":"Español '
             '(ES)","locale_name":"Perú"},{"locale":"pt_PT","localized_language_name":"Português","locale_name":"Portugal"},{"locale":"de_CH","localized_language_name":"Deutsch '
             '(CH)","locale_name":"Schweiz"},{"locale":"en_SG","localized_language_name":"English '
             '(SG)","locale_name":"Singapore"},{"locale":"fr_CH","localized_language_name":"Français '
             '(CH)","locale_name":"Suisse"},{"locale":"sv","localized_language_name":"Svenska","locale_name":"Sverige"},{"locale":"en_GB","localized_language_name":"English '
             '(UK)","locale_name":"United '
             'Kingdom"},{"locale":"en_US","localized_language_name":"English '
             '(US)","locale_name":"United '
             'States"}],"signinUrl":"https://www.eventbrite.com/signin/?referrer=%2Fcheckout-external-context%3Feid%3D1996164639171%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","searchQuery":null,"searchLocation":{"address":"New '
             'York, '
             'NY"},"launchNewSignInSignUpLinks":true,"adminServerUrl":"https://admin.eventbrite.com","currencyFormat":"¤#,##0.00","logoutUrl":"https://www.eventbrite.com/logout/?referrer=%2Fcheckout-external-context%3Feid%3D1996164639171%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","loginUrl":"https://www.eventbrite.com/login/?referrer=%2Fcheckout-external-context%3Feid%3D1996164639171%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","localeInfo":{"flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag.png","gold_support_phone_number":"1-877-297-6805","greetings":["Hello","Hi","Greetings","Dear"],"country_code":"US","language_code":"en","silver_support_phone_number":"1-877-297-6805","has_phone_support":true,"show_link_to_music_microsite":true,"flag_logo_medium_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag-32x32.png","paypal_locale":"en_US","group":"AMERICA","sales_email":"sales@eventbrite.com","prefixes":["Mr.","Mrs.","Ms.","Miss","Mx.","Dr.","Prof.","Rev."],"npo_service_fee_percent":"2.0%","uses_metric_system":false,"has_localized_support_team":false,"is_eventioz_locale":false,"tiktok_handle":"@eventbrite","latitude":37.775262,"app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Download_on_the_App_Store_Badge_US-UK_135x40.svg","youtube_channel":"www.youtube.com/user/EventbriteTV","android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=en_US","press_email":"press@eventbrite.com","tld_subdirectory":".com","hiw_sales_phone_number":"1-855-292-7905","base_ios_app_url":"http://itunes.apple.com/%s/app/eventbrite/id487922291","is_locale_enabled":true,"from_mail_charity":"charity@eventbrite.com","get_default_location_dict":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"get_default_location_name":"New '
             'York, '
             'NY","terms_of_service_url":"https://www.eventbrite.com/l/legalterms/","server":"http://www.eventbrite.com","address_4":"United '
             'States","address_1":"Eventbrite, Inc.","address_2":"535 Mission '
             'Street, 8th Floor","address_3":"San Francisco, CA '
             '94105","attendee_support_phone_number":"1-888-810-2063","default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"twitter_handle":"eventbritehelp","play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/en_generic_rgb_wo_45.png","locale":"en_US","base_android_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=%s","google_maps_language":"en","base_ios_app_badge_url":"%(server)s/eventbriteapp/?appstore&%(affiliate_params)s","paypal_support_number":"888-221-1161","localized_language_name":"English '
             '(US)","facebook_page":"www.facebook.com/Eventbrite","on_demand_payout_allowed":false,"nonprofit_501c3_fax_number":"1-888-855-2521","app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Available_on_the_App_Store_Badge_US-UK_135x40.svg","base_medium_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag-32x32.png","support_number_winter_hours":null,"is_deferred_payment_options_allowed":false,"music_microsite_url":"https://www.eventbrite.com/l/music/","first_week_day":6,"support_team_landing_page":"","sales_hours":"Mon-Fri '
             '6am-6pm '
             'PT","from_mail_order":"orders@eventbrite.com","support_phone":"1-800-350-8850","sales_contact_landing_page":"/l/contact-sales/","support_number_summer_hours":null,"help_center_language":"en-us","adobe_reader_url":"http://get.adobe.com/reader/","from_mail_installments":"installments@eventbrite.com","available_for_event_listing_override":null,"tiktok_page":"www.tiktok.com/@eventbrite","contact_sales_phone_number":"+1-877-620-9578","tld":".com","contact_us_path":"support/contact-us","show_cookie_policy_bar":false,"base_app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Available_on_the_App_Store_Badge_%s_135x40.svg","default_adobe_download_url":"http://get.adobe.com/reader/","recaptcha_language":"en","base_ios_entrymanager_url":"http://itunes.apple.com/%s/app/entry-manager/id368260521","default_language":"en-us","domain":"eventbrite.com","base_android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=%s","get_country_place_id":"85633793","outside_us_organizer_phone_number":"1-804-201-9585","default_currency":"USD","base_play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/%s_generic_rgb_wo_45.png","country_place_id":"85633793","old_event_locale":null,"press_blog_url":"/blog/press/","sales_phone_and_hours":"1-888-541-9753 '
             'Mon-Fri 6am-6pm '
             'PT","from_mail_ebhelp":"ebhelp@eventbrite.com","base_adobe_download_url":"http://get.adobe.com/%(language_code)s/reader/","organizations_support_phone_number":"1-855-872-1525","support_number_hours":null,"contact_us_sales_phone_number":"1-800-993-7308","facebook_org_page":"www.facebook.com/EventbriteforOrganizers","default_timezone":"America/Los_Angeles","show_support_special_hours_on_contact_us":false,"live_ops_support_phone_number":null,"contact_us_url":"https://www.eventbrite.com/support/contact-us","instagram_page":"www.instagram.com/eventbrite","default_language_name":"English '
             '(US)","longitude":-122.400197,"twitter_page":"www.x.com/eventbritehelp","localized_country_name":"United '
             'States","feature_flag":null,"android_attendee_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=en_US","is_latam":false,"ios_entrymanager_url":"http://itunes.apple.com/us/app/entry-manager/id368260521","base_app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Download_on_the_App_Store_Badge_%s_135x40.svg","npo_service_fee_charge":"$0.99 '
             'per '
             'ticket","facebook_locale":"en_US","paypal_locale_lc":"us","support_phone_number":"1-800-350-8850","npo_email":"nonprofit@eventbrite.com","first_week_day_from_sunday":0,"hreflang":"en-us","tos_path":"/l/legalterms/","default_paper_size":"letter","base_android_app_badge_url":"%(server)s/eventbriteapp/?playstore&%(affiliate_params)s","locale_name":"United '
             'States","default_professional_package":true,"uses_language_subdirectory":false,"sales_phone_number":"1-888-541-9753","google_analytics_url":"http://www.google.com/analytics","base_flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag.png","logo_url":"cdn.evbstatic.com/s3-build/perm_001/55d606/django/images/logos/eb_orange_on_white_1200x630.png","contact_sales_form_phone_number":"1-888-203-4469","alt_phone_number":"1-888-248-4220","sales_contact_link_text":"Contact '
             'Sales","ssl_server":"https://www.eventbrite.com","support_team_link_text":"","ios_attendee_app_url":"http://itunes.apple.com/us/app/eventbrite/id487922291","split_workspace":null,"music_url":"/l/music/","default_package":"package2","skip_package_selection":false,"split_feature_flag":null,"blog_url":"www.eventbrite.com/blog/","outside_us_phone_number":"1-415-694-7900","linked_in_page":"www.linkedin.com/company/eventbrite","live_ops_outside_us_phone_number":"1-415-813-3236"},"isMobile":false},"countryWithPostalCode":true,"featureFlags":{"enableTimedEntry":true,"launchFindMyTicketsCheckoutToOrderPage":true,"enableStripeElementsInAndroidNative":true,"enableRefundFeeRetentionPolicy":false,"seriesInfiniteCalendar":true,"checkoutUniversalFlag":true,"series_infinite_calendar_discounts":true,"disableEventbriteLegacyPaymentMethods":false,"launchSupportMultipleFacebookPixels":true,"checkoutResilienceTLZ":false,"launchPayinsPaymentMethodPaypal":true,"shouldHideSeriesStartTime":false,"enableNewRebrandingLogoAnimation":false,"series_infinite_calendar_min_price":false,"postCheckoutMandatoryQuestionsOrganizationsExclusions":false,"enableFullPageMarkup":true,"enablePaymentConstraintsInNewCreate":false,"paymentsLaunchStripeElements":false,"shouldBlockMarketingEventbriteEmails":false,"enableNonceBraintreePayments":true,"enableStripeElementsInIosNative":true,"launchBraintree3ds":false,"enableEBMarketingOptIn":true,"enableStripeElementsInMobileApp":false,"enable3DSecure2":false,"maxInstallments":{"isActive":false,"maxInstallmentsLimit":999},"launchEmbeddedCheckoutRetryOnPlaceError":false,"replaceLegacyPaymentMethodsWithStripeWhenNotEmbeddedCheckout":false,"enableEBMarketingOptInImplicit":false,"disableRecaptcha3":false,"checkout-custom-embedded":true,"new_wr_ui":true},"isModal":true,"waitingRoom":{"register_server":"https://www.eventbrite.com","step":"cart","is_activated_for_event":true,"queue_server":"https://inline.eventbrite.com","queue_id":"1273485359","allocation_time":"1786476039.59","event_id":"1273485359","is_live":true,"sold_out":false,"client_id":"e28c188f88414cb2b4c2d51321161e28","hash_code":"6517e11c4e7687c1bcbf4cd45268c0f4"},"maxAllowedPayin":0,"guestAge":"15cd","waitlistCode":null,"survey_info":"","requestExtraData":{"httpReferer":"https://www.nhrl.io/events","ip":"144.91.120.136","host":"www.eventbrite.com","method":"GET"},"isPayinsFlow":false,"teamToken":null,"guestId":"47993fdf-d33e-42dc-b050-b3cc4934543a","user":{"intercomUserHash":null,"publicId":null,"hasEvents":false,"hasOrganizers":false,"usesNewPermissions":false,"guestId":"47993fdf-d33e-42dc-b050-b3cc4934543a","canUseInterests":true,"isStaff":false,"canInvite":false,"fullName":null,"thumbnailUrl":null,"numOrders":0,"firstName":null,"hasGlobalPermissions":false,"isAttendee":false,"lastName":null,"activeOrganization":null,"hideOrganizationSwitch":true,"canCreateEvents":false,"hasContactsPermission":false,"email":null,"isAuthenticated":false,"orgHasEvents":false},"splitIOProdKey":"cnub9anfhoa4uivriv68t7soph5h0pihfi20","currentTimezone":"Europe/Paris","useAndroidProfile":false,"tickets":[{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3444881136","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":true,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"All '
             'day access valid for entry & re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages '
             'until 5pm\\n\\n-Access to merch store, food trucks, coffee cart '
             '& bar, outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T19:30:00","utc":"2026-11-08T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3444881136","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"display_name":"General Admission - '
             'Adult","unavailable":false,"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-11-07T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T19:30:00","utc":"2026-11-08T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"General '
             'Admission - '
             'Adult","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"General '
             'Admission - '
             'Adult","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3444881138","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"All '
             'day access valid for entry & re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T19:30:00","utc":"2026-11-08T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3444881138","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"display_name":"General Admission - Kids (ages '
             '4-15)","unavailable":false,"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-11-07T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T19:30:00","utc":"2026-11-08T00:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"General '
             'Admission - Kids (ages '
             '4-15)","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"General '
             'Admission - Kids (ages '
             '4-15)","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"79.00","value":7900,"display":"79.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3444881140","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"total_cost":{"currency":"USD","major_value":"87.54","value":8754,"display":"87.54 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T14:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T14:30:00","utc":"2026-11-07T19:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"4.71","value":471,"display":"4.71 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":0,"max":1995,"percent":370,"fixed":179,"id":"1413309"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413289"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.33","value":233,"display":"2.33 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"79.00","value":7900,"display":"79.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3444881140","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"display_name":"VIP - '
             'Adult","unavailable":false,"total_cost":{"currency":"USD","major_value":"87.54","value":8754,"display":"87.54 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-11-07T14:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T14:30:00","utc":"2026-11-07T19:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"4.71","value":471,"display":"4.71 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":0,"max":1995,"percent":370,"fixed":179,"id":"1413309"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413289"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.33","value":233,"display":"2.33 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"VIP '
             '- '
             'Adult","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"VIP '
             '- '
             'Adult","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"49.00","value":4900,"display":"49.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3444881142","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"total_cost":{"currency":"USD","major_value":"54.20","value":5420,"display":"54.20 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T17:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T17:30:00","utc":"2026-11-07T22:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.75","value":275,"display":"2.75 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":275,"max":275,"percent":0,"fixed":275,"id":"1413039"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.00","value":100,"display":"1.00 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":100,"max":100,"percent":0,"fixed":100,"id":"1413269"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.45","value":145,"display":"1.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"49.00","value":4900,"display":"49.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3444881142","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"display_name":"VIP - Kids (ages '
             '4-15)","unavailable":false,"total_cost":{"currency":"USD","major_value":"54.20","value":5420,"display":"54.20 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-11-07T17:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T17:30:00","utc":"2026-11-07T22:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.75","value":275,"display":"2.75 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":275,"max":275,"percent":0,"fixed":275,"id":"1413039"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.00","value":100,"display":"1.00 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":100,"max":100,"percent":0,"fixed":100,"id":"1413269"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.45","value":145,"display":"1.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"VIP '
             '- Kids (ages '
             '4-15)","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"VIP '
             '- Kids (ages '
             '4-15)","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"15.00","value":1500,"display":"15.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3444881144","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"2.45","value":245,"display":"2.45 '
             'USD"},"total_cost":{"currency":"USD","major_value":"17.45","value":1745,"display":"17.45 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\\n\\nTicket '
             'Description:\\n\\n-Watch the Prime Time Show LIVE!\\n\\n-Ticket '
             'applies to the Prime Time Show only. \\nEntry to the building '
             'beginning at 5:00pm. Prime Time Show starts at 7pm.\\n\\n-Be '
             'cage side as the quarter-finals to the finals across three '
             'weight classes are broadcast LIVE!\\n\\n-Qualifying fights end '
             'at 5:30pm for a half-time. Be aware there is a break in '
             'scheduled bot action until the Prime Time Show at 7pm but you '
             'can arrive as early as 5pm for access to lounges, food trucks, '
             'robot driving experiences, shop our merch store, grab some '
             'drinks at the bar, and grab the best '
             'seats.","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T21:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T21:30:00","utc":"2026-11-08T02:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.45","value":45,"display":"0.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"15.00","value":1500,"display":"15.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3444881144","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"2.45","value":245,"display":"2.45 '
             'USD"},"display_name":"Prime Time '
             'Show","unavailable":false,"total_cost":{"currency":"USD","major_value":"17.45","value":1745,"display":"17.45 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-11-07T21:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T21:30:00","utc":"2026-11-08T02:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.45","value":45,"display":"0.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.45","value":245,"display":"2.45 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Prime '
             'Time '
             'Show","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Prime '
             'Time '
             'Show","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"3","variant_input_type":"one","id":"3444881146","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T18:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T18:30:00","utc":"2026-11-07T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"3","id":"T3444881146","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"display_name":"Robot Driving Experience - 4X '
             'Tokens","unavailable":false,"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"delivery_methods":["electronic"],"description":"Drive a '
             'real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T18:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T18:30:00","utc":"2026-11-07T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"3","variant_input_type":"one","id":"3444881150","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet & mingle with builders; see the '
             'builder’s pre-tournament preparations.\\n(Pit passes are '
             'included with VIP tickets. Only purchased separately as an '
             'Add-On to any other ticket '
             'type)","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T09:00:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T09:00:00","utc":"2026-11-07T14:00:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"3","id":"T3444881150","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"display_name":"Friday Night Pit '
             'Pass","unavailable":false,"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"delivery_methods":["electronic"],"description":"Join us '
             'in the pit on the Friday night before the tournament from 6-8pm; '
             'pizza included! Meet & mingle with builders; see the builder’s '
             'pre-tournament preparations.\\n(Pit passes are included with VIP '
             'tickets. Only purchased separately as an Add-On to any other '
             'ticket '
             'type)","onsale_status":{"unavailable":false,"end_sales":"2026-11-07T09:00:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-11-07T09:00:00","utc":"2026-11-07T14:00:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Friday '
             'Night Pit '
             'Pass","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Friday '
             'Night Pit '
             'Pass","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null}],"existingOrderId":null,"captcha":{"recaptcha3PublicKey":"6LeiycQUAAAAAPuZ16-zS80TNACRMmXd8CAT_hs9","recaptcha2PublicKey":"6LehRw8fAAAAAJ8S1_MRks59_3nK7buJgoXcp3QV"},"refundableBalance":0,"socialSSOSettings":{"twoStepsSignup":false,"google":{"scope":"profile '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"126160502265-8i61veaglos3qqdc73t5b9gdp7uumclg.apps.googleusercontent.com"},"facebook":{"scope":"public_profile,email","version":"v12.0","appId":"28218816837"},"apple":{"scope":"name '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"6Q9LU82ADJ.com.eventbrite.attendee"}},"useIosProfile":false,"request":{"correlation_id":"bceffaf395b911f1bea4426c0e028966","params":{"modal":"1","eid":"1996164639171","parent":"https://www.nhrl.io/events"},"default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"path":"/checkout-external-context","serverName":"core-internal-soa-tlz-7b4465b988-q2g4k","is_bot":true,"lifecycle":"production","session_id":"808f7b18bded415985c6665c91bdea96","is_loginas_session":false},"refundPolicyValidityDays":7,"facebookOptions":{"version":"v2.8","xfbml":true,"appId":"28218816837"},"deferredPaymentDueDays":3,"roktJurisdiction":"EU","themeSettings":null,"urgencySignals":{"sortedMessages":[],"messages":{"goingFast":false,"salesEndSoon":false,"fewTickets":false}},"hasDigitalContent":false,"footerLinks":{"thirdFooterColumnName":"Find '
             'Events","countries":[{"locale":"es_AR","locale_name":"Argentina","href":"http://www.eventbrite.com.ar","tld":".com.ar"},{"locale":"en_AU","locale_name":"Australia","href":"http://www.eventbrite.com.au","tld":".com.au"},{"locale":"nl_BE","locale_name":"België","href":"http://www.eventbrite.be","tld":".be"},{"locale":"fr_BE","locale_name":"Belgique","href":"http://www.eventbrite.be/fr_BE/","tld":".be"},{"locale":"pt_BR","locale_name":"Brasil","href":"http://www.eventbrite.com.br","tld":".com.br"},{"locale":"en_CA","locale_name":"Canada '
             '(EN)","href":"http://www.eventbrite.ca","tld":".ca"},{"locale":"fr_CA","locale_name":"Canada '
             '(FR)","href":"http://www.eventbrite.ca/fr_CA/","tld":".ca"},{"locale":"es_CL","locale_name":"Chile","href":"http://www.eventbrite.cl","tld":".cl"},{"locale":"es_CO","locale_name":"Colombia","href":"http://www.eventbrite.co","tld":".co"},{"locale":"en_DK","locale_name":"Denmark","href":"http://www.eventbrite.dk","tld":".dk"},{"locale":"de_DE","locale_name":"Deutschland","href":"http://www.eventbrite.de","tld":".de"},{"locale":"es_ES","locale_name":"España","href":"http://www.eventbrite.es","tld":".es"},{"locale":"en_FI","locale_name":"Finland","href":"http://www.eventbrite.fi","tld":".fi"},{"locale":"fr_FR","locale_name":"France","href":"http://www.eventbrite.fr","tld":".fr"},{"locale":"en_HK","locale_name":"Hong '
             'Kong","href":"http://www.eventbrite.hk","tld":".hk"},{"locale":"en_IE","locale_name":"Ireland","href":"http://www.eventbrite.ie","tld":".ie"},{"locale":"it_IT","locale_name":"Italia","href":"http://www.eventbrite.it","tld":".it"},{"locale":"es_MX","locale_name":"México","href":"http://www.eventbrite.com.mx","tld":".com.mx"},{"locale":"nl_NL","locale_name":"Nederland","href":"http://www.eventbrite.nl","tld":".nl"},{"locale":"en_NZ","locale_name":"New '
             'Zealand","href":"http://www.eventbrite.co.nz","tld":".co.nz"},{"locale":"de_AT","locale_name":"Österreich","href":"http://www.eventbrite.at","tld":".at"},{"locale":"es_PE","locale_name":"Perú","href":"http://www.eventbrite.com.pe","tld":".com.pe"},{"locale":"pt_PT","locale_name":"Portugal","href":"http://www.eventbrite.pt","tld":".pt"},{"locale":"de_CH","locale_name":"Schweiz","href":"http://www.eventbrite.ch","tld":".ch"},{"locale":"en_SG","locale_name":"Singapore","href":"http://www.eventbrite.sg","tld":".sg"},{"locale":"fr_CH","locale_name":"Suisse","href":"http://www.eventbrite.ch/fr_CH/","tld":".ch"},{"locale":"sv","locale_name":"Sverige","href":"http://www.eventbrite.se","tld":".se"},{"locale":"en_GB","locale_name":"United '
             'Kingdom","href":"http://www.eventbrite.co.uk","tld":".co.uk"},{"locale":"en_US","locale_name":"United '
             'States","href":"http://www.eventbrite.com","tld":".com"}],"thirdFooterColumn":[{"locale":"en_US","pk":642,"title":"New '
             'Orleans Food & Drink '
             'Events","link":"https://www.eventbrite.com/b/la--new-orleans/food-and-drink/","position":1},{"locale":"en_US","pk":1,"title":"San '
             'Francisco Holiday '
             'Events","link":"https://www.eventbrite.com/b/ca--san-francisco/holiday/","position":2},{"locale":"en_US","pk":54,"title":"Tulum '
             'Music '
             'Events","link":"https://www.eventbrite.com/b/mexico--tulum/music/","position":3},{"locale":"en_US","pk":637,"title":"Denver '
             'Hobby '
             'Events","link":"https://www.eventbrite.com/b/co--denver/hobbies/","position":4},{"locale":"en_US","pk":638,"title":"Atlanta '
             'Pop Music '
             'Events","link":"https://www.eventbrite.com/b/ga--atlanta/music/pop/","position":5},{"locale":"en_US","pk":640,"title":"New '
             'York '
             'Events","link":"https://www.eventbrite.com/d/ny--new-york/events/","position":6},{"locale":"en_US","pk":639,"title":"Chicago '
             'Events","link":"https://www.eventbrite.com/d/il--chicago/events/","position":7},{"locale":"en_US","pk":641,"title":"Events '
             'in Dallas '
             'Today","link":"https://www.eventbrite.com/d/tx--dallas/events--today/","position":8},{"locale":"en_US","pk":1117,"title":"Los '
             'Angeles '
             'Events","link":"https://www.eventbrite.com/d/ca--los-angeles/events/","position":9},{"locale":"en_US","pk":1442,"title":"Washington '
             'Events","link":"https://www.eventbrite.com/d/dc--washington/events/","position":10}],"popularSearches":[{"locale":"en_US","pk":564,"title":"Create '
             'Events","link":"https://www.eventbrite.com/organizer/overview/","position":1},{"locale":"en_US","pk":811,"title":"Pricing","link":"https://www.eventbrite.com/organizer/pricing/","position":2},{"locale":"en_US","pk":565,"title":"Event '
             'Marketing '
             'Platform","link":"https://www.eventbrite.com/organizer/features/event-marketing-platform/","position":3},{"locale":"en_US","pk":678,"title":"Eventbrite '
             'Mobile Ticket '
             'App","link":"https://www.eventbrite.com/l/eventbrite-app/","position":4},{"locale":"en_US","pk":539,"title":"Eventbrite '
             'Check-In '
             'App","link":"https://www.eventbrite.com/organizer/features/organizer-check-in-app/","position":5},{"locale":"en_US","pk":677,"title":"Eventbrite '
             'App '
             'Marketplace","link":"https://www.eventbrite.com/apps/","position":6},{"locale":"en_US","pk":680,"title":"Event '
             'Registration '
             'Software","link":"https://www.eventbrite.com/organizer/features/registration-online/","position":7},{"locale":"en_US","pk":682,"title":"Community '
             'Guidelines","link":"https://www.eventbrite.com/l/community-guidelines/","position":8},{"locale":"en_US","pk":818,"title":"FAQs","link":"https://www.eventbrite.com/l/frequently-asked-questions/","position":9},{"locale":"en_US","pk":683,"title":"Sitemap","link":"https://www.eventbrite.com/sitemap/","position":10}],"eventsToPlan":[{"locale":"en_US","pk":575,"title":"Sell '
             'Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/features/sell-tickets/","position":1},{"locale":"en_US","pk":817,"title":"Performing '
             'Arts Ticketing '
             'Software","link":"https://www.eventbrite.com/organizer/event-industry/performing-arts/","position":2},{"locale":"en_US","pk":693,"title":"Sell '
             'Concert Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/event-type/music-venues/","position":3},{"locale":"en_US","pk":572,"title":"Event '
             'Payment '
             'System","link":"https://www.eventbrite.com/organizer/features/event-payment/","position":4},{"locale":"en_US","pk":1444,"title":"Solutions '
             'for Professional '
             'Services","link":"https://www.eventbrite.com/organizer/event-industry/professional-services/","position":5},{"locale":"en_US","pk":1449,"title":"Event '
             'Management '
             'Software","link":"https://www.eventbrite.com/organizer/features/event-management-software/","position":6},{"locale":"en_US","pk":573,"title":"Halloween '
             'Party '
             'Planning","link":"https://www.eventbrite.com/organizer/event-type/halloween-event/","position":7},{"locale":"en_US","pk":973,"title":"Virtual '
             'Events '
             'Platform","link":"https://www.eventbrite.com/organizer/event-type/virtual-events-platform/","position":8},{"locale":"en_US","pk":571,"title":"QR '
             'Codes for Event '
             'Check-In","link":"https://www.eventbrite.com/organizer/features/how-to-use-qr-codes-for-events/","position":9},{"locale":"en_US","pk":578,"title":"Post '
             'your event '
             'online","link":"https://www.eventbrite.com/organizer/features/post-events/","position":10}],"showMinimalLinks":false},"headers":{},"backend":"bff","app_version":"24.58.11","assets":[{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.58.11--eds-4.3.228.css","target":"web","kind":"style"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js","kind":"script","target":"web"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout.345779434535349d9a12.node.js","kind":"script","target":"node"}],"isFullPageMarkup":true};</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS__" '
             'type="application/json">[5091,7686,8209,1201,2494,9275,9796,2633,2046,2981,935,1734,8222,1047,9642,5482,9155,2077,5849,7066]</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS___ext" '
             'type="application/json">{"namedChunks":["TicketSelectionFullSizeModule"]}</script><script '
             'data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a74195f4bab525ba8ede.web.js" '
             'defer=""></script><script data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/checkout.5e1f1de050c913a01737.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5091.b2db5d86184884c8f225.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/7686.a74397d255616cc98e93.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8209.55be54d778ca8020bb95.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1201.041436773a6f8b1aa4bf.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2494.4618ff594d0244dbd47d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9275.97f9e9de1a9f9f2f287d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9796.f7642541981dd3e1f044.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2633.e2eb0955a5231f915cf9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2046.6ac095f2a92afa25027c.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2981.9a4f14a110b84532f022.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/935.a060d221654cb2fa0c9b.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1734.7dac6c5a3857b63b67e0.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8222.76f14011c1a981ed828a.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1047.5200b8653ce06a1e7636.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9642.b734cb67b1ce60681bd9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5482.ab0a6c58aaa9f75e4741.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9155.288d3ea6219766bc46e8.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2077.f0cb5e388b145a26ceca.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5849.f4b3f86265ac9db1630a.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/TicketSelectionFullSizeModule.4d5f962c99c154fe0cd2.async.web.js" '
             'defer=""></script><script '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js"></script></body></html>'}
2026-08-11 21:20:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.eventbrite.com/checkout-external?eid=1977510585394&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1> (referer: https://www.nhrl.io/events)
2026-08-11 21:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 21:20:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 165506
2026-08-11 21:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.eventbrite.com/checkout-external?eid=1977510585394&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_open_world_championship_-_qualifier_rd._6_Oct_03',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Oct</div><div>03</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">October 2026 Open</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL Open '
             'World Championship - Qualifier Rd. 6</p><p class="cta '
             'event-bar_event_date__ZlfdC">Sat Oct 03<!-- --> / <!-- -->10:00 '
             'AM<!-- --> Eastern<!-- --> <!-- -->/ <!-- -->House of Havoc, '
             'Norwalk CT</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><noscript><a '
             'target="_blank" class="btn__transparent '
             'event-bar_event_cta__Z1Br_ link" '
             'href="https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918?aff=oddtdtcreator" '
             'rel="noreferrer"><span>Buy Tickets</span></a></noscript><button '
             'id="eventbrite-widget-modal-trigger-1977510585394" type="button" '
             'class="btn__transparent event-bar_event_cta__Z1Br_">Buy '
             'Tickets</button></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span><html '
             'lang="en" translate="no" '
             'data-reactroot=""><head><title>Eventbrite | NHRL 2026 Robot '
             'Fighting World Championships</title><meta charSet="utf-8"/><meta '
             'http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta '
             'http-equiv="Content-Language" content="en"/><link '
             'rel="preconnect" href="https://cdn.evbstatic.com"/><link '
             'rel="dns-prefetch" href="https://cdn.evbstatic.com"/><link '
             'rel="preconnect" href="https://img.evbuc.com"/><link '
             'rel="dns-prefetch" href="https://img.evbuc.com"/><link '
             'rel="preconnect" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="preconnect" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="preconnect" href="https://cdn.branch.io"/><link '
             'rel="dns-prefetch" href="https://cdn.branch.io"/><link '
             'rel="preconnect" href="https://www.googletagmanager.com"/><link '
             'rel="dns-prefetch" '
             'href="https://www.googletagmanager.com"/><link rel="icon" '
             'type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/47b8f02467cdb5057631db20aa6a3941-favicon-194x194.png" '
             'sizes="194x194"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png" '
             'sizes="192x192"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b266fa53e981463be62f87f06323a34-favicon-96x96.png" '
             'sizes="96x96"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8dbce85ed7cd0af4297db23a12653f8b-favicon-32x32.png" '
             'sizes="32x32"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/e37e62d90093e4c571201954cbac2e26-favicon-16x16.png" '
             'sizes="16x16"/><link rel="shortcut icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/c794986f47d9e8e37e74693ebb0d086d-favicon.ico"/><link '
             'rel="mask-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/740f6e87010bb1e4be37c0cd9a4297b9-safari-pinned-tab.svg" '
             'color="#f6682f"/><link rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><meta '
             'name="msapplication-TileImage" '
             'content="https://cdn.evbstatic.com/s3-build/fe/build/images/47d6ffaf057d2c62ea1875cc707e2bb0-mstile-144x144.png"/><meta '
             'name="msapplication-TileColor" content="#f6682f"/><meta '
             'name="theme-color" content="#f6682f"/><meta '
             'name="application-name" content="Eventbrite"/><meta '
             'name="apple-mobile-web-app-title" content="Eventbrite"/><link '
             'rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><link '
             'rel="manifest" '
             'href="data:application/manifest+json,%7B%22name%22%3A%22Eventbrite%22%2C%22display%22%3A%22standalone%22%2C%22icons%22%3A%5B%7B%22sizes%22%3A%2236x36%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F662830450459559b6cce770d5a3fb793-favicon-36x36.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2248x48%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8e3cd31667ed62bb563018114f651bca-favicon-48x48.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2272x72%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2Ff293b5e291a0d436d72ef1be39c891f9-favicon-72x72.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2296x96%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8b266fa53e981463be62f87f06323a34-favicon-96x96.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22144x144%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F47d6ffaf057d2c62ea1875cc707e2bb0-favicon-144x144.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22192x192%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%5D%2C%22scope%22%3A%22https%3A%2F%2Fwww.eventbrite.com%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.eventbrite.com%2F%3Futm_source%3Da2h_menu%22%2C%22background_color%22%3A%22%23f6682f%22%2C%22theme_color%22%3A%22%23f6682f%22%7D"/><meta '
             'name="y_key" content="d92e23811007b438"/><meta '
             'name="msvalidate.01" '
             'content="A9AB07B7E430E4608E0BC57AFA5004AA"/><script '
             'type="text/javascript">    window.EBFONTCOND_PROPERTIES = {\n'
             '        "family": "Neue Plak Condensed",\n'
             '        "weights": {},\n'
             '        "marmTextWeights": {},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/dfcae5/django/js/src/eb/fonts/neueplak-condensed.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak-condensed.12-01-2018","EB.fonts.neueplak-condensed.12-03-2018"],\n'
             '        "version": "EB.fonts.neueplak-condensed.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFONT_PROPERTIES = {\n'
             '        "family": "Neue Plak",\n'
             '        "weights": '
             '{"light":300,"regular":400,"medium":500,"semibold":600,"bold":700,"black":800},\n'
             '        "marmTextWeights": {},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/01489c/django/js/src/eb/fonts/neueplak.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak.03-19-2019","EB.fonts.neueplak.10-24-2018","EB.fonts.neueplak.09-20-2018","EB.fonts.neueplak.09-04-2018","EB.fonts.neueplak.08-30-2018","EB.fonts.neueplak.08-24-2018","EB.fonts.benton.10-26-2016","EB.fonts.benton.11-29-2016"],\n'
             '        "version": "EB.fonts.neueplak.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFOUNDERSGROTESK_QUERY_PARAM = "be_grotesk";\n'
             '    window.EBFOUNDERSGROTESK_PROPERTIES = {\n'
             '        "family": "Founders Grotesk",\n'
             '        "weights": '
             '{"light":300,"regular":400,"medium":500,"semibold":600,"bold":700,"black":700},\n'
             '        "marmTextWeights": '
             '{"regular":400,"textSemibold":500,"bold":600,"black":700},\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/fe/dist/font-loader/1.6.2/browser/founders-grotesk.js",\n'
             '        "oldVersions": '
             '["EB.fonts.founders-grotesk.06-23-2026"],\n'
             '        "version": "EB.fonts.founders-grotesk.06-25-2026"\n'
             '    };</script><script type="text/javascript" charSet="utf-8" '
             'crossorigin="anonymous" id="eb-font-loader-script">/* '
             'eslint-disable */\n'
             '!(function (w, d) {\n'
             '  /* EB-324197 Step 0: the single writer for the be_grotesk '
             'preference cookie.\n'
             '     Lifted verbatim out of the query-param branch so that '
             'branch and the\n'
             '     default-path write below cannot drift in their attributes. '
             '*/\n'
             '  var writeFoundersGroteskCookie = function (param, value, '
             'maxAge) {\n'
             '    try {\n'
             '      var domain = w.location.hostname.match(\n'
             '        /(?:^|\\.)(evbqa\\.com|eventbrite\\.com)$/,\n'
             '      );\n'
             '      d.cookie =\n'
             '        param +\n'
             "        '=' +\n"
             '        value +\n'
             "        '; Max-Age=' +\n"
             '        maxAge +\n'
             "        '; Path=/' +\n"
             "        (domain ? '; Domain=.' + domain[1] : '') +\n"
             "        '; SameSite=Lax' +\n"
             "        (w.location.protocol === 'https:' ? '; Secure' : '');\n"
             '    } catch (e) {}\n'
             '  };\n'
             '  (w.EB = w.EB || {}),\n'
             '    (EB.renderFonts = function (fonts, settings) {\n'
             '      settings || (settings = w.EBFONT_PROPERTIES);\n'
             '      for (\n'
             "        var css = '',\n"
             "          style = d.createElement('style'),\n"
             "          family = typeof settings == 'string' ? settings : "
             'settings.family,\n'
             '          i = 0,\n'
             '          font;\n'
             '        (font = fonts[i]);\n'
             '        i++\n'
             '      )\n'
             '        css +=\n'
             '          "@font-face{font-family:\'" +\n'
             '          family +\n'
             '          "\';font-weight:" +\n'
             '          font.weight +\n'
             "          ';font-style:' +\n"
             '          font.style +\n'
             "          ';src:url(data:' +\n"
             "          (font.mimeType || 'application/font-woff') +\n"
             "          ';base64,' +\n"
             '          font.base64 +\n'
             '          ") format(\'" +\n'
             "          (font.format || 'woff') +\n"
             '          "\');}";\n'
             '      style.styleSheet && !style.sheet\n'
             '        ? (style.styleSheet.cssText = css)\n'
             '        : style.appendChild(d.createTextNode(css)),\n'
             "        d.getElementsByTagName('head')[0].appendChild(style),\n"
             "        (d.documentElement.className += ' font-has-loaded');\n"
             '    }),\n'
             '    (EB.readWriteFontFromLocalStorage = function (settings) {\n'
             '      if (!settings) return;\n'
             '      for (var i = 0; i < settings.oldVersions.length; i++)\n'
             '        localStorage.removeItem(settings.oldVersions[i]);\n'
             '      var fonts = '
             'JSON.parse(localStorage.getItem(settings.version));\n'
             '      if (fonts) EB.renderFonts(fonts, settings);\n'
             '      else {\n'
             "        var script = d.createElement('script');\n"
             '        (script.src = settings.src),\n'
             '          (EB.shouldRenderFonts = !0),\n'
             '          (EB.shouldRenderSecondaryFonts = !0),\n'
             '          '
             "d.getElementsByTagName('head')[0].appendChild(script),\n"
             '          setTimeout(function () {\n'
             '            (EB.shouldRenderFonts = !1),\n'
             '              (EB.shouldRenderSecondaryFonts = !1);\n'
             '          }, 3e3);\n'
             '      }\n'
             '    }),\n'
             '    (EB.isFoundersGroteskEnabled = function () {\n'
             '      var param = w.EBFOUNDERSGROTESK_QUERY_PARAM || '
             "'be_grotesk',\n"
             "        query = new RegExp('[?&]' + param + "
             "'=(true|false)(&|$)').exec(\n"
             '          w.location.search,\n'
             '        );\n'
             '      if (query) {\n'
             "        /* 604800 = 7d: an explicit preference keeps today's "
             'lifetime. */\n'
             '        writeFoundersGroteskCookie(param, query[1], 604800);\n'
             "        return query[1] === 'true';\n"
             '      }\n'
             '      /* EB-324197 Step 0: Founders Grotesk is now the default. '
             'An explicit\n'
             "         cookie still wins, so '?be_grotesk=false' (and the "
             'cookie it writes)\n'
             '         stays as the escape hatch back to Neue Plak. */\n'
             '      try {\n'
             '        var cookie = new RegExp(\n'
             "          '(?:^|;\\\\s*)' + param + '=(true|false)(?:;|$)',\n"
             '        ).exec(d.cookie);\n'
             '        if (cookie) {\n'
             "          return cookie[1] === 'true';\n"
             '        }\n'
             '      } catch (e) {\n'
             '        /* Cookies unreadable: adopt the default but do not try '
             'to persist it. */\n'
             '        return true;\n'
             '      }\n'
             '      /* EB-324197 Step 0: no param and no cookie - adopt '
             'Founders AND persist\n'
             '         it, because this cookie is a per-host signal shared '
             "with CORE's\n"
             "         embed.js and valkyrie's fontPreferenceInlineScript. "
             'Once any one stack\n'
             '         writes it, surfaces whose own default has not flipped '
             'yet read it and\n'
             '         serve Founders too. Idempotent: an existing cookie '
             'returns above, so\n'
             '         this never clobbers a value. Gated on '
             'EBFOUNDERSGROTESK_PROPERTIES so a\n'
             '         surface that never had Founders cannot flip the user '
             'elsewhere.\n'
             '         86400 = 24h, deliberately shorter than the 7d explicit '
             'write: this\n'
             '         cookie is a propagation bridge, not a stored '
             'preference, so it bounds\n'
             '         the rollback window to a day while still covering a '
             'session and\n'
             '         same-day cross-stack navigation. */\n'
             '      if (w.EBFOUNDERSGROTESK_PROPERTIES) {\n'
             "        writeFoundersGroteskCookie(param, 'true', 86400);\n"
             '      }\n'
             '      return true;\n'
             '    }),\n'
             '    (EB.getActiveFontSettings = function () {\n'
             '      return w.EBFOUNDERSGROTESK_PROPERTIES && '
             'EB.isFoundersGroteskEnabled()\n'
             '        ? w.EBFOUNDERSGROTESK_PROPERTIES\n'
             '        : w.EBFONT_PROPERTIES;\n'
             '    }),\n'
             '    (EB.renderActiveFontTokens = function (settings) {\n'
             '      if (!settings) return;\n'
             "      var style = d.createElement('style'),\n"
             '        weights = settings.weights || {},\n'
             '        marmTextWeights = settings.marmTextWeights || {},\n'
             '        family = settings.family.replace(/\\\\/g, '
             "'\\\\\\\\').replace(\n"
             "          /'/g,\n"
             '          "\\\\\'",\n'
             '        ),\n'
             '        css =\n'
             '          ":root{--eb-font-family:\'" +\n'
             '          family +\n'
             '          "\';--eb-font-weight-light:" +\n'
             '          (weights.light || 300) +\n'
             '          ";--marm-typography-themed-font-family-body:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-head:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-title:\'" +\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-display:\'" '
             '+\n'
             '          family +\n'
             '          "\';--marm-typography-themed-font-family-signal:\'" +\n'
             '          family +\n'
             '          "\';--marm-text-weight-regular:" +\n'
             '          (marmTextWeights.regular || 400) +\n'
             "          ';--marm-text-weight-text-semibold:' +\n"
             '          (marmTextWeights.textSemibold || 600) +\n'
             "          ';--marm-text-weight-bold:' +\n"
             '          (marmTextWeights.bold || 700) +\n'
             "          ';--marm-text-weight-black:' +\n"
             '          (marmTextWeights.black || 800) +\n'
             "          ';}';\n"
             '      style.styleSheet && !style.sheet\n'
             '        ? (style.styleSheet.cssText = css)\n'
             '        : style.appendChild(d.createTextNode(css)),\n'
             "        d.getElementsByTagName('head')[0].appendChild(style);\n"
             '    });\n'
             '  var activeFontSettings = EB.getActiveFontSettings();\n'
             '  EB.renderActiveFontTokens(activeFontSettings);\n'
             '  try {\n'
             '    if (w.localStorage)\n'
             '      try {\n'
             "        localStorage.setItem('localStorage', 1),\n"
             "          localStorage.removeItem('localStorage'),\n"
             '          activeFontSettings == w.EBFOUNDERSGROTESK_PROPERTIES\n'
             "            ? ((d.documentElement.className += ' "
             "font-founders-grotesk'),\n"
             '              '
             'EB.readWriteFontFromLocalStorage(activeFontSettings))\n'
             '            : '
             '(EB.readWriteFontFromLocalStorage(activeFontSettings),\n'
             '              '
             'EB.readWriteFontFromLocalStorage(w.EBFONTCOND_PROPERTIES));\n'
             '      } catch (e) {\n'
             '        (Storage.prototype._setItem = '
             'Storage.prototype.setItem),\n'
             '          (Storage.prototype.setItem = function () {});\n'
             '      }\n'
             '  } catch (e) {}\n'
             '})(window, document);</script><link rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.58.11--eds-4.3.228.css"/><link '
             'data-chunk="checkout" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout.e55e61e5743bb6e34a02.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/519.5dc2b0671d7d1eed58b8.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/9686.b29187b1ddee9bbbd79a.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/4447.2c442f8ffecca7590400.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/5849.24fb1809988dbdea7a69.css"/><script '
             'type="text/javascript">/*global document, window */\n'
             '\n'
             'var checkoutExternalUrls = [\n'
             "    '/checkout-external',\n"
             "    '/tickets-external',\n"
             "    '/signin/checkout',\n"
             '];\n'
             '\n'
             'window.EB = window.EB || {};\n'
             '\n'
             'window.EB.TranscendConsent = (function () {\n'
             '    return {\n'
             '        shouldDisableTranscend: function () {\n'
             '            if(this.isEmbeddableContent()){\n'
             '                return true;\n'
             '            }\n'
             '            try {\n'
             '                return this.isCheckoutOrIframe();\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isEmbeddableContent: function () {\n'
             '            return this.isEmbeddableStructuredContent();\n'
             '        },\n'
             '        isEmbeddableStructuredContent: function () {\n'
             '            var structuredContenEmbeddableUrls = [\n'
             "                '/structured_content/widgets',\n"
             '            ];\n'
             '            '
             'if(structuredContenEmbeddableUrls.find(function(url){\n'
             '                return window.location.pathname.indexOf(url) !== '
             '-1;\n'
             '            })){\n'
             '                return true;\n'
             '            }\n'
             '            return false;\n'
             '        },\n'
             '        isCheckoutOrIframe: function () {\n'
             '            return (\n'
             '                '
             'checkoutExternalUrls.indexOf(window.location.pathname) >= 0 ||\n'
             '                this.isInsideIframe()\n'
             '            );\n'
             '        },\n'
             '        isInsideIframe: function () {\n'
             '            try {\n'
             '                return window.self !== window.top;\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isNonTld: function () {\n'
             '            try {\n'
             "                return !['evbdev', 'evbqa', 'eventbrite'].find(\n"
             '                    (env) => '
             'window.parent.location.hostname.indexOf(env) >= 0,\n'
             '                );\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isInsideNonTldIframe: function () {\n'
             '            return this.isInsideIframe() && this.isNonTld();\n'
             '        },\n'
             '    };\n'
             '})();</script><script type="text/javascript">// Define dataLayer '
             'and the gtag function.\n'
             'window.dataLayer = window.dataLayer || [];\n'
             "if (typeof gtag !== 'function') function gtag(){ "
             'dataLayer.push(arguments); }\n'
             "gtag('set', 'developer_id.dOGRkZj', true);\n"
             '// Europe is opt-in consent, so ad storage is denied by '
             'default.\n'
             "gtag('consent', 'default', {\n"
             "    'ad_storage': 'granted',\n"
             "    'analytics_storage': 'granted',\n"
             "    'region': "
             "['AT','BE','BG','CZ','DE','DK','ES','FI','FR','GB','GR','HU','IE','IT','LU','NL','PL','PT','RO','SE','BR','TH','TR'],\n"
             "    'wait_for_update': 500\n"
             '});\n'
             '// Passing ad click, client ID, and session ID information in '
             'URLs\n'
             "gtag('set', 'url_passthrough', true);</script><script "
             'data-cfasync="false" '
             'src="https://cdntranscend.eventbrite.com/cm/f2747157-cf59-4ef1-8703-018defe51764/airgap.js" '
             'data-sync-endpoint="https://synctranscend.eventbrite.com/consent-manager/f2747157-cf59-4ef1-8703-018defe51764" '
             'data-ui-z-index="550" data-tracker-overrides="[...] '
             'GoogleConsentMode:security_storage=Essential" '
             'data-protect-realms="self" data-ui-shadow-root="open" '
             'data-locale="en" '
             'data-local-sync="allow-network-observable"></script><script '
             'type="text/javascript">  const regimes = window.airgap && '
             'window.airgap.getRegimes ? window.airgap.getRegimes() : null;\n'
             '  const defaultRegime = regimes ? regimes.values().next().value '
             ': "CPRA";\n'
             '  console.log("Regime detected is "+ defaultRegime + ", loading '
             'transcend");\n'
             '  \n'
             'if (!EB.TranscendConsent.shouldDisableTranscend()) {\n'
             '      // Add the event listener\n'
             '      window.airgap.addEventListener(\n'
             "        'sync',\n"
             '        () => {\n'
             '          window.transcend.ready((transcend) => {\n'
             '            console.log("Sync done: Show banner")\n'
             '            transcend.autoShowConsentManager();\n'
             '          })\n'
             '        },\n'
             '        { once: true } // we only want this to run on initial '
             'sync\n'
             '      );\n'
             '  \n'
             '} else { console.log("Do not show banner") }\n'
             '  dataLayer.push({ event: "transcendLoaded" });\n'
             '  </script><script type="text/javascript">window.dataLayer = '
             'window.dataLayer || [];\n'
             'dataLayer.push({\n'
             "    'dfaPartnerID': 'dfa_partner_id_not_set',\n"
             "    'publicUserID': '',\n"
             '});\n'
             '\n'
             "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n"
             "new Date().getTime(),event:'gtm.js'});var "
             'f=d.getElementsByTagName(s)[0],\n'
             "j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n"
             "'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n"
             "})(window,document,'script','dataLayer','GTM-5P8FXJ');</script><script "
             'type="text/javascript">var customActions = {\n'
             "    SaveClicked: 'save_event',\n"
             '};\n'
             'var branchMedatata = { metadata : {} };\n'
             '//Adding user authenticated metatag\n'
             '\n'
             '\n'
             '\n'
             '(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.defer=1;d.src="https://cdn.branch.io/branch-latest.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener '
             'applyCode autoAppIndex banner closeBanner closeJourney '
             'creditHistory credits data deepview deepviewCta first getCode '
             'init link logout redeem referrals removeListener sendSMS '
             'setBranchViewData setIdentity track validateCode '
             'trackCommerceEvent logEvent disableTracking".split(" "), 0);\n'
             "    branch.init('key_live_epYrpbv3NngOvWj47OM81jmgCFkeYUlx' , "
             'branchMedatata, function(err, data) '
             '{branch.addListener(branchListener);});\n'
             '\n'
             'function branchListener(eventName, data) {\n'
             '\n'
             '    var eventsToTrack = [\n'
             "        'didShowJourney',\n"
             "        'didClickJourneyCTA',\n"
             "        'didClickJourneyClose',\n"
             '    ]; // List of events to track\n'
             '\n'
             '    if (eventName && data && data.journey_link_data && '
             'eventsToTrack.includes(eventName)){\n'
             '        var journeyName = data.journey_link_data.journey_name + '
             "' - ' + data.journey_link_data.view_name +' - ' + "
             'data.journey_link_data.journey_id;\n'
             '        trackEventBranchIO(eventName, journeyName);\n'
             '    }\n'
             '}\n'
             '\n'
             'function trackEventBranchIO(eventName, journeyName) {\n'
             '  if (window && window.dataLayer) {\n'
             '    window.dataLayer.push({\n'
             '      eventName,\n'
             '      eventData: { journeyName },\n'
             '      // Required:\n'
             "      event: 'track',\n"
             '      sendToHeap: true,\n'
             '    });\n'
             '  }\n'
             '}\n'
             '\n'
             'function addBranchIOMetatags(\n'
             '    name,\n'
             '    content,\n'
             '    extraData = null,\n'
             '){\n'
             '\n'
             '    var metadata = {\n'
             '        [name]: content,\n'
             '        custom_action: customActions[name] ? customActions[name] '
             ': name,\n'
             '    };\n'
             '\n'
             '    //Keep userAuthenticated metadata\n'
             '    \n'
             '\n'
             '    //Adding metadata\n'
             '    addMetadata(metadata);\n'
             '\n'
             '    //Add extra data\n'
             '    extraData && addMetadata(extraData);\n'
             '\n'
             "    branch.track('pageview');\n"
             '}\n'
             '\n'
             'function addMetadata(branchData){\n'
             '    if (document) {\n'
             '        Object.entries(branchData).forEach(([key, value]) => {\n'
             "            const meta = document.createElement('meta');\n"
             '            meta.content = value;\n'
             "            meta.name = 'branch:deeplink:' + key;\n"
             '            document.head.appendChild(meta);\n'
             '        });\n'
             '    }\n'
             '}</script><meta name="robots" content="noindex, follow, "/><meta '
             'name="description" content="Eventbrite brings people together '
             'through live experiences. Discover events that match your '
             'passions, or create your own with online ticketing '
             'tools."/><meta name="viewport" content="initial-scale=1, '
             'width=device-width"/></head><body '
             'class="modal-active"><noscript><iframe '
             'src="https://www.googletagmanager.com/ns.html?id=GTM-5P8FXJ" '
             'height="0" width="0" '
             'style="display:none;visibility:hidden"></iframe></noscript><div '
             'id="root" data-reactroot=""><div '
             'data-spec="focus-trap-component"><div class="eds-modal '
             'eds-fx--fade-in eds-modal--aperture eds-modal--active '
             'eds-modal--set-height" data-spec="eds-modal" '
             'aria-label="Checkout NHRL 2026 Robot Fighting World '
             'Championships" aria-modal="true" role="dialog"><div '
             'class="eds-modal__body eds-fx--fade-in eds-modal--aperture" '
             'aria-hidden="false" data-spec="eds-modal-body"><div '
             'class="eds-modal__content"><div '
             'class="eds-collapsible-pane-layout"><div '
             'class="eds-collapsible-pane-layout__content '
             'eds-collapsible-pane-layout__content--has-pane"><div '
             'class="eds-modal__container"><header class="eds-modal__header '
             'eds-align--center-vertical"><div '
             'class="eds-modal__title-container eds-modal__title-spacing"><h2 '
             'id="eds-modal-title" class="eds-text-bl--fixed '
             'eds-text--truncate eds-modal__title eds-text-color--ui-800" '
             'data-spec="eds-modal__title" data-testid="eds-modal__title">NHRL '
             '2026 Robot Fighting World Championships</h2><span '
             'class="eds-l-pad-hor-4 eds-l-mar-top-4 eds-align--center '
             'eds-text-bs--fixed eds-text-color--ui-600" '
             'data-spec="eds-modal__secondary-title" '
             'data-testid="eds-modal__secondary-title">Saturday, October 3 · '
             '10am - 10:30pm EDT</span><div '
             'class="eds-modal__title-spacing"><hr class="eds-divider__hr '
             'eds-bg-color--ui-200 eds-divider--horizontal" '
             'data-spec="divider-hr" '
             'aria-hidden="true"/></div></div></header><main '
             'class="eds-modal__main" data-spec="eds-modal__main" '
             'data-testid="eds-modal__main"><div '
             'class="eds-modal__content"><div id="edsModalContentChildren" '
             'class="eds-modal__content__children"><div class="eds-g-cell '
             'eds-g-cell-mw-10-12 eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 '
             'eds-g-offset-mn-0-12 eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 '
             'eds-g-cell-sn-12-12 eds-g-cell-12-12 eds-l-sn-pad-hor-4 '
             'eds-l-pad-hor-6" data-spec="checkout-widget-tickets-page"><div '
             'data-spec="focus-ref"></div><div class="eds-l-sn-mar-top-0 '
             'eds-l-sm-mar-top-0  eds-l-mar-top-2 eds-l-md-mar-top-2  '
             'eds-l-mw-mar-top-8 eds-l-ln-mar-top-8 eds-l-lg-mar-top-8 '
             'eds-l-lw-mar-top-8"><div class="eds-l-sn-mar-top-6 '
             'eds-l-sm-mar-top-6 eds-l-sw-mar-top-6 '
             'eds-l-mar-top-8"><div><div><form class="responsive-form '
             'eds-g-group" data-automation="promo-code-form" '
             'data-testid="promo-code-form"><div class="eds-g-cell '
             'eds-g-cell-12-12"><div class="FormControl_root__1a1jb"><div '
             'class="FormControl_main__1a1jb '
             'checkout-customization-css-class"><div '
             'class="FormControl_fieldContainer__1a1jb"><input type="text" '
             'id="promo-code-field" class="TextField_root__fca6v" title="Promo '
             'Code" aria-labelledby="label-promo-code help-promo-code" '
             'placeholder="Enter code" data-automation="promo-code-field" '
             'data-spec="promo-code-field" value="" name="promo"/><label '
             'id="label-promo-code" class="FormControl_primaryLabel__1a1jb" '
             'for="promo-code-field">Promo Code</label></div><span '
             'class="FormControl_validationAdornment__1a1jb"></span><span '
             'class="FormControl_suffix__1a1jb"><button disabled="" '
             'data-automation="promo-code-form-cta-text" '
             'data-spec="promo-code-form-cta-text" '
             'data-testid="promo-code-form-cta-text" class="eds-btn--button '
             'eds-btn--none eds-btn--disabled" aria-disabled="true" '
             'type="button"><span class="eds-text-bm--fixed '
             'eds-text-color--grey-500">Apply</span></button></span></div><div '
             'class="FormControl_aside__1a1jb"><div '
             'class="FormControl_helperTextWrapper__1a1jb"></div></div></div></div></form></div><div '
             'class="eds-g-grid"></div></div></div><form '
             'data-testid="ticket-selection-full-size-page-form"><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Tickets</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - '
             'Adult</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409814308"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\n'
             '\n'
             'Ticket Descripti…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817784"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Adult</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817893"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$87.54</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $8.54 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817999"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$54.20</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $5.20 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Prime Time Show</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818089"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$17.45</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.45 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '-Watch the Prim…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Add-ons</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Robot Driving Experience - 4X '
             'Tokens</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818347"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__1ywos '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Friday Night Pit '
             'Pass</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3417517954"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet &amp; mingle with builders; see the '
             'builder’s pre-tournament prepa…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div></form></div><div '
             'class="eds-l-mar-vert-6 eds-align--center-vertical '
             'eds-align--space-between" '
             'data-spec="language-brand-container"><div class="eds-g-cell '
             'eds-g-cell-6-12 eds-g-cell-sm-8-12 eds-l-pad-bot-2" '
             'data-spec="brand-text"><a target="_blank" rel="noopener '
             'noreferrer" class="checkout-widget__powered-by-eventbrite '
             'eds-text-color--grey-600 eds-text-bs" title="Powered by '
             'Eventbrite" href="https://eventbrite.com">Powered by<i '
             'class="eds-vector-image eds-brand--medium '
             'eds-vector-image--grey-600 eds-vector-image-size--reset '
             'checkout-widget__powered-by-eventbrite__icon" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="logo-wordmark-brand_svg__Layer_1" x="0" y="0" viewBox="0 0 '
             '2300 400.8" xml:space="preserve"><style>\n'
             '        .logo-wordmark-brand_svg__st3{fill:#221d19}\n'
             '    </style><g><g><path class="logo-wordmark-brand_svg__st3" '
             'd="M794 99.5l-43.2 123H749l-43.1-123h-75.6l73.8 '
             '198h85.8l73.8-198zM1204.1 94.1c-29.8 0-53.4 13.3-64 '
             '35.1V99.5h-72v198.1h72v-97.3c0-29.8 9.8-49.3 34.2-49.3 21.8 0 '
             '29.4 14.2 29.4 '
             '41.3v105.2h72V173.2c0-41.3-17.4-79.1-71.6-79.1zM1753.1 '
             '134.6V99.5h-72v198.1h72V207c0-33.3 16.5-47.7 43.1-47.7 13.8 0 '
             '28.9 2.7 38.7 8.5v-68c-4.9-4-15.6-7.6-27.6-7.6-26.2 0-47.1 '
             '20.2-54.2 42.4zM1846.9 99.5h72v198.1h-72z"></path><circle '
             'class="logo-wordmark-brand_svg__st3" cx="1882.9" cy="44.9" '
             'r="40.7"></circle><path class="logo-wordmark-brand_svg__st3" '
             'd="M2028.9 221.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 30.2-24.5 '
             '54.6-54.7 54.6v49.7h26.7v93.2c0 46.7 31.5 60.4 64.9 60.4 27.1 0 '
             '44.4-6.7 59.6-17.8v-46.6c-12 4.9-21.8 6.7-30.6 '
             '6.7-14.7.1-22.7-6.6-22.7-23.5zM1402 245.1s-.1 0 0 0h-.2c-14.6 '
             '0-22.5-6.7-22.5-23.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 '
             '30.2-24.5 54.6-54.7 54.6h-.1v49.7h26.7v93.2c0 46.7 31.5 60.4 '
             '64.9 60.4 27.1 0 44.4-6.7 59.6-17.8v-46.6c-11.9 4.9-21.7 '
             '6.8-30.5 6.8zM1402 245.1h-.1.1c-.1 0 0 0 0 0zM543.9 94.2c-61.7 '
             '0-107.9 44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 '
             '92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c-.1-53.7-35.2-99-101.3-99zM507 '
             '178.6c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9H507zM954.1 94.2c-61.7 0-107.9 44.9-107.9 107.5 0 63.1 45.3 '
             '101.3 108.8 101.3 57.7 0 92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 '
             '22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c0-53.7-35.1-99-101.3-99zm-36.9 '
             '84.4c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9h-69.8zM2300 193.2c0-53.7-35.1-99-101.3-99-61.7 0-107.9 '
             '44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 92.2-30.1 '
             '100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20zm-138.1-14.6c2.7-18.7 12.9-32.9 '
             '36-32.9 21.3 0 32.9 15.1 33.8 32.9h-69.8zM1582 93.8c-33.3 0-55.6 '
             '16-65.4 39.6v-116h-72v280.1h55.6l12.4-34.2c11.1 24 36 39.6 68 '
             '39.6 59.6 0 89.4-45.8 89.4-104.5 '
             '0-58.4-29.8-104.6-88-104.6zm-25.3 153.4c-24.5 '
             '0-40-18.7-40-47.6V197c0-28.5 15.6-47.1 40-47.1 28 0 40.9 20 40.9 '
             '48.5 0 28.8-12.9 48.8-40.9 48.8z"></path></g><path '
             'class="logo-wordmark-brand_svg__st3" d="M302.8 269L170.1 '
             '165.6c-2.2-1.7.1-5.1 2.5-3.7l51.8 29c23.5 13.2 53.2 5.5 '
             '67.4-17.3 15-24.1 7.1-55.8-17.5-70l-76-43.9c-2.4-1.4-.6-5.1 '
             '2-4l34.9 14c.1 0 .9.3 1.2.4 3.7 1.3 7.7 2 11.8 2 18.9 0 34.5-15 '
             '35.8-32.8C285.7 16.1 268.1 0 247 0H85.6C64.9 0 47.4 16.9 47.7 '
             '37.6c.1 11 5.1 20.8 12.8 27.5 5.8 5.1 25.4 20.7 34.7 28.2 1.7 '
             '1.3.7 4-1.4 4H61.5C27.5 97.5 0 125.1 0 159.1c0 17.2 7 32.7 18.4 '
             '44l187.1 177.8c13.2 12.3 31 19.9 50.5 19.9 41 0 74.2-33.2 '
             '74.2-74.2-.1-23.2-10.7-44-27.4-57.6z"></path></g></svg></i></a></div><div '
             'class="eds-g-cell eds-text-color--grey-600 eds-g-cell-6-12 '
             'eds-g-cell-sm-4-12 eds-text--right" '
             'data-automation="language-selector" '
             'data-spec="language-selector"><div class="u-inline-flex"><div '
             'class="LanguageSelector-module__languageLabelAndSelector___293FF"><div '
             'class="LanguageSelector-module__selectField___2RUEM '
             'checkout-customization-css-class"><div '
             'class="FormControl_root__1a1jb"><div '
             'class="FormControl_main__1a1jb"><div '
             'class="FormControl_fieldContainer__1a1jb '
             'FormControl_fieldContainerFullWidth__1a1jb"><select '
             'id="language-select-field" class="SelectField_root__d7paj" '
             'aria-label="Select your language" title="" '
             'aria-labelledby="label-language" '
             'data-automation="language-dropdown" '
             'name="language-select-field"><option value="" '
             'data-option="hidden"> </option><option '
             'value="de_DE">Deutsch</option><option value="de_CH">Deutsch '
             '(CH)</option><option value="en_AU">English (AU)</option><option '
             'value="en_CA">English (CA)</option><option value="en_DK">English '
             '(DK)</option><option value="en_FI">English (FI)</option><option '
             'value="en_GB">English (UK)</option><option selected="" '
             'value="en_US">English (US)</option><option value="es_AR">Español '
             '(AR)</option><option value="es_ES">Español (ES)</option><option '
             'value="es_MX">Español (MX)</option><option '
             'value="fr_FR">Français</option><option value="fr_CA">Français '
             '(CA)</option><option value="fr_CH">Français (CH)</option><option '
             'value="it_IT">Italiano</option><option '
             'value="nl_NL">Nederlands</option><option '
             'value="pt_PT">Português</option><option value="pt_BR">Português '
             '(BR)</option><option value="sv">Svenska</option></select><label '
             'id="label-language" class="FormControl_primaryLabel__1a1jb '
             'FormControl_primaryLabelOpen__1a1jb" '
             'for="language-select-field">Language:</label></div><span '
             'class="FormControl_validationAdornment__1a1jb"></span><span '
             'class="FormControl_suffix__1a1jb"><button type="button" '
             'tabindex="-1" class="SelectField_chevronButton__d7paj" '
             'aria-labelledby="label-language"><i class="Icon_root__73u2e '
             'Icon_icon-small__73u2e" aria-hidden="true"><svg '
             'xmlns="http://www.w3.org/2000/svg" width="24" height="24" '
             'fill="#3A3247" viewBox="0 0 24 24" color="#4B4D63"><path d="m7 '
             '10.224 5 4.936 5-4.936-1.414-1.397L12 12.367l-3.585-3.54z" '
             'clip-rule="evenodd"></path></svg></i></button></span></div><div '
             'class="FormControl_aside__1a1jb"><div '
             'class="FormControl_helperTextWrapper__1a1jb"></div></div></div></div></div></div></div></div></div></div><div '
             'class="eds-modal__footer-background undefined"><div '
             'class="eds-modal__footer eds-g-cell eds-g-cell-mw-10-12 '
             'eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 eds-g-offset-mn-0-12 '
             'eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 eds-g-cell-sn-12-12 '
             'eds-g-cell-12-12 eds-l-sn-pad-hor-4 eds-l-pad-hor-6 '
             'PageFooter-module__modalFooter___x707S" '
             'data-spec="eds-modal__footer"><div '
             'class="PageFooter-module__modalFooterWrapper___1-QTQ"><div '
             'class="eds-show-down-sw '
             'PageFooter-module__easyRefundsRow___37Vx6"><div '
             'class="PageFooter-module__easyRefundsCartSummary___3ULNf"><div '
             'class="eds-align--right"><button '
             'data-testid="cart-summary-button" class="eds-show-down-sw '
             'eds-btn--none" aria-label="Show order summary" '
             'aria-pressed="false" aria-expanded="false" '
             'aria-controls="order-summary" disabled="" type="button"><div '
             'class="CartSummary-module__cartSummary___2faKa" '
             'aria-hidden="true"><div class="eds-text--truncate '
             'eds-l-pad-vert-2 eds-text--right eds-l-pad-right-4"><span '
             'class="eds-text-color--grey-800 eds-text-bm--fixed '
             'eds-text-weight--heavy '
             'CartSummary-module__collapsiblePriceRow___lTYLn" '
             'data-automation="modal-footer-ticket-price" '
             'data-testid="modal-footer-ticket-price">$0.00</span></div></div></button></div></div></div><div '
             'class="eds-align--right"><button '
             'data-spec="eds-modal__primary-button" '
             'data-automation="eds-modal__primary-button" '
             'data-testid="eds-modal__primary-button" class="eds-btn '
             'eds-btn--button eds-btn--fill eds-btn--full-width" '
             'type="button">Check '
             'out</button></div></div></div></div></div></main></div></div><div '
             'class="eds-collapsible-pane-layout__pane" '
             'data-spec="eds-collapsible-pane-layout-pane"><div '
             'class="eds-collapsible-pane-layout-pane__content"><aside '
             'id="order-summary" aria-label="Order summary" '
             'class="eds-collapsible-pane-layout__content '
             'checkout-widget__ticket-page--pane-content"><style>:root {\n'
             '                    --focus-x: 50%;\n'
             '                    --focus-y: 50%;\n'
             '                </style><div '
             'class="FocalPointImage-module__container___1iydr '
             'eds-show-up-mn"><div '
             'class="FocalPointImage-module__ie11FlexFix___3GBXb"></div></div><div '
             'class="eds-align--center EmptyPane-module__root___2dmKz" '
             'data-spec="pane-empty-cart-container"><i class="eds-vector-image '
             'eds-icon--medium eds-vector-image--grey-300 '
             'EmptyPane-module__icon___3cSOX" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="cart_svg__eds-icon--cart_svg" x="0" y="0" viewBox="0 0 24 '
             '24" xml:space="preserve"><path '
             'id="cart_svg__eds-icon--cart_base" fill-rule="evenodd" '
             'clip-rule="evenodd" d="M20 14l2-9H9v1h11.9l-1.7 7.1L7 '
             '14V2H2v3h4v12h14v-1H7v-1l13-1zM3 3h3v1H3V3z"></path><g '
             'id="cart_svg__eds-icon--cart_circles" fill-rule="evenodd" '
             'clip-rule="evenodd"><path d="M8 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 '
             '2-2-.9-2-2-2zm0 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM18 '
             '18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.6 '
             '0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 '
             '1z"></path></g></svg></i></div></aside></div></div></div><div '
             'class="eds-modal__close-button"><span class="eds-icon-button '
             'eds-icon-button--over-image eds-icon-button--neutral" '
             'data-spec="icon-button"><button '
             'data-automation="modal-close-button" data-spec="close-button" '
             'id="modal-close-button" class="eds-btn--button eds-btn--none '
             'eds-btn--icon-only" type="button"><i class="eds-vector-image '
             'eds-icon--small eds-vector-image--block" title="" '
             'data-spec="icon" data-testid="icon"><svg '
             'id="cross-chunky_svg__eds-icon--cross-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve" '
             'aria-hidden="true"><path '
             'id="cross-chunky_svg__eds-icon--cross-chunky_base" d="M13.4 '
             '12l3.5-3.5-1.4-1.4-3.5 3.5-3.5-3.5-1.4 1.4 3.5 3.5-3.5 3.5 1.4 '
             '1.4 3.5-3.5 3.5 3.5 1.4-1.4z"></path></svg><span '
             'class="eds-is-hidden-accessible">Close</span></i></button></span></div></div></div></div></div></div><input '
             'type="hidden" style="display:none" '
             'name="csrfmiddlewaretoken"/><script>const csrfInput = '
             "document.getElementsByName('csrfmiddlewaretoken')[0];\n"
             'const csrfToken = '
             '/csrftoken=([^;]*)(;|$)/.exec(document.cookie)[1];\n'
             'csrfInput.value = csrfToken;</script><script '
             'type="text/javascript">window.__i18n__={"locale":"en_US"};\n'
             '\n'
             'var isFrame = window.parent !== window;\n'
             '\n'
             'if (isFrame) {\n'
             '    window.parent.postMessage({\n'
             "        messageName: 'widgetRenderComplete',\n"
             "        eventId: '1977510585394'\n"
             "    }, 'https://www.nhrl.io/');\n"
             '\n'
             '    var _ebCheckoutReady = false;\n'
             '    window.__ebMarkCheckoutReady = function() { _ebCheckoutReady '
             '= true; };\n'
             '\n'
             "    document.addEventListener('click', function(e) {\n"
             '        if (!_ebCheckoutReady && '
             'e.target.closest(\'[data-spec="close-button"]\')) {\n'
             '            window.parent.postMessage({\n'
             "                messageName: 'widgetModalClose',\n"
             "                eventId: '1977510585394'\n"
             "            }, 'https://www.nhrl.io/');\n"
             '        }\n'
             '    });\n'
             '}\n'
             '\n'
             '\n'
             'window.__SERVER_DATA__={"teamSettings":null,"isGDPRCountry":true,"requestPromoCode":"","app_name":"checkout","grylls":{"options":{"environment":"prod","debugging":false,"enabled":true},"trackingData":{"Google '
             'Analytics":[{"pixelId":"G-9DPRMQ1LCM","id":"5380433","events":{}}]}},"refundPolicyCode":"custom","isRegistrationEvent":false,"isMyOrderFlow":false,"isProd":true,"roktApiKey":null,"event":{"hide_start_date":false,"should_not_index_in_search_engines":false,"subcategory_id":"2007","slugified_name":"nhrl-2026-robot-fighting-world-championships","is_series_parent":false,"event_sales_status":{"start_sales_date":{"timezone":"America/New_York","local":"1970-01-01T00:00:00","utc":"1970-01-01T05:00:00Z"},"end_sales_date":{"timezone":"America/New_York","local":"2026-10-03T21:30:00","utc":"2026-10-04T01:30:00Z"},"default_message":null,"sales_status":"on_sale","currency":"USD","message_code":null,"message":null,"message_type":null},"listing_display_flags":{"should_hide_all_dates":false,"should_display_short_address":true,"should_show_add_to_calendar":true,"status_is_not_yet_started":false,"should_show_timezone":true,"event_is_sold_out":false,"should_show_promo_code_link":true,"should_display_ticket_end_date":true,"should_show_waitlist_at_capacity":false,"should_show_waitlist_for_event":false,"status_any_ticket_not_yet_started":false},"currency":"USD","style_id":"456156284","capacity":70,"locale":"en_US","ticket_resellers":[],"id":"1977510585394","privacy_setting":"unlocked","style":{"button_text_color":"#FFFFFF","secondary_text_color":"#ADB0B6","button_background_color":"#00CC52","box_text_color":"#45494E","link_color":"#00A8F2","text_color":"#45494E","box_header_background_color":"#EFF2F5","box_background_color":"#FFFFFF","box_border_color":"#D2D6DF","box_header_text_color":"#45494E","background_color":"#F8F8FA","id":"456156284"},"venue_id":"295573298","user_id":"1282399756513","checkout_info":{"checkout_groups":[{"id":"1","title":"Tickets"},{"id":"3","title":"Add-ons"}]},"start":{"timezone":"America/New_York","local":"2026-10-03T10:00:00","utc":"2026-10-03T14:00:00Z"},"tx_time_limit":1200,"show_seatmap_thumbnail":false,"has_access_code":true,"inventory_type":"limited","show_colors_in_seatmap_thumbnail":false,"logo_id":"1173601770","source":"coyote","listed":true,"is_series":true,"hide_end_date":false,"should_show_promo_code_link":true,"status":"live","_type":"event","description":{"text":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","html":"The world\'s most exciting, dangerous '
             "and electrifying fighting robots compete for a place at NHRL's "
             '2026 Pro World '
             'Championships."},"has_advanced_teams_enabled":false,"show_pick_a_seat":false,"payment_options":{"should_accept_offline":0,"should_accept_oxxo":false,"should_accept_visa_debit_for_payment":false,"epp_country":"US","should_accept_sofort":false,"should_accept_visa_for_payment":true,"should_accept_discover_for_payment":true,"should_show_paypal_payment_method":false,"should_accept_rapipago":false,"should_only_accept_amex_for_payment":false,"accept_moneris":false,"has_payment_options":true,"should_accept_mercado_pago_credit_cards":false,"should_accept_mastercard_for_payment":true,"should_accept_maestro_bancontact":false,"should_accept_ideal":false,"authnet_cards_list":[],"should_accept_pagofacil":false,"accept_authnet":false,"moneris_cards_list":[],"should_accept_boleto_bancario":false,"should_accept_amex_for_payment":true,"should_accept_invoice":false,"should_accept_sepa_direct_debit":false},"is_free":false,"organization_id":"1282399756513","is_externally_ticketed":false,"is_protected_event":false,"has_tax_country_exemptions":null,"show_remaining":false,"ticket_classes":[],"end":{"timezone":"America/New_York","local":"2026-10-03T22:30:00","utc":"2026-10-04T02:30:00Z"},"format_id":"14","properties":{"is_sales_client":true,"is_paid":true,"locale":"en_US","copy_link_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394?utm_source=cpd&utm_medium=discovery&utm_content=attendeeshare&utm_term=listing","logo_focal_point":{"y":0.5,"x":0.5},"is_opted_out_of_google_analytics_universal":false,"total_tickets":13,"has_logo":true,"has_donation_tickets_available":null,"is_shareable":true,"canonical_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918","is_donation":false,"meta_description":"Eventbrite '
             '- National Havoc Robot League presents NHRL 2026 Robot Fighting '
             'World Championships - Saturday, October 3, 2026 at NHRL - '
             'National Havoc Robot League, Norwalk, CT. Find event and ticket '
             'information.","fb_plain_description":"The world\'s most '
             'exciting, dangerous and electrifying fighting robots compete for '
             "a place at NHRL's 2026 Pro World "
             'Championships.","is_live":true,"image_sizes":{"small":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=360&auto=format%2Ccompress&q=75&sharp=10&s=f361d8b94eae2e7cea03867ec831a680","large":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=1440&auto=format%2Ccompress&q=75&sharp=10&s=d70617a7e09e9625996fc1e61c16d363","medium":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116"},"shortname":null,"logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","image":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116","has_payment_options":true,"non_vanity_absolute_url_ssl":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394","ssl_logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","display_short_address":"Norwalk, '
             'CT","is_free":false,"is_ended":false,"is_google_analytics_ecommerce_tracking_enabled":false,"sales_not_yet_started":false,"is_series_parent":false,"is_draft":false,"currency":"USD","has_cropped_logo":false,"hide_start_date":false,"is_unavailable":false,"is_sales_ended":false,"is_protected":false,"payment_type":"eventbrite","google_analytics":null,"is_reserved_seating":false,"non_vanity_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394","is_published":true},"tld":".com","series_id":"1977507082918","organization":{"id":"1282399756513","vertical":"default"},"name":{"text":"NHRL '
             '2026 Robot Fighting World Championships","html":"NHRL 2026 Robot '
             'Fighting World '
             'Championships"},"language":"en-us","created":"2025-12-10T15:36:03Z","url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394","changed":"2026-08-10T23:52:30Z","venue":{"user_id":"1282399756513","name":"NHRL '
             '- National Havoc Robot '
             'League","places":[],"longitude":"-73.4157396","address":{"city":"Norwalk","country":"US","region":"CT","longitude":"-73.4157396","localized_address_display":"165 '
             'Water Street, Norwalk, CT '
             '06854","postal_code":"06854","address_1":"165 Water '
             'Street","address_2":"","latitude":"41.092425","localized_multi_line_address_display":["165 '
             'Water Street","Norwalk, CT '
             '06854"],"localized_area_display":"Norwalk, '
             'CT"},"latitude":"41.092425","organizer_id":"57207809973","google_place_id":"ChIJVVUJNYge6IkRau9-ajl-pOI","id":"295573298"},"current_status":30,"summary":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","is_locked":false,"shareable":true,"published":"2025-12-28T16:10:40Z","online_event":false,"organizer_id":"57207809973","category_id":"102","is_reserved_seating":false,"survey_type":"direct"},"affiliateCode":"echckt","widgetParentUrl":"https://www.nhrl.io/","gaSettings":{"userPartnerId":null,"appName":"checkout","activeScopeUserId":null,"appVersion":null,"guestPartnerId":"de57256e_0482a2e5e76816c57bdf47df06aaa65a05dfdb72ecbcc51a59feaebc7c69f8456bb38884c6ad5e3806e0b07e6326d4aa","isActive":true,"correlationId":"bcf3e44f95b911f1929d128560007aaa"},"stableId":"ac9c5982-1102-47ce-a18c-616602b4d8d4","errors":[],"googleTagManager":{"should_include_google_tag_manager":true,"dfa_partner_id":"dfa_partner_id_not_set"},"ticketAvailabilityInfo":{"remaining_capacity":70,"has_available_hidden_tickets":true,"waitlist_enabled":false,"has_bogo_tickets":false,"has_available_tickets":true,"is_sold_out":false},"isEventbriteTLD":false,"defaultUserCountry":"US","collectQuestionsAfterPayment":false,"showOrgMarketingOptIn":true,"env":{"googleMapsQAKey":null,"defaultCurrency":"USD","signupUrl":"https://www.eventbrite.com/signin/signup/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","isEmbeddedView":false,"serverUrl":"https://www.eventbrite.com","showCookieHeader":false,"organizeUrls":{"suggested":[{"url":"/organizer/overview/","gaLabel":"WhyEventbrite","accentLink":false,"label":"Create '
             'Events"},{"url":"/organizer/pricing/","gaLabel":"Pricing","accentLink":false,"label":"Pricing"},{"url":"https://www.eventbrite.com/blog/","gaLabel":"Resources","accentLink":false,"label":"Resources"},{"url":"/l/contact-eventbrite-sales/","gaLabel":"ContactSales","accentLink":false,"label":"Contact '
             'Sales"}],"home":{"url":"/how-it-works/","gaLabel":"HowItWorks","label":"How '
             'it '
             'works"}},"signupNoReferrerUrl":"https://www.eventbrite.com/signin/signup/","ebDomain":"eventbrite.com","helpUrls":{"impressum":"https://www.eventbrite.com/support/articleredirect?anum=10983","home":"https://www.eventbrite.com/support","suggested":[{"url":"https://www.eventbrite.com/support/articleredirect?anum=3776","gaLabel":"FindYourTickets","label":"Find '
             'your '
             'tickets"},{"url":"https://www.eventbrite.com/support/articleredirect?anum=3275","gaLabel":"ContactAnEventOrganizer","label":"Contact '
             'an event '
             'organizer"},{"url":"https://www.eventbrite.com/support","gaLabel":"VisitTheHelpCenter","label":"Visit '
             'the help '
             'center"}]},"locales":[{"locale":"es_AR","localized_language_name":"Español '
             '(AR)","locale_name":"Argentina"},{"locale":"en_AU","localized_language_name":"English '
             '(AU)","locale_name":"Australia"},{"locale":"nl_BE","localized_language_name":"Belge","locale_name":"België"},{"locale":"fr_BE","localized_language_name":"Français '
             '(BE)","locale_name":"Belgique"},{"locale":"pt_BR","localized_language_name":"Português '
             '(BR)","locale_name":"Brasil"},{"locale":"en_CA","localized_language_name":"English '
             '(CA)","locale_name":"Canada '
             '(EN)"},{"locale":"fr_CA","localized_language_name":"Français '
             '(CA)","locale_name":"Canada '
             '(FR)"},{"locale":"es_CL","localized_language_name":"Español","locale_name":"Chile"},{"locale":"es_CO","localized_language_name":"Español '
             '(ES)","locale_name":"Colombia"},{"locale":"en_DK","localized_language_name":"English '
             '(DK)","locale_name":"Denmark"},{"locale":"de_DE","localized_language_name":"Deutsch","locale_name":"Deutschland"},{"locale":"es_ES","localized_language_name":"Español '
             '(ES)","locale_name":"España"},{"locale":"en_FI","localized_language_name":"English '
             '(FI)","locale_name":"Finland"},{"locale":"fr_FR","localized_language_name":"Français","locale_name":"France"},{"locale":"en_HK","localized_language_name":"English '
             '(HK)","locale_name":"Hong '
             'Kong"},{"locale":"en_IE","localized_language_name":"English '
             '(UK)","locale_name":"Ireland"},{"locale":"it_IT","localized_language_name":"Italiano","locale_name":"Italia"},{"locale":"es_MX","localized_language_name":"Español '
             '(MX)","locale_name":"México"},{"locale":"nl_NL","localized_language_name":"Nederlands","locale_name":"Nederland"},{"locale":"en_NZ","localized_language_name":"English '
             '(Australia/New Zealand)","locale_name":"New '
             'Zealand"},{"locale":"de_AT","localized_language_name":"Deutsch","locale_name":"Österreich"},{"locale":"es_PE","localized_language_name":"Español '
             '(ES)","locale_name":"Perú"},{"locale":"pt_PT","localized_language_name":"Português","locale_name":"Portugal"},{"locale":"de_CH","localized_language_name":"Deutsch '
             '(CH)","locale_name":"Schweiz"},{"locale":"en_SG","localized_language_name":"English '
             '(SG)","locale_name":"Singapore"},{"locale":"fr_CH","localized_language_name":"Français '
             '(CH)","locale_name":"Suisse"},{"locale":"sv","localized_language_name":"Svenska","locale_name":"Sverige"},{"locale":"en_GB","localized_language_name":"English '
             '(UK)","locale_name":"United '
             'Kingdom"},{"locale":"en_US","localized_language_name":"English '
             '(US)","locale_name":"United '
             'States"}],"signinUrl":"https://www.eventbrite.com/signin/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","searchQuery":null,"searchLocation":{"address":"New '
             'York, '
             'NY"},"launchNewSignInSignUpLinks":true,"adminServerUrl":"https://admin.eventbrite.com","currencyFormat":"¤#,##0.00","logoutUrl":"https://www.eventbrite.com/logout/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","loginUrl":"https://www.eventbrite.com/login/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1","localeInfo":{"flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag.png","gold_support_phone_number":"1-877-297-6805","greetings":["Hello","Hi","Greetings","Dear"],"country_code":"US","language_code":"en","silver_support_phone_number":"1-877-297-6805","has_phone_support":true,"show_link_to_music_microsite":true,"flag_logo_medium_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag-32x32.png","paypal_locale":"en_US","group":"AMERICA","sales_email":"sales@eventbrite.com","prefixes":["Mr.","Mrs.","Ms.","Miss","Mx.","Dr.","Prof.","Rev."],"npo_service_fee_percent":"2.0%","uses_metric_system":false,"has_localized_support_team":false,"is_eventioz_locale":false,"tiktok_handle":"@eventbrite","latitude":37.775262,"app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Download_on_the_App_Store_Badge_US-UK_135x40.svg","youtube_channel":"www.youtube.com/user/EventbriteTV","android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=en_US","press_email":"press@eventbrite.com","tld_subdirectory":".com","hiw_sales_phone_number":"1-855-292-7905","base_ios_app_url":"http://itunes.apple.com/%s/app/eventbrite/id487922291","is_locale_enabled":true,"from_mail_charity":"charity@eventbrite.com","get_default_location_dict":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"get_default_location_name":"New '
             'York, '
             'NY","terms_of_service_url":"https://www.eventbrite.com/l/legalterms/","server":"http://www.eventbrite.com","address_4":"United '
             'States","address_1":"Eventbrite, Inc.","address_2":"535 Mission '
             'Street, 8th Floor","address_3":"San Francisco, CA '
             '94105","attendee_support_phone_number":"1-888-810-2063","default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"twitter_handle":"eventbritehelp","play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/en_generic_rgb_wo_45.png","locale":"en_US","base_android_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=%s","google_maps_language":"en","base_ios_app_badge_url":"%(server)s/eventbriteapp/?appstore&%(affiliate_params)s","paypal_support_number":"888-221-1161","localized_language_name":"English '
             '(US)","facebook_page":"www.facebook.com/Eventbrite","on_demand_payout_allowed":false,"nonprofit_501c3_fax_number":"1-888-855-2521","app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Available_on_the_App_Store_Badge_US-UK_135x40.svg","base_medium_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag-32x32.png","support_number_winter_hours":null,"is_deferred_payment_options_allowed":false,"music_microsite_url":"https://www.eventbrite.com/l/music/","first_week_day":6,"support_team_landing_page":"","sales_hours":"Mon-Fri '
             '6am-6pm '
             'PT","from_mail_order":"orders@eventbrite.com","support_phone":"1-800-350-8850","sales_contact_landing_page":"/l/contact-sales/","support_number_summer_hours":null,"help_center_language":"en-us","adobe_reader_url":"http://get.adobe.com/reader/","from_mail_installments":"installments@eventbrite.com","available_for_event_listing_override":null,"tiktok_page":"www.tiktok.com/@eventbrite","contact_sales_phone_number":"+1-877-620-9578","tld":".com","contact_us_path":"support/contact-us","show_cookie_policy_bar":false,"base_app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Available_on_the_App_Store_Badge_%s_135x40.svg","default_adobe_download_url":"http://get.adobe.com/reader/","recaptcha_language":"en","base_ios_entrymanager_url":"http://itunes.apple.com/%s/app/entry-manager/id368260521","default_language":"en-us","domain":"eventbrite.com","base_android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=%s","get_country_place_id":"85633793","outside_us_organizer_phone_number":"1-804-201-9585","default_currency":"USD","base_play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/%s_generic_rgb_wo_45.png","country_place_id":"85633793","old_event_locale":null,"press_blog_url":"/blog/press/","sales_phone_and_hours":"1-888-541-9753 '
             'Mon-Fri 6am-6pm '
             'PT","from_mail_ebhelp":"ebhelp@eventbrite.com","base_adobe_download_url":"http://get.adobe.com/%(language_code)s/reader/","organizations_support_phone_number":"1-855-872-1525","support_number_hours":null,"contact_us_sales_phone_number":"1-800-993-7308","facebook_org_page":"www.facebook.com/EventbriteforOrganizers","default_timezone":"America/Los_Angeles","show_support_special_hours_on_contact_us":false,"live_ops_support_phone_number":null,"contact_us_url":"https://www.eventbrite.com/support/contact-us","instagram_page":"www.instagram.com/eventbrite","default_language_name":"English '
             '(US)","longitude":-122.400197,"twitter_page":"www.x.com/eventbritehelp","localized_country_name":"United '
             'States","feature_flag":null,"android_attendee_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=en_US","is_latam":false,"ios_entrymanager_url":"http://itunes.apple.com/us/app/entry-manager/id368260521","base_app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Download_on_the_App_Store_Badge_%s_135x40.svg","npo_service_fee_charge":"$0.99 '
             'per '
             'ticket","facebook_locale":"en_US","paypal_locale_lc":"us","support_phone_number":"1-800-350-8850","npo_email":"nonprofit@eventbrite.com","first_week_day_from_sunday":0,"hreflang":"en-us","tos_path":"/l/legalterms/","default_paper_size":"letter","base_android_app_badge_url":"%(server)s/eventbriteapp/?playstore&%(affiliate_params)s","locale_name":"United '
             'States","default_professional_package":true,"uses_language_subdirectory":false,"sales_phone_number":"1-888-541-9753","google_analytics_url":"http://www.google.com/analytics","base_flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag.png","logo_url":"cdn.evbstatic.com/s3-build/perm_001/55d606/django/images/logos/eb_orange_on_white_1200x630.png","contact_sales_form_phone_number":"1-888-203-4469","alt_phone_number":"1-888-248-4220","sales_contact_link_text":"Contact '
             'Sales","ssl_server":"https://www.eventbrite.com","support_team_link_text":"","ios_attendee_app_url":"http://itunes.apple.com/us/app/eventbrite/id487922291","split_workspace":null,"music_url":"/l/music/","default_package":"package2","skip_package_selection":false,"split_feature_flag":null,"blog_url":"www.eventbrite.com/blog/","outside_us_phone_number":"1-415-694-7900","linked_in_page":"www.linkedin.com/company/eventbrite","live_ops_outside_us_phone_number":"1-415-813-3236"},"isMobile":false},"countryWithPostalCode":true,"featureFlags":{"enableTimedEntry":true,"launchFindMyTicketsCheckoutToOrderPage":true,"enableStripeElementsInAndroidNative":true,"enableRefundFeeRetentionPolicy":false,"seriesInfiniteCalendar":true,"checkoutUniversalFlag":true,"series_infinite_calendar_discounts":true,"disableEventbriteLegacyPaymentMethods":false,"launchSupportMultipleFacebookPixels":true,"checkoutResilienceTLZ":false,"launchPayinsPaymentMethodPaypal":true,"shouldHideSeriesStartTime":false,"enableNewRebrandingLogoAnimation":false,"series_infinite_calendar_min_price":false,"postCheckoutMandatoryQuestionsOrganizationsExclusions":false,"enableFullPageMarkup":true,"enablePaymentConstraintsInNewCreate":false,"paymentsLaunchStripeElements":false,"shouldBlockMarketingEventbriteEmails":false,"enableNonceBraintreePayments":true,"enableStripeElementsInIosNative":true,"launchBraintree3ds":false,"enableEBMarketingOptIn":true,"enableStripeElementsInMobileApp":false,"enable3DSecure2":false,"maxInstallments":{"isActive":false,"maxInstallmentsLimit":999},"launchEmbeddedCheckoutRetryOnPlaceError":false,"replaceLegacyPaymentMethodsWithStripeWhenNotEmbeddedCheckout":false,"enableEBMarketingOptInImplicit":false,"disableRecaptcha3":false,"checkout-custom-embedded":true,"new_wr_ui":true},"isModal":true,"waitingRoom":{"register_server":"https://www.eventbrite.com","step":"cart","is_activated_for_event":true,"queue_server":"https://inline.eventbrite.com","queue_id":"1273485359","allocation_time":"1786476039.60","event_id":"1273485359","is_live":true,"sold_out":false,"client_id":"0183143f0af84ca38b52f1cd43307ff5","hash_code":"ba690c572587e13d7f046234dd4c17db"},"maxAllowedPayin":0,"guestAge":"15cd","waitlistCode":null,"survey_info":"","requestExtraData":{"httpReferer":"https://www.nhrl.io/events","ip":"144.91.120.136","host":"www.eventbrite.com","method":"GET"},"isPayinsFlow":false,"teamToken":null,"guestId":"956c6705-6d86-4f53-a2c5-d0df74f26b42","user":{"intercomUserHash":null,"publicId":null,"hasEvents":false,"hasOrganizers":false,"usesNewPermissions":false,"guestId":"956c6705-6d86-4f53-a2c5-d0df74f26b42","canUseInterests":true,"isStaff":false,"canInvite":false,"fullName":null,"thumbnailUrl":null,"numOrders":0,"firstName":null,"hasGlobalPermissions":false,"isAttendee":false,"lastName":null,"activeOrganization":null,"hideOrganizationSwitch":true,"canCreateEvents":false,"hasContactsPermission":false,"email":null,"isAuthenticated":false,"orgHasEvents":false},"splitIOProdKey":"cnub9anfhoa4uivriv68t7soph5h0pihfi20","currentTimezone":"Europe/Paris","useAndroidProfile":false,"tickets":[{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409814308","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":true,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"All '
             'day access valid for entry & re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages '
             'until 5pm\\n\\n-Access to merch store, food trucks, coffee cart '
             '& bar, outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T19:30:00","utc":"2026-10-03T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409814308","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"display_name":"General Admission - '
             'Adult","unavailable":false,"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-10-03T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T19:30:00","utc":"2026-10-03T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"General '
             'Admission - '
             'Adult","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"General '
             'Admission - '
             'Adult","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409817784","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"All '
             'day access valid for entry & re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T19:30:00","utc":"2026-10-03T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409817784","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"display_name":"General Admission - Kids (ages '
             '4-15)","unavailable":false,"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-10-03T19:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T19:30:00","utc":"2026-10-03T23:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"General '
             'Admission - Kids (ages '
             '4-15)","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"General '
             'Admission - Kids (ages '
             '4-15)","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"79.00","value":7900,"display":"79.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409817893","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"total_cost":{"currency":"USD","major_value":"87.54","value":8754,"display":"87.54 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T14:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T14:30:00","utc":"2026-10-03T18:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"4.71","value":471,"display":"4.71 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":0,"max":1995,"percent":370,"fixed":179,"id":"1413309"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413289"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.33","value":233,"display":"2.33 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"79.00","value":7900,"display":"79.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409817893","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"display_name":"VIP - '
             'Adult","unavailable":false,"total_cost":{"currency":"USD","major_value":"87.54","value":8754,"display":"87.54 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-10-03T14:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T14:30:00","utc":"2026-10-03T18:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"4.71","value":471,"display":"4.71 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":0,"max":1995,"percent":370,"fixed":179,"id":"1413309"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413289"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.33","value":233,"display":"2.33 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"8.54","value":854,"display":"8.54 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"VIP '
             '- '
             'Adult","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"VIP '
             '- '
             'Adult","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"49.00","value":4900,"display":"49.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409817999","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"total_cost":{"currency":"USD","major_value":"54.20","value":5420,"display":"54.20 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T17:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T17:30:00","utc":"2026-10-03T21:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.75","value":275,"display":"2.75 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":275,"max":275,"percent":0,"fixed":275,"id":"1413039"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.00","value":100,"display":"1.00 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":100,"max":100,"percent":0,"fixed":100,"id":"1413269"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.45","value":145,"display":"1.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"49.00","value":4900,"display":"49.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409817999","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"display_name":"VIP - Kids (ages '
             '4-15)","unavailable":false,"total_cost":{"currency":"USD","major_value":"54.20","value":5420,"display":"54.20 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-10-03T17:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T17:30:00","utc":"2026-10-03T21:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.75","value":275,"display":"2.75 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":275,"max":275,"percent":0,"fixed":275,"id":"1413039"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"1.00","value":100,"display":"1.00 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":100,"max":100,"percent":0,"fixed":100,"id":"1413269"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.45","value":145,"display":"1.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"5.20","value":520,"display":"5.20 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"VIP '
             '- Kids (ages '
             '4-15)","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"VIP '
             '- Kids (ages '
             '4-15)","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"15.00","value":1500,"display":"15.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"1","variant_input_type":"one","id":"3409818089","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"admission","fee":{"currency":"USD","major_value":"2.45","value":245,"display":"2.45 '
             'USD"},"total_cost":{"currency":"USD","major_value":"17.45","value":1745,"display":"17.45 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\\n\\nTicket '
             'Description:\\n\\n-Watch the Prime Time Show LIVE!\\n\\n-Ticket '
             'applies to the Prime Time Show only. \\nEntry to the building '
             'beginning at 5:00pm. Prime Time Show starts at 7pm.\\n\\n-Be '
             'cage side as the quarter-finals to the finals across three '
             'weight classes are broadcast LIVE!\\n\\n-Qualifying fights end '
             'at 5:30pm for a half-time. Be aware there is a break in '
             'scheduled bot action until the Prime Time Show at 7pm but you '
             'can arrive as early as 5pm for access to lounges, food trucks, '
             'robot driving experiences, shop our merch store, grab some '
             'drinks at the bar, and grab the best '
             'seats.","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T21:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T21:30:00","utc":"2026-10-04T01:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.45","value":45,"display":"0.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"15.00","value":1500,"display":"15.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"1","id":"T3409818089","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"category":"admission","fee":{"currency":"USD","major_value":"2.45","value":245,"display":"2.45 '
             'USD"},"display_name":"Prime Time '
             'Show","unavailable":false,"total_cost":{"currency":"USD","major_value":"17.45","value":1745,"display":"17.45 '
             'USD"},"delivery_methods":["electronic"],"maximum_quantity_per_order":10,"onsale_status":{"unavailable":false,"end_sales":"2026-10-03T21:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T21:30:00","utc":"2026-10-04T01:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.45","value":45,"display":"0.45 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.45","value":245,"display":"2.45 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Prime '
             'Time '
             'Show","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Prime '
             'Time '
             'Show","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"3","variant_input_type":"one","id":"3409818347","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T18:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T18:30:00","utc":"2026-10-03T22:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"10.00","value":1000,"display":"10.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"3","id":"T3409818347","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"display_name":"Robot Driving Experience - 4X '
             'Tokens","unavailable":false,"total_cost":{"currency":"USD","major_value":"12.30","value":1230,"display":"12.30 '
             'USD"},"delivery_methods":["electronic"],"description":"Drive a '
             'real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T18:30:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T18:30:00","utc":"2026-10-03T22:30:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"1.50","value":150,"display":"1.50 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":150,"max":150,"percent":0,"fixed":150,"id":"1413019"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.50","value":50,"display":"0.50 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":50,"max":50,"percent":0,"fixed":50,"id":"1413229"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.30","value":30,"display":"0.30 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"2.30","value":230,"display":"2.30 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null},{"characteristics":{"default_quantity":0,"is_paid":true,"is_unlimited":false,"is_free":false,"is_hidden":false,"is_donation":false},"image":null,"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"currency":"USD","shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"maximum_quantity":10,"checkout_group_id":"3","variant_input_type":"one","id":"3417517954","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"tax_without_shipping":null,"sales_start_after":null,"is_highest_original_capacity":false,"use_all_in_price":true,"delivery_methods":["electronic"],"description":"Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet & mingle with builders; see the '
             'builder’s pre-tournament preparations.\\n(Pit passes are '
             'included with VIP tickets. Only purchased separately as an '
             'Add-On to any other ticket '
             'type)","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T09:00:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T09:00:00","utc":"2026-10-03T13:00:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"free":false,"discount_id":null,"donation":false,"display_flags":{"show_sales_end_date":true,"show_remaining":false,"show_description":false,"show_ticket_selection":true,"have_description":true,"show_waitlist":false},"has_gts_tax":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"variants":[{"tax":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"ended":false,"shipping_components":[],"cost":{"currency":"USD","major_value":"25.00","value":2500,"display":"25.00 '
             'USD"},"is_bogo_ticket":false,"checkout_group_id":"3","id":"T3417517954","display_shipping_fee":{"currency":"USD","major_value":"0.00","value":0,"display":"0.00 '
             'USD"},"maximum_quantity_per_order":10,"category":"add_on","fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"display_name":"Friday Night Pit '
             'Pass","unavailable":false,"total_cost":{"currency":"USD","major_value":"28.75","value":2875,"display":"28.75 '
             'USD"},"delivery_methods":["electronic"],"description":"Join us '
             'in the pit on the Friday night before the tournament from 6-8pm; '
             'pizza included! Meet & mingle with builders; see the builder’s '
             'pre-tournament preparations.\\n(Pit passes are included with VIP '
             'tickets. Only purchased separately as an Add-On to any other '
             'ticket '
             'type)","onsale_status":{"unavailable":false,"end_sales":"2026-10-03T09:00:00Z","sold_out_with_waitlist":false,"is_ticket_tiered":false,"end_sales_with_tz":{"timezone":"America/New_York","local":"2026-10-03T09:00:00","utc":"2026-10-03T13:00:00Z"},"ended":false,"near_sales_start":false,"not_yet_started":false,"not_on_sale":false,"near_sales_end":false},"sold_out_with_waitlist":false,"free":false,"fee_components":[{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"2.25","value":225,"display":"2.25 '
             'USD"},"group_name":"eventbrite.service_fee","base":"item.net-includable","rule":{"fee":{"name":"eventbrite.service_fee","payer":"attendee","title":"Eventbrite '
             'Service '
             'Fee","bucket":"fee","base":"item.net-includable","recipient":"eventbrite"},"min":225,"max":225,"percent":0,"fixed":225,"id":"1413029"},"internal_name":"eventbrite.service_fee","intermediate":false,"recipient":"eventbrite"},{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"Service '
             'Fee","base":"item.display-includable","rule":{"fee":{"name":"royalty","payer":"attendee","title":"Royalty","bucket":"fee","base":"item.display-includable","recipient":"event"},"min":75,"max":75,"percent":0,"fixed":75,"id":"1413249"},"internal_name":"royalty","intermediate":false,"recipient":"event.1977507082918"},{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","value":{"currency":"USD","major_value":"0.75","value":75,"display":"0.75 '
             'USD"},"group_name":"eventbrite.payment_fee_v2","base":"item.display_royalty","rule":{"fee":{"name":"eventbrite.payment_fee_v2","payer":"attendee","title":"Payment '
             'Fee","bucket":"fee","base":"item.display_royalty","recipient":"eventbrite"},"min":0,"max":4294967200,"percent":290,"fixed":0,"id":"1413219"},"internal_name":"eventbrite.payment_fee_v2","intermediate":false,"recipient":"eventbrite"}],"tax_components":[],"tax_and_fee":{"currency":"USD","major_value":"3.75","value":375,"display":"3.75 '
             'USD"},"not_yet_started":false,"include_fee":false,"use_all_in_price":true,"payment_constraints":[],"hide_sale_dates":false,"name":"Friday '
             'Night Pit '
             'Pass","currency":"USD","ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"is_ticket_tiered":false,"on_sale_status":"AVAILABLE","minimum_quantity":1}],"include_fee":false,"name":"Friday '
             'Night Pit '
             'Pass","payment_constraints":[],"hide_sale_dates":false,"is_bogo_ticket":false,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","minimum_quantity":1,"urgencySignals":{"sortedMessages":[],"messages":{"fewTickets":false}},"total_cost_without_shipping":null,"event_tax_name":null,"group_settings":null}],"existingOrderId":null,"captcha":{"recaptcha3PublicKey":"6LeiycQUAAAAAPuZ16-zS80TNACRMmXd8CAT_hs9","recaptcha2PublicKey":"6LehRw8fAAAAAJ8S1_MRks59_3nK7buJgoXcp3QV"},"refundableBalance":0,"socialSSOSettings":{"twoStepsSignup":false,"google":{"scope":"profile '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"126160502265-8i61veaglos3qqdc73t5b9gdp7uumclg.apps.googleusercontent.com"},"facebook":{"scope":"public_profile,email","version":"v12.0","appId":"28218816837"},"apple":{"scope":"name '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"6Q9LU82ADJ.com.eventbrite.attendee"}},"useIosProfile":false,"request":{"correlation_id":"bcf3e44f95b911f1929d128560007aaa","params":{"modal":"1","eid":"1977510585394","parent":"https://www.nhrl.io/events"},"default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"path":"/checkout-external-context","serverName":"core-internal-soa-tlz-7b4465b988-b7jp9","is_bot":true,"lifecycle":"production","session_id":"5a0c2e49d0ac4955b149ded618bb2f8e","is_loginas_session":false},"refundPolicyValidityDays":7,"facebookOptions":{"version":"v2.8","xfbml":true,"appId":"28218816837"},"deferredPaymentDueDays":3,"roktJurisdiction":"EU","themeSettings":null,"urgencySignals":{"sortedMessages":[],"messages":{"goingFast":false,"salesEndSoon":false,"fewTickets":false}},"hasDigitalContent":false,"footerLinks":{"thirdFooterColumnName":"Find '
             'Events","countries":[{"locale":"es_AR","locale_name":"Argentina","href":"http://www.eventbrite.com.ar","tld":".com.ar"},{"locale":"en_AU","locale_name":"Australia","href":"http://www.eventbrite.com.au","tld":".com.au"},{"locale":"nl_BE","locale_name":"België","href":"http://www.eventbrite.be","tld":".be"},{"locale":"fr_BE","locale_name":"Belgique","href":"http://www.eventbrite.be/fr_BE/","tld":".be"},{"locale":"pt_BR","locale_name":"Brasil","href":"http://www.eventbrite.com.br","tld":".com.br"},{"locale":"en_CA","locale_name":"Canada '
             '(EN)","href":"http://www.eventbrite.ca","tld":".ca"},{"locale":"fr_CA","locale_name":"Canada '
             '(FR)","href":"http://www.eventbrite.ca/fr_CA/","tld":".ca"},{"locale":"es_CL","locale_name":"Chile","href":"http://www.eventbrite.cl","tld":".cl"},{"locale":"es_CO","locale_name":"Colombia","href":"http://www.eventbrite.co","tld":".co"},{"locale":"en_DK","locale_name":"Denmark","href":"http://www.eventbrite.dk","tld":".dk"},{"locale":"de_DE","locale_name":"Deutschland","href":"http://www.eventbrite.de","tld":".de"},{"locale":"es_ES","locale_name":"España","href":"http://www.eventbrite.es","tld":".es"},{"locale":"en_FI","locale_name":"Finland","href":"http://www.eventbrite.fi","tld":".fi"},{"locale":"fr_FR","locale_name":"France","href":"http://www.eventbrite.fr","tld":".fr"},{"locale":"en_HK","locale_name":"Hong '
             'Kong","href":"http://www.eventbrite.hk","tld":".hk"},{"locale":"en_IE","locale_name":"Ireland","href":"http://www.eventbrite.ie","tld":".ie"},{"locale":"it_IT","locale_name":"Italia","href":"http://www.eventbrite.it","tld":".it"},{"locale":"es_MX","locale_name":"México","href":"http://www.eventbrite.com.mx","tld":".com.mx"},{"locale":"nl_NL","locale_name":"Nederland","href":"http://www.eventbrite.nl","tld":".nl"},{"locale":"en_NZ","locale_name":"New '
             'Zealand","href":"http://www.eventbrite.co.nz","tld":".co.nz"},{"locale":"de_AT","locale_name":"Österreich","href":"http://www.eventbrite.at","tld":".at"},{"locale":"es_PE","locale_name":"Perú","href":"http://www.eventbrite.com.pe","tld":".com.pe"},{"locale":"pt_PT","locale_name":"Portugal","href":"http://www.eventbrite.pt","tld":".pt"},{"locale":"de_CH","locale_name":"Schweiz","href":"http://www.eventbrite.ch","tld":".ch"},{"locale":"en_SG","locale_name":"Singapore","href":"http://www.eventbrite.sg","tld":".sg"},{"locale":"fr_CH","locale_name":"Suisse","href":"http://www.eventbrite.ch/fr_CH/","tld":".ch"},{"locale":"sv","locale_name":"Sverige","href":"http://www.eventbrite.se","tld":".se"},{"locale":"en_GB","locale_name":"United '
             'Kingdom","href":"http://www.eventbrite.co.uk","tld":".co.uk"},{"locale":"en_US","locale_name":"United '
             'States","href":"http://www.eventbrite.com","tld":".com"}],"thirdFooterColumn":[{"locale":"en_US","pk":642,"title":"New '
             'Orleans Food & Drink '
             'Events","link":"https://www.eventbrite.com/b/la--new-orleans/food-and-drink/","position":1},{"locale":"en_US","pk":1,"title":"San '
             'Francisco Holiday '
             'Events","link":"https://www.eventbrite.com/b/ca--san-francisco/holiday/","position":2},{"locale":"en_US","pk":54,"title":"Tulum '
             'Music '
             'Events","link":"https://www.eventbrite.com/b/mexico--tulum/music/","position":3},{"locale":"en_US","pk":637,"title":"Denver '
             'Hobby '
             'Events","link":"https://www.eventbrite.com/b/co--denver/hobbies/","position":4},{"locale":"en_US","pk":638,"title":"Atlanta '
             'Pop Music '
             'Events","link":"https://www.eventbrite.com/b/ga--atlanta/music/pop/","position":5},{"locale":"en_US","pk":640,"title":"New '
             'York '
             'Events","link":"https://www.eventbrite.com/d/ny--new-york/events/","position":6},{"locale":"en_US","pk":639,"title":"Chicago '
             'Events","link":"https://www.eventbrite.com/d/il--chicago/events/","position":7},{"locale":"en_US","pk":641,"title":"Events '
             'in Dallas '
             'Today","link":"https://www.eventbrite.com/d/tx--dallas/events--today/","position":8},{"locale":"en_US","pk":1117,"title":"Los '
             'Angeles '
             'Events","link":"https://www.eventbrite.com/d/ca--los-angeles/events/","position":9},{"locale":"en_US","pk":1442,"title":"Washington '
             'Events","link":"https://www.eventbrite.com/d/dc--washington/events/","position":10}],"popularSearches":[{"locale":"en_US","pk":564,"title":"Create '
             'Events","link":"https://www.eventbrite.com/organizer/overview/","position":1},{"locale":"en_US","pk":811,"title":"Pricing","link":"https://www.eventbrite.com/organizer/pricing/","position":2},{"locale":"en_US","pk":565,"title":"Event '
             'Marketing '
             'Platform","link":"https://www.eventbrite.com/organizer/features/event-marketing-platform/","position":3},{"locale":"en_US","pk":678,"title":"Eventbrite '
             'Mobile Ticket '
             'App","link":"https://www.eventbrite.com/l/eventbrite-app/","position":4},{"locale":"en_US","pk":539,"title":"Eventbrite '
             'Check-In '
             'App","link":"https://www.eventbrite.com/organizer/features/organizer-check-in-app/","position":5},{"locale":"en_US","pk":677,"title":"Eventbrite '
             'App '
             'Marketplace","link":"https://www.eventbrite.com/apps/","position":6},{"locale":"en_US","pk":680,"title":"Event '
             'Registration '
             'Software","link":"https://www.eventbrite.com/organizer/features/registration-online/","position":7},{"locale":"en_US","pk":682,"title":"Community '
             'Guidelines","link":"https://www.eventbrite.com/l/community-guidelines/","position":8},{"locale":"en_US","pk":818,"title":"FAQs","link":"https://www.eventbrite.com/l/frequently-asked-questions/","position":9},{"locale":"en_US","pk":683,"title":"Sitemap","link":"https://www.eventbrite.com/sitemap/","position":10}],"eventsToPlan":[{"locale":"en_US","pk":575,"title":"Sell '
             'Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/features/sell-tickets/","position":1},{"locale":"en_US","pk":817,"title":"Performing '
             'Arts Ticketing '
             'Software","link":"https://www.eventbrite.com/organizer/event-industry/performing-arts/","position":2},{"locale":"en_US","pk":693,"title":"Sell '
             'Concert Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/event-type/music-venues/","position":3},{"locale":"en_US","pk":572,"title":"Event '
             'Payment '
             'System","link":"https://www.eventbrite.com/organizer/features/event-payment/","position":4},{"locale":"en_US","pk":1444,"title":"Solutions '
             'for Professional '
             'Services","link":"https://www.eventbrite.com/organizer/event-industry/professional-services/","position":5},{"locale":"en_US","pk":1449,"title":"Event '
             'Management '
             'Software","link":"https://www.eventbrite.com/organizer/features/event-management-software/","position":6},{"locale":"en_US","pk":573,"title":"Halloween '
             'Party '
             'Planning","link":"https://www.eventbrite.com/organizer/event-type/halloween-event/","position":7},{"locale":"en_US","pk":973,"title":"Virtual '
             'Events '
             'Platform","link":"https://www.eventbrite.com/organizer/event-type/virtual-events-platform/","position":8},{"locale":"en_US","pk":571,"title":"QR '
             'Codes for Event '
             'Check-In","link":"https://www.eventbrite.com/organizer/features/how-to-use-qr-codes-for-events/","position":9},{"locale":"en_US","pk":578,"title":"Post '
             'your event '
             'online","link":"https://www.eventbrite.com/organizer/features/post-events/","position":10}],"showMinimalLinks":false},"headers":{},"backend":"bff","app_version":"24.58.11","assets":[{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.58.11--eds-4.3.228.css","target":"web","kind":"style"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js","kind":"script","target":"web"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout.345779434535349d9a12.node.js","kind":"script","target":"node"}],"isFullPageMarkup":true};</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS__" '
             'type="application/json">[5091,7686,8209,1201,2494,9275,9796,2633,2046,2981,935,1734,8222,1047,9642,5482,9155,2077,5849,7066]</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS___ext" '
             'type="application/json">{"namedChunks":["TicketSelectionFullSizeModule"]}</script><script '
             'data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a74195f4bab525ba8ede.web.js" '
             'defer=""></script><script data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/checkout.5e1f1de050c913a01737.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5091.b2db5d86184884c8f225.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/7686.a74397d255616cc98e93.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8209.55be54d778ca8020bb95.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1201.041436773a6f8b1aa4bf.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2494.4618ff594d0244dbd47d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9275.97f9e9de1a9f9f2f287d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9796.f7642541981dd3e1f044.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2633.e2eb0955a5231f915cf9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2046.6ac095f2a92afa25027c.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2981.9a4f14a110b84532f022.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/935.a060d221654cb2fa0c9b.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1734.7dac6c5a3857b63b67e0.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8222.76f14011c1a981ed828a.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1047.5200b8653ce06a1e7636.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9642.b734cb67b1ce60681bd9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5482.ab0a6c58aaa9f75e4741.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9155.288d3ea6219766bc46e8.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2077.f0cb5e388b145a26ceca.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5849.f4b3f86265ac9db1630a.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/TicketSelectionFullSizeModule.4d5f962c99c154fe0cd2.async.web.js" '
             'defer=""></script><script '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js"></script></body></html>'}
2026-08-11 21:20:41 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 21:20:41 [scrapy.extensions.feedexport] INFO: Stored csv feed (5 items) in: output/2026/08/11/nh_rl.csv
2026-08-11 21:20:41 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1257,
 'downloader/request_count': 4,
 'downloader/request_method_count/GET': 4,
 'downloader/response_bytes': 102992,
 'downloader/response_count': 4,
 'downloader/response_status_count/200': 4,
 'elapsed_time_seconds': 3.367485,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 11, 19, 20, 41, 589265, tzinfo=datetime.timezone.utc),
 'httpcompression/response_bytes': 630758,
 'httpcompression/response_count': 4,
 'item_scraped_count': 5,
 'items_per_minute': 100.0,
 'log_count/DEBUG': 19,
 'log_count/ERROR': 1,
 'log_count/INFO': 3,
 'memusage/max': 99508224,
 'memusage/startup': 99508224,
 'request_depth_max': 1,
 'response_received_count': 4,
 'responses_per_minute': 80.0,
 'scheduler/dequeued': 4,
 'scheduler/dequeued/memory': 4,
 'scheduler/enqueued': 4,
 'scheduler/enqueued/memory': 4,
 'start_time': datetime.datetime(2026, 8, 11, 19, 20, 38, 221780, tzinfo=datetime.timezone.utc)}
2026-08-11 21:20:41 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers)
SPIDER (nh_rl)