/* app/assets/node_client_modules/normalize.css/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/one-ring-theme.module.css */
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
}
:root {
  --transition-fast: 0.25s;
  --foreground-text-primary: var(--neutral-100);
  --foreground-text-secondary: var(--neutral-100);
  --foreground-text-tertiary: var(--neutral-300);
  --foreground-text-dark: var(--neutral-600);
  --foreground-cta-white-label: var(--neutral-000);
  --foreground-cta-disabled-label: var(--neutral-300);
  --foreground-text-status-info: var(--blue-400);
  --foreground-text-status-error: var(--red-400);
  --foreground-text-status-success: var(--green-400);
  --foreground-text-status-warning: var(--yellow-400);
  --foreground-link-white: var(--neutral-100);
  --foreground-link-blue: var(--blue-800);
  --foreground-link-blue-hover: var(--blue-300);
  --foreground-link-delete: var(--red-400);
  --foreground-text-orange-tab: var(--orange-400);
  --foreground-text-white-tag: var(--neutral-100);
  --foreground-text-green-tag: var(--green-700);
  --foreground-text-yellow-tag: var(--yellow-400);
  --system-color-snackbar-info-text: var(--blue-500);
  --system-color-snackbar-error-text: var(--red-500);
  --foreground-text-premium-experience: var(--yellow-400);
  --foreground-text-3d-experience: var(--blue-700);
  --foreground-text-standard-experience: var(--neutral-100);
  --foreground-icon-primary: var(--neutral-100);
  --foreground-icon-secondary: var(--neutral-200);
  --foreground-icon-blue: var(--blue-400);
  --foreground-icon-available-seat: var(--blue-700);
  --foreground-icon-accessibility: var(--blue-900);
  --foreground-icon-color-notification-dot: var(--orange-400);
  --foreground-icon-color-star-rating: var(--yellow-400);
  --foreground-icon-color-heart-favorite: var(--red-400);
  --foreground-icon-color-success: var(--green-400);
  --background-black: var(--neutral-700);
  --background-primary: var(--neutral-600);
  --background-secondary: var(--neutral-500);
  --background-tertiary: var(--neutral-400);
  --background-cta-ticket-primary: var(--orange-400);
  --background-cta-ticket-primary-hover: rgb(from var(--orange-400) r g b / 80%);
  --background-cta-ticket-primary-whilepressing: rgb(from var(--orange-400) r g b / 60%);
  --background-cta-athome-primary: var(--blue-400);
  --background-cta-athome-primary-hover: rgb(from var(--blue-400) r g b / 80%);
  --background-cta-athome-primary-whilepressing: rgb(from var(--blue-400) r g b / 60%);
  --background-cta-secondary-outline: var(--blue-400);
  --background-cta-secondary-hover: rgb(from var(--blue-400) r g b / 10%);
  --background-cta-secondary-whilepressing: rgb(from var(--blue-400) r g b / 15%);
  --background-cta-disable: var(--neutral-500);
  --background-cta-navigational: var(--neutral-400);
  --background-cta-navigational-hover: var(--neutral-500);
  --background-cta-navigational-active: var(--neutral-500);
  --background-tooltip: var(--blue-500);
  --background-gray-tag: var(--neutral-400);
  --background-yellow-tag: var(--yellow-600);
  --background-green-tag: var(--green-800);
  --background-cta-delete: var(--red-400);
  --background-cta-offers-primary: var(--neutral-100);
  --background-status-error: var(--red-600);
  --background-status-success: var(--green-600);
  --background-status-warning: var(--yellow-600);
  --background-status-info: var(--yellow-600);
  --system-color-snackbar-info-background: var(--blue-200);
  --system-color-snackbar-error-background: var(--red-200);
  --layer-style-screen-overlay: rgb(from var(--neutral-700) r g b / 80%);
  --layer-style-component-overlay: rgb(from var(--neutral-000) r g b / 8%);
  --misc-divider: var(--light-overlay-10);
  --misc-divider-tv: var(--light-overlay-20);
  --misc-focus-button-stroke: var(--neutral-000);
  --misc-notch: var(--light-overlay-20);
  --misc-stroke: var(--neutral-400);
  --orange-100: #fef7f1;
  --orange-200: #ffb97e;
  --orange-300: #ff9640;
  --orange-400: #e36600;
  --orange-500: #b65200;
  --orange-600: #271a10;
  --blue-100: #ebf1f9;
  --blue-200: #d6e4f3;
  --blue-300: #6598d0;
  --blue-400: #3478c1;
  --blue-500: #285b93;
  --blue-600: #17212c;
  --blue-700: #4aa7f6;
  --blue-800: #4691e3;
  --blue-900: #0059ff;
  --green-100: #e8f8e8;
  --green-200: #d1f2d0;
  --green-300: #4fcc4e;
  --green-400: #17bc16;
  --green-500: #118f11;
  --green-600: #132312;
  --green-700: #83ddc1;
  --green-800: #133228;
  --red-100: #fee;
  --red-200: #ffdedd;
  --red-300: #ff807c;
  --red-400: #ff5853;
  --red-500: #c2433f;
  --red-600: #2a1919;
  --yellow-100: #fff8e5;
  --yellow-200: #fff0cc;
  --yellow-300: #ffc83d;
  --yellow-400: #ffb600;
  --yellow-500: #c28a00;
  --yellow-600: #2a2210;
  --neutral-000: #fff;
  --neutral-100: #e7e7e7;
  --neutral-200: #b8b8b8;
  --neutral-300: #949494;
  --neutral-400: #2a2a2a;
  --neutral-500: #1e1e1e;
  --neutral-600: #121212;
  --neutral-700: #000000;
  --fanclub-gradient-a: #ff7300;
  --fanclub-gradient-b: #f42a88;
  --fanclub-red: #7b0532;
  --fanclub-yellow: #ffa104;
  --fanclub-gradient:
    linear-gradient(
      to right,
      var(--fanclub-gradient-a),
      var(--fanclub-gradient-b));
  --vip-offers: #9c4eb0;
  --flixster: #2871b1;
  --bling: #ab1142;
  --movie-tickets: #fdb73b;
  --rotten-tomatoes: #fa320a;
  --yahoo: #39007d;
  --regal: #ef2b25;
  --care: #553d60;
  --paypal: #0079c1;
  --venmo: #008cff;
  --peacock: #fccc12;
  --fandango-at-home: #2367b2;
  --light-overlay-8: rgba(255, 255, 255, 8%);
  --light-overlay-10: rgba(255, 255, 255, 10%);
  --light-overlay-20: rgba(255, 255, 255, 20%);
  --dark-overlay-60: rgba(0, 0, 0, 60%);
  --dark-overlay-80: rgba(0, 0, 0, 80%);
  --spacing-0: 4px;
  --spacing-1: 8px;
  --spacing-2: 16px;
  --spacing-3: 24px;
  --spacing-4: 32px;
  --spacing-5: 40px;
  --spacing-6: 48px;
  --padding-0: var(--spacing-0);
  --padding-1: var(--spacing-1);
  --padding-2: var(--spacing-2);
  --padding-3: var(--spacing-3);
  --padding-4: var(--spacing-4);
  --padding-5: var(--spacing-5);
  --padding-6: var(--spacing-6);
  --gap-0: var(--spacing-0);
  --gap-1: var(--spacing-1);
  --gap-2: var(--spacing-2);
  --gap-3: var(--spacing-3);
  --gap-4: var(--spacing-4);
  --gap-5: var(--spacing-5);
  --gap-6: var(--spacing-6);
  --font-body-sm:
    400 12px / 16px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-body-md:
    400 14px / 20px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-body-lg:
    400 16px / 20px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-label-sm:
    700 12px / 16px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-label-md:
    700 14px / 20px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-heading-sm:
    700 16px / 20px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-heading-md:
    700 20px / 24px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-heading-lg:
    700 28px / 34px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-heading-xl:
    700 40px / 52px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --font-link-text:
    700 14px / 20px "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
  --corner-radius-xs: 4px;
  --corner-radius-sm: 8px;
  --corner-radius-md: 12px;
  --corner-radius-lg: 16px;
  --corner-radius-pill: 50px;
}
.type-body-sm {
  font: var(--font-body-sm);
}
.type-body-md {
  font: var(--font-body-md);
}
.type-body-md--discount {
  font: var(--font-body-md);
  text-decoration: line-through;
}
.type-body-lg {
  font: var(--font-body-lg);
}
.type-label-xs--poster-tag {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.type-label-sm {
  font: var(--font-label-sm);
}
.type-label-md {
  font: var(--font-label-md);
}
.type-heading-sm {
  font: var(--font-heading-sm);
}
.type-heading-md {
  font: var(--font-heading-md);
}
.type-heading-lg {
  font: var(--font-heading-lg);
}
.type-heading-xl {
  font: var(--font-heading-xl);
}
.type-link-footer {
  text-decoration: none;
  color: inherit;
}
.type-link-footer:hover,
.type-link-footer:active {
  color: var(--foreground-link-blue);
  text-decoration: underline;
}
.type-link-footer:focus {
  background-color: var(--background-cta-ticket-primary);
  color: var(--foreground-text-primary);
  text-decoration: underline;
}
.type-link-inline {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}
.type-link-inline:hover,
.type-link-inline:active {
  color: var(--foreground-link-blue);
}
.type-link-inline:focus {
  background-color: var(--foreground-link-white);
  color: var(--foreground-text-primary);
  text-decoration: none;
}
.type-link-small {
  color: var(--foreground-link-blue);
  text-decoration: underline;
  position: relative;
}
.type-link-small::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  background-color: var(--foreground-link-blue);
  transition: var(--transition-fast);
}
.type-link-small:hover::after,
.type-link-small:active::after {
  bottom: 0;
}
.type-link-text {
  font: var(--font-link-text);
  color: var(--foreground-link-blue);
  text-decoration: none;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/reset.css */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
img {
  vertical-align: middle;
}
ul,
ol,
menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
fieldset,
legend {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
}
legend {
  text-align: left;
}
button {
  border: none;
  background-color: unset;
  padding: 0;
  cursor: pointer;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/aria.css */
.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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link:focus {
  clip: auto;
  color: #2A2C32;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(128, 128, 128, .25);
  padding: 10px;
  margin-top: -5px;
  z-index: 100;
  line-height: 1;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/fonts.css */
@font-face {
  font-family: "alternate-gothic-no-1-d";
  src: url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.b7efuqon.eot");
  src:
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.b7efuqon.eot") format("embedded-opentype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.6sllsr32.woff2") format("woff2"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.7snfgo90.woff") format("woff"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.609k360h.ttf") format("truetype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/alternate-gothic/alternate_gothic_no1_pro-webfont.34530cv4.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "proxima-nova";
  src: url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regular-webfont.348l7mc4.eot");
  src:
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regular-webfont.348l7mc4.eot") format("embedded-opentype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regular-webfont.85gsn9ia.woff2") format("woff2"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regular-webfont.5p3q0c92.woff") format("woff"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regular-webfont.4fv7v9at.ttf") format("truetype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regular-webfont.1l1f8cpd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "proxima-nova";
  src: url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regularit-webfont.68tfqmun.eot");
  src:
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regularit-webfont.68tfqmun.eot") format("embedded-opentype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regularit-webfont.57gskc72.woff2") format("woff2"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regularit-webfont.1hvtpnde.woff") format("woff"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regularit-webfont.c8qcgspo.ttf") format("truetype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-regularit-webfont.3sem6hhp.svg") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "proxima-nova";
  src: url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-bold-webfont.8jqqg1tc.eot");
  src:
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-bold-webfont.8jqqg1tc.eot") format("embedded-opentype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-bold-webfont.efvoloa2.woff2") format("woff2"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-bold-webfont.b7e4lpt4.woff") format("woff"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-bold-webfont.ecvqs6m6.ttf") format("truetype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-bold-webfont.36scfe4o.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "proxima-nova";
  src: url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-boldit-webfont.7b03odcl.eot");
  src:
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-boldit-webfont.7b03odcl.eot") format("embedded-opentype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-boldit-webfont.60nutk5n.woff2") format("woff2"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-boldit-webfont.6j04md9d.woff") format("woff"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-boldit-webfont.87mamter.ttf") format("truetype"),
    url("//images.fandango.com/fandango-www/screenplay/assets/v2/fd-pkgs/@fd-assets/core-styles/fonts/proxima-nova/proximanova-boldit-webfont.euj5ic3m.svg") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/typography/typography.css */
.font-serif {
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
}
.font-sans-serif {
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
}
.font-sans-serif-alt {
  font-family:
    "proxima-nova",
    Helvetica,
    Arial,
    sans-serif;
}
.color-light {
  color: #fefefe;
}
a.color-light:hover {
  color: #fff;
}
.color-dark {
  color: #4c4c4c;
}
a.color-dark:hover {
  color: #222;
}
.color-dark-alt {
  color: #262626;
}
.color-med {
  color: var(--neutral-300);
}
.color-blue {
  color: #3478c1;
}
.bold {
  font-weight: 700;
}
.font-600 {
  font-weight: 600;
}
.font-500 {
  font-weight: 500;
}
.font-400 {
  font-weight: 400;
}
.font-300 {
  font-weight: 300;
}
.font-200 {
  font-weight: 200;
}
.font-xxl {
  font-size: 48px;
  line-height: 1em;
}
.font-xl {
  font-size: 38px;
  line-height: 1em;
}
.font-lg {
  font-size: 28px;
  line-height: 1em;
}
.font-md-lg {
  font-size: 18px;
  line-height: 1em;
}
.font-md {
  font-size: 16px;
  line-height: 1em;
}
.font-reg {
  font-size: 14px;
  line-height: 1em;
}
.font-sm {
  font-size: 12px;
  line-height: 1em;
}
.font-xxs {
  font-size: 10px;
  line-height: 1em;
}
.italic {
  font-style: italic;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/typography/typography-mobile.css */
.fdmt-fjalla,
.fdmt-headline {
  font-family:
    "alternate-gothic-no-1-d",
    "AvenirNextCondensed-DemiBold",
    "Droid Sans",
    "Helvetica Neue Condensed Bold",
    "Arial Narrow",
    Tahoma,
    sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.fdmt-headline {
  font-size: 1.5625rem;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/grid/core-grid.css */
.row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}
.row:before,
.row:after {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  content: "";
  font-size: 0;
  line-height: 0;
}
.row:after {
  clear: both;
}
.width-5,
.width-10,
.width-15,
.width-20,
.width-25,
.width-30,
.width-35,
.width-40,
.width-45,
.width-50,
.width-55,
.width-60,
.width-65,
.width-70,
.width-75,
.width-80,
.width-85,
.width-90,
.width-95,
.width-33,
.width-66 {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.width-100 {
  padding-right: 10px;
  padding-left: 10px;
}
.grid-parent {
  padding-right: 0;
  padding-left: 0;
}
.width-5 {
  width: 5%;
}
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-35 {
  width: 35%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-55 {
  width: 55%;
}
.width-60 {
  width: 60%;
}
.width-65 {
  width: 65%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-85 {
  width: 85%;
}
.width-90 {
  width: 90%;
}
.width-95 {
  width: 95%;
}
.prefix-95 {
  margin-left: 95%;
}
.width-33 {
  width: 33.33333%;
}
.width-66 {
  width: 66.66667%;
}
.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;
  }
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/fd-list.css */
.fd-list-inline {
  min-height: 15px;
  padding-top: 12px;
  margin-bottom: 16px;
}
.fd-list-inline__item {
  display: inline-block;
  margin-bottom: 0.25em;
}
.fd-list-inline__item:before {
  content: "\2022";
  padding-right: 6px;
  margin-left: 3px;
}
.fd-list-inline__item:first-child:before {
  display: none;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/fd-form.css */
.fd-form {
  font-size: .8rem;
}
.fd-form__wrap {
  background-color: #fff;
  padding: 0 1rem;
}
.fd-form__wrap--home {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}
.fd-form__label {
  display: block;
  padding: 10px 2px 5px;
}
.fd-form__text-input {
  vertical-align: top;
  height: 36px;
  padding: 2px 7px;
  color: #4c4c4c;
  -webkit-appearance: none;
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: #f7f7f7;
  width: 100%;
}
.fd-form__error {
  color: red;
}
.fd-form__info-text {
  padding: 1rem 0;
}
.fd-form__btn {
  width: 100%;
  margin: 15px 0;
  padding: 10px;
}
.fd-form__btn[disabled],
.fd-form__btn--disabled {
  opacity: .5;
  cursor: default;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/fd-clearable-input.css */
.fd-clearable-input {
  vertical-align: top;
  height: 36px;
  padding: 2px 58px 2px 7px;
  color: #4c4c4c;
  -webkit-appearance: none;
  width: 100%;
  background-color: rgba(216, 216, 216, 0.25);
  position: relative;
  border: none;
}
.fd-clearable-input__input {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #262626;
  width: 100%;
  font-size: 122%;
  padding: 5px 0 3px 6px;
  margin: 0;
}
.fd-clearable-input__input-left-icon {
  width: 80%;
}
html .icon.fd-clearable-input__icon {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  background-size: 16px;
  background-position: center;
  border: none;
  box-shadow: none;
}
html .fd-clearable-input--has-value .icon.fd-clearable-input__icon {
  display: block;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/fd-loading.css */
.fd-loading {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/loading.10i32rtd.gif");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.fd-loading--lazy-loaded {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.fd-loading--block {
  display: block;
  margin: 15px auto;
}

/* app/assets/stylesheets/shared/global/base.css */
html {
  font-size: 16px;
}
body {
  background-color: var(--neutral-000);
  color: #333e48;
  padding: 50px 0;
  font-size: 0.8125rem;
  font-family:
    proxima-nova,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    HelveticaNeue,
    arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-desktop {
  padding: 0;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
}
.a,
a {
  color: #4691e3;
  font-weight: bold;
  transition: color 0.3s linear;
}
.a:hover,
.a:focus,
a:focus,
a:hover,
.no-touch a:hover {
  color: var(--blue-300);
  text-decoration: underline;
}
button.a {
  padding: 0;
}
.btn-link {
  background-color: unset;
}
.body--cobranding {
  padding-top: 80px;
}
.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;
}
.ad-placement {
  margin: 8px auto;
  text-align: center;
  min-height: 50px;
  width: 320px;
  background-position: center;
  background-size: contain;
}
.is-mobile .ad-placement {
  background-size: 320px auto;
  min-height: 100px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-placement--mobile {
  margin: 20px auto;
}
.fd-panel {
  padding: 1rem;
  background-color: var(--neutral-000);
  border-top: 8px solid #ecedee;
  margin-bottom: 7px;
  position: relative;
}
.fd-panel--no-border {
  border-top-width: 0;
}
.fd-lazy-image {
  opacity: 1;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.43);
  border: solid 1px #ebebeb;
}
.fd-lazy-image[data-fd-lazy-image] {
  opacity: 0.7;
}
.fd-hide {
  display: none !important;
}
.hide {
  display: none !important;
}
@media not all and (min-width: 768px) {
  .fd-hide-on-mobile,
  .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .fd-hide-on-desktop,
  .hide-on-desktop {
    display: none !important;
  }
}
.show-logged-in {
  display: none;
}
.show-logged-out {
  display: inherit;
}
.logged-in .show-logged-in {
  display: inherit;
}
.logged-in .hide-logged-in {
  display: none;
}
.logged-in .show-logged-out {
  display: none;
}
@media (orientation: landscape) {
  body {
    margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
}
.default-popover {
  border: none;
  left: anchor(left);
  top: anchor(bottom);
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .icon-fave-heart--white-outline,
  .icon-fave-heart--filled {
    transition: all 100ms;
  }
  @keyframes throb {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.25);
    }
  }
  .icon-fave-heart--white-outline:hover:not(:active),
  .icon-fave-heart--filled:hover:not(:active) {
    animation: throb 100ms ease-out;
    transform: scale(1.25);
  }
}

/* app/assets/stylesheets/shared/global/darkMode.css */
.dark-mode {
  background-color: var(--neutral-500);
  color: #f2f3f3;
}
.dark-mode .dark__link__second:hover {
  color: #275b93;
  text-decoration-line: underline;
}
.dark-mode .dark__link__second,
.dark-mode .audience-review-sub__review-details {
  color: #4691e3;
}
.dark-mode .dark__section,
.dark-mode .footer-utility-links__input,
.dark-mode .footer-utility-links__input::placeholder,
.dark-mode .search-autocomplete__results .list-group,
.dark-mode .policies,
.dark-mode .table-container,
.dark-mode .boxoffice__table,
.dark-mode .pop-content--lower,
.dark-mode .caligari-carousel__item-inner,
.dark-mode .fan-alert,
.dark-mode .mweb-home__modal,
.dark-mode .pop-full-bio--wrap,
.dark-mode .pop-tabular,
.dark-mode .ad-form__form {
  color: var(--orange-100);
  background-color: var(--neutral-600);
}
.dark-mode .dark__section--secondary,
.dark-mode .policies-content caption,
.dark-mode .policies-content .table-heading,
.dark-mode .article-next,
.dark-mode .nominees-header,
.dark-mode .legal-text,
.dark-mode .boxoffice__table-header,
.dark-mode .boxoffice__table-row:nth-of-type(even),
.dark-mode .boxoffice__rank,
.dark-mode .confirm-modal__content {
  color: #f2f3f3;
  background-color: var(--neutral-600);
}
.dark-mode .new-fanalert__wrap input:not([type=submit], [type=button]):focus,
.dark-mode .mlp__listings-section-more-btn,
.dark-mode .nominees,
.dark-mode .fd-overlay,
.dark-mode .fan-alert__header-close {
  background-color: var(--neutral-600);
}
.dark-mode .dark__text,
.dark-mode .near-theaters .location__text,
.dark-mode .search-autocomplete__results,
.dark-mode .search-overlay .fd-clearable-input__input,
.dark-mode .search-overlay .fd-clearable-input__input::placeholder,
.dark-mode .alert-box__input::placeholder,
.dark-mode .movie-tickets-header--heading,
.dark-mode .about-us .legacy p,
.dark-mode .info__about-us .legacy p,
.dark-mode .famous-actors-and-actresses__birth-info,
.dark-mode .famous-actors-and-actresses__name,
.dark-mode .audience-review-sub__review-field::placeholder,
.dark-mode .policies h1,
.dark-mode .policies h5,
.dark-mode .policies-content h2,
.dark-mode .gc-module__sub-title,
.dark-mode .gift-cards .gift-cards__card-items-title,
.dark-mode .gift-cards__card-detail,
.dark-mode .gift-cards__card-text,
.dark-mode .gift-cards__list-item-link,
.dark-mode .gift-cards__bottom-text-link,
.dark-mode .gc-module .panel .heading-style-1,
.dark-mode .gc-module .panel .heading-style-2,
.dark-mode .gc-module .panel p,
.dark-mode .gc-module__legal,
.dark-mode .article-panel > .article-head > h1,
.dark-mode .article-body span,
.dark-mode .nominee__title,
html .dark-mode #hubMovieCarouselHeader,
.dark-mode .mlp__listings-section-item-title,
.dark-mode .loyalty-footer,
.dark-mode .loyalty-section__title,
.dark-mode .loyalty__text,
.dark-mode .loyalty-faq__drop-cap-letter,
.dark-mode .loyalty-faq__answer,
.dark-mode .boxoffice__title-content .heading-style-1,
.dark-mode .pagination,
.dark-mode .pagination__pg-btn--is-selected,
.dark-mode .pagination__more-btn,
.dark-mode .pagination__back-btn,
.dark-mode .press-room .heading-style-1,
.dark-mode .press-room .panel p,
.dark-mode .executive-team .panel p,
.dark-mode .executive-team .panel h2,
.dark-mode .executive-team .panel h3,
.dark-mode .executive-team .panel h4,
.dark-mode .info .panel h5,
.dark-mode .caligari-carousel__title,
.dark-mode .caligari-carousel__text,
.dark-mode .confirm-modal__header {
  color: #f2f3f3;
}
.dark-mode .dark__text--secondary,
.dark-mode .loyalty-faq__question {
  color: var(--neutral-300);
}
.dark-mode .dark__link,
.dark-mode .fan-autocomplete-item,
.dark-mode .about-us .legacy a,
.dark-mode .about-us .legacy h5,
.dark-mode .info__about-us .legacy a,
.dark-mode .famous-actors-and-actresses__links a,
.dark-mode .page-nav-item a,
.dark-mode .policies-content__downloads-item a,
.dark-mode .policies li a,
.dark-mode .gc-module__cta-link,
.gift-cards .gift-cards__card-title,
.dark-mode .site-index a,
.dark-mode .global-offer-banner__label,
.dark-mode .article-body a,
.dark-mode .date-picker__date-weekday,
.dark-mode .format-filter__button,
.dark-mode .closest-theaters__item .cta,
.dark-mode .loyalty_footer__tc-link,
.dark-mode .loyalty-faq__more-link,
.dark-mode .boxoffice__rating {
  color: #4691e3;
}
.dark-mode .dark__border,
.dark-mode .form-navigation,
.dark-mode .footer-offer {
  border-color: var(--neutral-400);
}
.dark-mode .dark__link__background {
  background: var(--orange-400);
}
.dark-mode .dark__link__background-disable {
  color: var(--neutral-300);
  background: var(--neutral-600);
}
.dark-mode .dark__bordered__section,
.dark-mode .about-us .panel,
.dark-mode .press-room .panel,
.dark-mode .executive-team .panel {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-600);
  margin-top: 7px;
}
.dark-mode .caligari-carousel__flipper--left,
.dark-mode .caligari-carousel__flipper--right {
  border-color: var(--neutral-600);
}
.dark-mode .brand-bar {
  background-color: #4691e3;
}
.dark-mode .dark__footer {
  background-color: var(--neutral-600);
  border-top: 1px solid var(--neutral-400);
}
.dark-mode .dark__footer .nav-bar__svg-icon,
.dark-mode .dark__footer .nav-bar__text {
  fill: var(--neutral-300);
}
.dark-mode .dark__footer .nav-bar__svg-icon--active {
  fill: var(--orange-400);
}
.dark-mode .flickity-page-dots .flickity-page-dot {
  border: 1px solid var(--orange-100);
  background-color: var(--neutral-600);
}
.dark-mode .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--orange-100);
}
.dark-mode input[type=text].nav-bar__search-input,
.dark-mode input:not([type=submit], [type=button]):focus,
.dark-mode .fan-autocomplete-results {
  color: #f2f3f3;
  background-color: var(--neutral-600);
}
.dark-mode input[type=text].nav-bar__search-input {
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20);
}
.dark-mode .footer-site-info__advertising-link {
  border-color: #4691e3;
}
.dark-mode .footer-site-info__advertising-link:hover {
  border-color: #4691e3;
}
.dark-mode .search-autocomplete__close-btn,
.dark-mode .dark--border__background {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: var(--neutral-600);
  color: #4691e3;
}
.dark-mode .alert-box--error .alert-box__label,
.dark-mode .location-overlay .alert-box__label,
.dark-mode .location-overlay .alert-box--error .alert-box__label {
  color: red;
}
.dark-mode .global-offer-banner {
  border-bottom: 1px solid var(--light-overlay-8);
  border-top: 1px solid var(--light-overlay-8);
}
.dark-mode .theaters-module__theater-address,
.dark-mode .theaters-module__theater-city-state {
  color: var(--neutral-300);
}
.dark-mode .footer-nav {
  background-color: var(--neutral-700);
  color: #cccfd1;
}
.dark-mode .near-theaters {
  margin-top: 0;
  padding-top: 15px;
}
.dark-mode .marketing-unit__description-button {
  background-color: var(--orange-400);
}
.dark-mode .home__ads .ad,
html .dark-mode .is-mobile .ad-placement,
.dark-mode .theater-listing .ad-bannermid {
  background-color: var(--neutral-600);
}
.dark-mode .ad-placement {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/mweb/icons/global/ad-placement--dark-mode.alau4bdn.svg");
  background-repeat: no-repeat;
  background-color: var(--neutral-600);
}
.dark-mode .date-picker {
  background-color: var(--neutral-600);
  padding-top: 20px;
}
.dark-mode .date-picker__button:not(.fd-carousel--last-selected) {
  background-color: var(--neutral-600);
  border: 1px solid var(--neutral-400);
}
.dark-mode .date-picker__date-day,
.dark-mode .date-picker__date-month,
.dark-mode .rottentomatoes-rating--dark {
  color: #f2f3f3;
}
.dark-mode .date-picker__date-weekday--dark {
  color: #4691e3;
}
.dark-mode .date-picker__wrapper--mobile {
  padding-top: 0;
  padding-bottom: 0;
}
.dark-mode .date-carousel .fd-carousel-placeholder__item,
.dark-mode .caligari-carousel__flipper {
  background-color: var(--neutral-600);
}
.dark-mode .movie-detail.fd-panel {
  border: 1px solid var(--neutral-400);
}
.dark-mode .theaters-module__theater-link {
  border: 1px solid var(--neutral-400);
}
.dark-mode .features__caption,
.dark-mode .faq_cast_name,
.dark-mode .pop-full-bio--title,
.dark-mode .pop-tabular--title,
.dark-mode .pop-tabular--table tr,
.dark-mode .ad-form__label,
.dark-mode .ad-form__fieldset label {
  color: var(--orange-100);
}
.dark-mode .features__caption:hover {
  cursor: pointer;
  color: #4691e3;
}
.dark-mode .faq_cast_name:hover {
  cursor: pointer;
  color: #275b93;
  text-decoration: underline;
}
.dark-mode .date-picker__list-item--spacer:after,
.dark-mode .loyalty-stores__section:after {
  border-right: solid 1px var(--neutral-400);
}
.dark-mode .theater-listing .near-theaters__list-item {
  border-bottom: 1px solid var(--light-overlay-8);
}
.dark-mode .dark__movie-detail {
  background: var(--neutral-600);
}
.dark-mode .date-picker__future-date-notice .fd-form__btn {
  background-color: var(--orange-400);
  color: #f2f3f3;
}
html .dark-mode .date-picker__future-date-notice.fd-panel,
.dark-mode .features__brick {
  border: 1px solid var(--neutral-400);
}
.dark-mode .movie-detail__filter--no-showtimes,
.dark-mode .dark__border__section,
.dark-mode .ad-form__layout,
.dark-mode .policies .panel,
.dark-mode .gc-module__title,
.dark-mode .gc-module .panel,
.dark-mode .loyalty-section {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-600);
  border-radius: 4px;
}
.dark-mode .movie-showtimes .movie-detail__merch-card--desktop,
.dark-mode .movie-showtimes .movie-detail__merch-card--mobile {
  background-color: var(--neutral-600);
  border: none;
  margin-top: none;
}
.dark-mode .mlp__listings-section-item-poster {
  border-radius: 4px;
  overflow: hidden;
}
html .dark-mode .on-demand-details__panel {
  border: 1px solid var(--neutral-400);
  border-radius: 4px;
  position: relative;
}
html .dark-mode .on-demand-details:after {
  border-bottom: 1px solid var(--neutral-400);
}
.dark-mode .on-demand-details {
  border-bottom: 8px solid var(--neutral-400);
  border-top: none;
  padding: 0 16px 20px;
}
.dark-mode .mlp__listings-section-wrapper {
  border-bottom: 1px solid var(--neutral-400);
  border-top: 1px solid var(--neutral-400);
}
.dark-mode .faq_border {
  border: 1px solid var(--neutral-400);
}
.dark-mode .faq_answers {
  color: #f2f3f3;
}
.dark-mode .faq_question {
  padding: 0;
  padding-left: 10px;
}
.dark-mode .faq_containers {
  border-bottom: solid 1px var(--neutral-400);
  padding: 16px;
  margin: 0;
}
.dark-mode .faq_cast_name {
  color: #4691e3;
}
.dark-mode .famous-actors-and-actresses__panel {
  background-color: var(--neutral-600);
  border-radius: 4px;
  border: 1px solid var(--neutral-400);
}
.dark-mode .new-fanalert__wrap {
  background-color: var(--neutral-600);
  border-radius: 4px;
  border: 1px solid var(--neutral-400);
}
.dark-mode #fanalert-form-exposed {
  background-color: var(--neutral-600);
  margin: 8px 0 8px 0;
  padding: 8px 0 8px 0;
}
.dark-mode .new-fanalert__copy-title {
  color: #f2f3f3;
}
.dark-mode .fcsbl-input__floating-label {
  background-color: var(--neutral-600);
}
.dark-mode .new-fanalert__wrap .fcsbl-input__field {
  border: 1px solid var(--neutral-300);
}
.dark-mode .new-fanalert__form-notify {
  padding: 0;
}
.dark-mode .new-fanalert__modal-container .new-fanalert__modal-close-btn {
  height: 15px;
}
.dark-mode .footer-site-info__link a {
  color: var(--orange-100);
}
.dark-mode .footer-site-info__link a:hover {
  color: #4691e3;
}
.dark-mode #ot-sdk-btn.ot-sdk-show-settings.footer-site-info__link {
  background-color: unset;
  color: #cccfd1;
}
.dark-mode #ot-sdk-btn.ot-sdk-show-settings.footer-site-info__link:hover {
  color: #275b93;
  text-decoration-line: underline;
}
.dark-mode .footer-site-info__list-item {
  border-left: 1px solid var(--neutral-400);
}
.dark-mode #ot-sdk-btn.ot-sdk-show-settings.global-footer__nav-link,
.dark-mode #footer-feedback a,
.dark-mode .global-footer__nav-link {
  color: #cccfd1;
}
.dark-mode .footer__section {
  padding-top: 0;
}
.dark-mode .footer-utility-links__follow {
  align-items: center;
}
.dark-mode .footer-utility-links {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.dark-mode .footer-utility-links__wrapper {
  background-color: var(--neutral-600);
  justify-content: space-evenly;
}
.dark-mode .footer-utility-links__social {
  margin-top: 0;
}
.dark-mode .footer-utility-links__social-icon {
  margin: 7px 10px 6px 0;
}
.dark-mode .location-dropdown {
  background-color: var(--neutral-600);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  border: 1px solid var(--neutral-400);
}
.dark-mode .form-navigation button,
.dark-mode .location-overlay .alert-box__label {
  background-color: var(--neutral-600);
  color: #4691e3;
}
.dark-mode .alert-box__label {
  background-color: var(--neutral-600);
  color: #4691e3;
}
.dark-mode .alert-box__input {
  border-bottom-color: #4691e3;
}
.dark-mode .tsp .subnav__link,
.dark-mode .tsp .subnav__link-list:hover .subnav__link {
  color: #4691e3;
  opacity: 0.8;
}
.dark-mode .tsp .subnav__link--active,
.dark-mode .tsp .subnav__link-list:hover .subnav__link--active,
.dark-mode .tsp .subnav__link-list .subnav__link:hover {
  color: #275b93;
  opacity: 1;
}
.dark-mode .no-touch .cta:hover {
  color: #f2f3f3;
  opacity: 0.8;
}
.dark-mode .theater-listing .near-theaters__address,
.dark-mode .theater-listing .near-theaters__theater-name {
  color: var(--orange-100);
}
.dark-mode .subnav {
  background: none;
  background-color: var(--neutral-600);
}
.dark-mode input.date-picker__location-input {
  background-color: var(--neutral-600);
  color: #f2f3f3;
}
.dark-mode .date-picker__location {
  border-bottom: 1px solid var(--light-overlay-8);
  border-top: 1px solid var(--light-overlay-8);
}
.dark-mode .open-chain-filter__filter-btn {
  background-color: var(--neutral-600);
}
.dark-mode .fd-movie {
  border-radius: 4px;
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-600);
}
.dark-mode .more-theaters-links,
.dark-mode .open-chain-filter__filter-btn--dropdown {
  border: 1px solid var(--light-overlay-8);
  border-radius: 4px;
}
.dark-mode .fd-lazy-image {
  border: 1px solid var(--light-overlay-8);
}
.dark-mode .format-filter-placeholder,
.no-touch .invert-hover .format-filter-placeholder:hover {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/format-filter-placeholder-dark-mode.7qltci1p.svg");
}
.dark-mode .icon-fanalert-logo,
.no-touch .invert-hover .icon-fanalert-logo:hover {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fanalert-logo-dark-mode.49cu784m.svg");
}
.dark-mode .search-overlay .fd-clearable-input__input {
  border-color: rgba(255, 255, 255, 0.05);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/mweb/icons/global/icon-search-white.behn3hq6.svg");
}
.dark-mode .fd-carousel__arrow {
  background-color: var(--neutral-600);
}
.dark-mode .right-arrow-gray,
.dark-mode .caligari-carousel__flipper--right:after {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/chevron-right--dark-mode.7kk421fe.svg");
}
.dark-mode .left-arrow-gray,
.dark-mode .caligari-carousel__flipper--left:after {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/chevron-left--dark-mode.fb5jvhtl.svg");
}
.dark-mode .fd-slider__splide-arrow,
.dark-mode .caligari-carousel__flipper:before {
  background-color: var(--neutral-600);
}
.dark-mode .fd-overlay.new-fanalert__modal-container {
  background-color: var(--dark-overlay-60);
}
.dark-mode .theater-amenities-overlay {
  background-color: var(--neutral-600);
  color: var(--orange-100);
}
.dark-mode .theater-details-header__ticketing-options-wrap {
  border-top: 1px solid var(--light-overlay-8);
}
.dark-mode .theater-details-header {
  box-shadow: 0 1px 0 0 var(--neutral-600);
}
.dark-mode .movie-ratings-overlay .movie-ratings-overlay__title,
.dark-mode .movie-review-sub__movie-display-name,
.dark-mode .article-next > h1 > a {
  font-family: proxima-nova;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  font-weight: 700;
}
html .dark-mode .showtime-btn--expired,
html .dark-mode .showtime-btn--disabled,
html .dark-mode .showtime-btn--soldout {
  background-color: var(--neutral-400);
  color: var(--neutral-300);
}
.dark-mode .search__viewing-type-toggle-btn,
.dark-mode .genre-menu__link {
  background-color: var(--neutral-600);
  border: 1px solid var(--neutral-400);
  border-radius: 4px;
  color: #4691e3;
}
.dark-mode .search__section {
  background-color: var(--neutral-600);
  border-radius: 4px;
  border: 1px solid var(--neutral-400);
}
.dark-mode .search__section-content {
  background-color: var(--neutral-600);
  color: var(--orange-100);
}
.dark-mode .search__section-header--subtext,
.dark-mode .search__movie-info,
.dark-mode .theater-listing .near-theaters__distance {
  color: var(--neutral-300);
}
.dark-mode .search__header {
  font-size: 28px;
  line-height: 34px;
}
.dark-mode .search__viewing-type-toggle {
  column-gap: 4px;
}
.dark-mode .search__section-header {
  background-color: var(--neutral-600);
}
.dark-mode .heading-style-stub {
  border-bottom: none;
  color: #f2f3f3;
  font-size: 20px;
  font-weight: 700;
  font-family: proxima-nova;
  line-height: 24px;
  padding: 0;
}
.dark-mode .heading-style-stub:after {
  display: none;
}
.dark-mode .showtime-filter-btns {
  background-color: var(--neutral-600);
  margin-bottom: 0;
  margin-top: 0;
}
.dark-mode .subnav__title,
.dark-mode .article-panel > .article-head > h1 {
  font-family: proxima-nova;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.dark-mode .browse-movielist--title {
  color: #f2f3f3;
}
html .dark-mode .poster-card--title-block:hover .poster-card--title,
html .dark-mode .poster > div > a:hover {
  color: #275b93;
}
.dark-mode .closest-theaters {
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid var(--neutral-400);
}
.dark-mode .mop__details {
  background-color: var(--neutral-600);
  color: var(--orange-100);
  margin-bottom: 0;
  padding-bottom: 20px;
}
.dark-mode .movie-detail-header__card-default-grey {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/card-default--dark-mode.57r30dke.svg");
}
.dark-mode .content-wall .content-item,
.dark-mode .fd-form__text-input,
.dark-mode .adForm-body_input,
.dark-mode .adForm-com_body_sub,
.dark-mode .audience-review-sub__review-field,
.dark-mode .gift-cards__list-item {
  color: #f2f3f3;
  background-color: var(--neutral-600);
  border-radius: 4px;
  border: 1px solid var(--neutral-400);
}
.dark-mode .content-wall .content-item-headline {
  color: var(--orange-100);
}
.dark-mode .content-wall .visual-container {
  background-color: var(--neutral-600);
}
.dark-mode #page,
.dark-mode .hub-carousel {
  background-color: var(--neutral-600);
}
html .dark-mode .hub-overview-featured,
.dark-mode .featured-videos--family-hub {
  background-color: var(--neutral-600);
}
html .dark-mode #featuredVideos {
  margin-top: 0;
  padding-top: 20px;
  background-image: none;
}
html .dark-mode #featuredVideos h3 {
  color: var(--orange-100);
}
html .dark-mode #featuredVideos .heading-style-stub {
  border-color: var(--orange-100);
}
.dark-mode #guidesSection {
  background-image: none;
  background-color: var(--neutral-600);
}
.dark-mode #guidesSection h1.heading-style-1 {
  color: #f2f3f3;
  font-family: proxima-nova;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding: 18px 0 11px 10px;
}
.dark-mode #guidesSection .sectionHeader .movie-tickets-header--container .movie-tickets-header--heading,
.dark-mode .fd-carousel__heading,
.dark-mode .dark__header,
.dark-mode .about-us .legacy h1,
.dark-mode .info__about-us .legacy h1,
.dark-mode .famous-actors-and-actresses__title {
  color: #f2f3f3;
  font-family: proxima-nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.dark-mode .movie-news__latest-news {
  background-color: var(--neutral-600);
}
.dark-mode .actions {
  text-align: center;
  padding-right: inherit;
}
.dark-mode .style-cta {
  border-radius: 4px;
  background: var(--orange-400);
  height: 40px;
  padding: 0;
}
.dark-mode #guidesSection .sectionHeader .movie-tickets-header--container {
  padding: 0 10px 0;
}
.dark-mode .footer-offer__header {
  flex-direction: column;
  row-gap: 4px;
  padding-bottom: 10px;
}
.dark-mode .emu-override {
  color: #f2f3f3;
  padding: 0;
}
.dark-mode .movie-reviews-header,
.dark-mode .movie-info-tabs__tab,
.dark-mode .rt-audience-reviews__item,
.dark-mode .movie-section,
.dark-mode .rt-critic-reviews-list__item,
.dark-mode .about-us,
.dark-mode .about-us .panel,
.dark-mode .info__about-us {
  background-color: var(--neutral-600);
}
.dark-mode .movie-info__title-bar,
.dark-mode .movie-info-tabs,
.dark-mode .rt-critic-reviews-list__item {
  border-bottom: 1px solid var(--neutral-400);
}
.dark-mode .movie-reviews--outlined,
.dark-mode .rt-audience-reviews__item {
  border: 1px solid var(--neutral-400);
}
.dark-mode .rt-data-error {
  border-right: none;
  border-bottom: none;
  background-color: var(--neutral-600);
}
.dark-mode .movie-info-tabs__rating,
.dark-mode .movie-reviews-header__write,
.dark-mode .write-review-form__label {
  color: #f2f3f3;
}
.dark-mode .write-review-form__special-note,
.dark-mode .watch-at-home__section-title {
  color: #cccfd1;
}
.dark-mode #writeReviewForm__body,
.dark-mode #writeReviewForm__displayname,
.dark-mode .rotten-tomatoes__more-info {
  background-color: var(--neutral-600);
  color: #f2f3f3;
  border-radius: 4px;
  border: 1px solid var(--neutral-300);
}
.dark-mode .write-review-form__save-btn #writeReviewForm__button.btn-cta.disabled {
  background: var(--orange-400);
  padding: 6px 0;
  height: 32px;
  width: 212px;
}
.dark-mode a.btn-cancel,
.dark-mode .movie-reviews-header__link {
  color: #4691e3;
}
.dark-mode .rt-critic-reviews-list__reviewer-img {
  border-radius: 4px;
}
@media (min-width: 1280px) {
  .dark-mode .movie-ratings-overlay__more-info-btn {
    bottom: 20px;
    right: 88px;
  }
}
@media (min-width: 1024px) {
  .dark-mode .movie-ratings-overlay__more-info-btn {
    bottom: 20px;
    right: 88px;
  }
}
@media (max-width: 600px) {
  .dark-mode .movie-ratings-overlay__more-info-btn {
    bottom: 20px;
    right: 88px;
  }
}
.dark-mode .movie-info__title-bar-mop-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.dark-mode .movie-info__title-bar-page-name {
  flex: none;
}
.dark-mode .rotten-tomatoes__header,
.dark-mode .movie-info-sub__header-wrap,
.dark-mode .reviews-section__review,
.dark-mode .reviews-section__reviews-header {
  background-color: var(--neutral-600);
  border-bottom: 1px solid var(--neutral-400);
}
.dark-mode .rotten-tomatoes,
.dark-mode .reviews-section__review,
.dark-mode .rotten-tomatoes__header {
  margin: 0;
}
.dark-mode .critic-reviews__review-date,
.dark-mode .rt-critic-reviews-list__publication {
  color: var(--neutral-300);
}
.dark-mode .reviews-section__quote,
.dark-mode .movie-info-header__reviews-text,
.dark-mode .rotten-tomatoes__header-rating,
.dark-mode .rotten-tomatoes__header-label,
.dark-mode .reviews-section__reviewer,
.dark-mode .movie-info-tabs__rating-not-available {
  color: #f2f3f3;
}
.dark-mode .critic-reviews__review-headshot,
.dark-mode .famous-actors-and-actresses__photo {
  border-radius: 4px;
}
.dark-mode .audience-reviews__wrapper {
  background-color: var(--neutral-600);
  border-bottom: 1px solid var(--neutral-400);
  border-top: 1px solid var(--neutral-400);
  margin: 0;
}
.dark-mode .rotten-tomatoes__more-info-close-btn,
.dark-mode .new-fanalert__modal-container .new-fanalert__modal-close-btn {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/rotten-tomatoes__more-info-close-btn--dark-mode.ah0hrqjj.svg");
}
.dark-mode .movie-info-tabs__rating-not-available {
  font-family: proxima-nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.dark-mode .movie-ratings-overlay__desc {
  font-family: proxima-nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 10px 20px 20px;
}
.dark-mode .icon-close--small-white,
.dark-mode .icon-form-input-cancel-x {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--small--dark-mode.ah0hrqjj.svg");
}
.dark-mode .icon-close--small-gray {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--small-gray.7funork1.svg");
}
.dark-mode .icon-close--small-dark-mode {
  width: 15px;
  height: 15px;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--small--dark-mode.ah0hrqjj.svg");
}
.dark-mode .icon-rottom-presented-by-logo {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-rottom-presented-by-logo--dark-mode.7msi3sn0.svg");
}
.dark-mode .theater-amenities-overlay__close-btn {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--large-dark-mode.1iog6fq7.svg");
}
html .dark-mode .theater-concessions-options__close-btn {
  background-color: transparent;
}
.dark-mode .movie-ratings-overlay .movie-ratings-overlay__title,
.dark-mode .movie-ratings-overlay__desc {
  background-color: var(--neutral-600);
  color: #f2f3f3;
}
.dark-mode .movie-ratings-overlay {
  border-radius: 8px;
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.dark-mode .famous-actors-and-actresses__header-image {
  background: none;
  background-color: var(--neutral-600);
  margin: 0;
}
.dark-mode .select-star-rating__svg {
  fill: var(--neutral-300);
}
.dark-mode .mobile__dark__border {
  border: none;
  padding-bottom: 0;
}
.dark-mode .mobile__dark__border::before {
  content: "";
  border-top: 8px solid var(--light-overlay-8);
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
}
.dark-mode #page > .mobile__dark__border::before {
  left: 0;
  right: 0;
}
html .dark-mode .desktop__dark__border {
  border: 1px solid var(--light-overlay-8);
}
.dark-mode .info hr {
  border: 0 solid var(--neutral-400);
  border-bottom-width: 1px;
}
.dark-mode .audience-review-sub__optional {
  color: #f2f3f3;
  font-family: proxima-nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.dark-mode .audience-review-sub__review-submit,
.dark-mode .gift-cards__btn--large {
  background: var(--orange-400);
  padding: 6px 0;
  height: 32px;
}
.dark-mode .gift-cards__header-title {
  color: #f2f3f3;
  padding: 15px 0 10px 0;
  margin: 0;
}
.dark-mode .article-panel,
.dark-mode .article-panel > .article-subhead {
  border: none;
}
.dark-mode .article-panel > .article-share {
  background-color: var(--neutral-600);
  border-top: none;
}
.dark-mode .disqus-panel {
  background-color: var(--neutral-600);
  border: none;
}
.dark-mode .article-next > p {
  color: var(--neutral-300);
  font-family: proxima-nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px;
}
.dark-mode .article-next > h1 {
  text-transform: none;
}
.dark-mode .nominees__title {
  background-color: var(--neutral-600);
  border-bottom: 1px solid var(--neutral-400);
  color: var(--orange-100);
}
.dark-mode .nominee__image,
.dark-mode .found-winner .nominee__image {
  border-color: var(--neutral-400);
  border-radius: 4px;
}
.theaters-by-chain__bottom-buffer.panel {
  background-color: var(--neutral-600);
}
@media screen and (max-width: 767px) {
  .dark-mode .loyalty-sections-wrap {
    background-color: var(--neutral-600);
  }
  .dark-mode .loyalty-section {
    border-width: 0 0 1px;
  }
}

/* app/assets/node_client_modules/@splidejs/splide/dist/css/splide.min.css */
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.splide__arrow:disabled {
  opacity: .3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/base/global-core.d6anan6i.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
