Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
5 third-party resources (97% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Opener-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS max-age is too short (86400s, should be ≥ 31536000s)
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/9cc373d5-1eff-409e-b621-90ab901a5c90)<a href="https://beavercheck.com/results/9cc373d5-1eff-409e-b621-90ab901a5c90"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffandango.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffandango.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 2.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your audience reach.
8 barrier(s) likely increasing bounce by ~21%.
Page loads in 2.8s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 347ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $653/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$653 /mo
~$7,833 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,500 / year if left unfixed
$157,500
+3 more
$0.01 /mo
121.6 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 1 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.97 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.85 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /fandango-www/screenplay/assets/fonts/proxima-nova/proxim... | 955579.0 s | 22.1 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /fandango-www/screenplay/assets/fonts/proxima-nova/proxim... | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| fandango.com/ | 845 ms |
| fandango.com/region-error | 762 ms |
| www.fandango.com/region-error | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> | Syntax not understood |
| 3 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> | Syntax not understood |
| 5 | <head> | Syntax not understood |
| 6 | <meta charset="utf-8"> | Syntax not understood |
| 7 | <meta name="viewport" content="width=device-width"> | Syntax not understood |
| 8 | <title>Fandango | A Message To Our Fans</title> | Syntax not understood |
| 9 | <meta name="description" content="A Message To Our Fans" /> | Syntax not understood |
| 11 | <!-- fandango:critical-path --> | Unknown directive |
| 13 | <style type="text/css" data-qa="critical-path__desktop"> | Syntax not understood |
| 14 | html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,header,nav,section{display:block}a{background-color:transparent}strong{font-weight:700}h1{font-size:2em;margin:.67em 0}button,input{color:inherit;font:inherit;margin:0}button{overflow:visible}button{text-transform:none}button{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.row{margin-right:auto;margin-left:auto;max-width:768px}.row:after,.row:before{display:block;visibility:hidden;overflow:hidden;width:0;height:0;content:"";font-size:0;line-height:0}.row:after{clear:both}.mobile-width-100,.tablet-width-100,.tablet-width-20,.tablet-width-25,.tablet-width-30,.tablet-width-45,.width-100,.width-25,.width-33,.width-40,.width-50,.width-75{padding-right:10px;padding-left:10px}.grid-parent{padding-right:0;padding-left:0}.width-25{float:left;width:25%}.width-40{float:left;width:40%}.width-50{float:left;width:50%}.width-75{float:left;width:75%}.width-33{float:left;width:33.33333%}.width-100{clear:both;width:100%}@media screen and (max-width:1024px){.tablet-width-20{float:left;width:20%}.tablet-width-25{float:left;width:25%}.tablet-width-30{float:left;width:30%}.tablet-width-45{float:left;width:45%}.tablet-width-100{clear:both;width:100%}}@media screen and (max-width:767px){.mobile-width-100{clear:both;width:100%}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}@media (max-width:1024px) and (min-width:768px){.hide-on-tablet{display:none!important}}@media (max-width:767px){.hide-on-mobile{display:none!important}}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0}a{text-decoration:none}p{margin:0}ul{margin:0;padding:0;list-style-type:none}h1,h2,h3,h4{margin:0;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font-size:inherit;font-family:inherit;line-height:inherit}button{border:none}html{height:100%}body{overflow:auto;height:100%;background-color:#fff;color:#4c4c4c;font-size:14px;font-family:proxima-nova,Helvetica,Arial,sans-serif}p{font-size:14px;line-height:18px}a{color:#4aa7f6}.hide{display:none!important}.show-logged-in{display:none}.show-logged-out{display:inherit}#page{background-color:#ebebeb}.cta{color:#4aa7f6;text-transform:uppercase;font-weight:700}.light{color:#fff}.icon{background-position:center;background-repeat:no-repeat;background-size:contain;background-color:transparent;display:inline-block;vertical-align:middle;font-size:0;direction:ltr}.heading-style-1{display:block;color:#4c4c4c;text-transform:uppercase;font-size:inherit;font-family:alternate-gothic-no-1-d,"Futura Condensed","Arial Narrow",Arial,sans-serif}.heading-size-m{font-size:28px;line-height:25px}.heading-size-s{font-size:18px;line-height:22px}.left{float:left}.right{float:right}.inline{display:inline-block}.inline-items>li{display:inline-block}#page{background-color:#ebebeb}.error-msg{color:#f15500}.csspinner{position:relative}.csspinner:before{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;background-color:#999;content:"";opacity:.6}.csspinner.no-overlay:before{display:none;content:none}.csspinner:after{position:absolute;top:50%;left:50%;z-index:2;margin:-20px 0 0 -20px;width:40px;height:40px;border-top:4px solid #555;border-radius:100%;content:"";-webkit-animation:standard .75s infinite linear;animation:standard .75s infinite linear}.csspinner.double-up:after{border-top:4px double #e74c3c;border-right:4px solid #e74c3c;border-bottom:4px double #e74c3c;border-left:4px double #e74c3c}@-webkit-keyframes standard{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes standard{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (min-width:0em){.page-header--emphasis{color:#ff7900;font-style:normal}}@font-face{font-family:alternate-gothic-no-1-d;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.385de3dc8d4.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.385de3dc8d4.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.e51b88e2752.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.f4100372f7c.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.a61aa58d0a9.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.51062984fba.svg#alternate_gothic_no1_proRg) format('svg');font-weight:400;font-style:normal}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.2636f179d38.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.2636f179d38.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.92affc9f7d5.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.63625dba7f3.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.3bcfd265b4b.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.67bc3e888a6.svg#proxima_novaregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.ae7a58f2215.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.ae7a58f2215.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.d47def19c1c.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.cb7c09afd5c.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.de26fc34122.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.724b839a357.svg#proxima_novaitalic) format('svg');font-weight:400;font-style:italic}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.97bd7ce156c.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.97bd7ce156c.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.22c920045cf.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.0afb923296b.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.be89e0f0415.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.b85661b6470.svg#proxima_novabold) format('svg');font-weight:700;font-style:normal}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.4a9159d0117.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.4a9159d0117.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.170970ee557.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.5c195808de0.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.c0e436c6b22.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.243ee08e413.svg#proxima_novabold_italic) format('svg');font-weight:700;font-style:italic}input{padding:8px;border:1px solid #ccc;border-radius:4px;background-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:#333;font-size:14px;line-height:18px}input[type=email],input[type=text]{border-radius:4px;width:100%}.fan-input.style-search{position:relative;padding:9px 15px;height:38px;border:0;border-radius:19px;background-color:#ebebeb;background-color:rgba(235,235,235,.8);box-shadow:inset 2px 3px 0 rgba(99,99,99,.5);color:#333;vertical-align:middle;font-style:italic;font-size:16px;font-family:"Times New Roman",Georgia,Serif}.fan-input.style-search::-webkit-input-placeholder{color:#333}.fan-input.style-search::-moz-placeholder{color:#333}.fan-input.style-search:-ms-input-placeholder{color:#333}.fan-btn{position:relative;display:inline-block;overflow:hidden;padding:10px 20px;color:#fff;text-align:center;font-weight:700;font-size:16px}.fan-btn-size-slim{padding:8px 18px}.fan-btn-style-default{border-radius:4px;background-color:#ff7300}.fan-btn-style-go{padding:0;width:38px;height:38px;border-radius:50%;background-color:#fe7900;color:#fff;vertical-align:middle;text-transform:uppercase;font-weight:700;font-style:italic;font-size:18px}.style-cta{position:relative;z-index:0;padding:15px;background-color:#4078a7;text-transform:uppercase;font-weight:700}.no-touch .style-cta:after{position:absolute;top:0;left:0;z-index:-1;width:0;height:100%;background-color:#4aa7f6;content:''}#global-header{position:relative;right:0;left:0;z-index:10;border-bottom:2px solid #f15500;background-color:#333;box-shadow:0 2px 2px rgba(50,50,50,.3)}#global-header>nav{height:66px;line-height:66px}#global-header>nav>.inline-items>li{vertical-align:middle}#zip-search>form>.fan-btn{line-height:16px}#zip-search>form>.fan-input{margin:2px 0 20px;height:38px}#global-menu{color:#ebebeb;list-style-type:none;padding-left:0}#global-menu>li{padding:0 0 0 14px}#global-menu>li>section>h3>a{position:relative;display:block;color:inherit;text-transform:uppercase;font-weight:700;font-size:14px;white-space:nowrap}#global-menu>li>.has-dropdown>h3>a:after{display:inline-block;margin-left:3px;border-top:11px solid #f15500;border-right:7px solid transparent;border-left:7px solid transparent;content:"";vertical-align:middle;padding-bottom:3px}.mega-menu{position:absolute;top:66px;right:0;left:0;overflow:hidden;height:0;background-color:#333;font-size:14px;line-height:normal;opacity:0}.mega-menu .heading-style-1{margin:21px 0 13px;color:#929292;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mega-menu>.row{padding-bottom:15px}.mega-menu>.row>div>ul>li{margin-bottom:11px}.mega-menu-item{position:relative}.profile-point{text-align:center}@media only screen and (min-device-width :768px) and (max-device-width :1024px){#global-menu>li>.has-dropdown>h3>a:after{display:none}#global-menu .mega-menu{display:none}}@media (max-width:1229px){.tablet-width-100.nonstandard-width{clear:both;width:100%}.tablet-width-20.nonstandard-width{float:left;width:20%}.tablet-width-30.nonstandard-width{float:left;width:30%;text-align:center}#global-header>nav{height:56px;line-height:56px}.global-header__branding-block{height:56px}#global-menu{padding-left:10px;position:relative;background-color:#333}#global-menu>li{line-height:37px;padding:0}#global-menu .nav-account-wrapper{text-align:right}.mega-menu{top:100%}}#theatersList{text-align:left}#theatersList .mega-menu-cities-list{margin:0 0 20px;list-style:none;font-size:14px}#theatersList .mega-menu-cities-list li a{font-weight:700}#theatersList .mega-menu-cities-list li{display:inline-block;margin:0 4px 17px 0;list-style:none;vertical-align:top;padding-left:0}#theatersList .mega-menu-cities-list>li.width-33{width:32%}#movies-tab .movies-tab__title{display:inline-block}#movies-tab header .list-legend{display:inline-block}#movies-tab header .list-legend{vertical-align:-3px;margin-left:14px}#movies-tab .list-legend .caption{color:#929292;vertical-align:3px;font-size:14px;font-family:proxima-nova,Helvetica,Arial,sans-serif;line-height:8px}#movies-tab .icon-limited-release{vertical-align:top;margin-right:3px;margin-top:3px}#global-header .grip{position:absolute;left:0;display:none;width:45px;height:100%;background-size:unset}.vip-menu .width-40{width:33.33%}.vip-menu .fan-btn{width:300px;margin:40px auto 1em}.vip-menu .join-copy p{font-family:'Times New Roman',Georgia,Serif;font-size:16px;font-style:italic;margin-bottom:25px;color:#929292}.vip-menu .join-copy span{font-size:13px;margin-bottom:7px;color:#fff}.vip-menu .join-copy .cta{display:inline}.vip-menu h3{line-height:25px;display:inline-block}.vip-menu .cta{display:block}@media (max-width:767px){#global-header .mega-menu,#top-banner{display:none}#header-wrap{height:56px}#global-header{position:fixed;top:0;margin-bottom:0}#global-header .grip{display:block}#global-header .inline-items>li{display:block;float:none}#global-header a.fandango-logo{display:block;float:none;margin:0 auto;height:100%}#global-menu{position:fixed;top:56px;bottom:0;left:-240px;overflow:auto;padding:0;width:240px;background:rgba(51,51,51,.95)}#global-menu>li{display:block;float:none;padding:0;width:auto}#global-menu>li>section a{padding:0 0 0 15px;border-bottom:1px solid #666;height:50px;line-height:50px;display:block;text-transform:uppercase;text-align:left}#global-menu>li.mobile-sub-nav{padding-bottom:40px}#global-menu>li>.has-dropdown>h3>a:after{display:none}#global-menu .vip-menu h3{display:block}}#brand-bar{background-color:#000;color:#fff;height:32px;line-height:32px;overflow:hidden;position:relative}#brand-bar>.row{height:100%;position:relative}#brand-bar>.row>.right{bottom:0;color:#4c4c4c;font-size:14px;position:absolute;right:10px;text-align:right;top:0}#brand-bar>.row>.right>a{color:#ccc;font-weight:400;padding:0 1px}.fan-autocomplete{line-height:normal;position:relative}.fan-autocomplete-results{background-color:#fff;border-radius:0 0 20px 20px;max-height:0;opacity:.95;overflow:auto;overflow:hidden;position:absolute;width:100%}#global-search{margin-left:17px;position:relative;top:-1px}#global-search>form>.fan-btn{line-height:normal}#global-search>form>.fan-autocomplete{display:inline-block;line-height:normal;margin-right:4px;width:320px}#global-search>form>.fan-autocomplete>.fan-input{width:100%;z-index:1}#global-search>form>.fan-autocomplete>.fan-autocomplete-results{z-index:1}#global-search>form>.fan-autocomplete>.csspinner{display:none;height:28px;position:absolute;right:7px;top:6px;width:28px}#global-search>form>.fan-autocomplete>.csspinner:after{height:28px;margin-left:-14px;margin-top:-14px;width:28px}@media (max-width:1229px){#global-search{float:right}}@media (max-width:767px){#global-header #global-search{display:none}}#global-footer>section{padding-top:30px}#global-footer>nav{padding:80px 0 20px;background-color:#4c4c4c;font-size:14px}#global-footer>nav>.row>div>.heading-style-1{color:#929292}#global-footer>nav>.row>div>ul>li{padding:2px 0}.dialog h3{padding:20px}.dialog input{margin:0 0 10px}.dialog .dialog-content{width:60%;background-color:#fff}.footer__utility-section{padding-top:20px;padding-bottom:60px}.signup-text{overflow:hidden}.social-icon{margin:0 26px 6px 0;width:30px;height:30px;background-size:30px}.footer__heading{font-family:proxima-nova,Helvetica,Arial,sans-serif;font-size:20px;text-transform:uppercase;font-weight:600;color:#333e48;display:inline}.footer__social{display:flex;margin-top:34px}.footer__social-icon{margin-right:10px}input[type=email].footer__input{margin-top:16px;border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0;padding:11px 0 11px 20px}.footer__input-btn{float:right;font-size:14px;text-transform:uppercase;margin-top:16px;border-top-left-radius:0;border-bottom-left-radius:0;padding:12px 30px;line-height:18px}.footer__privacy-policy{font-family:proxima-nova,Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;display:block;margin-top:8px;margin-left:0}@media (min-width:1024px){.fanmail__signup{padding-right:115px}.footer__privacy-policy{margin-left:16px;display:inline}input[type=email].footer__input{margin-top:26px}.footer__input-btn{margin-top:26px}}.carousel{position:relative;overflow:hidden}.carousel-items{position:relative;left:0;white-space:nowrap}.carousel-items>li{display:inline-block;vertical-align:top;white-space:normal}.carousel-style-featured-videos>.carousel-items>li{padding-right:7px}.carousel-style-featured-videos>.carousel-items>li>div>time{font-size:10px}.carousel-style-featured-videos{padding:5px 0}.carousel-style-featured-videos>.carousel-items>li>.thumb{position:relative}.carousel-style-featured-videos>.carousel-items>li>.thumb img{border:1px solid #eee}.carousel-style-featured-videos>.carousel-items>li>.thumb .icon{position:absolute;left:50%;top:42%;opacity:.6;transform:scale(2)}.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1{margin-top:10px;font-size:14px;max-width:300px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-family:proxima-nova,Helvetica,Arial,sans-serif;font-weight:700;color:#fff}.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1 a,.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1 a:hover{color:#fff}.carousel-style-featured-videos .carousel-flippers{visibility:hidden}.carousel-style-featured-videos .carousel-flipper{position:absolute;top:0;display:block;background-color:#000;background-position:10px 70px;height:100%;width:75px;opacity:.6}.carousel-style-featured-videos .carousel-flipper.right{right:0}.carousel-style-featured-videos .carousel-flipper>span{position:relative;position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;padding:10px}.carousel-style-featured-videos .carousel-flipper>span>.icon{position:absolute;top:50%;left:50%;margin-top:-7px}.carousel-style-featured-videos .carousel-flipper>span>.left-arrow-white{transform:scale(2)}.carousel-style-featured-videos .carousel-flipper>span>.right-arrow-white{transform:scale(2)}.carousel-style-strip>.carousel-items{margin:0 43px;font-size:0}.carousel-style-strip>.carousel-items>li{padding-right:8px;font-size:14px}.carousel-style-strip>.carousel-items>li>div>time{font-size:10px}.carousel-style-strip>.left.icon,.carousel-style-strip>.right.icon{background-color:#fff;position:absolute;top:0;margin:auto;outline:0;width:43px;height:100%;font-size:0;z-index:1}.carousel-style-strip>.left.icon{border-right:5px solid #ebebeb}.carousel-style-strip>.right.icon{border-left:5px solid #ebebeb}.carousel-style-strip>.left.icon:focus,.carousel-style-strip>.right.icon:focus{outline-style:auto;outline-width:3px;outline-color:#3d7abb;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.carousel-style-strip>.left.icon:before{content:"";border-radius:0 40px 40px 0;background:#ebebeb;position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;left:0;margin:auto}.carousel-style-strip>.left.icon:after{content:"";position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;left:0;margin:auto;opacity:.8;background:transparent no-repeat 1px center;background-image:url(//images.fandango.com/fandango-www/screenplay/assets/images/desktop/icons/global/left-arrow.svg)}.carousel-style-strip>.right.icon:before{content:"";border-radius:40px 0 0 40px;background:#ebebeb;position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;right:0;margin:auto}.carousel-style-strip>.right.icon:after{content:"";position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;right:0;margin:auto;opacity:.8;background:transparent no-repeat 9px center;background-image:url(//images.fandango.com/fandango-www/screenplay/assets/images/desktop/icons/global/right-arrow.svg)}.carousel-style-strip>.left.icon:hover:after,.carousel-style-strip>.right.icon:hover:after{opacity:1}.carousel-style-strip>.right{right:0}.carousel-style-strip{padding:0;background-color:transparent}.carousel-style-strip>.carousel-items>li>.poster{width:126px;height:254px}.carousel-style-strip>.carousel-items>li>.poster .heading-style-1{margin-bottom:2px;max-height:35px;font-size:20px}.carousel-style-strip>.carousel-items>li>.blogger-hCard{width:160px;height:300px}.carousel-style-gallery{padding-bottom:40px;width:100%;background-color:#000;background-image:-webkit-radial-gradient(#333,#000);background-image:-o-radial-gradient(#333,#000);background-image:radial-gradient(#333,#000);color:#fff}.carousel-style-gallery .heading-style-1{margin:15px 0;color:inherit}.carousel-style-gallery:-webkit-full-screen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery:-moz-full-screen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery:-ms-full-screen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery:fullscreen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery .jcarousel{position:relative;overflow:hidden;height:650px}.carousel-style-gallery .schema{height:100%}.carousel-style-gallery:-webkit-full-screen .jcarousel{height:100%}.carousel-style-gallery:-moz-full-screen .jcarousel{height:100%}.carousel-style-gallery:-ms-fullscreen .jcarousel{height:100%}.carousel-style-gallery:fullscreen .jcarousel{height:100%}.carousel-style-gallery .carousel-items{height:100%;opacity:1}.carousel-style-gallery .carousel-items>li{position:relative;display:block;float:left;width:100%;height:100%}.carousel-style-gallery .carousel-items>li>.row{padding:0 70px;height:100%}.carousel-style-gallery .carousel-items>li>.row>.content{position:relative;overflow:hidden;height:100%}.carousel-style-gallery .carousel-image{position:absolute;top:50%;left:50%;display:block;margin:auto;margin:auto;max-width:100%;max-height:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.carousel-style-gallery__attribution{font-style:italic;font-size:inherit}.carousel-style-gallery .carousel-item-detail{position:absolute;right:0;bottom:0;left:0;width:100%;height:250px;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%)}.carousel-style-gallery .carousel-item-detail>.row>div{position:absolute;bottom:0;padding:25px;width:460px;font-size:18px;font-family:"Times New Roman";line-height:22px}.carousel-style-gallery .carousel-item-detail .heading-size-xs{margin-bottom:5px;text-transform:uppercase;font-weight:700;font-family:proxima-nova,Helvetica,Arial,sans-serif}.carousel-style-gallery .carousel-item-detail p{font-style:italic;font-size:inherit;line-height:inherit}.carousel-style-gallery .toolbar{position:absolute;bottom:0;left:0;width:100%;background-color:#242021;color:#fff;line-height:40px;z-index:2}.carousel-style-gallery .current-slide-indicator{text-align:center;font-style:italic;font-size:18px;font-family:"Times New Roman",Times,Baskerville,Georgia,serif}.carousel-style-gallery .toolbar menu>.toolbar__fullscreen{margin-left:auto}.carousel-style-gallery .toolbar menu>.toolbar__play{margin-right:auto}.carousel-style-gallery .toolbar menu{display:flex;justify-content:space-between}.carousel-style-gallery .toolbar menu>li{margin:0 10px}.carousel-style-gallery .toolbar menu>li .icon{background-size:100%}.carousel-style-gallery .toolbar menu>li>.icon{width:13px;height:13px}.carousel-style-gallery .toolbar menu>li .share-panel-container .icon{background-size:22px 22px}.carousel-style-gallery .toolbar menu .current-slide{display:block;padding:5px;color:#fff;text-align:center;font-style:italic;font-family:"Times New Roman",Times,Baskerville,Georgia,serif}.carousel-style-gallery .icon.photo-gallery-arrow{position:absolute;top:50%;left:0;margin:-15px 20px 0;width:37px;height:37px;border:2px solid #fff;border-radius:37px}.carousel-style-gallery .icon.right{right:0;left:auto}.carousel-style-gallery.end .icon.right-arrow-white,.carousel-style-gallery.start .icon.left-arrow-white,.carousel-style-gallery.thumbnails-active .photo-gallery-arrow{opacity:0}.carousel-style-gallery.end h1{visibility:hidden}.carousel-style-gallery .thumbnails{position:absolute;top:100%;right:0;bottom:83px;left:0;overflow:auto;text-align:center;opacity:0}.carousel-style-gallery .thumbnails .grid>li{display:inline-block;overflow:hidden;margin:3px;width:130px;height:110px;border:2px solid transparent}.carousel-style-gallery .thumbnails .grid>li.active{border-color:#f2581f}.carousel-style-gallery .gallery__thumbnail{position:relative;background-position:center;background-size:100%;background-size:cover;width:100%;height:100%}.carousel-style-gallery .gallery__thumbnail>img{position:absolute;top:0;opacity:0}.carousel-style-gallery .carousel-items>li>.row>.sidebar>.ad-multi-logo{position:absolute;top:20px;right:0;width:300px;text-align:center}@media (min-width:1025px){.carousel-style-gallery .carousel-items>li>.row>.sidebar{z-index:1;position:relative;height:100%}.carousel-style-gallery .carousel-items>li>.row>.sidebar>.ad-box{position:absolute;top:50%;left:50%;margin:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media (max-width:767px){body>#page{padding-top:0}.carousel-style-featured-videos .carousel-flipper,.carousel-style-gallery .photo-gallery-arrow{display:none}.carousel-style-gallery .carousel-items>li>.row>.sidebar+.content{margin-right:0}.carousel-style-gallery .jcarousel{height:480px}.carousel-style-gallery .carousel-items>li>.row{padding:0 25px}.carousel-style-gallery .carousel-item-detail>.row>div{width:100%}.carousel-style-gallery .carousel-image{top:0;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.carousel-style-featured-videos>.carousel-items>li>.thumb{width:150px}.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1{font-size:12px;max-width:150px}.carousel-style-featured-videos>.carousel-items>li>.thumb .icon{left:44%;top:34%;transform:scale(1)}.carousel-style-gallery .toolbar menu>.toolbar__play{margin-right:unset}.carousel-style-gallery .current-slide-indicator{margin:auto}}.dialog{position:fixed;top:-100%;left:-100%;z-index:100}.dialog.open{top:0;right:0;bottom:0;left:0}.dialog .dialog-content{position:absolute;top:50%;left:50%;margin:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dialog.style-lightbox{background-color:#000;background-color:rgba(0,0,0,.6)}.dialog-content.style-plain{padding:20px;min-width:200px;border-radius:4px;background-color:#fff}.dialog.style-lightbox.animate-fade-in{background-color:transparent}.dialog.style-lightbox.open.animate-fade-in{background-color:#000;background-color:rgba(0,0,0,.6)}.dialog-content.animate-slide-down{top:0}.dialog.open .dialog-content.animate-slide-down{top:50%}.dialog-content.animate-fade-in{opacity:0}.dialog.open .dialog-content.animate-fade-in{opacity:1}.apple-app-store{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290%22%20height%3D%2230%22%20viewBox%3D%220%200%2090%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20fill%3D%22%23A6A6A6%22%20d%3D%22M82.601%200H7.151c-.275%200-.547%200-.821.002-.23.001-.457.005-.69.009a9.911%209.911%200%2000-1.502.133A4.828%204.828%200%2000.146%204.142a9.745%209.745%200%2000-.135%201.5c-.007.23-.007.461-.011.691V23.67c.004.233.004.458.011.691.006.504.051%201.006.135%201.502.082.497.24.979.469%201.428.227.449.525.858.883%201.21.355.359.765.657%201.214.885.449.228.93.387%201.426.473.497.082%201%20.126%201.503.132.232.006.46.009.689.009l.821.001h75.45c.27%200%20.544%200%20.813-.002.229%200%20.463-.002.692-.008a9.96%209.96%200%20001.5-.132c.497-.086.98-.246%201.43-.473a4.708%204.708%200%20001.214-.884c.357-.355.656-.763.886-1.211.226-.45.383-.931.464-1.428.084-.497.13-.998.14-1.502.002-.233.002-.458.002-.691.006-.273.006-.544.006-.82V7.152c0-.275%200-.547-.006-.819%200-.23%200-.46-.003-.69A10.13%2010.13%200%200089.6%204.14a4.963%204.963%200%2000-.464-1.427%204.85%204.85%200%2000-2.1-2.1%205.076%205.076%200%2000-1.43-.47%209.783%209.783%200%2000-1.5-.133c-.229-.004-.463-.008-.692-.01L82.601%200z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6.334%2029.344c-.229%200-.452-.003-.679-.008a9.515%209.515%200%2001-1.401-.123%204.413%204.413%200%2001-1.243-.41%204.054%204.054%200%2001-1.048-.763%203.99%203.99%200%2001-.765-1.047A4.291%204.291%200%2001.79%2025.75a9.31%209.31%200%2001-.125-1.407c-.005-.158-.011-.684-.011-.684V6.333s.006-.518.01-.67c.006-.471.048-.94.125-1.405.072-.434.209-.854.408-1.246A4.174%204.174%200%20014.25.789%209.44%209.44%200%20015.657.664l.677-.009H83.41l.685.01c.467.005.933.046%201.394.122.436.074.858.212%201.253.41a4.195%204.195%200%20011.811%201.816c.196.39.331.806.402%201.236.078.468.121.941.13%201.416.002.212.002.44.002.667.006.282.006.55.006.82v15.696c0%20.272%200%20.538-.006.806%200%20.244%200%20.467-.003.697-.008.466-.051.93-.128%201.39-.07.436-.206.859-.405%201.253a4.11%204.11%200%2001-.761%201.04c-.307.31-.661.568-1.05.766-.394.2-.816.339-1.251.412a9.407%209.407%200%2001-1.402.123c-.22.005-.45.008-.673.008l-.813.001-76.267-.001z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M18.577%2015.226a3.712%203.712%200%20011.767-3.115%203.8%203.8%200%2000-2.993-1.618c-1.26-.132-2.48.754-3.122.754-.655%200-1.643-.74-2.707-.719a3.986%203.986%200%2000-3.355%202.046c-1.45%202.511-.368%206.202%201.021%208.232.696.994%201.508%202.105%202.571%202.065%201.04-.043%201.429-.663%202.685-.663%201.244%200%201.608.663%202.693.638%201.116-.018%201.82-.998%202.49-2.002.5-.708.884-1.49%201.14-2.32a3.587%203.587%200%2001-2.19-3.298zM16.528%209.158c.609-.73.908-1.67.836-2.618a3.718%203.718%200%2000-2.406%201.245c-.609.693-.918%201.6-.858%202.521a3.074%203.074%200%20002.428-1.148z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M31.727%2020.355h-3.55l-.853%202.517H25.82l3.363-9.313h1.562l3.363%209.313h-1.53l-.851-2.517zm-3.183-1.162h2.814l-1.387-4.085h-.039l-1.388%204.085zM41.37%2019.477c0%202.11-1.13%203.466-2.834%203.466a2.302%202.302%200%2001-2.136-1.188h-.033v3.363h-1.393v-9.036h1.349v1.13h.025a2.409%202.409%200%20012.162-1.201c1.724%200%202.86%201.362%202.86%203.466zm-1.433%200c0-1.374-.71-2.278-1.794-2.278-1.065%200-1.782.923-1.782%202.278%200%201.368.717%202.285%201.782%202.285%201.084%200%201.794-.897%201.794-2.285zM48.843%2019.477c0%202.11-1.129%203.466-2.833%203.466a2.302%202.302%200%2001-2.137-1.188h-.032v3.363h-1.394v-9.036h1.35v1.13h.025a2.409%202.409%200%20012.162-1.201c1.723%200%202.86%201.362%202.86%203.466zm-1.432%200c0-1.374-.71-2.278-1.795-2.278-1.065%200-1.78.923-1.78%202.278%200%201.368.715%202.285%201.78%202.285%201.084%200%201.795-.897%201.795-2.285zM53.783%2020.277c.103.924%201%201.53%202.226%201.53%201.175%200%202.02-.606%202.02-1.44%200-.722-.51-1.155-1.716-1.452l-1.207-.29c-1.71-.413-2.505-1.213-2.505-2.511%200-1.607%201.4-2.71%203.39-2.71%201.967%200%203.317%201.103%203.362%202.71h-1.407c-.084-.93-.853-1.49-1.975-1.49-1.123%200-1.892.567-1.892%201.393%200%20.659.491%201.046%201.692%201.343l1.026.252c1.91.452%202.705%201.22%202.705%202.582%200%201.742-1.388%202.833-3.596%202.833-2.065%200-3.46-1.065-3.55-2.75h1.427zM62.51%2014.475v1.607h1.29v1.104h-1.29v3.743c0%20.581.258.852.826.852.153-.002.306-.013.458-.032v1.097c-.255.048-.514.07-.774.065-1.375%200-1.91-.516-1.91-1.833v-3.892h-.988v-1.104h.987v-1.607h1.4zM64.549%2019.477c0-2.136%201.258-3.479%203.22-3.479%201.969%200%203.221%201.343%203.221%203.48%200%202.142-1.245%203.478-3.22%203.478s-3.221-1.336-3.221-3.479zm5.021%200c0-1.465-.671-2.33-1.8-2.33-1.13%200-1.801.871-1.801%202.33%200%201.472.67%202.33%201.8%202.33s1.801-.858%201.801-2.33zM72.14%2016.082h1.329v1.156h.032a1.62%201.62%200%20011.633-1.227c.161%200%20.321.017.478.052v1.303a1.948%201.948%200%2000-.626-.084%201.404%201.404%200%2000-1.453%201.562v4.028H72.14v-6.79zM82.038%2020.878c-.187%201.232-1.388%202.078-2.924%202.078-1.975%200-3.201-1.323-3.201-3.446%200-2.13%201.233-3.512%203.143-3.512%201.878%200%203.06%201.29%203.06%203.35v.477H77.32v.084a1.769%201.769%200%20001.827%201.924%201.536%201.536%200%20001.568-.955h1.323zm-4.711-2.027h3.394a1.633%201.633%200%2000-1.665-1.723%201.719%201.719%200%2000-1.73%201.723z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M28.37%206.548a1.98%201.98%200%20012.105%202.224c0%201.43-.772%202.251-2.105%202.251h-1.617V6.548h1.617zm-.922%203.843h.844a1.407%201.407%200%20001.476-1.61%201.41%201.41%200%2000-1.476-1.6h-.844v3.21zM31.26%209.333a1.6%201.6%200%20113.186%200%201.6%201.6%200%2011-3.185%200zm2.5%200c0-.732-.329-1.16-.906-1.16-.58%200-.905.428-.905%201.16%200%20.738.326%201.163.905%201.163.577%200%20.906-.428.906-1.163zM38.68%2011.023h-.691l-.698-2.487h-.053l-.695%202.487h-.685l-.931-3.377h.676l.605%202.577h.05l.694-2.577h.64l.694%202.577h.053l.602-2.577h.666zM40.39%207.646h.642v.537h.05a1.011%201.011%200%20011.007-.602%201.098%201.098%200%20011.17%201.256v2.186h-.667V9.004c0-.542-.236-.812-.729-.812a.775.775%200%2000-.806.856v1.975h-.667V7.646zM44.32%206.328h.667v4.695h-.667zM45.913%209.333a1.6%201.6%200%20113.186%200%201.6%201.6%200%2011-3.186%200zm2.5%200c0-.732-.329-1.16-.906-1.16-.58%200-.905.428-.905%201.16%200%20.738.326%201.163.905%201.163.577%200%20.906-.428.906-1.163zM49.8%2010.068c0-.608.453-.958%201.257-1.008l.915-.053v-.291c0-.357-.236-.558-.692-.558-.372%200-.63.136-.704.375h-.645c.068-.58.614-.952%201.38-.952.847%200%201.324.421%201.324%201.135v2.307h-.641v-.474h-.053c-.218.346-.606.549-1.015.53a1.02%201.02%200%2001-1.125-1.01zm2.172-.288v-.283l-.825.053c-.465.031-.676.19-.676.487%200%20.304.264.48.626.48a.796.796%200%2000.875-.737zM53.511%209.333c0-1.067.549-1.743%201.402-1.743.43-.02.834.211%201.036.593h.05V6.328h.666v4.695h-.639v-.533h-.052a1.172%201.172%200%2001-1.061.589c-.86%200-1.402-.676-1.402-1.746zm.689%200c0%20.717.337%201.148.902%201.148.562%200%20.909-.438.909-1.145%200-.704-.35-1.147-.909-1.147-.561%200-.902.434-.902%201.144zM59.422%209.333a1.6%201.6%200%20113.186%200%201.6%201.6%200%2011-3.185%200zm2.5%200c0-.732-.329-1.16-.906-1.16-.58%200-.905.428-.905%201.16%200%20.738.326%201.163.905%201.163.577%200%20.906-.428.906-1.163zM63.502%207.646h.642v.537h.05A1.011%201.011%200%200165.2%207.58a1.098%201.098%200%20011.17%201.256v2.186h-.667V9.004c0-.542-.236-.812-.729-.812a.775.775%200%2000-.806.856v1.975h-.667V7.646zM70.136%206.805v.856h.732v.562h-.732v1.736c0%20.354.146.51.478.51.085-.001.17-.006.254-.016v.555c-.12.021-.24.033-.362.034-.742%200-1.037-.26-1.037-.912V8.223h-.536V7.66h.536v-.856h.667zM71.778%206.328h.661v1.86h.053a1.04%201.04%200%20011.03-.604%201.113%201.113%200%20011.163%201.259v2.18h-.668V9.007c0-.54-.25-.812-.722-.812a.789.789%200%2000-.85.856v1.972h-.667V6.328zM78.57%2010.111a1.371%201.371%200%2001-1.462.977%201.534%201.534%200%2001-1.56-1.743%201.558%201.558%200%20011.557-1.764c.94%200%201.506.642%201.506%201.702v.233h-2.385v.037a.893.893%200%2000.9.968.81.81%200%2000.803-.41h.642zm-2.344-1.088h1.706a.815.815%200%2000-.831-.875.864.864%200%2000-.875.875z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.apple-app-store{width:90px;height:30px;background-position:center}.fandango-logo{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22242%22%20height%3D%2256%22%20viewBox%3D%220%200%20242%2056%22%3E%3Cpath%20fill%3D%22%233E8EDE%22%20d%3D%22M207.7%2016.5c-6.5%200-11.3%204.5-11.3%2011%200%206.4%204.8%2010.9%2011.3%2010.9S219%2033.9%20219%2027.5c0-6.5-4.8-11-11.3-11zm6.2%2011.4c-.1%201.5-.7%202.8-1.6%203.9-.1.1-.2.2-.4.3-1.1%201-2.6%201.7-4.2%201.7-3.4%200-6.2-2.8-6.2-6.2%200-3.5%202.8-6.2%206.2-6.2%203.3%200%206%202.6%206.2%205.9v.6zm-29.8-2v4.8h4.8v1.7c-.8.7-2.3%201.2-3.9%201.2-3.4%200-5.9-2.7-5.9-6.2s2.5-6.1%205.9-6.1c2.1%200%203.7%201.3%204.5%202.7l4.6-2.4c-1.5-2.6-4.3-5.1-9.1-5.1-6.3%200-11.4%204.2-11.4%2011s5.2%2011%2011.4%2011c3.6%200%206.5-1.3%208.6-3.3l.1-.2c.4-.4.6-.9.6-1.5v-7.6h-10.2zm-16-9h-.4c-1.2.1-2.1%201-2.1%202.2v9.4L157%2016.9h-5.6v21.2h5.4V25.8l9%2012.3h5.2V16.9h-2.9zm-26.8%200h-6.9l-8%2021.2h6.2l1-3.1h8.4l.5%201.6c.3.8%201.1%201.4%202.1%201.5h4.7l-8-21.2zm-6.1%2013.3l2.7-8%202.6%208h-5.3zm-19.5-13.3h-8.9v18.9c.1%201.2%201%202.2%202.3%202.2h6.6c6.7%200%2011.5-4%2011.5-10.6-.1-6.5-4.9-10.5-11.5-10.5zm0%2016.3h-3.5V21.6h3.5c3.8%200%205.8%202.5%205.8%205.8%200%203.2-2.2%205.8-5.8%205.8zM100%2016.9h-.3c-1.2%200-2.1%201-2.2%202.2v9.4l-8.6-11.6h-5.6v21.2h5.4V25.8l9%2012.3h5.2V16.9H100zm-26.6%200h-7l-8%2021.2h6.4l1-3.1h8.4l.5%201.6c.4.8%201.1%201.4%202.1%201.5h4.7l-8.1-21.2zm-6.2%2013.3l2.7-8%202.7%208h-5.4zm-6.7-8.7v-4.7H44.3V38h5.8v-7.5h5.7c1-.1%201.8-1%201.8-2v-2.8H50v-4.2h10.5z%22%2F%3E%3Cpath%20fill%3D%22%23EF7622%22%20d%3D%22M30.9%2019.8l-2.7-10L0%2017.3l2.7%2010c1.7.4%203.2%201.6%203.6%203.4.5%201.8-.1%203.6-1.4%204.8l2.7%2010L35.8%2038l-2.7-10.1c-1.7-.4-3.2-1.6-3.6-3.4-.5-1.8.1-3.6%201.4-4.7zm-10.5.3L12%2022.3l1.7%206.3%208.4-2.2%201.7%206.3-8.4%202.2%201.7%206.3-8.4%202.2-2-7.6c1.2-1.5%201.8-3.5%201.2-5.6-.6-2-2-3.5-3.9-4.2l-2.1-7.7%2016.8-4.5%201.7%206.3z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.4%2020.1L12%2022.3l1.7%206.3%208.4-2.2%201.7%206.3-8.4%202.2%201.7%206.3-8.4%202.2-2-7.6c1.2-1.5%201.8-3.5%201.2-5.6-.6-2-2-3.5-3.9-4.2l-2.1-7.7%2016.8-4.5%201.7%206.3z%22%2F%3E%3Cpath%20fill%3D%22%233E8EDE%22%20d%3D%22M222%2017.6c0%20.3-.1.5-.3.8-.2.2-.4.3-.8.3-.3%200-.5-.1-.8-.3-.2-.2-.3-.5-.3-.8s.1-.6.3-.8c.2-.2.5-.3.8-.3s.6.1.8.3c.2.2.3.5.3.8zm-.2%200c0-.2-.1-.5-.2-.6-.2-.2-.4-.2-.7-.2s-.5.1-.6.2c-.2.2-.2.4-.2.6s.1.5.2.6.4.3.6.3.5-.1.7-.3c.2-.1.2-.3.2-.6zm-.3.6h-.3l-.3-.4h-.2v.4h-.2v-1.1h.8c0%20.1.1.1.1.1%200%20.1.1.1.1.1%200%20.1%200%20.2-.1.2%200%200-.1.1-.2.1l.3.6zm-.3-.8v-.1h-.1v-.1h-.2v.4h.4l-.1-.2z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.fandango-logo{width:242px;height:56px;background-position:center}.facebook{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20fill%3D%22%233B579D%22%20d%3D%22M15%2030C6.717%2030%200%2023.283%200%2015%200%206.717%206.717%200%2015%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M18.9%2030V18.381h3.9l.585-4.527H18.9v-2.892c0-1.311.363-2.205%202.244-2.205h2.397V4.71c-.414-.054-1.839-.177-3.495-.177-3.456%200-5.823%202.109-5.823%205.985v3.339h-3.909v4.527h3.909V30H18.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.facebook{width:30px;height:30px;background-position:center}.google-play-store{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2230%22%20viewBox%3D%220%200%20100%2030%22%3E%3Cpath%20fill%3D%22%23afafaf%22%20d%3D%22M95.44.26H3.98C1.97.26.32%201.91.32%203.92v21.95c0%202.01%201.65%203.66%203.66%203.66h91.46c2.01%200%203.66-1.65%203.66-3.66V3.91A3.66%203.66%200%200095.44.26z%22%2F%3E%3Cpath%20d%3D%22M95.44.84c1.7%200%203.07%201.38%203.07%203.07v21.95c0%201.7-1.38%203.07-3.07%203.07H3.98a3.07%203.07%200%2001-3.07-3.07V3.91C.91%202.21%202.29.84%203.98.84h91.46z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.02%207.75c0%20.61-.18%201.1-.55%201.46-.41.43-.95.65-1.61.65-.64%200-1.17-.22-1.62-.66-.45-.44-.67-.99-.67-1.63%200-.65.22-1.19.67-1.63.45-.44.98-.66%201.62-.66.31%200%20.61.06.9.18.29.12.51.29.69.49l-.39.39c-.29-.34-.69-.52-1.2-.52-.46%200-.86.16-1.2.49-.34.32-.5.75-.5%201.27s.17.94.5%201.27c.34.32.74.49%201.2.49.49%200%20.9-.16%201.23-.49.21-.21.34-.51.37-.89h-1.6v-.53h2.13c.02.11.03.22.03.32zM38.39%205.92H36.4v1.39h1.8v.53h-1.8v1.39h1.99v.54h-2.56V5.38h2.56zM40.77%209.77h-.56V5.92h-1.23v-.54h3.01v.54h-1.23v3.85zM44.18%209.77V5.38h.56v4.39zM47.25%209.77h-.57V5.92h-1.23v-.54h3.02v.54h-1.23v3.85zM54.18%209.2c-.43.45-.97.67-1.61.67-.64%200-1.18-.22-1.61-.67-.43-.45-.64-.99-.64-1.62%200-.64.21-1.19.64-1.62.43-.45.97-.67%201.61-.67.64%200%201.17.22%201.61.67.43.45.65.99.65%201.62%200%20.64-.22%201.18-.65%201.62zm-2.8-.37c.32.33.72.49%201.19.49s.87-.16%201.19-.49c.32-.33.49-.75.49-1.26s-.16-.93-.49-1.26c-.32-.33-.72-.49-1.19-.49s-.87.16-1.19.49c-.32.33-.49.75-.49%201.26s.17.93.49%201.26zM55.62%209.77V5.38h.69l2.14%203.42h.02l-.02-.85V5.38h.56v4.39h-.58L56.2%206.19h-.03l.03.85v2.74h-.58zM50.18%2016.17c-1.72%200-3.12%201.31-3.12%203.11%200%201.79%201.4%203.11%203.12%203.11s3.12-1.32%203.12-3.11c0-1.8-1.4-3.11-3.12-3.11zm0%205c-.94%200-1.76-.78-1.76-1.89%200-1.12.81-1.89%201.76-1.89.94%200%201.76.77%201.76%201.89%200%201.11-.82%201.89-1.76%201.89zm-6.81-5c-1.72%200-3.12%201.31-3.12%203.11%200%201.79%201.4%203.11%203.12%203.11s3.12-1.32%203.12-3.11c0-1.8-1.4-3.11-3.12-3.11zm0%205c-.94%200-1.76-.78-1.76-1.89%200-1.12.81-1.89%201.76-1.89.94%200%201.76.77%201.76%201.89-.01%201.11-.83%201.89-1.76%201.89zm-8.11-4.04v1.32h3.16c-.1.75-.34%201.29-.72%201.66-.46.46-1.18.97-2.44.97-1.95%200-3.47-1.57-3.47-3.51s1.52-3.51%203.47-3.51c1.05%200%201.81.41%202.38.94l.93-.93c-.79-.75-1.84-1.33-3.31-1.33-2.66%200-4.9%202.17-4.9%204.84%200%202.66%202.24%204.84%204.9%204.84%201.44%200%202.52-.47%203.37-1.35.87-.87%201.14-2.1%201.14-3.09%200-.31-.02-.59-.07-.83l-4.44-.02zm33.15%201.02c-.26-.7-1.05-1.98-2.66-1.98-1.6%200-2.93%201.26-2.93%203.11%200%201.74%201.32%203.11%203.09%203.11%201.43%200%202.25-.87%202.59-1.38l-1.06-.71c-.35.52-.83.86-1.53.86s-1.19-.31-1.51-.94l4.16-1.72-.15-.35zm-4.24%201.04c-.04-1.2.93-1.81%201.62-1.81.54%200%201%20.27%201.16.66l-2.78%201.15zm-3.39%203.02h1.37v-9.15h-1.37v9.15zm-2.24-5.34h-.04c-.31-.37-.89-.7-1.64-.7-1.56%200-2.99%201.37-2.99%203.12%200%201.74%201.43%203.1%202.99%203.1.75%200%201.33-.33%201.64-.71h.04v.45c0%201.19-.64%201.83-1.66%201.83-.83%200-1.35-.6-1.57-1.1l-1.19.5c.34.83%201.25%201.84%202.76%201.84%201.6%200%202.96-.94%202.96-3.24v-5.59h-1.3v.5zm-1.56%204.3c-.94%200-1.73-.79-1.73-1.87%200-1.1.79-1.9%201.73-1.9.93%200%201.66.8%201.66%201.9%200%201.08-.73%201.87-1.66%201.87zm17.84-8.11h-3.27v9.15h1.37v-3.47h1.91c1.51%200%203-1.1%203-2.84-.01-1.74-1.5-2.84-3.01-2.84zm.03%204.41h-1.94v-3.14h1.94c1.02%200%201.6.85%201.6%201.57%200%20.71-.58%201.57-1.6%201.57zm8.44-1.31c-.99%200-2.01.44-2.44%201.4l1.21.5c.26-.5.74-.67%201.24-.67.71%200%201.43.42%201.43%201.18v.1a3.07%203.07%200%2000-1.43-.35c-1.31%200-2.63.72-2.63%202.06%200%201.22%201.07%202.01%202.27%202.01.91%200%201.43-.41%201.74-.89h.04v.71h1.32v-3.5c.02-1.65-1.18-2.55-2.75-2.55zm-.17%205.01c-.45%200-1.07-.23-1.07-.78%200-.7.78-.97%201.45-.97.6%200%20.89.13%201.24.31-.1.84-.83%201.44-1.62%201.44zm7.75-4.82l-1.57%203.97h-.04l-1.62-3.97h-1.47l2.44%205.55-1.39%203.08h1.43l3.75-8.63h-1.53zm-12.3%205.86h1.37v-9.15h-1.37v9.15z%22%2F%3E%3Cpath%20fill%3D%22%232cdefd%22%20d%3D%22M7.96%205.77c-.21.23-.34.58-.34%201.03v16.19c0%20.45.12.8.34%201.02l.05.05L17.08%2015v-.22L8.01%205.71l-.05.06z%22%2F%3E%3Cpath%20fill%3D%22%23fed034%22%20d%3D%22M20.1%2018.02L17.08%2015v-.22l3.02-3.02.07.04%203.58%202.03c1.02.58%201.02%201.53%200%202.11l-3.58%202.03-.07.05z%22%2F%3E%3Cpath%20fill%3D%22%23f94355%22%20d%3D%22M20.17%2017.98l-3.09-3.09-9.12%209.12c.34.36.89.4%201.52.04l10.69-6.07%22%2F%3E%3Cpath%20fill%3D%22%232cf086%22%20d%3D%22M20.17%2011.8L9.48%205.73c-.63-.36-1.18-.32-1.52.04l9.12%209.12%203.09-3.09z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.google-play-store{width:100px;height:30px;background-position:center}.grip{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.5%22%20height%3D%2218.5%22%20viewBox%3D%22-4.25%20-0.75%2018.5%2018.5%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.25%202.95H-4.249v-3.7H14.25v3.7zm0%203.7H-4.249v3.7H14.25v-3.7zm0%207.4h-18.5v3.7h18.5v-3.7z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.grip{width:18.5px;height:18.5px;background-position:center}.icon-limited-release{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20width%3D%2214%22%20height%3D%226%22%20x%3D%220%22%20y%3D%220%22%20version%3D%221.1%22%20viewBox%3D%220%200%2014%206%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23828282%7D%3C%2Fstyle%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20class%3D%22st0%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%223%22%20r%3D%223%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.icon-limited-release{width:14px;height:6px;background-position:center}.instagram{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23BF1ABA%22%20d%3D%22M25.607%2025.607c-5.857%205.857-15.356%205.857-21.213%200-5.857-5.857-5.857-15.356%200-21.213%205.857-5.857%2015.356-5.857%2021.213%200%205.857%205.856%205.857%2015.356%200%2021.213z%22%2F%3E%3Cpath%20fill%3D%22%23FED743%22%20d%3D%22M4.393%2025.607A14.919%2014.919%200%20009.78%2029.05L.95%2020.22a14.935%2014.935%200%20003.443%205.387z%22%2F%3E%3Cpath%20fill%3D%22%23FDC33F%22%20d%3D%22M.95%2020.22l8.83%208.83c.869.322%201.759.564%202.663.72L.231%2017.557c.155.904.397%201.794.719%202.663z%22%2F%3E%3Cpath%20fill%3D%22%23FCAF3B%22%20d%3D%22M.231%2017.557L12.444%2029.77c.713.123%201.433.192%202.155.211L.02%2015.402c.019.722.088%201.441.211%202.155z%22%2F%3E%3Cpath%20fill%3D%22%23FA9A38%22%20d%3D%22M.02%2015.402L14.598%2029.98c.63.017%201.26.006%201.887-.056L.076%2013.515a15.042%2015.042%200%2000-.056%201.887z%22%2F%3E%3Cpath%20fill%3D%22%23F98634%22%20d%3D%22M.076%2013.515l16.409%2016.409a15.097%2015.097%200%20001.673-.271L.347%2011.842a15.06%2015.06%200%2000-.271%201.673z%22%2F%3E%3Cpath%20fill%3D%22%23F87230%22%20d%3D%22M.347%2011.842l17.812%2017.812c.515-.11%201.024-.251%201.527-.417L.763%2010.315a14.862%2014.862%200%2000-.416%201.527z%22%2F%3E%3Cpath%20fill%3D%22%23F75E2C%22%20d%3D%22M.763%2010.315l18.922%2018.922c.475-.156.942-.337%201.403-.541L1.305%208.912c-.205.46-.386.928-.542%201.403z%22%2F%3E%3Cpath%20fill%3D%22%23F64A28%22%20d%3D%22M1.305%208.912l19.783%2019.783c.439-.195.87-.412%201.293-.651L1.956%207.619c-.24.423-.456.854-.651%201.293z%22%2F%3E%3Cpath%20fill%3D%22%23F43525%22%20d%3D%22M1.956%207.619l20.425%2020.425c.407-.23.805-.48%201.193-.751L2.707%206.427c-.272.388-.521.786-.751%201.192z%22%2F%3E%3Cpath%20fill%3D%22%23F32121%22%20d%3D%22M2.707%206.427l20.867%2020.867c.376-.263.744-.542%201.1-.843L3.55%205.326c-.301.357-.58.724-.843%201.101z%22%2F%3E%3Cpath%20fill%3D%22%23BF1ABA%22%20d%3D%22M29.05%209.78c-.728-1.964-1.866-3.809-3.443-5.387S22.183%201.678%2020.22.95l8.83%208.83z%22%2F%3E%3Cpath%20fill%3D%22%23C419AA%22%20d%3D%22M17.557.231L29.77%2012.444a14.923%2014.923%200%2000-.72-2.663L20.22.951a14.84%2014.84%200%2000-2.663-.72z%22%2F%3E%3Cpath%20fill%3D%22%23C9179B%22%20d%3D%22M15.402.02L29.98%2014.598a15.006%2015.006%200%2000-.211-2.155L17.557.231A15.006%2015.006%200%200015.402.02z%22%2F%3E%3Cpath%20fill%3D%22%23CE168B%22%20d%3D%22M13.515.076l16.409%2016.409c.062-.628.073-1.258.056-1.887L15.402.02c-.63-.017-1.26-.006-1.887.056z%22%2F%3E%3Cpath%20fill%3D%22%23D3157B%22%20d%3D%22M11.842.347l17.812%2017.812c.119-.554.215-1.111.271-1.673L13.515.076a15.06%2015.06%200%2000-1.673.271z%22%2F%3E%3Cpath%20fill%3D%22%23D9146C%22%20d%3D%22M10.315.763l18.922%2018.922c.165-.503.306-1.012.417-1.527L11.842.347c-.515.11-1.024.251-1.527.416z%22%2F%3E%3Cpath%20fill%3D%22%23DE125C%22%20d%3D%22M8.912%201.305l19.783%2019.783c.204-.46.385-.928.541-1.403L10.315.763c-.475.156-.943.337-1.403.542z%22%2F%3E%3Cpath%20fill%3D%22%23E3114C%22%20d%3D%22M7.619%201.956l20.425%2020.425c.239-.423.456-.853.651-1.293L8.912%201.305c-.439.195-.87.411-1.293.651z%22%2F%3E%3Cpath%20fill%3D%22%23E8103C%22%20d%3D%22M6.427%202.707l20.867%2020.867c.271-.388.521-.786.751-1.193L7.619%201.956c-.406.23-.804.479-1.192.751z%22%2F%3E%3Cpath%20fill%3D%22%23ED0E2D%22%20d%3D%22M5.326%203.55L26.45%2024.674c.302-.356.581-.724.843-1.1L6.427%202.707a15.15%2015.15%200%2000-1.101.843z%22%2F%3E%3Cpath%20fill%3D%22%23F20D1D%22%20d%3D%22M4.393%204.393c-.3.3-.574.615-.843.933L24.674%2026.45c.318-.269.633-.543.933-.843s.574-.615.843-.933L5.326%203.55a15.36%2015.36%200%2000-.933.843z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15%206.606c2.733%200%203.057.009%204.137.06.999.045%201.542.213%201.902.354.477.186.819.408%201.176.765s.579.699.765%201.176c.141.36.306.903.354%201.902.048%201.08.06%201.404.06%204.137s-.009%203.057-.06%204.137c-.045.999-.213%201.542-.354%201.902-.186.477-.408.819-.765%201.176s-.699.579-1.176.765c-.36.141-.903.306-1.902.354-1.08.048-1.404.06-4.137.06s-3.057-.009-4.137-.06c-.999-.045-1.542-.213-1.902-.354-.477-.186-.819-.408-1.176-.765s-.579-.699-.765-1.176c-.141-.36-.306-.903-.354-1.902-.048-1.08-.06-1.404-.06-4.137s.009-3.057.06-4.137c.045-.999.213-1.542.354-1.902.186-.477.408-.819.765-1.176s.699-.579%201.176-.765c.36-.141.903-.306%201.902-.354%201.08-.051%201.404-.06%204.137-.06zm0-1.845c-2.781%200-3.129.012-4.221.063-1.089.051-1.833.222-2.487.477A4.943%204.943%200%20006.48%206.48a5.04%205.04%200%2000-1.182%201.815c-.252.651-.426%201.395-.477%202.487-.051%201.092-.063%201.44-.063%204.221s.012%203.129.063%204.221c.051%201.089.222%201.833.477%202.487A5.005%205.005%200%20006.48%2023.52c.57.57%201.14.918%201.815%201.182.651.252%201.395.426%202.487.477%201.092.051%201.44.063%204.221.063s3.129-.012%204.221-.063c1.089-.051%201.833-.222%202.487-.477a5.005%205.005%200%20001.809-1.182%205.04%205.04%200%20001.182-1.815c.252-.651.426-1.395.477-2.487.051-1.092.063-1.44.063-4.221s-.012-3.129-.063-4.221c-.051-1.089-.222-1.833-.477-2.487A5.005%205.005%200%200023.52%206.48a5.04%205.04%200%2000-1.815-1.182c-.651-.252-1.395-.426-2.487-.477-1.089-.048-1.437-.06-4.218-.06z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15%209.741a5.26%205.26%200%2010.001%2010.52A5.26%205.26%200%200015%209.74zm0%208.673a3.414%203.414%200%20110-6.828%203.414%203.414%200%20010%206.828z%22%2F%3E%3Ccircle%20cx%3D%2220.466%22%20cy%3D%229.534%22%20r%3D%221.23%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.instagram{width:30px;height:30px;background-position:center}.twitter{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015-8.283%200-15-6.717-15-15C0%206.717%206.717%200%2015%200z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.52%2022.62c7.074%200%2010.947-5.862%2010.947-10.947%200-.165%200-.333-.012-.498a7.82%207.82%200%20001.92-1.992%207.642%207.642%200%2001-2.208.606%203.856%203.856%200%20001.692-2.127%207.697%207.697%200%2001-2.442.933%203.852%203.852%200%2000-5.442-.168%203.853%203.853%200%2000-1.113%203.675%2010.928%2010.928%200%2001-7.929-4.02%203.85%203.85%200%20001.191%205.136%203.827%203.827%200%2001-1.746-.48v.048c0%201.83%201.29%203.408%203.087%203.771a3.862%203.862%200%2001-1.737.066%203.856%203.856%200%20003.594%202.673%207.707%207.707%200%2001-5.691%201.593%2010.837%2010.837%200%20005.889%201.728%22%2F%3E%3Cpath%20d%3D%22M15%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015-8.283%200-15-6.717-15-15C0%206.717%206.717%200%2015%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.twitter{width:30px;height:30px;background-position:center}.youtube{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M15%2030C6.717%2030%200%2023.283%200%2015%200%206.717%206.717%200%2015%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M24.546%2010.173A2.498%202.498%200%200022.785%208.4c-1.554-.42-7.782-.42-7.782-.42s-6.231%200-7.782.42a2.498%202.498%200%2000-1.761%201.773C5.04%2011.736%205.04%2015%205.04%2015s0%203.264.417%204.827A2.498%202.498%200%20007.218%2021.6c1.554.42%207.782.42%207.782.42s6.231%200%207.782-.42a2.498%202.498%200%20001.761-1.773c.417-1.563.417-4.827.417-4.827s0-3.264-.414-4.827zm-11.583%207.788v-5.922L18.168%2015l-5.205%202.961z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.youtube{width:30px;height:30px;background-position:center}.ad{overflow:hidden;text-align:center}#top-banner{background-color:#ebebeb}#top-banner div{margin:0 auto}#top-banner>.ad-topbanner{padding:10px 0;text-align:center}[data-unit=homepagelogo]{display:none}@media (min-width:1025px){#top-banner>.ad-topbanner{min-height:110px}}@media (max-width:767px){.carousel>.ad-box:first-child{position:static;margin-top:20px}}.skip-link{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.sr-only{border:0;clip:rect(0,0,0,0);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;word-wrap:normal!important}.loyalty-landing__wrap{font-family:proxima-nova,Helvetica,Arial,sans-serif;font-size:16px}.loyalty-sections-wrap{color:#333}.loyalty-section{background-color:#fff;border:#ccc 1px solid;margin:0 16px 31px;padding:24px 31px}.loyalty-section__title{font-size:inherit;font-weight:900;text-transform:uppercase;margin-bottom:19px}.loyalty__btn{background-color:#ae67be;border-radius:3px;font-size:14px;font-weight:900;color:#fff;display:block;margin-left:auto;margin-right:auto;padding:.7em;text-align:center;text-transform:uppercase}.loyalty__text{font-size:14px;line-height:1.6;margin-bottom:16px}.loyalty__text--legalese{color:#778086;font-style:italic}.loyalty-header{height:400px;background-color:#fda028;background-repeat:no-repeat;background-position:center center;background-size:cover}.loyalty-header__title{font-size:28px;line-height:.6;overflow:hidden;text-indent:-9999em}@media screen and (max-width:767px){.loyalty-sections-wrap{background-color:#fff}.loyalty-section{background-color:#fff;border-width:0 0 1px;margin:0 16px;padding-right:0;padding-left:0}}@media (max-width:1370px){.loyalty-header{height:300px}}@media (max-width:1000px){.loyalty-header{height:230px}}@media (max-width:770px){.loyalty-header{height:180px}}@media (max-width:600px){.loyalty-header{height:390px}}@media (max-width:400px){.loyalty-header{height:330px}}.loyalty__btn--intro{margin:10px auto}#global-footer>nav,#global-footer>section{display:none}@media (min-width:768px){.loyalty__btn--intro{font-size:20px;width:25em}.loyalty-section:first-child{margin-top:31px}} | Unknown directive |
| 15 | </style> | Syntax not understood |
| 16 | <!-- endfandango --> | Syntax not understood |
| 17 | <style> | Syntax not understood |
| 19 | font-size: 1.14286em; | Unknown directive |
| 20 | margin-bottom: 1em; | Unknown directive |
| 21 | } | Syntax not understood |
| 24 | list-style-type: disc; | Unknown directive |
| 25 | list-style-position: inside; | Unknown directive |
| 26 | font-size: 1.14286em; | Unknown directive |
| 27 | margin-bottom: 1em; | Unknown directive |
| 28 | margin-left: 1em; | Unknown directive |
| 29 | } | Syntax not understood |
| 31 | .message { | Syntax not understood |
| 32 | padding-top: 2em; | Unknown directive |
| 33 | } | Syntax not understood |
| 36 | max-width: 768px; | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | </style> | Syntax not understood |
| 39 | </head> | Syntax not understood |
| 40 | <body class="blank-page"> | Syntax not understood |
| 41 | <div id="header-wrap"> | Syntax not understood |
| 42 | <header id="global-header" role="banner"> | Syntax not understood |
| 43 | <nav class="row" role="navigation"> | Syntax not understood |
| 44 | <ul class="inline-items tablet-width-100 left nonstandard-width global-header__branding-block"> | Syntax not understood |
| 45 | <li> | Syntax not understood |
| 46 | <a class="icon left fandango-logo" href="/">Fandango</a> | Syntax not understood |
| 47 | </li> | Syntax not understood |
| 48 | </ul> | Syntax not understood |
| 49 | </nav> | Syntax not understood |
| 50 | </header> | Syntax not understood |
| 51 | </div> | Syntax not understood |
| 53 | <div id="welcome-page" role="main"> | Syntax not understood |
| 54 | <div class="message"> | Syntax not understood |
| 55 | <div class="row"> | Syntax not understood |
| 56 | <div class="content width-100 tablet-width-100 mobile-width-100"> | Syntax not understood |
| 57 | <p> | Syntax not understood |
| 58 | Sorry, Fandango is not available outside the United States. | Syntax not understood |
| 59 | </p> | Syntax not understood |
| 60 | </div> | Syntax not understood |
| 61 | </div> | Syntax not understood |
| 62 | </div> | Syntax not understood |
| 63 | </div> | Syntax not understood |
| 64 | </body> | Syntax not understood |
| 65 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
861 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
861 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
861 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
861 ms
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /fandango-www/screenplay/assets/fonts/proxima-nova/proxim... | 955568.0 s | 22.1 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /fandango-www/screenplay/assets/fonts/proxima-nova/proxim... | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| fandango.com/ | 294 ms |
| fandango.com/region-error | 209 ms |
| www.fandango.com/region-error | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> | Syntax not understood |
| 3 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> | Syntax not understood |
| 5 | <head> | Syntax not understood |
| 6 | <meta charset="utf-8"> | Syntax not understood |
| 7 | <meta name="viewport" content="width=device-width"> | Syntax not understood |
| 8 | <title>Fandango | A Message To Our Fans</title> | Syntax not understood |
| 9 | <meta name="description" content="A Message To Our Fans" /> | Syntax not understood |
| 11 | <!-- fandango:critical-path --> | Unknown directive |
| 13 | <style type="text/css" data-qa="critical-path__desktop"> | Syntax not understood |
| 14 | html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,header,nav,section{display:block}a{background-color:transparent}strong{font-weight:700}h1{font-size:2em;margin:.67em 0}button,input{color:inherit;font:inherit;margin:0}button{overflow:visible}button{text-transform:none}button{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.row{margin-right:auto;margin-left:auto;max-width:768px}.row:after,.row:before{display:block;visibility:hidden;overflow:hidden;width:0;height:0;content:"";font-size:0;line-height:0}.row:after{clear:both}.mobile-width-100,.tablet-width-100,.tablet-width-20,.tablet-width-25,.tablet-width-30,.tablet-width-45,.width-100,.width-25,.width-33,.width-40,.width-50,.width-75{padding-right:10px;padding-left:10px}.grid-parent{padding-right:0;padding-left:0}.width-25{float:left;width:25%}.width-40{float:left;width:40%}.width-50{float:left;width:50%}.width-75{float:left;width:75%}.width-33{float:left;width:33.33333%}.width-100{clear:both;width:100%}@media screen and (max-width:1024px){.tablet-width-20{float:left;width:20%}.tablet-width-25{float:left;width:25%}.tablet-width-30{float:left;width:30%}.tablet-width-45{float:left;width:45%}.tablet-width-100{clear:both;width:100%}}@media screen and (max-width:767px){.mobile-width-100{clear:both;width:100%}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}@media (max-width:1024px) and (min-width:768px){.hide-on-tablet{display:none!important}}@media (max-width:767px){.hide-on-mobile{display:none!important}}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0}a{text-decoration:none}p{margin:0}ul{margin:0;padding:0;list-style-type:none}h1,h2,h3,h4{margin:0;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font-size:inherit;font-family:inherit;line-height:inherit}button{border:none}html{height:100%}body{overflow:auto;height:100%;background-color:#fff;color:#4c4c4c;font-size:14px;font-family:proxima-nova,Helvetica,Arial,sans-serif}p{font-size:14px;line-height:18px}a{color:#4aa7f6}.hide{display:none!important}.show-logged-in{display:none}.show-logged-out{display:inherit}#page{background-color:#ebebeb}.cta{color:#4aa7f6;text-transform:uppercase;font-weight:700}.light{color:#fff}.icon{background-position:center;background-repeat:no-repeat;background-size:contain;background-color:transparent;display:inline-block;vertical-align:middle;font-size:0;direction:ltr}.heading-style-1{display:block;color:#4c4c4c;text-transform:uppercase;font-size:inherit;font-family:alternate-gothic-no-1-d,"Futura Condensed","Arial Narrow",Arial,sans-serif}.heading-size-m{font-size:28px;line-height:25px}.heading-size-s{font-size:18px;line-height:22px}.left{float:left}.right{float:right}.inline{display:inline-block}.inline-items>li{display:inline-block}#page{background-color:#ebebeb}.error-msg{color:#f15500}.csspinner{position:relative}.csspinner:before{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;background-color:#999;content:"";opacity:.6}.csspinner.no-overlay:before{display:none;content:none}.csspinner:after{position:absolute;top:50%;left:50%;z-index:2;margin:-20px 0 0 -20px;width:40px;height:40px;border-top:4px solid #555;border-radius:100%;content:"";-webkit-animation:standard .75s infinite linear;animation:standard .75s infinite linear}.csspinner.double-up:after{border-top:4px double #e74c3c;border-right:4px solid #e74c3c;border-bottom:4px double #e74c3c;border-left:4px double #e74c3c}@-webkit-keyframes standard{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes standard{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (min-width:0em){.page-header--emphasis{color:#ff7900;font-style:normal}}@font-face{font-family:alternate-gothic-no-1-d;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.385de3dc8d4.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.385de3dc8d4.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.e51b88e2752.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.f4100372f7c.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.a61aa58d0a9.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.51062984fba.svg#alternate_gothic_no1_proRg) format('svg');font-weight:400;font-style:normal}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.2636f179d38.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.2636f179d38.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.92affc9f7d5.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.63625dba7f3.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.3bcfd265b4b.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regular-webfont.67bc3e888a6.svg#proxima_novaregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.ae7a58f2215.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.ae7a58f2215.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.d47def19c1c.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.cb7c09afd5c.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.de26fc34122.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-regularit-webfont.724b839a357.svg#proxima_novaitalic) format('svg');font-weight:400;font-style:italic}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.97bd7ce156c.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.97bd7ce156c.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.22c920045cf.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.0afb923296b.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.be89e0f0415.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-bold-webfont.b85661b6470.svg#proxima_novabold) format('svg');font-weight:700;font-style:normal}@font-face{font-family:proxima-nova;src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.4a9159d0117.eot);src:url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.4a9159d0117.eot?#iefix) format('embedded-opentype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.170970ee557.woff2) format('woff2'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.5c195808de0.woff) format('woff'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.c0e436c6b22.ttf) format('truetype'),url(//images.fandango.com/fandango-www/screenplay/assets/fonts/proxima-nova/proximanova-boldit-webfont.243ee08e413.svg#proxima_novabold_italic) format('svg');font-weight:700;font-style:italic}input{padding:8px;border:1px solid #ccc;border-radius:4px;background-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:#333;font-size:14px;line-height:18px}input[type=email],input[type=text]{border-radius:4px;width:100%}.fan-input.style-search{position:relative;padding:9px 15px;height:38px;border:0;border-radius:19px;background-color:#ebebeb;background-color:rgba(235,235,235,.8);box-shadow:inset 2px 3px 0 rgba(99,99,99,.5);color:#333;vertical-align:middle;font-style:italic;font-size:16px;font-family:"Times New Roman",Georgia,Serif}.fan-input.style-search::-webkit-input-placeholder{color:#333}.fan-input.style-search::-moz-placeholder{color:#333}.fan-input.style-search:-ms-input-placeholder{color:#333}.fan-btn{position:relative;display:inline-block;overflow:hidden;padding:10px 20px;color:#fff;text-align:center;font-weight:700;font-size:16px}.fan-btn-size-slim{padding:8px 18px}.fan-btn-style-default{border-radius:4px;background-color:#ff7300}.fan-btn-style-go{padding:0;width:38px;height:38px;border-radius:50%;background-color:#fe7900;color:#fff;vertical-align:middle;text-transform:uppercase;font-weight:700;font-style:italic;font-size:18px}.style-cta{position:relative;z-index:0;padding:15px;background-color:#4078a7;text-transform:uppercase;font-weight:700}.no-touch .style-cta:after{position:absolute;top:0;left:0;z-index:-1;width:0;height:100%;background-color:#4aa7f6;content:''}#global-header{position:relative;right:0;left:0;z-index:10;border-bottom:2px solid #f15500;background-color:#333;box-shadow:0 2px 2px rgba(50,50,50,.3)}#global-header>nav{height:66px;line-height:66px}#global-header>nav>.inline-items>li{vertical-align:middle}#zip-search>form>.fan-btn{line-height:16px}#zip-search>form>.fan-input{margin:2px 0 20px;height:38px}#global-menu{color:#ebebeb;list-style-type:none;padding-left:0}#global-menu>li{padding:0 0 0 14px}#global-menu>li>section>h3>a{position:relative;display:block;color:inherit;text-transform:uppercase;font-weight:700;font-size:14px;white-space:nowrap}#global-menu>li>.has-dropdown>h3>a:after{display:inline-block;margin-left:3px;border-top:11px solid #f15500;border-right:7px solid transparent;border-left:7px solid transparent;content:"";vertical-align:middle;padding-bottom:3px}.mega-menu{position:absolute;top:66px;right:0;left:0;overflow:hidden;height:0;background-color:#333;font-size:14px;line-height:normal;opacity:0}.mega-menu .heading-style-1{margin:21px 0 13px;color:#929292;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mega-menu>.row{padding-bottom:15px}.mega-menu>.row>div>ul>li{margin-bottom:11px}.mega-menu-item{position:relative}.profile-point{text-align:center}@media only screen and (min-device-width :768px) and (max-device-width :1024px){#global-menu>li>.has-dropdown>h3>a:after{display:none}#global-menu .mega-menu{display:none}}@media (max-width:1229px){.tablet-width-100.nonstandard-width{clear:both;width:100%}.tablet-width-20.nonstandard-width{float:left;width:20%}.tablet-width-30.nonstandard-width{float:left;width:30%;text-align:center}#global-header>nav{height:56px;line-height:56px}.global-header__branding-block{height:56px}#global-menu{padding-left:10px;position:relative;background-color:#333}#global-menu>li{line-height:37px;padding:0}#global-menu .nav-account-wrapper{text-align:right}.mega-menu{top:100%}}#theatersList{text-align:left}#theatersList .mega-menu-cities-list{margin:0 0 20px;list-style:none;font-size:14px}#theatersList .mega-menu-cities-list li a{font-weight:700}#theatersList .mega-menu-cities-list li{display:inline-block;margin:0 4px 17px 0;list-style:none;vertical-align:top;padding-left:0}#theatersList .mega-menu-cities-list>li.width-33{width:32%}#movies-tab .movies-tab__title{display:inline-block}#movies-tab header .list-legend{display:inline-block}#movies-tab header .list-legend{vertical-align:-3px;margin-left:14px}#movies-tab .list-legend .caption{color:#929292;vertical-align:3px;font-size:14px;font-family:proxima-nova,Helvetica,Arial,sans-serif;line-height:8px}#movies-tab .icon-limited-release{vertical-align:top;margin-right:3px;margin-top:3px}#global-header .grip{position:absolute;left:0;display:none;width:45px;height:100%;background-size:unset}.vip-menu .width-40{width:33.33%}.vip-menu .fan-btn{width:300px;margin:40px auto 1em}.vip-menu .join-copy p{font-family:'Times New Roman',Georgia,Serif;font-size:16px;font-style:italic;margin-bottom:25px;color:#929292}.vip-menu .join-copy span{font-size:13px;margin-bottom:7px;color:#fff}.vip-menu .join-copy .cta{display:inline}.vip-menu h3{line-height:25px;display:inline-block}.vip-menu .cta{display:block}@media (max-width:767px){#global-header .mega-menu,#top-banner{display:none}#header-wrap{height:56px}#global-header{position:fixed;top:0;margin-bottom:0}#global-header .grip{display:block}#global-header .inline-items>li{display:block;float:none}#global-header a.fandango-logo{display:block;float:none;margin:0 auto;height:100%}#global-menu{position:fixed;top:56px;bottom:0;left:-240px;overflow:auto;padding:0;width:240px;background:rgba(51,51,51,.95)}#global-menu>li{display:block;float:none;padding:0;width:auto}#global-menu>li>section a{padding:0 0 0 15px;border-bottom:1px solid #666;height:50px;line-height:50px;display:block;text-transform:uppercase;text-align:left}#global-menu>li.mobile-sub-nav{padding-bottom:40px}#global-menu>li>.has-dropdown>h3>a:after{display:none}#global-menu .vip-menu h3{display:block}}#brand-bar{background-color:#000;color:#fff;height:32px;line-height:32px;overflow:hidden;position:relative}#brand-bar>.row{height:100%;position:relative}#brand-bar>.row>.right{bottom:0;color:#4c4c4c;font-size:14px;position:absolute;right:10px;text-align:right;top:0}#brand-bar>.row>.right>a{color:#ccc;font-weight:400;padding:0 1px}.fan-autocomplete{line-height:normal;position:relative}.fan-autocomplete-results{background-color:#fff;border-radius:0 0 20px 20px;max-height:0;opacity:.95;overflow:auto;overflow:hidden;position:absolute;width:100%}#global-search{margin-left:17px;position:relative;top:-1px}#global-search>form>.fan-btn{line-height:normal}#global-search>form>.fan-autocomplete{display:inline-block;line-height:normal;margin-right:4px;width:320px}#global-search>form>.fan-autocomplete>.fan-input{width:100%;z-index:1}#global-search>form>.fan-autocomplete>.fan-autocomplete-results{z-index:1}#global-search>form>.fan-autocomplete>.csspinner{display:none;height:28px;position:absolute;right:7px;top:6px;width:28px}#global-search>form>.fan-autocomplete>.csspinner:after{height:28px;margin-left:-14px;margin-top:-14px;width:28px}@media (max-width:1229px){#global-search{float:right}}@media (max-width:767px){#global-header #global-search{display:none}}#global-footer>section{padding-top:30px}#global-footer>nav{padding:80px 0 20px;background-color:#4c4c4c;font-size:14px}#global-footer>nav>.row>div>.heading-style-1{color:#929292}#global-footer>nav>.row>div>ul>li{padding:2px 0}.dialog h3{padding:20px}.dialog input{margin:0 0 10px}.dialog .dialog-content{width:60%;background-color:#fff}.footer__utility-section{padding-top:20px;padding-bottom:60px}.signup-text{overflow:hidden}.social-icon{margin:0 26px 6px 0;width:30px;height:30px;background-size:30px}.footer__heading{font-family:proxima-nova,Helvetica,Arial,sans-serif;font-size:20px;text-transform:uppercase;font-weight:600;color:#333e48;display:inline}.footer__social{display:flex;margin-top:34px}.footer__social-icon{margin-right:10px}input[type=email].footer__input{margin-top:16px;border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0;padding:11px 0 11px 20px}.footer__input-btn{float:right;font-size:14px;text-transform:uppercase;margin-top:16px;border-top-left-radius:0;border-bottom-left-radius:0;padding:12px 30px;line-height:18px}.footer__privacy-policy{font-family:proxima-nova,Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;display:block;margin-top:8px;margin-left:0}@media (min-width:1024px){.fanmail__signup{padding-right:115px}.footer__privacy-policy{margin-left:16px;display:inline}input[type=email].footer__input{margin-top:26px}.footer__input-btn{margin-top:26px}}.carousel{position:relative;overflow:hidden}.carousel-items{position:relative;left:0;white-space:nowrap}.carousel-items>li{display:inline-block;vertical-align:top;white-space:normal}.carousel-style-featured-videos>.carousel-items>li{padding-right:7px}.carousel-style-featured-videos>.carousel-items>li>div>time{font-size:10px}.carousel-style-featured-videos{padding:5px 0}.carousel-style-featured-videos>.carousel-items>li>.thumb{position:relative}.carousel-style-featured-videos>.carousel-items>li>.thumb img{border:1px solid #eee}.carousel-style-featured-videos>.carousel-items>li>.thumb .icon{position:absolute;left:50%;top:42%;opacity:.6;transform:scale(2)}.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1{margin-top:10px;font-size:14px;max-width:300px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-family:proxima-nova,Helvetica,Arial,sans-serif;font-weight:700;color:#fff}.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1 a,.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1 a:hover{color:#fff}.carousel-style-featured-videos .carousel-flippers{visibility:hidden}.carousel-style-featured-videos .carousel-flipper{position:absolute;top:0;display:block;background-color:#000;background-position:10px 70px;height:100%;width:75px;opacity:.6}.carousel-style-featured-videos .carousel-flipper.right{right:0}.carousel-style-featured-videos .carousel-flipper>span{position:relative;position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;padding:10px}.carousel-style-featured-videos .carousel-flipper>span>.icon{position:absolute;top:50%;left:50%;margin-top:-7px}.carousel-style-featured-videos .carousel-flipper>span>.left-arrow-white{transform:scale(2)}.carousel-style-featured-videos .carousel-flipper>span>.right-arrow-white{transform:scale(2)}.carousel-style-strip>.carousel-items{margin:0 43px;font-size:0}.carousel-style-strip>.carousel-items>li{padding-right:8px;font-size:14px}.carousel-style-strip>.carousel-items>li>div>time{font-size:10px}.carousel-style-strip>.left.icon,.carousel-style-strip>.right.icon{background-color:#fff;position:absolute;top:0;margin:auto;outline:0;width:43px;height:100%;font-size:0;z-index:1}.carousel-style-strip>.left.icon{border-right:5px solid #ebebeb}.carousel-style-strip>.right.icon{border-left:5px solid #ebebeb}.carousel-style-strip>.left.icon:focus,.carousel-style-strip>.right.icon:focus{outline-style:auto;outline-width:3px;outline-color:#3d7abb;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.carousel-style-strip>.left.icon:before{content:"";border-radius:0 40px 40px 0;background:#ebebeb;position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;left:0;margin:auto}.carousel-style-strip>.left.icon:after{content:"";position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;left:0;margin:auto;opacity:.8;background:transparent no-repeat 1px center;background-image:url(//images.fandango.com/fandango-www/screenplay/assets/images/desktop/icons/global/left-arrow.svg)}.carousel-style-strip>.right.icon:before{content:"";border-radius:40px 0 0 40px;background:#ebebeb;position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;right:0;margin:auto}.carousel-style-strip>.right.icon:after{content:"";position:absolute;width:20px;height:40px;display:block;bottom:0;top:0;right:0;margin:auto;opacity:.8;background:transparent no-repeat 9px center;background-image:url(//images.fandango.com/fandango-www/screenplay/assets/images/desktop/icons/global/right-arrow.svg)}.carousel-style-strip>.left.icon:hover:after,.carousel-style-strip>.right.icon:hover:after{opacity:1}.carousel-style-strip>.right{right:0}.carousel-style-strip{padding:0;background-color:transparent}.carousel-style-strip>.carousel-items>li>.poster{width:126px;height:254px}.carousel-style-strip>.carousel-items>li>.poster .heading-style-1{margin-bottom:2px;max-height:35px;font-size:20px}.carousel-style-strip>.carousel-items>li>.blogger-hCard{width:160px;height:300px}.carousel-style-gallery{padding-bottom:40px;width:100%;background-color:#000;background-image:-webkit-radial-gradient(#333,#000);background-image:-o-radial-gradient(#333,#000);background-image:radial-gradient(#333,#000);color:#fff}.carousel-style-gallery .heading-style-1{margin:15px 0;color:inherit}.carousel-style-gallery:-webkit-full-screen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery:-moz-full-screen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery:-ms-full-screen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery:fullscreen{position:fixed;top:0;right:0;bottom:0;left:0}.carousel-style-gallery .jcarousel{position:relative;overflow:hidden;height:650px}.carousel-style-gallery .schema{height:100%}.carousel-style-gallery:-webkit-full-screen .jcarousel{height:100%}.carousel-style-gallery:-moz-full-screen .jcarousel{height:100%}.carousel-style-gallery:-ms-fullscreen .jcarousel{height:100%}.carousel-style-gallery:fullscreen .jcarousel{height:100%}.carousel-style-gallery .carousel-items{height:100%;opacity:1}.carousel-style-gallery .carousel-items>li{position:relative;display:block;float:left;width:100%;height:100%}.carousel-style-gallery .carousel-items>li>.row{padding:0 70px;height:100%}.carousel-style-gallery .carousel-items>li>.row>.content{position:relative;overflow:hidden;height:100%}.carousel-style-gallery .carousel-image{position:absolute;top:50%;left:50%;display:block;margin:auto;margin:auto;max-width:100%;max-height:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.carousel-style-gallery__attribution{font-style:italic;font-size:inherit}.carousel-style-gallery .carousel-item-detail{position:absolute;right:0;bottom:0;left:0;width:100%;height:250px;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%)}.carousel-style-gallery .carousel-item-detail>.row>div{position:absolute;bottom:0;padding:25px;width:460px;font-size:18px;font-family:"Times New Roman";line-height:22px}.carousel-style-gallery .carousel-item-detail .heading-size-xs{margin-bottom:5px;text-transform:uppercase;font-weight:700;font-family:proxima-nova,Helvetica,Arial,sans-serif}.carousel-style-gallery .carousel-item-detail p{font-style:italic;font-size:inherit;line-height:inherit}.carousel-style-gallery .toolbar{position:absolute;bottom:0;left:0;width:100%;background-color:#242021;color:#fff;line-height:40px;z-index:2}.carousel-style-gallery .current-slide-indicator{text-align:center;font-style:italic;font-size:18px;font-family:"Times New Roman",Times,Baskerville,Georgia,serif}.carousel-style-gallery .toolbar menu>.toolbar__fullscreen{margin-left:auto}.carousel-style-gallery .toolbar menu>.toolbar__play{margin-right:auto}.carousel-style-gallery .toolbar menu{display:flex;justify-content:space-between}.carousel-style-gallery .toolbar menu>li{margin:0 10px}.carousel-style-gallery .toolbar menu>li .icon{background-size:100%}.carousel-style-gallery .toolbar menu>li>.icon{width:13px;height:13px}.carousel-style-gallery .toolbar menu>li .share-panel-container .icon{background-size:22px 22px}.carousel-style-gallery .toolbar menu .current-slide{display:block;padding:5px;color:#fff;text-align:center;font-style:italic;font-family:"Times New Roman",Times,Baskerville,Georgia,serif}.carousel-style-gallery .icon.photo-gallery-arrow{position:absolute;top:50%;left:0;margin:-15px 20px 0;width:37px;height:37px;border:2px solid #fff;border-radius:37px}.carousel-style-gallery .icon.right{right:0;left:auto}.carousel-style-gallery.end .icon.right-arrow-white,.carousel-style-gallery.start .icon.left-arrow-white,.carousel-style-gallery.thumbnails-active .photo-gallery-arrow{opacity:0}.carousel-style-gallery.end h1{visibility:hidden}.carousel-style-gallery .thumbnails{position:absolute;top:100%;right:0;bottom:83px;left:0;overflow:auto;text-align:center;opacity:0}.carousel-style-gallery .thumbnails .grid>li{display:inline-block;overflow:hidden;margin:3px;width:130px;height:110px;border:2px solid transparent}.carousel-style-gallery .thumbnails .grid>li.active{border-color:#f2581f}.carousel-style-gallery .gallery__thumbnail{position:relative;background-position:center;background-size:100%;background-size:cover;width:100%;height:100%}.carousel-style-gallery .gallery__thumbnail>img{position:absolute;top:0;opacity:0}.carousel-style-gallery .carousel-items>li>.row>.sidebar>.ad-multi-logo{position:absolute;top:20px;right:0;width:300px;text-align:center}@media (min-width:1025px){.carousel-style-gallery .carousel-items>li>.row>.sidebar{z-index:1;position:relative;height:100%}.carousel-style-gallery .carousel-items>li>.row>.sidebar>.ad-box{position:absolute;top:50%;left:50%;margin:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media (max-width:767px){body>#page{padding-top:0}.carousel-style-featured-videos .carousel-flipper,.carousel-style-gallery .photo-gallery-arrow{display:none}.carousel-style-gallery .carousel-items>li>.row>.sidebar+.content{margin-right:0}.carousel-style-gallery .jcarousel{height:480px}.carousel-style-gallery .carousel-items>li>.row{padding:0 25px}.carousel-style-gallery .carousel-item-detail>.row>div{width:100%}.carousel-style-gallery .carousel-image{top:0;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.carousel-style-featured-videos>.carousel-items>li>.thumb{width:150px}.carousel-style-featured-videos>.carousel-items>li>.thumb .heading-style-1{font-size:12px;max-width:150px}.carousel-style-featured-videos>.carousel-items>li>.thumb .icon{left:44%;top:34%;transform:scale(1)}.carousel-style-gallery .toolbar menu>.toolbar__play{margin-right:unset}.carousel-style-gallery .current-slide-indicator{margin:auto}}.dialog{position:fixed;top:-100%;left:-100%;z-index:100}.dialog.open{top:0;right:0;bottom:0;left:0}.dialog .dialog-content{position:absolute;top:50%;left:50%;margin:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dialog.style-lightbox{background-color:#000;background-color:rgba(0,0,0,.6)}.dialog-content.style-plain{padding:20px;min-width:200px;border-radius:4px;background-color:#fff}.dialog.style-lightbox.animate-fade-in{background-color:transparent}.dialog.style-lightbox.open.animate-fade-in{background-color:#000;background-color:rgba(0,0,0,.6)}.dialog-content.animate-slide-down{top:0}.dialog.open .dialog-content.animate-slide-down{top:50%}.dialog-content.animate-fade-in{opacity:0}.dialog.open .dialog-content.animate-fade-in{opacity:1}.apple-app-store{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290%22%20height%3D%2230%22%20viewBox%3D%220%200%2090%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20fill%3D%22%23A6A6A6%22%20d%3D%22M82.601%200H7.151c-.275%200-.547%200-.821.002-.23.001-.457.005-.69.009a9.911%209.911%200%2000-1.502.133A4.828%204.828%200%2000.146%204.142a9.745%209.745%200%2000-.135%201.5c-.007.23-.007.461-.011.691V23.67c.004.233.004.458.011.691.006.504.051%201.006.135%201.502.082.497.24.979.469%201.428.227.449.525.858.883%201.21.355.359.765.657%201.214.885.449.228.93.387%201.426.473.497.082%201%20.126%201.503.132.232.006.46.009.689.009l.821.001h75.45c.27%200%20.544%200%20.813-.002.229%200%20.463-.002.692-.008a9.96%209.96%200%20001.5-.132c.497-.086.98-.246%201.43-.473a4.708%204.708%200%20001.214-.884c.357-.355.656-.763.886-1.211.226-.45.383-.931.464-1.428.084-.497.13-.998.14-1.502.002-.233.002-.458.002-.691.006-.273.006-.544.006-.82V7.152c0-.275%200-.547-.006-.819%200-.23%200-.46-.003-.69A10.13%2010.13%200%200089.6%204.14a4.963%204.963%200%2000-.464-1.427%204.85%204.85%200%2000-2.1-2.1%205.076%205.076%200%2000-1.43-.47%209.783%209.783%200%2000-1.5-.133c-.229-.004-.463-.008-.692-.01L82.601%200z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6.334%2029.344c-.229%200-.452-.003-.679-.008a9.515%209.515%200%2001-1.401-.123%204.413%204.413%200%2001-1.243-.41%204.054%204.054%200%2001-1.048-.763%203.99%203.99%200%2001-.765-1.047A4.291%204.291%200%2001.79%2025.75a9.31%209.31%200%2001-.125-1.407c-.005-.158-.011-.684-.011-.684V6.333s.006-.518.01-.67c.006-.471.048-.94.125-1.405.072-.434.209-.854.408-1.246A4.174%204.174%200%20014.25.789%209.44%209.44%200%20015.657.664l.677-.009H83.41l.685.01c.467.005.933.046%201.394.122.436.074.858.212%201.253.41a4.195%204.195%200%20011.811%201.816c.196.39.331.806.402%201.236.078.468.121.941.13%201.416.002.212.002.44.002.667.006.282.006.55.006.82v15.696c0%20.272%200%20.538-.006.806%200%20.244%200%20.467-.003.697-.008.466-.051.93-.128%201.39-.07.436-.206.859-.405%201.253a4.11%204.11%200%2001-.761%201.04c-.307.31-.661.568-1.05.766-.394.2-.816.339-1.251.412a9.407%209.407%200%2001-1.402.123c-.22.005-.45.008-.673.008l-.813.001-76.267-.001z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M18.577%2015.226a3.712%203.712%200%20011.767-3.115%203.8%203.8%200%2000-2.993-1.618c-1.26-.132-2.48.754-3.122.754-.655%200-1.643-.74-2.707-.719a3.986%203.986%200%2000-3.355%202.046c-1.45%202.511-.368%206.202%201.021%208.232.696.994%201.508%202.105%202.571%202.065%201.04-.043%201.429-.663%202.685-.663%201.244%200%201.608.663%202.693.638%201.116-.018%201.82-.998%202.49-2.002.5-.708.884-1.49%201.14-2.32a3.587%203.587%200%2001-2.19-3.298zM16.528%209.158c.609-.73.908-1.67.836-2.618a3.718%203.718%200%2000-2.406%201.245c-.609.693-.918%201.6-.858%202.521a3.074%203.074%200%20002.428-1.148z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M31.727%2020.355h-3.55l-.853%202.517H25.82l3.363-9.313h1.562l3.363%209.313h-1.53l-.851-2.517zm-3.183-1.162h2.814l-1.387-4.085h-.039l-1.388%204.085zM41.37%2019.477c0%202.11-1.13%203.466-2.834%203.466a2.302%202.302%200%2001-2.136-1.188h-.033v3.363h-1.393v-9.036h1.349v1.13h.025a2.409%202.409%200%20012.162-1.201c1.724%200%202.86%201.362%202.86%203.466zm-1.433%200c0-1.374-.71-2.278-1.794-2.278-1.065%200-1.782.923-1.782%202.278%200%201.368.717%202.285%201.782%202.285%201.084%200%201.794-.897%201.794-2.285zM48.843%2019.477c0%202.11-1.129%203.466-2.833%203.466a2.302%202.302%200%2001-2.137-1.188h-.032v3.363h-1.394v-9.036h1.35v1.13h.025a2.409%202.409%200%20012.162-1.201c1.723%200%202.86%201.362%202.86%203.466zm-1.432%200c0-1.374-.71-2.278-1.795-2.278-1.065%200-1.78.923-1.78%202.278%200%201.368.715%202.285%201.78%202.285%201.084%200%201.795-.897%201.795-2.285zM53.783%2020.277c.103.924%201%201.53%202.226%201.53%201.175%200%202.02-.606%202.02-1.44%200-.722-.51-1.155-1.716-1.452l-1.207-.29c-1.71-.413-2.505-1.213-2.505-2.511%200-1.607%201.4-2.71%203.39-2.71%201.967%200%203.317%201.103%203.362%202.71h-1.407c-.084-.93-.853-1.49-1.975-1.49-1.123%200-1.892.567-1.892%201.393%200%20.659.491%201.046%201.692%201.343l1.026.252c1.91.452%202.705%201.22%202.705%202.582%200%201.742-1.388%202.833-3.596%202.833-2.065%200-3.46-1.065-3.55-2.75h1.427zM62.51%2014.475v1.607h1.29v1.104h-1.29v3.743c0%20.581.258.852.826.852.153-.002.306-.013.458-.032v1.097c-.255.048-.514.07-.774.065-1.375%200-1.91-.516-1.91-1.833v-3.892h-.988v-1.104h.987v-1.607h1.4zM64.549%2019.477c0-2.136%201.258-3.479%203.22-3.479%201.969%200%203.221%201.343%203.221%203.48%200%202.142-1.245%203.478-3.22%203.478s-3.221-1.336-3.221-3.479zm5.021%200c0-1.465-.671-2.33-1.8-2.33-1.13%200-1.801.871-1.801%202.33%200%201.472.67%202.33%201.8%202.33s1.801-.858%201.801-2.33zM72.14%2016.082h1.329v1.156h.032a1.62%201.62%200%20011.633-1.227c.161%200%20.321.017.478.052v1.303a1.948%201.948%200%2000-.626-.084%201.404%201.404%200%2000-1.453%201.562v4.028H72.14v-6.79zM82.038%2020.878c-.187%201.232-1.388%202.078-2.924%202.078-1.975%200-3.201-1.323-3.201-3.446%200-2.13%201.233-3.512%203.143-3.512%201.878%200%203.06%201.29%203.06%203.35v.477H77.32v.084a1.769%201.769%200%20001.827%201.924%201.536%201.536%200%20001.568-.955h1.323zm-4.711-2.027h3.394a1.633%201.633%200%2000-1.665-1.723%201.719%201.719%200%2000-1.73%201.723z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M28.37%206.548a1.98%201.98%200%20012.105%202.224c0%201.43-.772%202.251-2.105%202.251h-1.617V6.548h1.617zm-.922%203.843h.844a1.407%201.407%200%20001.476-1.61%201.41%201.41%200%2000-1.476-1.6h-.844v3.21zM31.26%209.333a1.6%201.6%200%20113.186%200%201.6%201.6%200%2011-3.185%200zm2.5%200c0-.732-.329-1.16-.906-1.16-.58%200-.905.428-.905%201.16%200%20.738.326%201.163.905%201.163.577%200%20.906-.428.906-1.163zM38.68%2011.023h-.691l-.698-2.487h-.053l-.695%202.487h-.685l-.931-3.377h.676l.605%202.577h.05l.694-2.577h.64l.694%202.577h.053l.602-2.577h.666zM40.39%207.646h.642v.537h.05a1.011%201.011%200%20011.007-.602%201.098%201.098%200%20011.17%201.256v2.186h-.667V9.004c0-.542-.236-.812-.729-.812a.775.775%200%2000-.806.856v1.975h-.667V7.646zM44.32%206.328h.667v4.695h-.667zM45.913%209.333a1.6%201.6%200%20113.186%200%201.6%201.6%200%2011-3.186%200zm2.5%200c0-.732-.329-1.16-.906-1.16-.58%200-.905.428-.905%201.16%200%20.738.326%201.163.905%201.163.577%200%20.906-.428.906-1.163zM49.8%2010.068c0-.608.453-.958%201.257-1.008l.915-.053v-.291c0-.357-.236-.558-.692-.558-.372%200-.63.136-.704.375h-.645c.068-.58.614-.952%201.38-.952.847%200%201.324.421%201.324%201.135v2.307h-.641v-.474h-.053c-.218.346-.606.549-1.015.53a1.02%201.02%200%2001-1.125-1.01zm2.172-.288v-.283l-.825.053c-.465.031-.676.19-.676.487%200%20.304.264.48.626.48a.796.796%200%2000.875-.737zM53.511%209.333c0-1.067.549-1.743%201.402-1.743.43-.02.834.211%201.036.593h.05V6.328h.666v4.695h-.639v-.533h-.052a1.172%201.172%200%2001-1.061.589c-.86%200-1.402-.676-1.402-1.746zm.689%200c0%20.717.337%201.148.902%201.148.562%200%20.909-.438.909-1.145%200-.704-.35-1.147-.909-1.147-.561%200-.902.434-.902%201.144zM59.422%209.333a1.6%201.6%200%20113.186%200%201.6%201.6%200%2011-3.185%200zm2.5%200c0-.732-.329-1.16-.906-1.16-.58%200-.905.428-.905%201.16%200%20.738.326%201.163.905%201.163.577%200%20.906-.428.906-1.163zM63.502%207.646h.642v.537h.05A1.011%201.011%200%200165.2%207.58a1.098%201.098%200%20011.17%201.256v2.186h-.667V9.004c0-.542-.236-.812-.729-.812a.775.775%200%2000-.806.856v1.975h-.667V7.646zM70.136%206.805v.856h.732v.562h-.732v1.736c0%20.354.146.51.478.51.085-.001.17-.006.254-.016v.555c-.12.021-.24.033-.362.034-.742%200-1.037-.26-1.037-.912V8.223h-.536V7.66h.536v-.856h.667zM71.778%206.328h.661v1.86h.053a1.04%201.04%200%20011.03-.604%201.113%201.113%200%20011.163%201.259v2.18h-.668V9.007c0-.54-.25-.812-.722-.812a.789.789%200%2000-.85.856v1.972h-.667V6.328zM78.57%2010.111a1.371%201.371%200%2001-1.462.977%201.534%201.534%200%2001-1.56-1.743%201.558%201.558%200%20011.557-1.764c.94%200%201.506.642%201.506%201.702v.233h-2.385v.037a.893.893%200%2000.9.968.81.81%200%2000.803-.41h.642zm-2.344-1.088h1.706a.815.815%200%2000-.831-.875.864.864%200%2000-.875.875z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.apple-app-store{width:90px;height:30px;background-position:center}.fandango-logo{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22242%22%20height%3D%2256%22%20viewBox%3D%220%200%20242%2056%22%3E%3Cpath%20fill%3D%22%233E8EDE%22%20d%3D%22M207.7%2016.5c-6.5%200-11.3%204.5-11.3%2011%200%206.4%204.8%2010.9%2011.3%2010.9S219%2033.9%20219%2027.5c0-6.5-4.8-11-11.3-11zm6.2%2011.4c-.1%201.5-.7%202.8-1.6%203.9-.1.1-.2.2-.4.3-1.1%201-2.6%201.7-4.2%201.7-3.4%200-6.2-2.8-6.2-6.2%200-3.5%202.8-6.2%206.2-6.2%203.3%200%206%202.6%206.2%205.9v.6zm-29.8-2v4.8h4.8v1.7c-.8.7-2.3%201.2-3.9%201.2-3.4%200-5.9-2.7-5.9-6.2s2.5-6.1%205.9-6.1c2.1%200%203.7%201.3%204.5%202.7l4.6-2.4c-1.5-2.6-4.3-5.1-9.1-5.1-6.3%200-11.4%204.2-11.4%2011s5.2%2011%2011.4%2011c3.6%200%206.5-1.3%208.6-3.3l.1-.2c.4-.4.6-.9.6-1.5v-7.6h-10.2zm-16-9h-.4c-1.2.1-2.1%201-2.1%202.2v9.4L157%2016.9h-5.6v21.2h5.4V25.8l9%2012.3h5.2V16.9h-2.9zm-26.8%200h-6.9l-8%2021.2h6.2l1-3.1h8.4l.5%201.6c.3.8%201.1%201.4%202.1%201.5h4.7l-8-21.2zm-6.1%2013.3l2.7-8%202.6%208h-5.3zm-19.5-13.3h-8.9v18.9c.1%201.2%201%202.2%202.3%202.2h6.6c6.7%200%2011.5-4%2011.5-10.6-.1-6.5-4.9-10.5-11.5-10.5zm0%2016.3h-3.5V21.6h3.5c3.8%200%205.8%202.5%205.8%205.8%200%203.2-2.2%205.8-5.8%205.8zM100%2016.9h-.3c-1.2%200-2.1%201-2.2%202.2v9.4l-8.6-11.6h-5.6v21.2h5.4V25.8l9%2012.3h5.2V16.9H100zm-26.6%200h-7l-8%2021.2h6.4l1-3.1h8.4l.5%201.6c.4.8%201.1%201.4%202.1%201.5h4.7l-8.1-21.2zm-6.2%2013.3l2.7-8%202.7%208h-5.4zm-6.7-8.7v-4.7H44.3V38h5.8v-7.5h5.7c1-.1%201.8-1%201.8-2v-2.8H50v-4.2h10.5z%22%2F%3E%3Cpath%20fill%3D%22%23EF7622%22%20d%3D%22M30.9%2019.8l-2.7-10L0%2017.3l2.7%2010c1.7.4%203.2%201.6%203.6%203.4.5%201.8-.1%203.6-1.4%204.8l2.7%2010L35.8%2038l-2.7-10.1c-1.7-.4-3.2-1.6-3.6-3.4-.5-1.8.1-3.6%201.4-4.7zm-10.5.3L12%2022.3l1.7%206.3%208.4-2.2%201.7%206.3-8.4%202.2%201.7%206.3-8.4%202.2-2-7.6c1.2-1.5%201.8-3.5%201.2-5.6-.6-2-2-3.5-3.9-4.2l-2.1-7.7%2016.8-4.5%201.7%206.3z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.4%2020.1L12%2022.3l1.7%206.3%208.4-2.2%201.7%206.3-8.4%202.2%201.7%206.3-8.4%202.2-2-7.6c1.2-1.5%201.8-3.5%201.2-5.6-.6-2-2-3.5-3.9-4.2l-2.1-7.7%2016.8-4.5%201.7%206.3z%22%2F%3E%3Cpath%20fill%3D%22%233E8EDE%22%20d%3D%22M222%2017.6c0%20.3-.1.5-.3.8-.2.2-.4.3-.8.3-.3%200-.5-.1-.8-.3-.2-.2-.3-.5-.3-.8s.1-.6.3-.8c.2-.2.5-.3.8-.3s.6.1.8.3c.2.2.3.5.3.8zm-.2%200c0-.2-.1-.5-.2-.6-.2-.2-.4-.2-.7-.2s-.5.1-.6.2c-.2.2-.2.4-.2.6s.1.5.2.6.4.3.6.3.5-.1.7-.3c.2-.1.2-.3.2-.6zm-.3.6h-.3l-.3-.4h-.2v.4h-.2v-1.1h.8c0%20.1.1.1.1.1%200%20.1.1.1.1.1%200%20.1%200%20.2-.1.2%200%200-.1.1-.2.1l.3.6zm-.3-.8v-.1h-.1v-.1h-.2v.4h.4l-.1-.2z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.fandango-logo{width:242px;height:56px;background-position:center}.facebook{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20fill%3D%22%233B579D%22%20d%3D%22M15%2030C6.717%2030%200%2023.283%200%2015%200%206.717%206.717%200%2015%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M18.9%2030V18.381h3.9l.585-4.527H18.9v-2.892c0-1.311.363-2.205%202.244-2.205h2.397V4.71c-.414-.054-1.839-.177-3.495-.177-3.456%200-5.823%202.109-5.823%205.985v3.339h-3.909v4.527h3.909V30H18.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.facebook{width:30px;height:30px;background-position:center}.google-play-store{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2230%22%20viewBox%3D%220%200%20100%2030%22%3E%3Cpath%20fill%3D%22%23afafaf%22%20d%3D%22M95.44.26H3.98C1.97.26.32%201.91.32%203.92v21.95c0%202.01%201.65%203.66%203.66%203.66h91.46c2.01%200%203.66-1.65%203.66-3.66V3.91A3.66%203.66%200%200095.44.26z%22%2F%3E%3Cpath%20d%3D%22M95.44.84c1.7%200%203.07%201.38%203.07%203.07v21.95c0%201.7-1.38%203.07-3.07%203.07H3.98a3.07%203.07%200%2001-3.07-3.07V3.91C.91%202.21%202.29.84%203.98.84h91.46z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.02%207.75c0%20.61-.18%201.1-.55%201.46-.41.43-.95.65-1.61.65-.64%200-1.17-.22-1.62-.66-.45-.44-.67-.99-.67-1.63%200-.65.22-1.19.67-1.63.45-.44.98-.66%201.62-.66.31%200%20.61.06.9.18.29.12.51.29.69.49l-.39.39c-.29-.34-.69-.52-1.2-.52-.46%200-.86.16-1.2.49-.34.32-.5.75-.5%201.27s.17.94.5%201.27c.34.32.74.49%201.2.49.49%200%20.9-.16%201.23-.49.21-.21.34-.51.37-.89h-1.6v-.53h2.13c.02.11.03.22.03.32zM38.39%205.92H36.4v1.39h1.8v.53h-1.8v1.39h1.99v.54h-2.56V5.38h2.56zM40.77%209.77h-.56V5.92h-1.23v-.54h3.01v.54h-1.23v3.85zM44.18%209.77V5.38h.56v4.39zM47.25%209.77h-.57V5.92h-1.23v-.54h3.02v.54h-1.23v3.85zM54.18%209.2c-.43.45-.97.67-1.61.67-.64%200-1.18-.22-1.61-.67-.43-.45-.64-.99-.64-1.62%200-.64.21-1.19.64-1.62.43-.45.97-.67%201.61-.67.64%200%201.17.22%201.61.67.43.45.65.99.65%201.62%200%20.64-.22%201.18-.65%201.62zm-2.8-.37c.32.33.72.49%201.19.49s.87-.16%201.19-.49c.32-.33.49-.75.49-1.26s-.16-.93-.49-1.26c-.32-.33-.72-.49-1.19-.49s-.87.16-1.19.49c-.32.33-.49.75-.49%201.26s.17.93.49%201.26zM55.62%209.77V5.38h.69l2.14%203.42h.02l-.02-.85V5.38h.56v4.39h-.58L56.2%206.19h-.03l.03.85v2.74h-.58zM50.18%2016.17c-1.72%200-3.12%201.31-3.12%203.11%200%201.79%201.4%203.11%203.12%203.11s3.12-1.32%203.12-3.11c0-1.8-1.4-3.11-3.12-3.11zm0%205c-.94%200-1.76-.78-1.76-1.89%200-1.12.81-1.89%201.76-1.89.94%200%201.76.77%201.76%201.89%200%201.11-.82%201.89-1.76%201.89zm-6.81-5c-1.72%200-3.12%201.31-3.12%203.11%200%201.79%201.4%203.11%203.12%203.11s3.12-1.32%203.12-3.11c0-1.8-1.4-3.11-3.12-3.11zm0%205c-.94%200-1.76-.78-1.76-1.89%200-1.12.81-1.89%201.76-1.89.94%200%201.76.77%201.76%201.89-.01%201.11-.83%201.89-1.76%201.89zm-8.11-4.04v1.32h3.16c-.1.75-.34%201.29-.72%201.66-.46.46-1.18.97-2.44.97-1.95%200-3.47-1.57-3.47-3.51s1.52-3.51%203.47-3.51c1.05%200%201.81.41%202.38.94l.93-.93c-.79-.75-1.84-1.33-3.31-1.33-2.66%200-4.9%202.17-4.9%204.84%200%202.66%202.24%204.84%204.9%204.84%201.44%200%202.52-.47%203.37-1.35.87-.87%201.14-2.1%201.14-3.09%200-.31-.02-.59-.07-.83l-4.44-.02zm33.15%201.02c-.26-.7-1.05-1.98-2.66-1.98-1.6%200-2.93%201.26-2.93%203.11%200%201.74%201.32%203.11%203.09%203.11%201.43%200%202.25-.87%202.59-1.38l-1.06-.71c-.35.52-.83.86-1.53.86s-1.19-.31-1.51-.94l4.16-1.72-.15-.35zm-4.24%201.04c-.04-1.2.93-1.81%201.62-1.81.54%200%201%20.27%201.16.66l-2.78%201.15zm-3.39%203.02h1.37v-9.15h-1.37v9.15zm-2.24-5.34h-.04c-.31-.37-.89-.7-1.64-.7-1.56%200-2.99%201.37-2.99%203.12%200%201.74%201.43%203.1%202.99%203.1.75%200%201.33-.33%201.64-.71h.04v.45c0%201.19-.64%201.83-1.66%201.83-.83%200-1.35-.6-1.57-1.1l-1.19.5c.34.83%201.25%201.84%202.76%201.84%201.6%200%202.96-.94%202.96-3.24v-5.59h-1.3v.5zm-1.56%204.3c-.94%200-1.73-.79-1.73-1.87%200-1.1.79-1.9%201.73-1.9.93%200%201.66.8%201.66%201.9%200%201.08-.73%201.87-1.66%201.87zm17.84-8.11h-3.27v9.15h1.37v-3.47h1.91c1.51%200%203-1.1%203-2.84-.01-1.74-1.5-2.84-3.01-2.84zm.03%204.41h-1.94v-3.14h1.94c1.02%200%201.6.85%201.6%201.57%200%20.71-.58%201.57-1.6%201.57zm8.44-1.31c-.99%200-2.01.44-2.44%201.4l1.21.5c.26-.5.74-.67%201.24-.67.71%200%201.43.42%201.43%201.18v.1a3.07%203.07%200%2000-1.43-.35c-1.31%200-2.63.72-2.63%202.06%200%201.22%201.07%202.01%202.27%202.01.91%200%201.43-.41%201.74-.89h.04v.71h1.32v-3.5c.02-1.65-1.18-2.55-2.75-2.55zm-.17%205.01c-.45%200-1.07-.23-1.07-.78%200-.7.78-.97%201.45-.97.6%200%20.89.13%201.24.31-.1.84-.83%201.44-1.62%201.44zm7.75-4.82l-1.57%203.97h-.04l-1.62-3.97h-1.47l2.44%205.55-1.39%203.08h1.43l3.75-8.63h-1.53zm-12.3%205.86h1.37v-9.15h-1.37v9.15z%22%2F%3E%3Cpath%20fill%3D%22%232cdefd%22%20d%3D%22M7.96%205.77c-.21.23-.34.58-.34%201.03v16.19c0%20.45.12.8.34%201.02l.05.05L17.08%2015v-.22L8.01%205.71l-.05.06z%22%2F%3E%3Cpath%20fill%3D%22%23fed034%22%20d%3D%22M20.1%2018.02L17.08%2015v-.22l3.02-3.02.07.04%203.58%202.03c1.02.58%201.02%201.53%200%202.11l-3.58%202.03-.07.05z%22%2F%3E%3Cpath%20fill%3D%22%23f94355%22%20d%3D%22M20.17%2017.98l-3.09-3.09-9.12%209.12c.34.36.89.4%201.52.04l10.69-6.07%22%2F%3E%3Cpath%20fill%3D%22%232cf086%22%20d%3D%22M20.17%2011.8L9.48%205.73c-.63-.36-1.18-.32-1.52.04l9.12%209.12%203.09-3.09z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.google-play-store{width:100px;height:30px;background-position:center}.grip{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.5%22%20height%3D%2218.5%22%20viewBox%3D%22-4.25%20-0.75%2018.5%2018.5%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.25%202.95H-4.249v-3.7H14.25v3.7zm0%203.7H-4.249v3.7H14.25v-3.7zm0%207.4h-18.5v3.7h18.5v-3.7z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.grip{width:18.5px;height:18.5px;background-position:center}.icon-limited-release{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20width%3D%2214%22%20height%3D%226%22%20x%3D%220%22%20y%3D%220%22%20version%3D%221.1%22%20viewBox%3D%220%200%2014%206%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23828282%7D%3C%2Fstyle%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20class%3D%22st0%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%223%22%20r%3D%223%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.icon-limited-release{width:14px;height:6px;background-position:center}.instagram{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23BF1ABA%22%20d%3D%22M25.607%2025.607c-5.857%205.857-15.356%205.857-21.213%200-5.857-5.857-5.857-15.356%200-21.213%205.857-5.857%2015.356-5.857%2021.213%200%205.857%205.856%205.857%2015.356%200%2021.213z%22%2F%3E%3Cpath%20fill%3D%22%23FED743%22%20d%3D%22M4.393%2025.607A14.919%2014.919%200%20009.78%2029.05L.95%2020.22a14.935%2014.935%200%20003.443%205.387z%22%2F%3E%3Cpath%20fill%3D%22%23FDC33F%22%20d%3D%22M.95%2020.22l8.83%208.83c.869.322%201.759.564%202.663.72L.231%2017.557c.155.904.397%201.794.719%202.663z%22%2F%3E%3Cpath%20fill%3D%22%23FCAF3B%22%20d%3D%22M.231%2017.557L12.444%2029.77c.713.123%201.433.192%202.155.211L.02%2015.402c.019.722.088%201.441.211%202.155z%22%2F%3E%3Cpath%20fill%3D%22%23FA9A38%22%20d%3D%22M.02%2015.402L14.598%2029.98c.63.017%201.26.006%201.887-.056L.076%2013.515a15.042%2015.042%200%2000-.056%201.887z%22%2F%3E%3Cpath%20fill%3D%22%23F98634%22%20d%3D%22M.076%2013.515l16.409%2016.409a15.097%2015.097%200%20001.673-.271L.347%2011.842a15.06%2015.06%200%2000-.271%201.673z%22%2F%3E%3Cpath%20fill%3D%22%23F87230%22%20d%3D%22M.347%2011.842l17.812%2017.812c.515-.11%201.024-.251%201.527-.417L.763%2010.315a14.862%2014.862%200%2000-.416%201.527z%22%2F%3E%3Cpath%20fill%3D%22%23F75E2C%22%20d%3D%22M.763%2010.315l18.922%2018.922c.475-.156.942-.337%201.403-.541L1.305%208.912c-.205.46-.386.928-.542%201.403z%22%2F%3E%3Cpath%20fill%3D%22%23F64A28%22%20d%3D%22M1.305%208.912l19.783%2019.783c.439-.195.87-.412%201.293-.651L1.956%207.619c-.24.423-.456.854-.651%201.293z%22%2F%3E%3Cpath%20fill%3D%22%23F43525%22%20d%3D%22M1.956%207.619l20.425%2020.425c.407-.23.805-.48%201.193-.751L2.707%206.427c-.272.388-.521.786-.751%201.192z%22%2F%3E%3Cpath%20fill%3D%22%23F32121%22%20d%3D%22M2.707%206.427l20.867%2020.867c.376-.263.744-.542%201.1-.843L3.55%205.326c-.301.357-.58.724-.843%201.101z%22%2F%3E%3Cpath%20fill%3D%22%23BF1ABA%22%20d%3D%22M29.05%209.78c-.728-1.964-1.866-3.809-3.443-5.387S22.183%201.678%2020.22.95l8.83%208.83z%22%2F%3E%3Cpath%20fill%3D%22%23C419AA%22%20d%3D%22M17.557.231L29.77%2012.444a14.923%2014.923%200%2000-.72-2.663L20.22.951a14.84%2014.84%200%2000-2.663-.72z%22%2F%3E%3Cpath%20fill%3D%22%23C9179B%22%20d%3D%22M15.402.02L29.98%2014.598a15.006%2015.006%200%2000-.211-2.155L17.557.231A15.006%2015.006%200%200015.402.02z%22%2F%3E%3Cpath%20fill%3D%22%23CE168B%22%20d%3D%22M13.515.076l16.409%2016.409c.062-.628.073-1.258.056-1.887L15.402.02c-.63-.017-1.26-.006-1.887.056z%22%2F%3E%3Cpath%20fill%3D%22%23D3157B%22%20d%3D%22M11.842.347l17.812%2017.812c.119-.554.215-1.111.271-1.673L13.515.076a15.06%2015.06%200%2000-1.673.271z%22%2F%3E%3Cpath%20fill%3D%22%23D9146C%22%20d%3D%22M10.315.763l18.922%2018.922c.165-.503.306-1.012.417-1.527L11.842.347c-.515.11-1.024.251-1.527.416z%22%2F%3E%3Cpath%20fill%3D%22%23DE125C%22%20d%3D%22M8.912%201.305l19.783%2019.783c.204-.46.385-.928.541-1.403L10.315.763c-.475.156-.943.337-1.403.542z%22%2F%3E%3Cpath%20fill%3D%22%23E3114C%22%20d%3D%22M7.619%201.956l20.425%2020.425c.239-.423.456-.853.651-1.293L8.912%201.305c-.439.195-.87.411-1.293.651z%22%2F%3E%3Cpath%20fill%3D%22%23E8103C%22%20d%3D%22M6.427%202.707l20.867%2020.867c.271-.388.521-.786.751-1.193L7.619%201.956c-.406.23-.804.479-1.192.751z%22%2F%3E%3Cpath%20fill%3D%22%23ED0E2D%22%20d%3D%22M5.326%203.55L26.45%2024.674c.302-.356.581-.724.843-1.1L6.427%202.707a15.15%2015.15%200%2000-1.101.843z%22%2F%3E%3Cpath%20fill%3D%22%23F20D1D%22%20d%3D%22M4.393%204.393c-.3.3-.574.615-.843.933L24.674%2026.45c.318-.269.633-.543.933-.843s.574-.615.843-.933L5.326%203.55a15.36%2015.36%200%2000-.933.843z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15%206.606c2.733%200%203.057.009%204.137.06.999.045%201.542.213%201.902.354.477.186.819.408%201.176.765s.579.699.765%201.176c.141.36.306.903.354%201.902.048%201.08.06%201.404.06%204.137s-.009%203.057-.06%204.137c-.045.999-.213%201.542-.354%201.902-.186.477-.408.819-.765%201.176s-.699.579-1.176.765c-.36.141-.903.306-1.902.354-1.08.048-1.404.06-4.137.06s-3.057-.009-4.137-.06c-.999-.045-1.542-.213-1.902-.354-.477-.186-.819-.408-1.176-.765s-.579-.699-.765-1.176c-.141-.36-.306-.903-.354-1.902-.048-1.08-.06-1.404-.06-4.137s.009-3.057.06-4.137c.045-.999.213-1.542.354-1.902.186-.477.408-.819.765-1.176s.699-.579%201.176-.765c.36-.141.903-.306%201.902-.354%201.08-.051%201.404-.06%204.137-.06zm0-1.845c-2.781%200-3.129.012-4.221.063-1.089.051-1.833.222-2.487.477A4.943%204.943%200%20006.48%206.48a5.04%205.04%200%2000-1.182%201.815c-.252.651-.426%201.395-.477%202.487-.051%201.092-.063%201.44-.063%204.221s.012%203.129.063%204.221c.051%201.089.222%201.833.477%202.487A5.005%205.005%200%20006.48%2023.52c.57.57%201.14.918%201.815%201.182.651.252%201.395.426%202.487.477%201.092.051%201.44.063%204.221.063s3.129-.012%204.221-.063c1.089-.051%201.833-.222%202.487-.477a5.005%205.005%200%20001.809-1.182%205.04%205.04%200%20001.182-1.815c.252-.651.426-1.395.477-2.487.051-1.092.063-1.44.063-4.221s-.012-3.129-.063-4.221c-.051-1.089-.222-1.833-.477-2.487A5.005%205.005%200%200023.52%206.48a5.04%205.04%200%2000-1.815-1.182c-.651-.252-1.395-.426-2.487-.477-1.089-.048-1.437-.06-4.218-.06z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15%209.741a5.26%205.26%200%2010.001%2010.52A5.26%205.26%200%200015%209.74zm0%208.673a3.414%203.414%200%20110-6.828%203.414%203.414%200%20010%206.828z%22%2F%3E%3Ccircle%20cx%3D%2220.466%22%20cy%3D%229.534%22%20r%3D%221.23%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.instagram{width:30px;height:30px;background-position:center}.twitter{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015-8.283%200-15-6.717-15-15C0%206.717%206.717%200%2015%200z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.52%2022.62c7.074%200%2010.947-5.862%2010.947-10.947%200-.165%200-.333-.012-.498a7.82%207.82%200%20001.92-1.992%207.642%207.642%200%2001-2.208.606%203.856%203.856%200%20001.692-2.127%207.697%207.697%200%2001-2.442.933%203.852%203.852%200%2000-5.442-.168%203.853%203.853%200%2000-1.113%203.675%2010.928%2010.928%200%2001-7.929-4.02%203.85%203.85%200%20001.191%205.136%203.827%203.827%200%2001-1.746-.48v.048c0%201.83%201.29%203.408%203.087%203.771a3.862%203.862%200%2001-1.737.066%203.856%203.856%200%20003.594%202.673%207.707%207.707%200%2001-5.691%201.593%2010.837%2010.837%200%20005.889%201.728%22%2F%3E%3Cpath%20d%3D%22M15%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015-8.283%200-15-6.717-15-15C0%206.717%206.717%200%2015%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.twitter{width:30px;height:30px;background-position:center}.youtube{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M15%2030C6.717%2030%200%2023.283%200%2015%200%206.717%206.717%200%2015%200c8.283%200%2015%206.717%2015%2015%200%208.283-6.717%2015-15%2015z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M24.546%2010.173A2.498%202.498%200%200022.785%208.4c-1.554-.42-7.782-.42-7.782-.42s-6.231%200-7.782.42a2.498%202.498%200%2000-1.761%201.773C5.04%2011.736%205.04%2015%205.04%2015s0%203.264.417%204.827A2.498%202.498%200%20007.218%2021.6c1.554.42%207.782.42%207.782.42s6.231%200%207.782-.42a2.498%202.498%200%20001.761-1.773c.417-1.563.417-4.827.417-4.827s0-3.264-.414-4.827zm-11.583%207.788v-5.922L18.168%2015l-5.205%202.961z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.icon.youtube{width:30px;height:30px;background-position:center}.ad{overflow:hidden;text-align:center}#top-banner{background-color:#ebebeb}#top-banner div{margin:0 auto}#top-banner>.ad-topbanner{padding:10px 0;text-align:center}[data-unit=homepagelogo]{display:none}@media (min-width:1025px){#top-banner>.ad-topbanner{min-height:110px}}@media (max-width:767px){.carousel>.ad-box:first-child{position:static;margin-top:20px}}.skip-link{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.sr-only{border:0;clip:rect(0,0,0,0);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;word-wrap:normal!important}.loyalty-landing__wrap{font-family:proxima-nova,Helvetica,Arial,sans-serif;font-size:16px}.loyalty-sections-wrap{color:#333}.loyalty-section{background-color:#fff;border:#ccc 1px solid;margin:0 16px 31px;padding:24px 31px}.loyalty-section__title{font-size:inherit;font-weight:900;text-transform:uppercase;margin-bottom:19px}.loyalty__btn{background-color:#ae67be;border-radius:3px;font-size:14px;font-weight:900;color:#fff;display:block;margin-left:auto;margin-right:auto;padding:.7em;text-align:center;text-transform:uppercase}.loyalty__text{font-size:14px;line-height:1.6;margin-bottom:16px}.loyalty__text--legalese{color:#778086;font-style:italic}.loyalty-header{height:400px;background-color:#fda028;background-repeat:no-repeat;background-position:center center;background-size:cover}.loyalty-header__title{font-size:28px;line-height:.6;overflow:hidden;text-indent:-9999em}@media screen and (max-width:767px){.loyalty-sections-wrap{background-color:#fff}.loyalty-section{background-color:#fff;border-width:0 0 1px;margin:0 16px;padding-right:0;padding-left:0}}@media (max-width:1370px){.loyalty-header{height:300px}}@media (max-width:1000px){.loyalty-header{height:230px}}@media (max-width:770px){.loyalty-header{height:180px}}@media (max-width:600px){.loyalty-header{height:390px}}@media (max-width:400px){.loyalty-header{height:330px}}.loyalty__btn--intro{margin:10px auto}#global-footer>nav,#global-footer>section{display:none}@media (min-width:768px){.loyalty__btn--intro{font-size:20px;width:25em}.loyalty-section:first-child{margin-top:31px}} | Unknown directive |
| 15 | </style> | Syntax not understood |
| 16 | <!-- endfandango --> | Syntax not understood |
| 17 | <style> | Syntax not understood |
| 19 | font-size: 1.14286em; | Unknown directive |
| 20 | margin-bottom: 1em; | Unknown directive |
| 21 | } | Syntax not understood |
| 24 | list-style-type: disc; | Unknown directive |
| 25 | list-style-position: inside; | Unknown directive |
| 26 | font-size: 1.14286em; | Unknown directive |
| 27 | margin-bottom: 1em; | Unknown directive |
| 28 | margin-left: 1em; | Unknown directive |
| 29 | } | Syntax not understood |
| 31 | .message { | Syntax not understood |
| 32 | padding-top: 2em; | Unknown directive |
| 33 | } | Syntax not understood |
| 36 | max-width: 768px; | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | </style> | Syntax not understood |
| 39 | </head> | Syntax not understood |
| 40 | <body class="blank-page"> | Syntax not understood |
| 41 | <div id="header-wrap"> | Syntax not understood |
| 42 | <header id="global-header" role="banner"> | Syntax not understood |
| 43 | <nav class="row" role="navigation"> | Syntax not understood |
| 44 | <ul class="inline-items tablet-width-100 left nonstandard-width global-header__branding-block"> | Syntax not understood |
| 45 | <li> | Syntax not understood |
| 46 | <a class="icon left fandango-logo" href="/">Fandango</a> | Syntax not understood |
| 47 | </li> | Syntax not understood |
| 48 | </ul> | Syntax not understood |
| 49 | </nav> | Syntax not understood |
| 50 | </header> | Syntax not understood |
| 51 | </div> | Syntax not understood |
| 53 | <div id="welcome-page" role="main"> | Syntax not understood |
| 54 | <div class="message"> | Syntax not understood |
| 55 | <div class="row"> | Syntax not understood |
| 56 | <div class="content width-100 tablet-width-100 mobile-width-100"> | Syntax not understood |
| 57 | <p> | Syntax not understood |
| 58 | Sorry, Fandango is not available outside the United States. | Syntax not understood |
| 59 | </p> | Syntax not understood |
| 60 | </div> | Syntax not understood |
| 61 | </div> | Syntax not understood |
| 62 | </div> | Syntax not understood |
| 63 | </div> | Syntax not understood |
| 64 | </body> | Syntax not understood |
| 65 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback