/* 2018 Colours */
/* 2019 Colours */
/* Film finder transition */
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes FadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes FadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes FlyInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes FlyInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes FlyInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes FlyInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes FlyOutLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes FlyOutLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes FlyOutRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes FlyOutRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes ModalOpen {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ModalOpen {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ModalOpenExaggerated {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ModalOpenExaggerated {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ModalClose {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.4);
    opacity: 0;
  }
}
@keyframes ModalClose {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.4);
    opacity: 0;
  }
}
/* Generate the row class plus column def */
/* A pixel based grid */
/* A percentage based grid */
/* Generate classes which hide named columns */
/* Generate classes which hide named columns */
/*
  Generate a non-named grid with the given properties
*/
/*
  Generate a named grid with the given properties
*/
/*
  Generate a non-named grid, wrapped in a media query
*/
/*
  Generate a named grid, wrapped in a media query
*/
/* Came up with this hoping it'd work but atm it only works in Firefox grrr..... */
.branded .card-md {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
[hidden] {
  display: unset;
}
button {
  border: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: unset;
  border-radius: unset;
  cursor: pointer;
  font: unset;
  color: unset;
  padding: unset;
  margin: unset;
  display: unset;
}
@font-face {
  font-family: 'GT-Cinetype';
  font-weight: normal;
  src: url('../assets/fonts/GT-Cinetype/GT-Cinetype-Regular.woff2') format('woff2'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Regular.woff') format('woff'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'GT-Cinetype';
  font-style: italic;
  src: url('../assets/fonts/GT-Cinetype/GT-Cinetype-Regular-Italic.woff2') format('woff2'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Regular-Italic.woff') format('woff'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Regular-Italic.ttf') format('ttf');
}
@font-face {
  font-family: 'GT-Cinetype';
  font-weight: bold;
  font-weight: 700;
  src: url('../assets/fonts/GT-Cinetype/GT-Cinetype-Bold.woff2') format('woff2'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Bold.woff') format('woff'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Bold.ttf') format('ttf');
}
@font-face {
  font-family: 'GT-Cinetype';
  font-weight: bold;
  font-style: italic;
  src: url('../assets/fonts/GT-Cinetype/GT-Cinetype-Bold-Italic.woff2') format('woff2'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Bold-Italic.woff') format('woff'), url('../assets/fonts/GT-Cinetype/GT-Cinetype-Bold-Italic.ttf') format('ttf');
}
@font-face {
  font-family: Agrandir-Narrow;
  font-weight: normal;
  src: url('../assets/fonts/Agrandir-NarrowMedium/Agrandir-NarrowMedium.woff2') format('woff2'), url('../assets/fonts/Agrandir-NarrowMedium/Agrandir-NarrowMedium.woff') format('woff'), url('../assets/fonts/Agrandir-NarrowMedium/Agrandir-NarrowMedium.ttf') format('ttf');
}
@font-face {
  font-family: Agrandir-Narrow;
  font-weight: bold;
  src: url('../assets/fonts/Agrandir-NarrowHeavy/Agrandir-NarrowHeavy.woff2') format('woff2'), url('../assets/fonts/Agrandir-NarrowHeavy/Agrandir-NarrowHeavy.woff') format('woff'), url('../assets/fonts/Agrandir-NarrowHeavy/Agrandir-NarrowHeavy.ttf') format('ttf');
}
@font-face {
  font-family: Agrandir-Grand;
  font-weight: normal;
  src: url('../assets/fonts/Agrandir-GrandMedium/Agrandir-GrandMedium.woff2') format('woff2'), url('../assets/fonts/Agrandir-GrandMedium/Agrandir-GrandMedium.woff') format('woff'), url('../assets/fonts/Agrandir-GrandMedium/Agrandir-GrandMedium.ttf') format('ttf');
}
@font-face {
  font-family: Agrandir-Grand;
  font-weight: bold;
  src: url('../assets/fonts/Agrandir-GrandHeavy/Agrandir-GrandHeavy.woff2') format('woff2'), url('../assets/fonts/Agrandir-GrandHeavy/Agrandir-GrandHeavy.woff') format('woff'), url('../assets/fonts/Agrandir-GrandHeavy/Agrandir-GrandHeavy.ttf') format('ttf');
}
@font-face {
  font-family: Agrandir-Wide;
  font-weight: normal;
  src: url('../assets/fonts/Agrandir-WideHeavy/Agrandir-WideHeavy.woff2') format('woff2'), url('../assets/fonts/Agrandir-WideHeavy/Agrandir-WideHeavy.woff') format('woff'), url('../assets/fonts/Agrandir-WideHeavy/Agrandir-WideHeavy.ttf') format('ttf');
}
@font-face {
  font-family: Agrandir-Wide;
  font-weight: bold;
  src: url('../assets/fonts/Agrandir-WideHeavy/Agrandir-WideHeavy.woff2') format('woff2'), url('../assets/fonts/Agrandir-WideHeavy/Agrandir-WideHeavy.woff') format('woff'), url('../assets/fonts/Agrandir-WideHeavy/Agrandir-WideHeavy.ttf') format('ttf');
}
body {
  font-feature-settings: 'ss07';
}
.font-demo-wide-heavy {
  font-size: 60px;
  font-family: Agrandir-Grand;
  font-weight: bold;
}
.font-demo-grand-heavy {
  font-size: 60px;
  font-family: Agrandir-Grand;
  font-weight: bold;
}
.font-demo-narrow-heavy {
  font-size: 60px;
  font-family: Agrandir-Narrow;
  font-weight: bold;
}
.font-demo-narrow-medium {
  font-size: 60px;
  font-family: Agrandir-Narrow;
  font-weight: normal;
}
.font-demo-gt-bold {
  font-size: 60px;
  font-family: 'GT-Cinetype';
  font-weight: bold;
}
.font-demo-gt-bold-italic {
  font-size: 60px;
  font-family: 'GT-Cinetype';
  font-weight: bold;
  font-style: italic;
}
.font-demo-gt-regular {
  font-size: 60px;
  font-family: 'GT-Cinetype';
  font-weight: normal;
}
.font-demo-gt-regular-italic {
  font-size: 60px;
  font-family: 'GT-Cinetype';
  font-weight: normal;
  font-style: italic;
}
:root {
  font-size: 10px;
}
body {
  font-size: 16px;
}
.tag-isolated {
  font-size: 14px;
  line-height: 0.85714286;
  text-transform: uppercase;
}
.tag-isolated + .tag-isolated {
  margin-left: 1rem;
}
.tag-isolated.active {
  font-weight: bold;
}
.heading-large {
  font-family: Agrandir-Wide;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .heading-large {
    font-size: 28px;
    line-height: 32px;
  }
}
.heading-medium {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
.heading-light {
  font-family: Agrandir-Wide;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.heading-lighter {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}
.heading-section {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
@media screen and (max-width: 800px) {
  .heading-section {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.heading-section-large {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
@media screen and (max-width: 800px) {
  .heading-section-large {
    font-size: 24px;
    line-height: 1.14285714;
  }
}
.heading-section-gt {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: 'GT-Cinetype';
}
@media screen and (max-width: 800px) {
  .heading-section-gt {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.heading-tiny {
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.text-larger {
  font-size: 18px;
  line-height: 24px;
}
.text-body {
  font-size: 14px;
  line-height: 24px;
}
.text-caption {
  font-size: 12px;
  line-height: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.01em;
}
.text-bold-caps {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 13px;
}
.label-button {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.21428571;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
h1 {
  font-family: Agrandir-Wide;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  margin: 5rem 0 1rem 0;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-content p,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6,
.text-content ul,
.text-content ol {
  margin-top: 0;
}
.intro-text {
  font-size: 18px;
  line-height: 24px;
}
.lighter-text {
  color: rgba(0, 0, 0, 0.5);
}
.link-special-footer {
  font-size: 12px;
  line-height: 1.33333333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.link-footer {
  font-size: 14px;
  line-height: 1.21428571;
}
.heading-footer {
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.type-panel-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .type-panel-title {
    font-size: 16px;
  }
}
.type-section-heading {
  font-size: 20px;
  line-height: 1;
  font-family: 'GT-Cinetype';
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .type-section-heading {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.type-section-heading.--uppercase {
  text-transform: uppercase;
}
.type-tile-title {
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .type-tile-title {
    font-size: 16px;
  }
}
.type-tile-subtitle {
  font-family: 'GT-Cinetype';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14285714;
}
.type-dropdown-title {
  font-family: 'GT-Cinetype';
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.type-input {
  font-family: 'GT-Cinetype';
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  font-weight: 400;
}
.type-page-title-prominent {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: 'GT-Cinetype';
}
@media screen and (max-width: 800px) {
  .type-page-title-prominent {
    font-size: 24px;
    line-height: 1;
  }
}
.type-isolated-link {
  font-family: 'GT-Cinetype';
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.type-footer-section-header {
  font-size: 12px;
  font-family: Agrandir-Grand;
  vertical-align: bottom;
  font-weight: 700;
  text-transform: uppercase;
}
.type-footer-default-link {
  font-size: 14px;
  font-family: 'GT-Cinetype';
  vertical-align: bottom;
}
.type-footer-additional-link {
  font-size: 12px;
  line-height: 1;
  font-family: 'GT-Cinetype';
  vertical-align: bottom;
  font-weight: 700;
}
.type-body-text {
  font-size: 14px;
  font-family: 'GT-Cinetype';
  line-height: 1.42857143;
}
.type-body-text-large {
  font-size: 18px;
  font-family: 'GT-Cinetype';
  line-height: 1.33333333;
}
.type-panel-title {
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .type-panel-title {
    font-size: 15px;
  }
}
.type-film-preview-meta {
  font-size: 14px;
  line-height: 1.14285714;
  font-family: 'GT-Cinetype';
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .type-film-preview-meta {
    font-size: 12px;
  }
}
.font-narrow-medium {
  font-family: Agrandir-Narrow;
  font-weight: normal;
}
.font-narrow-bold {
  font-family: Agrandir-Narrow;
  font-weight: bold;
}
/*
::-webkit-scrollbar
  addresses the background of the bar itself. It is usually covered by the other elements
::-webkit-scrollbar-button
  addresses the directional buttons on the scrollbar
::-webkit-scrollbar-track
  addresses the empty space “below” the progress bar
::-webkit-scrollbar-track-piece
  is the top-most layer of the the progress bar not covered by the draggable scrolling element (thumb)
::-webkit-scrollbar-thumb
  addresses the draggable scrolling element that resizes depending on the size of the scrollable element
::-webkit-scrollbar-corner
  addresses the (usually) bottom corner of the scrollable element, where two scrollbars might meet
::-webkit-resizer
  addresses the draggable resizing handle that appears above the scrollbar-corner at the bottom corner of some elements
*/
.enable-grid {
  overflow: auto;
  overflow-x: hidden;
}
.enable-grid body {
  overflow: visible;
}
/* #region Grid Generation */
@media screen and (min-width: 1601px) {
  .enable-grid {
    --grid-inner-width: 1400px;
    --grid-col-width: 89.16666667px;
    --grid-gutter-width: 30px;
  }
  .enable-grid .hidden {
    display: none;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 1490px;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 1400px;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 1340px;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 50%;
    margin-left: -700px;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 50%;
    margin-right: -700px;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -730px;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -730px;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 30px;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -30px;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 30px;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 30px;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 30px;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 45px;
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 45px;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .enable-grid .col-1,
  .enable-grid .col-1-breakout-none {
    width: 89.16666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-1-high {
    height: 89.16666667px;
  }
  .enable-grid .col-1-breakout-left {
    width: 134.16666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-right {
    width: 134.16666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-both {
    width: 179.16666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-2,
  .enable-grid .col-2-breakout-none {
    width: 208.33333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-2-high {
    height: 208.33333333px;
  }
  .enable-grid .col-2-breakout-left {
    width: 253.33333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-right {
    width: 253.33333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-both {
    width: 298.33333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-3,
  .enable-grid .col-3-breakout-none {
    width: 327.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-3-high {
    height: 327.5px;
  }
  .enable-grid .col-3-breakout-left {
    width: 372.5px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-right {
    width: 372.5px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-both {
    width: 417.5px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-4,
  .enable-grid .col-4-breakout-none {
    width: 446.66666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-4-high {
    height: 446.66666667px;
  }
  .enable-grid .col-4-breakout-left {
    width: 491.66666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-right {
    width: 491.66666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-both {
    width: 536.66666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-5,
  .enable-grid .col-5-breakout-none {
    width: 565.83333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-5-high {
    height: 565.83333333px;
  }
  .enable-grid .col-5-breakout-left {
    width: 610.83333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-right {
    width: 610.83333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-both {
    width: 655.83333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-6,
  .enable-grid .col-6-breakout-none {
    width: 685px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-6-high {
    height: 685px;
  }
  .enable-grid .col-6-breakout-left {
    width: 730px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-right {
    width: 730px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-both {
    width: 775px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-7,
  .enable-grid .col-7-breakout-none {
    width: 804.16666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-7-high {
    height: 804.16666667px;
  }
  .enable-grid .col-7-breakout-left {
    width: 849.16666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-right {
    width: 849.16666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-both {
    width: 894.16666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-8,
  .enable-grid .col-8-breakout-none {
    width: 923.33333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-8-high {
    height: 923.33333333px;
  }
  .enable-grid .col-8-breakout-left {
    width: 968.33333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-right {
    width: 968.33333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-both {
    width: 1013.33333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-9,
  .enable-grid .col-9-breakout-none {
    width: 1042.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-9-high {
    height: 1042.5px;
  }
  .enable-grid .col-9-breakout-left {
    width: 1087.5px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-right {
    width: 1087.5px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-both {
    width: 1132.5px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-10,
  .enable-grid .col-10-breakout-none {
    width: 1161.66666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-10-high {
    height: 1161.66666667px;
  }
  .enable-grid .col-10-breakout-left {
    width: 1206.66666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-right {
    width: 1206.66666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-both {
    width: 1251.66666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-11,
  .enable-grid .col-11-breakout-none {
    width: 1280.83333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-11-high {
    height: 1280.83333333px;
  }
  .enable-grid .col-11-breakout-left {
    width: 1325.83333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-right {
    width: 1325.83333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-both {
    width: 1370.83333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-12,
  .enable-grid .col-12-breakout-none {
    width: 1400px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-12-high {
    height: 1400px;
  }
  .enable-grid .col-12-breakout-left {
    width: 1445px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-right {
    width: 1445px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-both {
    width: 1490px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-push-0 {
    margin-left: 30px;
  }
  .enable-grid .col-push-1 {
    margin-left: 149.16666667px;
  }
  .enable-grid .col-push-2 {
    margin-left: 268.33333333px;
  }
  .enable-grid .col-push-3 {
    margin-left: 387.5px;
  }
  .enable-grid .col-push-4 {
    margin-left: 506.66666667px;
  }
  .enable-grid .col-push-5 {
    margin-left: 625.83333333px;
  }
  .enable-grid .col-push-6 {
    margin-left: 745px;
  }
  .enable-grid .col-push-7 {
    margin-left: 864.16666667px;
  }
  .enable-grid .col-push-8 {
    margin-left: 983.33333333px;
  }
  .enable-grid .col-push-9 {
    margin-left: 1102.5px;
  }
  .enable-grid .col-push-10 {
    margin-left: 1221.66666667px;
  }
  .enable-grid .col-push-11 {
    margin-left: 1340.83333333px;
  }
  .enable-grid .col-push-12 {
    margin-left: 1460px;
  }
  .enable-grid .col-pull-0 {
    left: 0px;
  }
  .enable-grid .col-pull-1 {
    left: -119.16666667px;
  }
  .enable-grid .col-pull-2 {
    left: -238.33333333px;
  }
  .enable-grid .col-pull-3 {
    left: -357.5px;
  }
  .enable-grid .col-pull-4 {
    left: -476.66666667px;
  }
  .enable-grid .col-pull-5 {
    left: -595.83333333px;
  }
  .enable-grid .col-pull-6 {
    left: -715px;
  }
  .enable-grid .col-pull-7 {
    left: -834.16666667px;
  }
  .enable-grid .col-pull-8 {
    left: -953.33333333px;
  }
  .enable-grid .col-pull-9 {
    left: -1072.5px;
  }
  .enable-grid .col-pull-10 {
    left: -1191.66666667px;
  }
  .enable-grid .col-pull-11 {
    left: -1310.83333333px;
  }
  .enable-grid .col-pull-12 {
    left: -1430px;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 1490px;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 1400px;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 1340px;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 50%;
    margin-left: -700px;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 50%;
    margin-right: -700px;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -730px;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -730px;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 30px;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -30px;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 30px;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 30px;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 30px;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 45px;
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 45px;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .enable-grid .col-large-1,
  .enable-grid .col-large-1-breakout-none {
    width: 89.16666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-1-high {
    height: 89.16666667px;
  }
  .enable-grid .col-large-1-breakout-left {
    width: 134.16666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-1-breakout-right {
    width: 134.16666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-1-breakout-both {
    width: 179.16666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-large-2,
  .enable-grid .col-large-2-breakout-none {
    width: 208.33333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-2-high {
    height: 208.33333333px;
  }
  .enable-grid .col-large-2-breakout-left {
    width: 253.33333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-2-breakout-right {
    width: 253.33333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-2-breakout-both {
    width: 298.33333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-large-3,
  .enable-grid .col-large-3-breakout-none {
    width: 327.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-3-high {
    height: 327.5px;
  }
  .enable-grid .col-large-3-breakout-left {
    width: 372.5px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-3-breakout-right {
    width: 372.5px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-3-breakout-both {
    width: 417.5px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-large-4,
  .enable-grid .col-large-4-breakout-none {
    width: 446.66666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-4-high {
    height: 446.66666667px;
  }
  .enable-grid .col-large-4-breakout-left {
    width: 491.66666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-4-breakout-right {
    width: 491.66666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-4-breakout-both {
    width: 536.66666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-large-5,
  .enable-grid .col-large-5-breakout-none {
    width: 565.83333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-5-high {
    height: 565.83333333px;
  }
  .enable-grid .col-large-5-breakout-left {
    width: 610.83333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-5-breakout-right {
    width: 610.83333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-5-breakout-both {
    width: 655.83333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-large-6,
  .enable-grid .col-large-6-breakout-none {
    width: 685px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-6-high {
    height: 685px;
  }
  .enable-grid .col-large-6-breakout-left {
    width: 730px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-6-breakout-right {
    width: 730px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-6-breakout-both {
    width: 775px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-large-7,
  .enable-grid .col-large-7-breakout-none {
    width: 804.16666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-7-high {
    height: 804.16666667px;
  }
  .enable-grid .col-large-7-breakout-left {
    width: 849.16666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-7-breakout-right {
    width: 849.16666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-7-breakout-both {
    width: 894.16666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-large-8,
  .enable-grid .col-large-8-breakout-none {
    width: 923.33333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-8-high {
    height: 923.33333333px;
  }
  .enable-grid .col-large-8-breakout-left {
    width: 968.33333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-8-breakout-right {
    width: 968.33333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-8-breakout-both {
    width: 1013.33333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-large-9,
  .enable-grid .col-large-9-breakout-none {
    width: 1042.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-9-high {
    height: 1042.5px;
  }
  .enable-grid .col-large-9-breakout-left {
    width: 1087.5px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-9-breakout-right {
    width: 1087.5px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-9-breakout-both {
    width: 1132.5px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-large-10,
  .enable-grid .col-large-10-breakout-none {
    width: 1161.66666667px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-10-high {
    height: 1161.66666667px;
  }
  .enable-grid .col-large-10-breakout-left {
    width: 1206.66666667px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-10-breakout-right {
    width: 1206.66666667px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-10-breakout-both {
    width: 1251.66666667px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-large-11,
  .enable-grid .col-large-11-breakout-none {
    width: 1280.83333333px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-11-high {
    height: 1280.83333333px;
  }
  .enable-grid .col-large-11-breakout-left {
    width: 1325.83333333px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-11-breakout-right {
    width: 1325.83333333px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-11-breakout-both {
    width: 1370.83333333px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-large-12,
  .enable-grid .col-large-12-breakout-none {
    width: 1400px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-12-high {
    height: 1400px;
  }
  .enable-grid .col-large-12-breakout-left {
    width: 1445px;
    margin-left: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-12-breakout-right {
    width: 1445px;
    margin-left: 30px;
    margin-right: -45px;
    box-sizing: border-box;
  }
  .enable-grid .col-large-12-breakout-both {
    width: 1490px;
    margin-left: -15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-large-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-large-push-0 {
    margin-left: 30px;
  }
  .enable-grid .col-large-push-1 {
    margin-left: 149.16666667px;
  }
  .enable-grid .col-large-push-2 {
    margin-left: 268.33333333px;
  }
  .enable-grid .col-large-push-3 {
    margin-left: 387.5px;
  }
  .enable-grid .col-large-push-4 {
    margin-left: 506.66666667px;
  }
  .enable-grid .col-large-push-5 {
    margin-left: 625.83333333px;
  }
  .enable-grid .col-large-push-6 {
    margin-left: 745px;
  }
  .enable-grid .col-large-push-7 {
    margin-left: 864.16666667px;
  }
  .enable-grid .col-large-push-8 {
    margin-left: 983.33333333px;
  }
  .enable-grid .col-large-push-9 {
    margin-left: 1102.5px;
  }
  .enable-grid .col-large-push-10 {
    margin-left: 1221.66666667px;
  }
  .enable-grid .col-large-push-11 {
    margin-left: 1340.83333333px;
  }
  .enable-grid .col-large-push-12 {
    margin-left: 1460px;
  }
  .enable-grid .col-large-pull-0 {
    left: 0px;
  }
  .enable-grid .col-large-pull-1 {
    left: -119.16666667px;
  }
  .enable-grid .col-large-pull-2 {
    left: -238.33333333px;
  }
  .enable-grid .col-large-pull-3 {
    left: -357.5px;
  }
  .enable-grid .col-large-pull-4 {
    left: -476.66666667px;
  }
  .enable-grid .col-large-pull-5 {
    left: -595.83333333px;
  }
  .enable-grid .col-large-pull-6 {
    left: -715px;
  }
  .enable-grid .col-large-pull-7 {
    left: -834.16666667px;
  }
  .enable-grid .col-large-pull-8 {
    left: -953.33333333px;
  }
  .enable-grid .col-large-pull-9 {
    left: -1072.5px;
  }
  .enable-grid .col-large-pull-10 {
    left: -1191.66666667px;
  }
  .enable-grid .col-large-pull-11 {
    left: -1310.83333333px;
  }
  .enable-grid .col-large-pull-12 {
    left: -1430px;
  }
  .enable-grid .visible-large {
    display: block;
  }
  .enable-grid .hidden-large {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .enable-grid {
    --grid-inner-width: 96vw;
    --grid-col-width: 6.16666667vw;
    --grid-gutter-width: 2vw;
  }
  .enable-grid .hidden {
    display: none;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 100vw;
    margin: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .enable-grid .grid-gutter-left {
    left: 2%;
  }
  .enable-grid .grid-gutter-right {
    right: 2%;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 96vw;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 2vw;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 2vw;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 2vw;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -2vw;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 2vw;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 2%;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 2%;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 2vw;
  }
  .enable-grid .margin-x-gutter-negative {
    margin-left: calc(2vw * -1);
    margin-right: -unit(2%, vw);
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 2vw;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -2vw;
  }
  .enable-grid .col-1,
  .enable-grid .col-1-breakout-none {
    width: 6.16666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-1-high {
    height: 6.16666667vw;
  }
  .enable-grid .col-1-breakout-left {
    width: 8.16666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-right {
    width: 8.16666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-both {
    width: 10.16666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-2,
  .enable-grid .col-2-breakout-none {
    width: 14.33333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-2-high {
    height: 14.33333333vw;
  }
  .enable-grid .col-2-breakout-left {
    width: 16.33333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-right {
    width: 16.33333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-both {
    width: 18.33333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-3,
  .enable-grid .col-3-breakout-none {
    width: 22.5vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-3-high {
    height: 22.5vw;
  }
  .enable-grid .col-3-breakout-left {
    width: 24.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-right {
    width: 24.5vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-both {
    width: 26.5vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-4,
  .enable-grid .col-4-breakout-none {
    width: 30.66666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-4-high {
    height: 30.66666667vw;
  }
  .enable-grid .col-4-breakout-left {
    width: 32.66666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-right {
    width: 32.66666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-both {
    width: 34.66666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-5,
  .enable-grid .col-5-breakout-none {
    width: 38.83333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-5-high {
    height: 38.83333333vw;
  }
  .enable-grid .col-5-breakout-left {
    width: 40.83333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-right {
    width: 40.83333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-both {
    width: 42.83333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-6,
  .enable-grid .col-6-breakout-none {
    width: 47vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-6-high {
    height: 47vw;
  }
  .enable-grid .col-6-breakout-left {
    width: 49vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-right {
    width: 49vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-both {
    width: 51vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-7,
  .enable-grid .col-7-breakout-none {
    width: 55.16666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-7-high {
    height: 55.16666667vw;
  }
  .enable-grid .col-7-breakout-left {
    width: 57.16666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-right {
    width: 57.16666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-both {
    width: 59.16666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-8,
  .enable-grid .col-8-breakout-none {
    width: 63.33333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-8-high {
    height: 63.33333333vw;
  }
  .enable-grid .col-8-breakout-left {
    width: 65.33333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-right {
    width: 65.33333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-both {
    width: 67.33333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-9,
  .enable-grid .col-9-breakout-none {
    width: 71.5vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-9-high {
    height: 71.5vw;
  }
  .enable-grid .col-9-breakout-left {
    width: 73.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-right {
    width: 73.5vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-both {
    width: 75.5vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-10,
  .enable-grid .col-10-breakout-none {
    width: 79.66666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-10-high {
    height: 79.66666667vw;
  }
  .enable-grid .col-10-breakout-left {
    width: 81.66666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-right {
    width: 81.66666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-both {
    width: 83.66666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-11,
  .enable-grid .col-11-breakout-none {
    width: 87.83333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-11-high {
    height: 87.83333333vw;
  }
  .enable-grid .col-11-breakout-left {
    width: 89.83333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-right {
    width: 89.83333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-both {
    width: 91.83333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-12,
  .enable-grid .col-12-breakout-none {
    width: 96vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-12-high {
    height: 96vw;
  }
  .enable-grid .col-12-breakout-left {
    width: 98vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-right {
    width: 98vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-both {
    width: 100vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-push-0 {
    margin-left: 2vw;
  }
  .enable-grid .col-push-1 {
    margin-left: 10.16666667vw;
  }
  .enable-grid .col-push-2 {
    margin-left: 18.33333333vw;
  }
  .enable-grid .col-push-3 {
    margin-left: 26.5vw;
  }
  .enable-grid .col-push-4 {
    margin-left: 34.66666667vw;
  }
  .enable-grid .col-push-5 {
    margin-left: 42.83333333vw;
  }
  .enable-grid .col-push-6 {
    margin-left: 51vw;
  }
  .enable-grid .col-push-7 {
    margin-left: 59.16666667vw;
  }
  .enable-grid .col-push-8 {
    margin-left: 67.33333333vw;
  }
  .enable-grid .col-push-9 {
    margin-left: 75.5vw;
  }
  .enable-grid .col-push-10 {
    margin-left: 83.66666667vw;
  }
  .enable-grid .col-push-11 {
    margin-left: 91.83333333vw;
  }
  .enable-grid .col-push-12 {
    margin-left: 100vw;
  }
  .enable-grid .col-pull-0 {
    left: 0vw;
  }
  .enable-grid .col-pull-1 {
    left: -8.16666667vw;
  }
  .enable-grid .col-pull-2 {
    left: -16.33333333vw;
  }
  .enable-grid .col-pull-3 {
    left: -24.5vw;
  }
  .enable-grid .col-pull-4 {
    left: -32.66666667vw;
  }
  .enable-grid .col-pull-5 {
    left: -40.83333333vw;
  }
  .enable-grid .col-pull-6 {
    left: -49vw;
  }
  .enable-grid .col-pull-7 {
    left: -57.16666667vw;
  }
  .enable-grid .col-pull-8 {
    left: -65.33333333vw;
  }
  .enable-grid .col-pull-9 {
    left: -73.5vw;
  }
  .enable-grid .col-pull-10 {
    left: -81.66666667vw;
  }
  .enable-grid .col-pull-11 {
    left: -89.83333333vw;
  }
  .enable-grid .col-pull-12 {
    left: -98vw;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 100vw;
    margin: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .enable-grid .grid-gutter-left {
    left: 2%;
  }
  .enable-grid .grid-gutter-right {
    right: 2%;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 96vw;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 2vw;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 2vw;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 2vw;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -2vw;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 2vw;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 2%;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 2%;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 2vw;
  }
  .enable-grid .margin-x-gutter-negative {
    margin-left: calc(2vw * -1);
    margin-right: -unit(2%, vw);
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 2vw;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -2vw;
  }
  .enable-grid .col-medium-1,
  .enable-grid .col-medium-1-breakout-none {
    width: 6.16666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-1-high {
    height: 6.16666667vw;
  }
  .enable-grid .col-medium-1-breakout-left {
    width: 8.16666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-1-breakout-right {
    width: 8.16666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-1-breakout-both {
    width: 10.16666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-medium-2,
  .enable-grid .col-medium-2-breakout-none {
    width: 14.33333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-2-high {
    height: 14.33333333vw;
  }
  .enable-grid .col-medium-2-breakout-left {
    width: 16.33333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-2-breakout-right {
    width: 16.33333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-2-breakout-both {
    width: 18.33333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-medium-3,
  .enable-grid .col-medium-3-breakout-none {
    width: 22.5vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-3-high {
    height: 22.5vw;
  }
  .enable-grid .col-medium-3-breakout-left {
    width: 24.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-3-breakout-right {
    width: 24.5vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-3-breakout-both {
    width: 26.5vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-medium-4,
  .enable-grid .col-medium-4-breakout-none {
    width: 30.66666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-4-high {
    height: 30.66666667vw;
  }
  .enable-grid .col-medium-4-breakout-left {
    width: 32.66666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-4-breakout-right {
    width: 32.66666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-4-breakout-both {
    width: 34.66666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-medium-5,
  .enable-grid .col-medium-5-breakout-none {
    width: 38.83333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-5-high {
    height: 38.83333333vw;
  }
  .enable-grid .col-medium-5-breakout-left {
    width: 40.83333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-5-breakout-right {
    width: 40.83333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-5-breakout-both {
    width: 42.83333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-medium-6,
  .enable-grid .col-medium-6-breakout-none {
    width: 47vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-6-high {
    height: 47vw;
  }
  .enable-grid .col-medium-6-breakout-left {
    width: 49vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-6-breakout-right {
    width: 49vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-6-breakout-both {
    width: 51vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-medium-7,
  .enable-grid .col-medium-7-breakout-none {
    width: 55.16666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-7-high {
    height: 55.16666667vw;
  }
  .enable-grid .col-medium-7-breakout-left {
    width: 57.16666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-7-breakout-right {
    width: 57.16666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-7-breakout-both {
    width: 59.16666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-medium-8,
  .enable-grid .col-medium-8-breakout-none {
    width: 63.33333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-8-high {
    height: 63.33333333vw;
  }
  .enable-grid .col-medium-8-breakout-left {
    width: 65.33333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-8-breakout-right {
    width: 65.33333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-8-breakout-both {
    width: 67.33333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-medium-9,
  .enable-grid .col-medium-9-breakout-none {
    width: 71.5vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-9-high {
    height: 71.5vw;
  }
  .enable-grid .col-medium-9-breakout-left {
    width: 73.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-9-breakout-right {
    width: 73.5vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-9-breakout-both {
    width: 75.5vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-medium-10,
  .enable-grid .col-medium-10-breakout-none {
    width: 79.66666667vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-10-high {
    height: 79.66666667vw;
  }
  .enable-grid .col-medium-10-breakout-left {
    width: 81.66666667vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-10-breakout-right {
    width: 81.66666667vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-10-breakout-both {
    width: 83.66666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-medium-11,
  .enable-grid .col-medium-11-breakout-none {
    width: 87.83333333vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-11-high {
    height: 87.83333333vw;
  }
  .enable-grid .col-medium-11-breakout-left {
    width: 89.83333333vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-11-breakout-right {
    width: 89.83333333vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-11-breakout-both {
    width: 91.83333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-medium-12,
  .enable-grid .col-medium-12-breakout-none {
    width: 96vw;
    margin-left: 2vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-12-high {
    height: 96vw;
  }
  .enable-grid .col-medium-12-breakout-left {
    width: 98vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-12-breakout-right {
    width: 98vw;
    margin-left: 2vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-medium-12-breakout-both {
    width: 100vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-medium-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-medium-push-0 {
    margin-left: 2vw;
  }
  .enable-grid .col-medium-push-1 {
    margin-left: 10.16666667vw;
  }
  .enable-grid .col-medium-push-2 {
    margin-left: 18.33333333vw;
  }
  .enable-grid .col-medium-push-3 {
    margin-left: 26.5vw;
  }
  .enable-grid .col-medium-push-4 {
    margin-left: 34.66666667vw;
  }
  .enable-grid .col-medium-push-5 {
    margin-left: 42.83333333vw;
  }
  .enable-grid .col-medium-push-6 {
    margin-left: 51vw;
  }
  .enable-grid .col-medium-push-7 {
    margin-left: 59.16666667vw;
  }
  .enable-grid .col-medium-push-8 {
    margin-left: 67.33333333vw;
  }
  .enable-grid .col-medium-push-9 {
    margin-left: 75.5vw;
  }
  .enable-grid .col-medium-push-10 {
    margin-left: 83.66666667vw;
  }
  .enable-grid .col-medium-push-11 {
    margin-left: 91.83333333vw;
  }
  .enable-grid .col-medium-push-12 {
    margin-left: 100vw;
  }
  .enable-grid .col-medium-pull-0 {
    left: 0vw;
  }
  .enable-grid .col-medium-pull-1 {
    left: -8.16666667vw;
  }
  .enable-grid .col-medium-pull-2 {
    left: -16.33333333vw;
  }
  .enable-grid .col-medium-pull-3 {
    left: -24.5vw;
  }
  .enable-grid .col-medium-pull-4 {
    left: -32.66666667vw;
  }
  .enable-grid .col-medium-pull-5 {
    left: -40.83333333vw;
  }
  .enable-grid .col-medium-pull-6 {
    left: -49vw;
  }
  .enable-grid .col-medium-pull-7 {
    left: -57.16666667vw;
  }
  .enable-grid .col-medium-pull-8 {
    left: -65.33333333vw;
  }
  .enable-grid .col-medium-pull-9 {
    left: -73.5vw;
  }
  .enable-grid .col-medium-pull-10 {
    left: -81.66666667vw;
  }
  .enable-grid .col-medium-pull-11 {
    left: -89.83333333vw;
  }
  .enable-grid .col-medium-pull-12 {
    left: -98vw;
  }
  .enable-grid .visible-medium {
    display: block;
  }
  .enable-grid .hidden-medium {
    display: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .enable-grid {
    --grid-inner-width: 96vw;
    --grid-col-width: 5.25vw;
    --grid-gutter-width: 3vw;
  }
  .enable-grid .hidden {
    display: none;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 100vw;
    margin: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .enable-grid .grid-gutter-left {
    left: 3%;
  }
  .enable-grid .grid-gutter-right {
    right: 3%;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 96vw;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 2vw;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 2vw;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: -1vw;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: -1vw;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 3vw;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -3vw;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 3vw;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 3%;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 3%;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 2vw;
  }
  .enable-grid .margin-x-gutter-negative {
    margin-left: calc(2vw * -1);
    margin-right: -unit(2%, vw);
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 2vw;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .enable-grid .col-1,
  .enable-grid .col-1-breakout-none {
    width: 5.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-1-high {
    height: 5.25vw;
  }
  .enable-grid .col-1-breakout-left {
    width: 7.25vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-right {
    width: 7.25vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-both {
    width: 9.25vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-2,
  .enable-grid .col-2-breakout-none {
    width: 13.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-2-high {
    height: 13.5vw;
  }
  .enable-grid .col-2-breakout-left {
    width: 15.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-right {
    width: 15.5vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-both {
    width: 17.5vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-3,
  .enable-grid .col-3-breakout-none {
    width: 21.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-3-high {
    height: 21.75vw;
  }
  .enable-grid .col-3-breakout-left {
    width: 23.75vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-right {
    width: 23.75vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-both {
    width: 25.75vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-4,
  .enable-grid .col-4-breakout-none {
    width: 30vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-4-high {
    height: 30vw;
  }
  .enable-grid .col-4-breakout-left {
    width: 32vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-right {
    width: 32vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-both {
    width: 34vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-5,
  .enable-grid .col-5-breakout-none {
    width: 38.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-5-high {
    height: 38.25vw;
  }
  .enable-grid .col-5-breakout-left {
    width: 40.25vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-right {
    width: 40.25vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-both {
    width: 42.25vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-6,
  .enable-grid .col-6-breakout-none {
    width: 46.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-6-high {
    height: 46.5vw;
  }
  .enable-grid .col-6-breakout-left {
    width: 48.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-right {
    width: 48.5vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-both {
    width: 50.5vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-7,
  .enable-grid .col-7-breakout-none {
    width: 54.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-7-high {
    height: 54.75vw;
  }
  .enable-grid .col-7-breakout-left {
    width: 56.75vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-right {
    width: 56.75vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-both {
    width: 58.75vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-8,
  .enable-grid .col-8-breakout-none {
    width: 63vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-8-high {
    height: 63vw;
  }
  .enable-grid .col-8-breakout-left {
    width: 65vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-right {
    width: 65vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-both {
    width: 67vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-9,
  .enable-grid .col-9-breakout-none {
    width: 71.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-9-high {
    height: 71.25vw;
  }
  .enable-grid .col-9-breakout-left {
    width: 73.25vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-right {
    width: 73.25vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-both {
    width: 75.25vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-10,
  .enable-grid .col-10-breakout-none {
    width: 79.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-10-high {
    height: 79.5vw;
  }
  .enable-grid .col-10-breakout-left {
    width: 81.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-right {
    width: 81.5vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-both {
    width: 83.5vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-11,
  .enable-grid .col-11-breakout-none {
    width: 87.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-11-high {
    height: 87.75vw;
  }
  .enable-grid .col-11-breakout-left {
    width: 89.75vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-right {
    width: 89.75vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-both {
    width: 91.75vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-12,
  .enable-grid .col-12-breakout-none {
    width: 96vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-12-high {
    height: 96vw;
  }
  .enable-grid .col-12-breakout-left {
    width: 98vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-right {
    width: 98vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-both {
    width: 100vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-push-0 {
    margin-left: 3vw;
  }
  .enable-grid .col-push-1 {
    margin-left: 11.25vw;
  }
  .enable-grid .col-push-2 {
    margin-left: 19.5vw;
  }
  .enable-grid .col-push-3 {
    margin-left: 27.75vw;
  }
  .enable-grid .col-push-4 {
    margin-left: 36vw;
  }
  .enable-grid .col-push-5 {
    margin-left: 44.25vw;
  }
  .enable-grid .col-push-6 {
    margin-left: 52.5vw;
  }
  .enable-grid .col-push-7 {
    margin-left: 60.75vw;
  }
  .enable-grid .col-push-8 {
    margin-left: 69vw;
  }
  .enable-grid .col-push-9 {
    margin-left: 77.25vw;
  }
  .enable-grid .col-push-10 {
    margin-left: 85.5vw;
  }
  .enable-grid .col-push-11 {
    margin-left: 93.75vw;
  }
  .enable-grid .col-push-12 {
    margin-left: 102vw;
  }
  .enable-grid .col-pull-0 {
    left: 0vw;
  }
  .enable-grid .col-pull-1 {
    left: -8.25vw;
  }
  .enable-grid .col-pull-2 {
    left: -16.5vw;
  }
  .enable-grid .col-pull-3 {
    left: -24.75vw;
  }
  .enable-grid .col-pull-4 {
    left: -33vw;
  }
  .enable-grid .col-pull-5 {
    left: -41.25vw;
  }
  .enable-grid .col-pull-6 {
    left: -49.5vw;
  }
  .enable-grid .col-pull-7 {
    left: -57.75vw;
  }
  .enable-grid .col-pull-8 {
    left: -66vw;
  }
  .enable-grid .col-pull-9 {
    left: -74.25vw;
  }
  .enable-grid .col-pull-10 {
    left: -82.5vw;
  }
  .enable-grid .col-pull-11 {
    left: -90.75vw;
  }
  .enable-grid .col-pull-12 {
    left: -99vw;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 100vw;
    margin: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .enable-grid .grid-gutter-left {
    left: 3%;
  }
  .enable-grid .grid-gutter-right {
    right: 3%;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 96vw;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 2vw;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 2vw;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: -1vw;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: -1vw;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 3vw;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -3vw;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 3vw;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 3%;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 3%;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 2vw;
  }
  .enable-grid .margin-x-gutter-negative {
    margin-left: calc(2vw * -1);
    margin-right: -unit(2%, vw);
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 2vw;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .enable-grid .col-small-1,
  .enable-grid .col-small-1-breakout-none {
    width: 5.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-1-high {
    height: 5.25vw;
  }
  .enable-grid .col-small-1-breakout-left {
    width: 7.25vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-1-breakout-right {
    width: 7.25vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-1-breakout-both {
    width: 9.25vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-small-2,
  .enable-grid .col-small-2-breakout-none {
    width: 13.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-2-high {
    height: 13.5vw;
  }
  .enable-grid .col-small-2-breakout-left {
    width: 15.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-2-breakout-right {
    width: 15.5vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-2-breakout-both {
    width: 17.5vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-small-3,
  .enable-grid .col-small-3-breakout-none {
    width: 21.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-3-high {
    height: 21.75vw;
  }
  .enable-grid .col-small-3-breakout-left {
    width: 23.75vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-3-breakout-right {
    width: 23.75vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-3-breakout-both {
    width: 25.75vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-small-4,
  .enable-grid .col-small-4-breakout-none {
    width: 30vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-4-high {
    height: 30vw;
  }
  .enable-grid .col-small-4-breakout-left {
    width: 32vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-4-breakout-right {
    width: 32vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-4-breakout-both {
    width: 34vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-small-5,
  .enable-grid .col-small-5-breakout-none {
    width: 38.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-5-high {
    height: 38.25vw;
  }
  .enable-grid .col-small-5-breakout-left {
    width: 40.25vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-5-breakout-right {
    width: 40.25vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-5-breakout-both {
    width: 42.25vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-small-6,
  .enable-grid .col-small-6-breakout-none {
    width: 46.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-6-high {
    height: 46.5vw;
  }
  .enable-grid .col-small-6-breakout-left {
    width: 48.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-6-breakout-right {
    width: 48.5vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-6-breakout-both {
    width: 50.5vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-small-7,
  .enable-grid .col-small-7-breakout-none {
    width: 54.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-7-high {
    height: 54.75vw;
  }
  .enable-grid .col-small-7-breakout-left {
    width: 56.75vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-7-breakout-right {
    width: 56.75vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-7-breakout-both {
    width: 58.75vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-small-8,
  .enable-grid .col-small-8-breakout-none {
    width: 63vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-8-high {
    height: 63vw;
  }
  .enable-grid .col-small-8-breakout-left {
    width: 65vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-8-breakout-right {
    width: 65vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-8-breakout-both {
    width: 67vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-small-9,
  .enable-grid .col-small-9-breakout-none {
    width: 71.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-9-high {
    height: 71.25vw;
  }
  .enable-grid .col-small-9-breakout-left {
    width: 73.25vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-9-breakout-right {
    width: 73.25vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-9-breakout-both {
    width: 75.25vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-small-10,
  .enable-grid .col-small-10-breakout-none {
    width: 79.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-10-high {
    height: 79.5vw;
  }
  .enable-grid .col-small-10-breakout-left {
    width: 81.5vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-10-breakout-right {
    width: 81.5vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-10-breakout-both {
    width: 83.5vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-small-11,
  .enable-grid .col-small-11-breakout-none {
    width: 87.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-11-high {
    height: 87.75vw;
  }
  .enable-grid .col-small-11-breakout-left {
    width: 89.75vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-11-breakout-right {
    width: 89.75vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-11-breakout-both {
    width: 91.75vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-small-12,
  .enable-grid .col-small-12-breakout-none {
    width: 96vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-small-12-high {
    height: 96vw;
  }
  .enable-grid .col-small-12-breakout-left {
    width: 98vw;
    margin-left: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-12-breakout-right {
    width: 98vw;
    margin-left: 3vw;
    margin-right: -2vw;
    box-sizing: border-box;
  }
  .enable-grid .col-small-12-breakout-both {
    width: 100vw;
    margin-left: 1vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-small-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-small-push-0 {
    margin-left: 3vw;
  }
  .enable-grid .col-small-push-1 {
    margin-left: 11.25vw;
  }
  .enable-grid .col-small-push-2 {
    margin-left: 19.5vw;
  }
  .enable-grid .col-small-push-3 {
    margin-left: 27.75vw;
  }
  .enable-grid .col-small-push-4 {
    margin-left: 36vw;
  }
  .enable-grid .col-small-push-5 {
    margin-left: 44.25vw;
  }
  .enable-grid .col-small-push-6 {
    margin-left: 52.5vw;
  }
  .enable-grid .col-small-push-7 {
    margin-left: 60.75vw;
  }
  .enable-grid .col-small-push-8 {
    margin-left: 69vw;
  }
  .enable-grid .col-small-push-9 {
    margin-left: 77.25vw;
  }
  .enable-grid .col-small-push-10 {
    margin-left: 85.5vw;
  }
  .enable-grid .col-small-push-11 {
    margin-left: 93.75vw;
  }
  .enable-grid .col-small-push-12 {
    margin-left: 102vw;
  }
  .enable-grid .col-small-pull-0 {
    left: 0vw;
  }
  .enable-grid .col-small-pull-1 {
    left: -8.25vw;
  }
  .enable-grid .col-small-pull-2 {
    left: -16.5vw;
  }
  .enable-grid .col-small-pull-3 {
    left: -24.75vw;
  }
  .enable-grid .col-small-pull-4 {
    left: -33vw;
  }
  .enable-grid .col-small-pull-5 {
    left: -41.25vw;
  }
  .enable-grid .col-small-pull-6 {
    left: -49.5vw;
  }
  .enable-grid .col-small-pull-7 {
    left: -57.75vw;
  }
  .enable-grid .col-small-pull-8 {
    left: -66vw;
  }
  .enable-grid .col-small-pull-9 {
    left: -74.25vw;
  }
  .enable-grid .col-small-pull-10 {
    left: -82.5vw;
  }
  .enable-grid .col-small-pull-11 {
    left: -90.75vw;
  }
  .enable-grid .col-small-pull-12 {
    left: -99vw;
  }
  .enable-grid .visible-small {
    display: block;
  }
  .enable-grid .hidden-small {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .enable-grid {
    --grid-inner-width: 94vw;
    --grid-col-width: 5.08333333vw;
    --grid-gutter-width: 3vw;
  }
  .enable-grid .hidden {
    display: none;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 100vw;
    margin: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
  .enable-grid .grid-gutter-left {
    left: 3%;
  }
  .enable-grid .grid-gutter-right {
    right: 3%;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 94vw;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 3vw;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 3vw;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 3vw;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -3vw;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 3vw;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 3%;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 3%;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 3vw;
  }
  .enable-grid .margin-x-gutter-negative {
    margin-left: calc(3vw * -1);
    margin-right: -unit(3%, vw);
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 3vw;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .enable-grid .col-1,
  .enable-grid .col-1-breakout-none {
    width: 5.08333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-1-high {
    height: 5.08333333vw;
  }
  .enable-grid .col-1-breakout-left {
    width: 8.08333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-right {
    width: 8.08333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-1-breakout-both {
    width: 11.08333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-2,
  .enable-grid .col-2-breakout-none {
    width: 13.16666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-2-high {
    height: 13.16666667vw;
  }
  .enable-grid .col-2-breakout-left {
    width: 16.16666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-right {
    width: 16.16666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-2-breakout-both {
    width: 19.16666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-3,
  .enable-grid .col-3-breakout-none {
    width: 21.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-3-high {
    height: 21.25vw;
  }
  .enable-grid .col-3-breakout-left {
    width: 24.25vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-right {
    width: 24.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-3-breakout-both {
    width: 27.25vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-4,
  .enable-grid .col-4-breakout-none {
    width: 29.33333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-4-high {
    height: 29.33333333vw;
  }
  .enable-grid .col-4-breakout-left {
    width: 32.33333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-right {
    width: 32.33333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-4-breakout-both {
    width: 35.33333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-5,
  .enable-grid .col-5-breakout-none {
    width: 37.41666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-5-high {
    height: 37.41666667vw;
  }
  .enable-grid .col-5-breakout-left {
    width: 40.41666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-right {
    width: 40.41666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-5-breakout-both {
    width: 43.41666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-6,
  .enable-grid .col-6-breakout-none {
    width: 45.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-6-high {
    height: 45.5vw;
  }
  .enable-grid .col-6-breakout-left {
    width: 48.5vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-right {
    width: 48.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-6-breakout-both {
    width: 51.5vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-7,
  .enable-grid .col-7-breakout-none {
    width: 53.58333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-7-high {
    height: 53.58333333vw;
  }
  .enable-grid .col-7-breakout-left {
    width: 56.58333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-right {
    width: 56.58333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-7-breakout-both {
    width: 59.58333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-8,
  .enable-grid .col-8-breakout-none {
    width: 61.66666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-8-high {
    height: 61.66666667vw;
  }
  .enable-grid .col-8-breakout-left {
    width: 64.66666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-right {
    width: 64.66666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-8-breakout-both {
    width: 67.66666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-9,
  .enable-grid .col-9-breakout-none {
    width: 69.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-9-high {
    height: 69.75vw;
  }
  .enable-grid .col-9-breakout-left {
    width: 72.75vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-right {
    width: 72.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-9-breakout-both {
    width: 75.75vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-10,
  .enable-grid .col-10-breakout-none {
    width: 77.83333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-10-high {
    height: 77.83333333vw;
  }
  .enable-grid .col-10-breakout-left {
    width: 80.83333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-right {
    width: 80.83333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-10-breakout-both {
    width: 83.83333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-11,
  .enable-grid .col-11-breakout-none {
    width: 85.91666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-11-high {
    height: 85.91666667vw;
  }
  .enable-grid .col-11-breakout-left {
    width: 88.91666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-right {
    width: 88.91666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-11-breakout-both {
    width: 91.91666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-12,
  .enable-grid .col-12-breakout-none {
    width: 94vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-12-high {
    height: 94vw;
  }
  .enable-grid .col-12-breakout-left {
    width: 97vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-right {
    width: 97vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-12-breakout-both {
    width: 100vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-push-0 {
    margin-left: 3vw;
  }
  .enable-grid .col-push-1 {
    margin-left: 11.08333333vw;
  }
  .enable-grid .col-push-2 {
    margin-left: 19.16666667vw;
  }
  .enable-grid .col-push-3 {
    margin-left: 27.25vw;
  }
  .enable-grid .col-push-4 {
    margin-left: 35.33333333vw;
  }
  .enable-grid .col-push-5 {
    margin-left: 43.41666667vw;
  }
  .enable-grid .col-push-6 {
    margin-left: 51.5vw;
  }
  .enable-grid .col-push-7 {
    margin-left: 59.58333333vw;
  }
  .enable-grid .col-push-8 {
    margin-left: 67.66666667vw;
  }
  .enable-grid .col-push-9 {
    margin-left: 75.75vw;
  }
  .enable-grid .col-push-10 {
    margin-left: 83.83333333vw;
  }
  .enable-grid .col-push-11 {
    margin-left: 91.91666667vw;
  }
  .enable-grid .col-push-12 {
    margin-left: 100vw;
  }
  .enable-grid .col-pull-0 {
    left: 0vw;
  }
  .enable-grid .col-pull-1 {
    left: -8.08333333vw;
  }
  .enable-grid .col-pull-2 {
    left: -16.16666667vw;
  }
  .enable-grid .col-pull-3 {
    left: -24.25vw;
  }
  .enable-grid .col-pull-4 {
    left: -32.33333333vw;
  }
  .enable-grid .col-pull-5 {
    left: -40.41666667vw;
  }
  .enable-grid .col-pull-6 {
    left: -48.5vw;
  }
  .enable-grid .col-pull-7 {
    left: -56.58333333vw;
  }
  .enable-grid .col-pull-8 {
    left: -64.66666667vw;
  }
  .enable-grid .col-pull-9 {
    left: -72.75vw;
  }
  .enable-grid .col-pull-10 {
    left: -80.83333333vw;
  }
  .enable-grid .col-pull-11 {
    left: -88.91666667vw;
  }
  .enable-grid .col-pull-12 {
    left: -97vw;
  }
  .enable-grid .wrapper,
  .enable-grid .container {
    width: 100vw;
    margin: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
  .enable-grid .grid-gutter-left {
    left: 3%;
  }
  .enable-grid .grid-gutter-right {
    right: 3%;
  }
  .enable-grid .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .enable-grid .faux-row-inset {
    position: relative;
    width: 94vw;
    margin: auto;
  }
  .enable-grid .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 3vw;
  }
  .enable-grid .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 3vw;
  }
  .enable-grid .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .enable-grid .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .enable-grid .margin-top-col-gap {
    margin-top: 3vw;
  }
  .enable-grid .negative-margin-top-col-gap {
    margin-top: -3vw;
  }
  .enable-grid .margin-bottom-col-gap {
    margin-bottom: 3vw;
  }
  .enable-grid .margin-right-col-gap {
    margin-right: 3%;
  }
  .enable-grid .margin-left-col-gap {
    margin-left: 3%;
  }
  .enable-grid .margin-top-gutter {
    margin-top: 3vw;
  }
  .enable-grid .margin-x-gutter-negative {
    margin-left: calc(3vw * -1);
    margin-right: -unit(3%, vw);
  }
  .enable-grid .margin-bottom-gutter {
    margin-bottom: 3vw;
  }
  .enable-grid .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .enable-grid .col-tiny-1,
  .enable-grid .col-tiny-1-breakout-none {
    width: 5.08333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-1-high {
    height: 5.08333333vw;
  }
  .enable-grid .col-tiny-1-breakout-left {
    width: 8.08333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-1-breakout-right {
    width: 8.08333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-1-breakout-both {
    width: 11.08333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .enable-grid .col-tiny-2,
  .enable-grid .col-tiny-2-breakout-none {
    width: 13.16666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-2-high {
    height: 13.16666667vw;
  }
  .enable-grid .col-tiny-2-breakout-left {
    width: 16.16666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-2-breakout-right {
    width: 16.16666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-2-breakout-both {
    width: 19.16666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .enable-grid .col-tiny-3,
  .enable-grid .col-tiny-3-breakout-none {
    width: 21.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-3-high {
    height: 21.25vw;
  }
  .enable-grid .col-tiny-3-breakout-left {
    width: 24.25vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-3-breakout-right {
    width: 24.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-3-breakout-both {
    width: 27.25vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .enable-grid .col-tiny-4,
  .enable-grid .col-tiny-4-breakout-none {
    width: 29.33333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-4-high {
    height: 29.33333333vw;
  }
  .enable-grid .col-tiny-4-breakout-left {
    width: 32.33333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-4-breakout-right {
    width: 32.33333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-4-breakout-both {
    width: 35.33333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .enable-grid .col-tiny-5,
  .enable-grid .col-tiny-5-breakout-none {
    width: 37.41666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-5-high {
    height: 37.41666667vw;
  }
  .enable-grid .col-tiny-5-breakout-left {
    width: 40.41666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-5-breakout-right {
    width: 40.41666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-5-breakout-both {
    width: 43.41666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .enable-grid .col-tiny-6,
  .enable-grid .col-tiny-6-breakout-none {
    width: 45.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-6-high {
    height: 45.5vw;
  }
  .enable-grid .col-tiny-6-breakout-left {
    width: 48.5vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-6-breakout-right {
    width: 48.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-6-breakout-both {
    width: 51.5vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .enable-grid .col-tiny-7,
  .enable-grid .col-tiny-7-breakout-none {
    width: 53.58333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-7-high {
    height: 53.58333333vw;
  }
  .enable-grid .col-tiny-7-breakout-left {
    width: 56.58333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-7-breakout-right {
    width: 56.58333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-7-breakout-both {
    width: 59.58333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .enable-grid .col-tiny-8,
  .enable-grid .col-tiny-8-breakout-none {
    width: 61.66666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-8-high {
    height: 61.66666667vw;
  }
  .enable-grid .col-tiny-8-breakout-left {
    width: 64.66666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-8-breakout-right {
    width: 64.66666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-8-breakout-both {
    width: 67.66666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .enable-grid .col-tiny-9,
  .enable-grid .col-tiny-9-breakout-none {
    width: 69.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-9-high {
    height: 69.75vw;
  }
  .enable-grid .col-tiny-9-breakout-left {
    width: 72.75vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-9-breakout-right {
    width: 72.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-9-breakout-both {
    width: 75.75vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
  .enable-grid .col-tiny-10,
  .enable-grid .col-tiny-10-breakout-none {
    width: 77.83333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-10-high {
    height: 77.83333333vw;
  }
  .enable-grid .col-tiny-10-breakout-left {
    width: 80.83333333vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-10-breakout-right {
    width: 80.83333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-10-breakout-both {
    width: 83.83333333vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-10 {
    -moz-column-count: 10;
    column-count: 10;
  }
  .enable-grid .col-tiny-11,
  .enable-grid .col-tiny-11-breakout-none {
    width: 85.91666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-11-high {
    height: 85.91666667vw;
  }
  .enable-grid .col-tiny-11-breakout-left {
    width: 88.91666667vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-11-breakout-right {
    width: 88.91666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-11-breakout-both {
    width: 91.91666667vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-11 {
    -moz-column-count: 11;
    column-count: 11;
  }
  .enable-grid .col-tiny-12,
  .enable-grid .col-tiny-12-breakout-none {
    width: 94vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-12-high {
    height: 94vw;
  }
  .enable-grid .col-tiny-12-breakout-left {
    width: 97vw;
    margin-left: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-12-breakout-right {
    width: 97vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .enable-grid .col-tiny-12-breakout-both {
    width: 100vw;
    margin-left: 0vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .enable-grid .text-col-tiny-12 {
    -moz-column-count: 12;
    column-count: 12;
  }
  .enable-grid .col-tiny-push-0 {
    margin-left: 3vw;
  }
  .enable-grid .col-tiny-push-1 {
    margin-left: 11.08333333vw;
  }
  .enable-grid .col-tiny-push-2 {
    margin-left: 19.16666667vw;
  }
  .enable-grid .col-tiny-push-3 {
    margin-left: 27.25vw;
  }
  .enable-grid .col-tiny-push-4 {
    margin-left: 35.33333333vw;
  }
  .enable-grid .col-tiny-push-5 {
    margin-left: 43.41666667vw;
  }
  .enable-grid .col-tiny-push-6 {
    margin-left: 51.5vw;
  }
  .enable-grid .col-tiny-push-7 {
    margin-left: 59.58333333vw;
  }
  .enable-grid .col-tiny-push-8 {
    margin-left: 67.66666667vw;
  }
  .enable-grid .col-tiny-push-9 {
    margin-left: 75.75vw;
  }
  .enable-grid .col-tiny-push-10 {
    margin-left: 83.83333333vw;
  }
  .enable-grid .col-tiny-push-11 {
    margin-left: 91.91666667vw;
  }
  .enable-grid .col-tiny-push-12 {
    margin-left: 100vw;
  }
  .enable-grid .col-tiny-pull-0 {
    left: 0vw;
  }
  .enable-grid .col-tiny-pull-1 {
    left: -8.08333333vw;
  }
  .enable-grid .col-tiny-pull-2 {
    left: -16.16666667vw;
  }
  .enable-grid .col-tiny-pull-3 {
    left: -24.25vw;
  }
  .enable-grid .col-tiny-pull-4 {
    left: -32.33333333vw;
  }
  .enable-grid .col-tiny-pull-5 {
    left: -40.41666667vw;
  }
  .enable-grid .col-tiny-pull-6 {
    left: -48.5vw;
  }
  .enable-grid .col-tiny-pull-7 {
    left: -56.58333333vw;
  }
  .enable-grid .col-tiny-pull-8 {
    left: -64.66666667vw;
  }
  .enable-grid .col-tiny-pull-9 {
    left: -72.75vw;
  }
  .enable-grid .col-tiny-pull-10 {
    left: -80.83333333vw;
  }
  .enable-grid .col-tiny-pull-11 {
    left: -88.91666667vw;
  }
  .enable-grid .col-tiny-pull-12 {
    left: -97vw;
  }
  .enable-grid .visible-tiny {
    display: block;
  }
  .enable-grid .hidden-tiny {
    display: none;
  }
}
.enable-grid .row.-wrapped {
  display: flex;
  flex-wrap: wrap;
}
ul.simple-tabs {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
ul.simple-tabs > li {
  margin-left: 2rem;
  cursor: pointer;
}
ul.simple-tabs > li:first-child {
  margin-left: 0 !important;
}
ul.simple-tabs > li a {
  display: block;
}
ul.simple-tabs > li.--active,
ul.simple-tabs > li a.--active {
  border-bottom: 1px solid currentColor;
  font-weight: bold;
}
ul.simple-tabs.--large {
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  ul.simple-tabs.--large {
    font-size: 16px;
  }
}
ul.simple-tabs.--large > li {
  margin-left: 3rem;
}
@media screen and (max-width: 800px) {
  ul.simple-tabs.--large {
    font-size: 14px;
    line-height: 20px;
  }
  ul.simple-tabs.--large > li {
    margin-left: 1.5rem;
  }
}
.sticky-sidebar-container {
  position: absolute;
  z-index: 1;
}
.sticky-sidebar-container .sidebar-wrapper {
  margin-bottom: 3rem;
}
.sticky-sidebar-container .child-sidebar {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 800px) {
  .sidebar-items {
    position: relative !important;
  }
}
.sidebar-items h3 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar-items ul {
  font-size: 14px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sidebar-items ul li {
  padding: 0px;
  margin: 0px;
  margin-bottom: 1rem;
}
.sidebar-items ul li a {
  transition: color 0.2;
}
.sidebar-items ul li.active a {
  font-weight: bold;
}
.sidebar-stub {
  height: 1px;
}
.modal-wrapper .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 900;
  top: -100%;
  transition: background-color 0.3s, top 0.01s 0.4s;
}
.modal-wrapper .overlay .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .overlay .wrapper .modal {
  position: relative;
  padding: 0 2.5rem 2rem 2.5rem;
  -webkit-animation: ModalClose 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation: ModalClose 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  max-width: 50%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
@media screen and (max-width: 800px) {
  .modal-wrapper .overlay .wrapper .modal {
    padding: 0 20px 20px 20px;
  }
}
.branded .modal-wrapper .overlay .wrapper .modal {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.modal-wrapper .overlay .wrapper .modal a {
  color: white;
}
.modal-wrapper .overlay .wrapper .modal p a {
  color: #DD71A0;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .modal-wrapper .overlay .wrapper .modal {
    max-width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .modal-wrapper .overlay .wrapper .modal {
    max-width: 90%;
  }
}
.modal-wrapper .overlay .wrapper .modal .content {
  padding-top: 2rem;
}
.modal-wrapper .overlay .wrapper .modal .buttons {
  margin-top: 1.1rem;
  text-align: right;
}
.modal-wrapper .overlay .wrapper .modal .buttons .button {
  margin-left: 1rem;
  background: white;
  color: black;
}
@media screen and (max-width: 800px) {
  .modal-wrapper .overlay .wrapper .modal .buttons .button {
    font-size: 0.65em;
    height: 1.9em;
    padding: 0 0.9em;
  }
}
.modal-wrapper.visible .overlay {
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.3s;
}
.modal-wrapper.visible .overlay .modal {
  -webkit-animation: ModalOpen 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: ModalOpen 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modal-wrapper .-close-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
.modal-wrapper .-close-button:before,
.modal-wrapper .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: white;
  width: 20px;
  height: 2px;
  top: 19px;
  left: 19.5px;
}
.modal-wrapper .-close-button:before {
  transform: rotate(45deg);
}
.modal-wrapper .-close-button:after {
  transform: rotate(-45deg);
}
.bg-scheme--yellow {
  background: #FD9C0C;
  color: #170c66;
  --bg: #FD9C0C;
  --fg: #170c66;
  --linkColor: #170c66;
}
.bg-scheme--yellow a {
  color: #170c66;
}
.bg-scheme--yellow .button {
  background: white;
  color: #170c66;
}
.bg-scheme--yellow.button {
  background: #FD9C0C;
  color: #170c66;
}
.bg-scheme--green {
  background: #655B31;
  color: #3E9D9D;
  --bg: #655B31;
  --fg: #3E9D9D;
  --linkColor: #3E9D9D;
}
.bg-scheme--green a {
  color: #3E9D9D;
}
.bg-scheme--green .button {
  background: white;
  color: #3E9D9D;
}
.bg-scheme--green.button {
  background: #655B31;
  color: #3E9D9D;
}
.bg-scheme--black {
  background: black;
  color: white;
  --bg: black;
  --fg: white;
  --linkColor: white;
}
.bg-scheme--black a {
  color: white;
}
.bg-scheme--black .button {
  background: white;
  color: black;
}
.bg-scheme--black.button {
  background: black;
  color: white;
}
.bg-scheme--white-on-black {
  background: white;
  color: black;
  --bg: white;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--white-on-black a {
  color: black;
}
.bg-scheme--white-on-black .button {
  background: white;
  color: black;
}
.bg-scheme--white-on-black.button {
  background: white;
  color: black;
}
.bg-scheme--green-on-teal {
  background: #3E9D9D;
  color: #655B31;
  --bg: #3E9D9D;
  --fg: #655B31;
  --linkColor: #655B31;
}
.bg-scheme--green-on-teal a {
  color: #655B31;
}
.bg-scheme--green-on-teal .button {
  background: white;
  color: #655B31;
}
.bg-scheme--green-on-teal.button {
  background: #3E9D9D;
  color: #655B31;
}
.bg-scheme--cyan-on-teal {
  background: #3E9D9D;
  color: #3E9D9D;
  --bg: #3E9D9D;
  --fg: #3E9D9D;
  --linkColor: #3E9D9D;
}
.bg-scheme--cyan-on-teal a {
  color: #3E9D9D;
}
.bg-scheme--cyan-on-teal .button {
  background: white;
  color: #3E9D9D;
}
.bg-scheme--cyan-on-teal.button {
  background: #3E9D9D;
  color: #3E9D9D;
}
.bg-scheme--pink-on-burgundy {
  background: #600040;
  color: #DD71A0;
  --bg: #600040;
  --fg: #DD71A0;
  --linkColor: #DD71A0;
}
.bg-scheme--pink-on-burgundy a {
  color: #DD71A0;
}
.bg-scheme--pink-on-burgundy .button {
  background: white;
  color: #DD71A0;
}
.bg-scheme--pink-on-burgundy.button {
  background: #600040;
  color: #DD71A0;
}
.bg-scheme--white-on-burgundy {
  background: #600040;
  color: white;
  --bg: #600040;
  --fg: white;
  --linkColor: white;
}
.bg-scheme--white-on-burgundy a {
  color: white;
}
.bg-scheme--white-on-burgundy .button {
  background: #DD71A0;
  color: white;
}
.bg-scheme--white-on-burgundy.button {
  background: #600040;
  color: white;
}
.bg-scheme--white-on-pink {
  background: white;
  color: #DD71A0;
  --bg: white;
  --fg: #DD71A0;
  --linkColor: #DD71A0;
}
.bg-scheme--white-on-pink a {
  color: #DD71A0;
}
.bg-scheme--white-on-pink .button {
  background: white;
  color: #DD71A0;
}
.bg-scheme--white-on-pink.button {
  background: white;
  color: #DD71A0;
}
.bg-scheme--yellow-on-burgundy {
  background: #600040;
  color: #FD9C0C;
  --bg: #600040;
  --fg: #FD9C0C;
  --linkColor: #FD9C0C;
}
.bg-scheme--yellow-on-burgundy a {
  color: #FD9C0C;
}
.bg-scheme--yellow-on-burgundy .button {
  background: white;
  color: #FD9C0C;
}
.bg-scheme--yellow-on-burgundy.button {
  background: #600040;
  color: #FD9C0C;
}
.bg-scheme--pink-on-navy {
  background: #170c66;
  color: #DD71A0;
  --bg: #170c66;
  --fg: #DD71A0;
  --linkColor: #DD71A0;
}
.bg-scheme--pink-on-navy a {
  color: #DD71A0;
}
.bg-scheme--pink-on-navy .button {
  background: white;
  color: #DD71A0;
}
.bg-scheme--pink-on-navy.button {
  background: #170c66;
  color: #DD71A0;
}
.bg-scheme--cyan-on-navy {
  background: #170c66;
  color: #3E9D9D;
  --bg: #170c66;
  --fg: #3E9D9D;
  --linkColor: #3E9D9D;
}
.bg-scheme--cyan-on-navy a {
  color: #3E9D9D;
}
.bg-scheme--cyan-on-navy .button {
  background: white;
  color: #3E9D9D;
}
.bg-scheme--cyan-on-navy.button {
  background: #170c66;
  color: #3E9D9D;
}
.bg-scheme--white-on-navy {
  background: #170c66;
  color: white;
  --bg: #170c66;
  --fg: white;
  --linkColor: white;
}
.bg-scheme--white-on-navy a {
  color: white;
}
.bg-scheme--white-on-navy .button {
  background: white;
  color: white;
}
.bg-scheme--white-on-navy.button {
  background: #170c66;
  color: white;
}
.bg-scheme--yellow-on-navy {
  background: #170c66;
  color: #FD9C0C;
  --bg: #170c66;
  --fg: #FD9C0C;
  --linkColor: #FD9C0C;
}
.bg-scheme--yellow-on-navy a {
  color: #FD9C0C;
}
.bg-scheme--yellow-on-navy .button {
  background: white;
  color: #FD9C0C;
}
.bg-scheme--yellow-on-navy.button {
  background: #170c66;
  color: #FD9C0C;
}
.bg-scheme--cyan-on-purple {
  background: #9378E2;
  color: #3E9D9D;
  --bg: #9378E2;
  --fg: #3E9D9D;
  --linkColor: #3E9D9D;
}
.bg-scheme--cyan-on-purple a {
  color: #3E9D9D;
}
.bg-scheme--cyan-on-purple .button {
  background: white;
  color: #3E9D9D;
}
.bg-scheme--cyan-on-purple.button {
  background: #9378E2;
  color: #3E9D9D;
}
.bg-scheme--red-on-purple {
  background: #9378E2;
  color: #F54F1B;
  --bg: #9378E2;
  --fg: #F54F1B;
  --linkColor: #F54F1B;
}
.bg-scheme--red-on-purple a {
  color: #F54F1B;
}
.bg-scheme--red-on-purple .button {
  background: white;
  color: #F54F1B;
}
.bg-scheme--red-on-purple.button {
  background: #9378E2;
  color: #F54F1B;
}
.bg-scheme--black-on-yellow {
  background: #FD9C0C;
  color: black;
  --bg: #FD9C0C;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-yellow a {
  color: black;
}
.bg-scheme--black-on-yellow .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-yellow.button {
  background: #FD9C0C;
  color: black;
}
.bg-scheme--teal-on-green {
  background: #655B31;
  color: #3E9D9D;
  --bg: #655B31;
  --fg: #3E9D9D;
  --linkColor: #3E9D9D;
}
.bg-scheme--teal-on-green a {
  color: #3E9D9D;
}
.bg-scheme--teal-on-green .button {
  background: white;
  color: #3E9D9D;
}
.bg-scheme--teal-on-green.button {
  background: #655B31;
  color: #3E9D9D;
}
.bg-scheme--navy-on-white {
  background: #170c66;
  color: white;
  --bg: #170c66;
  --fg: white;
  --linkColor: white;
}
.bg-scheme--navy-on-white a {
  color: white;
}
.bg-scheme--navy-on-white .button {
  background: white;
  color: white;
}
.bg-scheme--navy-on-white.button {
  background: #170c66;
  color: white;
}
.bg-scheme--navy-on-yellow {
  background: #FD9C0C;
  color: #170c66;
  --bg: #FD9C0C;
  --fg: #170c66;
  --linkColor: #170c66;
}
.bg-scheme--navy-on-yellow a {
  color: #170c66;
}
.bg-scheme--navy-on-yellow .button {
  background: white;
  color: #170c66;
}
.bg-scheme--navy-on-yellow.button {
  background: #FD9C0C;
  color: #170c66;
}
.bg-scheme--navy-on-cyan {
  background: #3E9D9D;
  color: #170c66;
  --bg: #3E9D9D;
  --fg: #170c66;
  --linkColor: #170c66;
}
.bg-scheme--navy-on-cyan a {
  color: #170c66;
}
.bg-scheme--navy-on-cyan .button {
  background: white;
  color: #170c66;
}
.bg-scheme--navy-on-cyan.button {
  background: #3E9D9D;
  color: #170c66;
}
.bg-scheme--black-on-white {
  background: white;
  color: black;
  --bg: white;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-white a {
  color: black;
}
.bg-scheme--black-on-white .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-white.button {
  background: white;
  color: black;
}
.bg-scheme--black-on-red {
  background: #F54F1B;
  color: black;
  --bg: #F54F1B;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-red a {
  color: black;
}
.bg-scheme--black-on-red .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-red.button {
  background: #F54F1B;
  color: black;
}
.bg-scheme--black-on-cyan {
  background: #3E9D9D;
  color: black;
  --bg: #3E9D9D;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-cyan a {
  color: black;
}
.bg-scheme--black-on-cyan .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-cyan.button {
  background: #3E9D9D;
  color: black;
}
.bg-scheme--black-on-yellow {
  background: #FD9C0C;
  color: black;
  --bg: #FD9C0C;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-yellow a {
  color: black;
}
.bg-scheme--black-on-yellow .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-yellow.button {
  background: #FD9C0C;
  color: black;
}
.bg-scheme--black-on-magenta {
  background: #DD71A0;
  color: black;
  --bg: #DD71A0;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-magenta a {
  color: black;
}
.bg-scheme--black-on-magenta .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-magenta.button {
  background: #DD71A0;
  color: black;
}
.bg-scheme--black-on-beige {
  background: #BF9167;
  color: black;
  --bg: #BF9167;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-beige a {
  color: black;
}
.bg-scheme--black-on-beige .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-beige.button {
  background: #BF9167;
  color: black;
}
.bg-scheme--black-on-green {
  background: #655B31;
  color: black;
  --bg: #655B31;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-green a {
  color: black;
}
.bg-scheme--black-on-green .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-green.button {
  background: #655B31;
  color: black;
}
.bg-scheme--black-on-purple {
  background: #9378E2;
  color: black;
  --bg: #9378E2;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-purple a {
  color: black;
}
.bg-scheme--black-on-purple .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-purple.button {
  background: #9378E2;
  color: black;
}
.bg-scheme--black-on-teal {
  background: #3E9D9D;
  color: black;
  --bg: #3E9D9D;
  --fg: black;
  --linkColor: black;
}
.bg-scheme--black-on-teal a {
  color: black;
}
.bg-scheme--black-on-teal .button {
  background: white;
  color: black;
}
.bg-scheme--black-on-teal.button {
  background: #3E9D9D;
  color: black;
}
.bg-scheme--red-on-black {
  background: black;
  color: #F54F1B;
  --bg: black;
  --fg: #F54F1B;
  --linkColor: #F54F1B;
}
.bg-scheme--red-on-black a {
  color: #F54F1B;
}
.bg-scheme--red-on-black .button {
  background: white;
  color: #F54F1B;
}
.bg-scheme--red-on-black.button {
  background: black;
  color: #F54F1B;
}
.bg-scheme--cyan-on-black {
  background: black;
  color: #3E9D9D;
  --bg: black;
  --fg: #3E9D9D;
  --linkColor: #3E9D9D;
}
.bg-scheme--cyan-on-black a {
  color: #3E9D9D;
}
.bg-scheme--cyan-on-black .button {
  background: white;
  color: #3E9D9D;
}
.bg-scheme--cyan-on-black.button {
  background: black;
  color: #3E9D9D;
}
.bg-scheme--yellow-on-black {
  background: black;
  color: #FD9C0C;
  --bg: black;
  --fg: #FD9C0C;
  --linkColor: #FD9C0C;
}
.bg-scheme--yellow-on-black a {
  color: #FD9C0C;
}
.bg-scheme--yellow-on-black .button {
  background: white;
  color: #FD9C0C;
}
.bg-scheme--yellow-on-black.button {
  background: black;
  color: #FD9C0C;
}
.bg-scheme--magenta-on-black {
  background: black;
  color: #DD71A0;
  --bg: black;
  --fg: #DD71A0;
  --linkColor: #DD71A0;
}
.bg-scheme--magenta-on-black a {
  color: #DD71A0;
}
.bg-scheme--magenta-on-black .button {
  background: white;
  color: #DD71A0;
}
.bg-scheme--magenta-on-black.button {
  background: black;
  color: #DD71A0;
}
.bg-scheme--beige-on-black {
  background: black;
  color: #BF9167;
  --bg: black;
  --fg: #BF9167;
  --linkColor: #BF9167;
}
.bg-scheme--beige-on-black a {
  color: #BF9167;
}
.bg-scheme--beige-on-black .button {
  background: white;
  color: #BF9167;
}
.bg-scheme--beige-on-black.button {
  background: black;
  color: #BF9167;
}
.bg-scheme--green-on-black {
  background: black;
  color: #655B31;
  --bg: black;
  --fg: #655B31;
  --linkColor: #655B31;
}
.bg-scheme--green-on-black a {
  color: #655B31;
}
.bg-scheme--green-on-black .button {
  background: white;
  color: #655B31;
}
.bg-scheme--green-on-black.button {
  background: black;
  color: #655B31;
}
.bg-scheme--purple-on-black {
  background: black;
  color: #9378E2;
  --bg: black;
  --fg: #9378E2;
  --linkColor: #9378E2;
}
.bg-scheme--purple-on-black a {
  color: #9378E2;
}
.bg-scheme--purple-on-black .button {
  background: white;
  color: #9378E2;
}
.bg-scheme--purple-on-black.button {
  background: black;
  color: #9378E2;
}
.bg-scheme--pink-on-black {
  background: black;
  color: #DD71A0;
  --bg: black;
  --fg: #DD71A0;
  --linkColor: #DD71A0;
}
.bg-scheme--pink-on-black a {
  color: #DD71A0;
}
.bg-scheme--pink-on-black .button {
  background: white;
  color: #DD71A0;
}
.bg-scheme--pink-on-black.button {
  background: black;
  color: #DD71A0;
}
hr {
  display: none;
}
select,
input,
button {
  font-family: inherit;
}
.select-button,
select.--styled,
input[type='text'].--styled,
input[type='email'].--styled {
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  border: none;
  border: 1px solid;
  background: transparent;
  padding: 11px 0px;
  padding-left: 16px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  width: 100%;
  border-radius: 0px;
}
.select-button::-moz-placeholder, select.--styled::-moz-placeholder, input[type='text'].--styled::-moz-placeholder, input[type='email'].--styled::-moz-placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
}
.select-button:-ms-input-placeholder, select.--styled:-ms-input-placeholder, input[type='text'].--styled:-ms-input-placeholder, input[type='email'].--styled:-ms-input-placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
}
.select-button::placeholder,
select.--styled::placeholder,
input[type='text'].--styled::placeholder,
input[type='email'].--styled::placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
}
.select-button option,
select.--styled option,
input[type='text'].--styled option,
input[type='email'].--styled option {
  color: black;
  background: white;
}
.branded .select-button,
.branded select.--styled,
.branded input[type='text'].--styled,
.branded input[type='email'].--styled {
  border: 1px solid black;
  font-family: 'GT-Cinetype';
  font-weight: 700;
  height: 40px;
  --shadow-size: 3px;
  --hover-depth: 1px;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.1s, box-shadow 0.1s;
  will-change: transform;
  padding: 0 1em;
  line-height: 0.9em;
  box-shadow: var(--shadow-size) var(--shadow-size) 0px black;
  border-radius: 100px;
  background-color: #ffffff;
  color: inherit;
}
.branded .select-button::-moz-placeholder, .branded select.--styled::-moz-placeholder, .branded input[type='text'].--styled::-moz-placeholder, .branded input[type='email'].--styled::-moz-placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
}
.branded .select-button:-ms-input-placeholder, .branded select.--styled:-ms-input-placeholder, .branded input[type='text'].--styled:-ms-input-placeholder, .branded input[type='email'].--styled:-ms-input-placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
}
.branded .select-button::placeholder,
.branded select.--styled::placeholder,
.branded input[type='text'].--styled::placeholder,
.branded input[type='email'].--styled::placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
}
.branded .select-button:hover,
.branded select.--styled:hover,
.branded input[type='text'].--styled:hover,
.branded input[type='email'].--styled:hover,
.branded .select-button:focus,
.branded select.--styled:focus,
.branded input[type='text'].--styled:focus,
.branded input[type='email'].--styled:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.input-wrapper {
  display: flex;
  align-items: center;
}
input[type='radio'].--styled,
input[type='checkbox'].--styled {
  /* Is displayed in the label next to it */
  display: none;
}
input[type='radio'].--styled + label,
input[type='checkbox'].--styled + label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
input[type='radio'].--styled + label:before,
input[type='checkbox'].--styled + label:before,
input[type='radio'].--styled + label:after,
input[type='checkbox'].--styled + label:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
}
input[type='radio'].--styled + label:before,
input[type='checkbox'].--styled + label:before {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px black;
  width: 12px;
  height: 12px;
  left: 6px;
}
input[type='radio'].--styled + label:after,
input[type='checkbox'].--styled + label:after {
  left: 6px;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  background: black;
  width: 8px;
  height: 8px;
  transition: transform 0.2s, opacity 0.2s;
}
input[type='radio'].--styled:checked + label:after,
input[type='checkbox'].--styled:checked + label:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
select.--styled {
  cursor: pointer;
  padding-right: 20px;
  background: transparent;
}
.branded select.--styled {
  background: #ffffff;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(-55%) rotate(-45deg);
}
.select-wrapper:hover:after,
.select-wrapper:focus-within:after {
  transform: translateY(-55%) rotate(-45deg) translateY(-2px);
}
.select-wrapper select {
  padding-right: 28px;
  text-overflow: ellipsis;
}
.button,
.btn,
.s72-btn,
.btn-navbar-search {
  background-color: black;
  border-radius: 0;
  color: white;
  display: inline-flex;
  justify-content: center;
  font-family: Agrandir-Narrow;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0.98em;
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  border: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.button .-icon,
.btn .-icon,
.s72-btn .-icon,
.btn-navbar-search .-icon {
  display: block;
  width: 16px;
  margin-top: -5px;
  margin-left: 4px;
}
.branded .button,
.branded .btn,
.branded .s72-btn,
.branded .btn-navbar-search {
  border: 1px solid black;
  color: black;
  background-color: white;
  font-family: Agrandir-Wide;
  font-weight: bold;
  height: 32px;
  --shadow-size: 6px;
  --hover-depth: 4px;
  transform: translate3d(0px, 0px, 0px);
  box-shadow: var(--shadow-size) var(--shadow-size) 0px black;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  will-change: transform;
  padding: 0 1em;
  line-height: 0.9em;
}
.branded .button:hover,
.branded .btn:hover,
.branded .s72-btn:hover,
.branded .btn-navbar-search:hover,
.branded .button a:hover,
.branded .btn a:hover,
.branded .s72-btn a:hover,
.branded .btn-navbar-search a:hover,
a:hover .branded .button,
a:hover .branded .btn,
a:hover .branded .s72-btn,
a:hover .branded .btn-navbar-search,
a:hover .branded .button a,
a:hover .branded .btn a,
a:hover .branded .s72-btn a,
a:hover .branded .btn-navbar-search a,
.branded .button:focus,
.branded .btn:focus,
.branded .s72-btn:focus,
.branded .btn-navbar-search:focus,
.branded .button a:focus,
.branded .btn a:focus,
.branded .s72-btn a:focus,
.branded .btn-navbar-search a:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.branded .button,
.branded .btn,
.branded .s72-btn,
.branded .btn-navbar-search,
.branded .button.--sm,
.branded .btn.--sm,
.branded .s72-btn.--sm,
.branded .btn-navbar-search.--sm,
.ondemand .homepage-carousel .-film-info .-buttons .branded .button,
.ondemand .homepage-carousel .-film-info .-buttons .branded .btn,
.ondemand .homepage-carousel .-film-info .-buttons .branded .s72-btn,
.ondemand .homepage-carousel .-film-info .-buttons .branded .btn-navbar-search {
  border-radius: 100px;
  --shadow-size: 2px;
  --hover-depth: 1px;
}
.branded .button.--md,
.branded .btn.--md,
.branded .s72-btn.--md,
.branded .btn-navbar-search.--md {
  border-radius: 100px;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .branded .button.--md,
  .branded .btn.--md,
  .branded .s72-btn.--md,
  .branded .btn-navbar-search.--md {
    border-radius: 100px;
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
.branded .button.--lg,
.branded .btn.--lg,
.branded .s72-btn.--lg,
.branded .btn-navbar-search.--lg {
  border-radius: 100px;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .branded .button.--lg,
  .branded .btn.--lg,
  .branded .s72-btn.--lg,
  .branded .btn-navbar-search.--lg {
    border-radius: 100px;
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
.button.--icon,
.btn.--icon,
.s72-btn.--icon,
.btn-navbar-search.--icon {
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  box-sizing: border-box;
}
.button,
.btn,
.s72-btn,
.btn-navbar-search,
.button.--sm,
.btn.--sm,
.s72-btn.--sm,
.btn-navbar-search.--sm,
.ondemand .homepage-carousel .-film-info .-buttons .button,
.ondemand .homepage-carousel .-film-info .-buttons .btn,
.ondemand .homepage-carousel .-film-info .-buttons .s72-btn,
.ondemand .homepage-carousel .-film-info .-buttons .btn-navbar-search {
  height: 32px;
  font-size: 14px;
  padding-top: 3px !important;
}
.button.--md,
.btn.--md,
.s72-btn.--md,
.btn-navbar-search.--md {
  height: 40px;
  font-size: 16px;
  padding-top: 3px !important;
}
@media screen and (max-width: 800px) {
  .button.--md,
  .btn.--md,
  .s72-btn.--md,
  .btn-navbar-search.--md {
    height: 32px;
    font-size: 14px;
    padding-top: 3px !important;
  }
}
.button.--lg,
.btn.--lg,
.s72-btn.--lg,
.btn-navbar-search.--lg {
  height: 48px;
  font-size: 20px;
  padding-top: 4px !important;
}
@media screen and (max-width: 800px) {
  .button.--lg,
  .btn.--lg,
  .s72-btn.--lg,
  .btn-navbar-search.--lg {
    height: 32px;
    font-size: 14px;
    padding-top: 3px !important;
  }
}
.button:disabled,
.btn:disabled,
.s72-btn:disabled,
.btn-navbar-search:disabled,
.button.disabled,
.btn.disabled,
.s72-btn.disabled,
.btn-navbar-search.disabled {
  filter: saturate(50%);
}
.button:hover,
.btn:hover,
.s72-btn:hover,
.btn-navbar-search:hover {
  text-decoration: none;
}
.button:not(:disabled):not(.disabled):not(.--disabled):active,
.btn:not(:disabled):not(.disabled):not(.--disabled):active,
.s72-btn:not(:disabled):not(.disabled):not(.--disabled):active,
.btn-navbar-search:not(:disabled):not(.disabled):not(.--disabled):active {
  transition: background-color 0.6s;
}
.button:disabled,
.btn:disabled,
.s72-btn:disabled,
.btn-navbar-search:disabled,
.button.disabled,
.btn.disabled,
.s72-btn.disabled,
.btn-navbar-search.disabled,
.button.--disabled,
.btn.--disabled,
.s72-btn.--disabled,
.btn-navbar-search.--disabled {
  background: #b6b6b6 !important;
  color: #3e3e3e !important;
  cursor: not-allowed !important;
}
.button.blue,
.btn.blue,
.s72-btn.blue,
.btn-navbar-search.blue {
  background: #3E9D9D;
  color: #170c66;
}
.button.--grey,
.btn.--grey,
.s72-btn.--grey,
.btn-navbar-search.--grey {
  background: #c6c6c6;
  color: #494949;
}
.button.--yellow,
.btn.--yellow,
.s72-btn.--yellow,
.btn-navbar-search.--yellow {
  background: #FD9C0C;
  color: black !important;
}
.button.--pink,
.btn.--pink,
.s72-btn.--pink,
.btn-navbar-search.--pink,
.button.--magenta,
.btn.--magenta,
.s72-btn.--magenta,
.btn-navbar-search.--magenta {
  background: #DD71A0;
  color: black !important;
}
.button.--dropdown,
.btn.--dropdown,
.s72-btn.--dropdown,
.btn-navbar-search.--dropdown {
  font-size: 14px;
  font-family: 'GT-Cinetype';
  justify-content: left;
  padding-top: 0 !important;
  background: no-repeat right center;
  padding-right: 37px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 14.5L16 19L20.5 14.5' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  border-bottom: 1px solid currentColor;
}
.button.--spread,
.btn.--spread,
.s72-btn.--spread,
.btn-navbar-search.--spread,
.button.spread,
.btn.spread,
.s72-btn.spread,
.btn-navbar-search.spread {
  width: 100%;
  box-sizing: border-box;
}
.button.--stroke,
.btn.--stroke,
.s72-btn.--stroke,
.btn-navbar-search.--stroke {
  border: 1px solid black;
  color: black;
  letter-spacing: normal;
  background: white;
  font-weight: normal;
  line-height: 37px;
}
.button.--stroke:disabled,
.btn.--stroke:disabled,
.s72-btn.--stroke:disabled,
.btn-navbar-search.--stroke:disabled {
  background: white !important;
  color: #777777 !important;
  border-color: #777777 !important;
}
.button.--big-stroke,
.btn.--big-stroke,
.s72-btn.--big-stroke,
.btn-navbar-search.--big-stroke {
  border: 1px solid black;
  color: black;
  text-transform: none;
  letter-spacing: normal;
  background: white;
  font-weight: normal;
  line-height: 40px;
  font-size: 18px;
}
.button.--big-stroke:disabled,
.btn.--big-stroke:disabled,
.s72-btn.--big-stroke:disabled,
.btn-navbar-search.--big-stroke:disabled {
  background: white !important;
  color: #777777 !important;
  border-color: #777777 !important;
}
.button.--fg,
.btn.--fg,
.s72-btn.--fg,
.btn-navbar-search.--fg {
  color: var(--button, black);
  background: var(--fg);
}
.button.--scheme,
.btn.--scheme,
.s72-btn.--scheme,
.btn-navbar-search.--scheme {
  color: var(--fg, black);
  background: var(--bg);
}
.button.--white,
.btn.--white,
.s72-btn.--white,
.btn-navbar-search.--white {
  color: black;
  background: white;
}
.button.--clear,
.btn.--clear,
.s72-btn.--clear,
.btn-navbar-search.--clear {
  color: black;
  background: white;
  transition: border-color 0.2s;
}
.button.--clear:hover,
.btn.--clear:hover,
.s72-btn.--clear:hover,
.btn-navbar-search.--clear:hover {
  border-color: black;
}
.button.--teal {
  background-color: #3E9D9D;
  color: #655B31;
}
.button.--teal:hover {
  background-color: #003143;
}
.button.--outline-teal {
  border: 1px solid #3E9D9D;
  color: #3E9D9D !important;
}
body.branded .button.--teal {
  color: white;
}
.button.--cyan {
  background-color: #3E9D9D;
  color: #170c66;
}
.button.--cyan:hover {
  background-color: #33e2e6;
}
.button.--outline-cyan {
  border: 1px solid #3E9D9D;
  color: #3E9D9D !important;
}
body.branded .button.--cyan {
  color: black;
}
.button.--purple {
  background-color: #9378E2;
  color: black;
}
.button.--purple:hover {
  background-color: #ffffff;
}
.button.--outline-purple {
  border: 1px solid #9378E2;
  color: #9378E2 !important;
}
body.branded .button.--purple {
  color: black;
}
.button.--green {
  background-color: #655B31;
  color: #3E9D9D;
}
.button.--green:hover {
  background-color: #00db84;
}
.button.--outline-green {
  border: 1px solid #655B31;
  color: #655B31 !important;
}
body.branded .button.--green {
  color: black;
}
.button.--navy {
  background-color: #170c66;
  color: #3E9D9D;
}
.button.--navy:hover {
  background-color: #281a89;
}
.button.--outline-navy {
  border: 1px solid #170c66;
  color: #170c66 !important;
}
body.branded .button.--navy {
  color: white;
}
.button.--navy-yellow {
  background-color: #170c66;
  color: #FD9C0C;
}
.button.--navy-yellow:hover {
  background-color: #281a89;
}
.button.--outline-navy-yellow {
  border: 1px solid #170c66;
  color: #170c66 !important;
}
body.branded .button.--navy-yellow {
  color: null;
}
.button.--yellow-navy {
  background-color: #FD9C0C;
  color: #170c66;
}
.button.--yellow-navy:hover {
  background-color: #FD9C0C;
}
.button.--outline-yellow-navy {
  border: 1px solid #FD9C0C;
  color: #FD9C0C !important;
}
body.branded .button.--yellow-navy {
  color: black;
}
.button.--red {
  background-color: #F54F1B;
  color: #170c66;
}
.button.--red:hover {
  background-color: #ff6672;
}
.button.--outline-red {
  border: 1px solid #F54F1B;
  color: #F54F1B !important;
}
body.branded .button.--red {
  color: black;
}
.button.--donate {
  background-color: #DD71A0;
  color: #600040;
}
.button.--donate:hover {
  background-color: #fc69d7;
}
.button.--outline-donate {
  border: 1px solid #DD71A0;
  color: #DD71A0 !important;
}
body.branded .button.--donate {
  color: black;
}
.button.--black {
  background-color: black;
  color: white;
}
.button.--black:hover {
  background-color: black;
}
.button.--outline-black {
  border: 1px solid black;
  color: black !important;
}
body.branded .button.--black {
  color: white;
}
.button.--magenta {
  background-color: #DD71A0;
  color: #600040;
}
.button.--magenta:hover {
  background-color: #fc69d7;
}
.button.--outline-magenta {
  border: 1px solid #DD71A0;
  color: #DD71A0 !important;
}
body.branded .button.--magenta {
  color: black;
}
.button.--yellow {
  background-color: #FD9C0C;
  color: #FD9C0C;
}
.button.--yellow:hover {
  background-color: #FD9C0C;
}
.button.--outline-yellow {
  border: 1px solid #FD9C0C;
  color: #FD9C0C !important;
}
body.branded .button.--yellow {
  color: black;
}
.button.--burgundy {
  background-color: #600040;
  color: #DD71A0;
}
.button.--burgundy:hover {
  background-color: #6b0047;
}
.button.--outline-burgundy {
  border: 1px solid #600040;
  color: #600040 !important;
}
body.branded .button.--burgundy {
  color: white;
}
.button.--beige {
  background-color: #BF9167;
  color: black;
}
.button.--beige:hover {
  background-color: #fbeeea;
}
.button.--outline-beige {
  border: 1px solid #BF9167;
  color: #BF9167 !important;
}
body.branded .button.--beige {
  color: black;
}
.button.--white {
  background-color: white;
  color: black;
}
.button.--white:hover {
  background-color: #fafafa;
}
.button.--outline-white {
  border: 1px solid white;
  color: white !important;
}
body.branded .button.--white {
  color: black;
}
.arrow-link {
  font-family: 'GT-Cinetype';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.arrow-link:hover {
  color: var(--linkColor, #707C39);
}
.arrow-link:hover:after {
  transform: translateX(10px);
}
.arrow-link:after {
  content: '→';
  transform: translateX(5px);
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.swiper-wrapper-container {
  position: relative;
}
.swiper-wrapper-container .swiper-button-white {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  box-shadow: var(--shadow-size) var(--shadow-size) black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  opacity: 0;
  box-sizing: border-box;
  --shadow-size: 4px;
  --hover-depth: 1px;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .swiper-wrapper-container .swiper-button-white {
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
@media screen and (max-width: 800px) {
  .swiper-wrapper-container .swiper-button-white {
    --size: 28px;
  }
}
.branded .swiper-wrapper-container .swiper-button-white {
  background-color: var(--arrow-color, #FD9C0C);
  border-radius: 100px;
  border: 1px solid black;
}
.swiper-wrapper-container .swiper-button-white.--enabled {
  opacity: 1;
}
.swiper-wrapper-container .swiper-button-white:before {
  border: 4px solid black;
  border-top: 0px;
  border-left: 0px;
  width: 11px;
  height: 11px;
  content: ' ';
}
@media screen and (max-width: 800px) {
  .swiper-wrapper-container .swiper-button-white:before {
    border-width: 3px;
    width: 7px;
    height: 7px;
  }
}
.swiper-wrapper-container .swiper-button-white.--right,
.swiper-wrapper-container .swiper-button-white.swiper-button-next {
  right: var(--arrow-inset, 0px);
}
.swiper-wrapper-container .swiper-button-white.--right:hover,
.swiper-wrapper-container .swiper-button-white.swiper-button-next:hover,
.swiper-wrapper-container .swiper-button-white.--right:focus,
.swiper-wrapper-container .swiper-button-white.swiper-button-next:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.swiper-wrapper-container .swiper-button-white.--right:before,
.swiper-wrapper-container .swiper-button-white.swiper-button-next:before {
  transform: translateX(-3px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .swiper-wrapper-container .swiper-button-white.--right:before,
  .swiper-wrapper-container .swiper-button-white.swiper-button-next:before {
    transform: translateX(-2px) rotate(-45deg);
  }
}
.swiper-wrapper-container .swiper-button-white.--left,
.swiper-wrapper-container .swiper-button-white.swiper-button-prev {
  left: var(--arrow-inset, 0px);
}
.swiper-wrapper-container .swiper-button-white.--left:hover,
.swiper-wrapper-container .swiper-button-white.swiper-button-prev:hover,
.swiper-wrapper-container .swiper-button-white.--left:focus,
.swiper-wrapper-container .swiper-button-white.swiper-button-prev:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.swiper-wrapper-container .swiper-button-white.--left:before,
.swiper-wrapper-container .swiper-button-white.swiper-button-prev:before {
  transform: translateX(1px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .swiper-wrapper-container .swiper-button-white.--left:before,
  .swiper-wrapper-container .swiper-button-white.swiper-button-prev:before {
    transform: translateX(1px) rotate(135deg);
  }
}
.swiper-wrapper-container .swiper-button-white.swiper-button-disabled {
  opacity: 0;
}
.swiper-wrapper-container .swiper-button-white.swiper-button-prev {
  --arrow-inset: -30px;
}
.swiper-wrapper-container .swiper-button-white.swiper-button-next {
  --arrow-inset: -30px;
}
@media screen and (max-width: 800px) {
  .swiper-wrapper-container .swiper-button-white.swiper-button-prev {
    --arrow-inset: -10px;
  }
  .swiper-wrapper-container .swiper-button-white.swiper-button-next {
    --arrow-inset: -10px;
  }
}
.generic-slider {
  position: relative;
  touch-action: pan-y;
}
.generic-slider .row {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.generic-slider .row > * {
  flex: 0 0 auto;
}
.generic-slider .-arrow {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  box-shadow: var(--shadow-size) var(--shadow-size) black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  opacity: 0;
  box-sizing: border-box;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .generic-slider .-arrow {
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
@media screen and (max-width: 800px) {
  .generic-slider .-arrow {
    --size: 28px;
  }
}
.branded .generic-slider .-arrow {
  background-color: var(--arrow-color, #FD9C0C);
  border-radius: 100px;
  border: 1px solid black;
}
.generic-slider .-arrow.--enabled {
  opacity: 1;
}
.generic-slider .-arrow:before {
  border: 4px solid black;
  border-top: 0px;
  border-left: 0px;
  width: 11px;
  height: 11px;
  content: ' ';
}
@media screen and (max-width: 800px) {
  .generic-slider .-arrow:before {
    border-width: 3px;
    width: 7px;
    height: 7px;
  }
}
.generic-slider .-arrow.--right,
.generic-slider .-arrow.swiper-button-next {
  right: var(--arrow-inset, 0px);
}
.generic-slider .-arrow.--right:hover,
.generic-slider .-arrow.swiper-button-next:hover,
.generic-slider .-arrow.--right:focus,
.generic-slider .-arrow.swiper-button-next:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.generic-slider .-arrow.--right:before,
.generic-slider .-arrow.swiper-button-next:before {
  transform: translateX(-3px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .generic-slider .-arrow.--right:before,
  .generic-slider .-arrow.swiper-button-next:before {
    transform: translateX(-2px) rotate(-45deg);
  }
}
.generic-slider .-arrow.--left,
.generic-slider .-arrow.swiper-button-prev {
  left: var(--arrow-inset, 0px);
}
.generic-slider .-arrow.--left:hover,
.generic-slider .-arrow.swiper-button-prev:hover,
.generic-slider .-arrow.--left:focus,
.generic-slider .-arrow.swiper-button-prev:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.generic-slider .-arrow.--left:before,
.generic-slider .-arrow.swiper-button-prev:before {
  transform: translateX(1px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .generic-slider .-arrow.--left:before,
  .generic-slider .-arrow.swiper-button-prev:before {
    transform: translateX(1px) rotate(135deg);
  }
}
.rich-text {
  font-size: 14px;
  line-height: 24px;
}
.rich-text h2 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
.rich-text h3 {
  font-family: Agrandir-Wide;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.rich-text p {
  margin-bottom: 2rem;
}
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 2rem;
}
.rich-text a {
  color: black;
  text-decoration: underline;
}
.rich-text .button {
  text-decoration: none;
}
.rich-text ul {
  margin-left: 30px;
}
.rich-text iframe {
  max-width: 100%;
}
/* #region Type */
.fontSizeHeadingLarge {
  font-size: 5rem;
}
@media screen and (min-width: 1601px) {
  .fontSizeHeadingLarge {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .fontSizeHeadingLarge {
    font-size: 6rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .fontSizeHeadingLarge {
    font-size: 10vw;
  }
}
@media screen and (max-width: 800px) {
  .fontSizeHeadingLarge {
    font-size: 3rem;
  }
}
.rem-hint {
  width: 1rem;
  height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tileCopy {
  color: #585858;
  font-size: 0.875rem;
  line-height: 1.71428571;
}
/* #endregion */
/* #region Misc */
.flex {
  display: flex;
}
.flex-grow {
  flex: 1;
}
.flex-vcenter {
  align-items: center;
}
.flex-hcenter {
  justify-content: center;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.align-right {
  justify-content: flex-end;
}
.push.right {
  margin-right: auto;
}
.scrimmed-wrapper {
  position: relative;
  display: inline-block;
}
.scrimmed-wrapper img {
  display: block;
}
.scrim {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scrim:after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.scrim.bottom:after {
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.scrim.bottom-short:after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
}
.scrim.left:after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
::-moz-selection {
  background: #DD71A0;
  color: white;
}
::selection {
  background: #DD71A0;
  color: white;
}
@media screen and (max-width: 800px) {
  .border-tiny-top {
    border-top: solid 1px #EEEEEE;
  }
  .border-tiny-bottom {
    border-bottom: solid 1px #EEEEEE;
  }
}
/* #endregion */
/* #region Page Heading */
.page-heading {
  font-size: 5.5em;
  color: #9378E2;
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.large-heading {
  font-size: 5.5em;
  color: #9378E2;
  text-transform: uppercase;
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
/* #endregion */
/* #region Colors */
body {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  margin: 0px;
  overscroll-behavior-y: none;
  --header-zoom-progress: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  overflow-x: hidden;
}
#site-inner {
  flex: 1 0 auto;
  transition: opacity 0.4s;
  overflow-x: hidden;
}
#site-inner .page-template-template-tff-program > div,
#site-inner .page-template-template-film-finder > div,
.page-template-template-share-socials #site-inner > div {
  padding-bottom: 0px;
}
#site-inner > div {
  padding-bottom: 40px;
}
pre {
  line-height: 1.5;
  text-align: left;
  display: block;
}
a,
.link {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.link:hover {
  color: var(--link-color, #707C39);
}
#site-outer {
  min-height: 100vh;
}
@-webkit-keyframes MenuItemScale {
  0% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes MenuItemScale {
  0% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}
/* #endregion */
/* #endregion */
/* #region Stubs */
.stub-venue {
  border: 1px solid red;
  padding: 10px;
  margin-bottom: 1.5vw;
}
.backgroundAnim {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background: blue;
}
/* #endregion Stubs */
.horizontal-tile {
  margin-bottom: 60px;
  font-size: 0.6875rem;
}
.horizontal-tile h2 {
  font-size: 1.25rem;
  margin-top: 0;
}
.horizontal-tile .image {
  padding-right: 2.5em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .horizontal-tile .image {
    padding-right: 0;
  }
}
.horizontal-tile img {
  width: 100%;
  position: relative;
}
.horizontal-tile p {
  color: #585858;
  font-size: 0.875rem;
  line-height: 1.71428571;
}
.horizontal-tile .view-more {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/* #endregion */
.single-tff-location .partners {
  text-align: center;
}
.single-tff-location .partners p {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
}
.partner-logo {
  margin-right: 20px;
  width: 9rem;
}
/* #region Session */
.vr-selector {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  background: #eeeeee;
  padding: 0.5rem;
}
.vr-selector .select {
  background: #9378E2;
  color: white;
  border-radius: 4px;
  line-height: 2.5rem;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
  flex: 1 1 50%;
}
.vr-selector .select:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid white;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
  right: 0.5rem;
  top: 1rem;
}
.vr-selector .select:first-child {
  margin-right: 0.5rem;
}
.vr-selector .select.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.vr-selector .select .label {
  font-weight: bold;
  font-size: 0.875rem;
}
.vr-selector .select select {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2.5rem;
  cursor: pointer;
}
.pricing-container-wrapper {
  display: none;
  margin-top: 1px;
}
.pricing-container-wrapper.entering {
  position: relative;
  display: block;
  overflow: hidden;
}
.pricing-container-wrapper.entering .pricing-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.pricing-container-wrapper.visible {
  display: block;
  overflow: hidden;
}
.pricing-container {
  display: block;
}
.pricing-container .error {
  padding: 1rem;
  background: #eeeeee;
}
.pricing-container .error p {
  margin: 0px;
}
.pricing-container .error .button {
  margin-top: 1rem;
}
.pricing-container .add-to-cart,
.pricing-container .item {
  line-height: 1rem;
  padding: 0.75rem 2.5rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  display: flex;
  margin-top: 1px;
  font-size: 12px;
}
.pricing-container .item {
  background: #eeeeee;
}
@media screen and (max-width: 800px) {
  .pricing-container .item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pricing-container .item .label,
  .pricing-container .item .price {
    padding-left: 0;
    padding-right: 1rem;
  }
  .pricing-container .item .total-price {
    display: none;
  }
  .pricing-container .item .quantity {
    padding-right: 0px;
  }
}
@media screen and (max-width: 800px) {
  .pricing-container .item.discount-code-row {
    display: block;
  }
  .pricing-container .item.discount-code-row .label {
    display: block;
  }
  .pricing-container .item.discount-code-row .code {
    margin-top: 1rem;
  }
  .pricing-container .item.discount-code-row .code .input {
    flex-grow: 1;
  }
  .pricing-container .item.discount-code-row .code .input input {
    width: 100%;
    font-size: 16px;
  }
}
.pricing-container .item.discount-row {
  background: #f6f6f6;
  color: #9378E2;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.pricing-container .item.discount-row.discounted {
  -webkit-animation: ModalOpen 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: ModalOpen 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pricing-container .item.discount-row .label {
  flex: 1 1 auto;
}
.pricing-container .item.discount-row .label .info {
  font-weight: normal;
  font-size: 12px;
  margin-top: 0.25rem;
  padding-right: 1rem;
  color: rgba(147, 120, 226, 0.7);
}
.pricing-container .item.discount-row .code {
  display: flex;
}
.pricing-container .item.discount-row .code input,
.pricing-container .item.discount-row .code .submit-button .button {
  line-height: 2rem !important;
  height: 2rem !important;
  padding: 0 0.5rem !important;
  font-size: 0.75rem !important;
}
.pricing-container .item.discount-row .code input {
  background-color: black;
  border-radius: 0;
  color: white;
  display: inline-flex;
  justify-content: center;
  font-family: Agrandir-Narrow;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0.98em;
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  border: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  background: transparent;
  border: 1px solid rgba(147, 120, 226, 0.5);
  transform: none !important;
  text-align: left;
  color: #9378E2 !important;
  outline: none;
  width: 10rem;
  cursor: text;
}
.pricing-container .item.discount-row .code input .-icon {
  display: block;
  width: 16px;
  margin-top: -5px;
  margin-left: 4px;
}
.branded .pricing-container .item.discount-row .code input {
  border: 1px solid black;
  color: black;
  background-color: white;
  font-family: Agrandir-Wide;
  font-weight: bold;
  height: 32px;
  --shadow-size: 6px;
  --hover-depth: 4px;
  transform: translate3d(0px, 0px, 0px);
  box-shadow: var(--shadow-size) var(--shadow-size) 0px black;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  will-change: transform;
  padding: 0 1em;
  line-height: 0.9em;
}
.branded .pricing-container .item.discount-row .code input:hover,
.branded .pricing-container .item.discount-row .code input a:hover,
a:hover .branded .pricing-container .item.discount-row .code input,
a:hover .branded .pricing-container .item.discount-row .code input a,
.branded .pricing-container .item.discount-row .code input:focus,
.branded .pricing-container .item.discount-row .code input a:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.branded .pricing-container .item.discount-row .code input,
.branded .pricing-container .item.discount-row .code input.--sm,
.ondemand .homepage-carousel .-film-info .-buttons .branded .pricing-container .item.discount-row .code input {
  border-radius: 100px;
  --shadow-size: 2px;
  --hover-depth: 1px;
}
.branded .pricing-container .item.discount-row .code input.--md {
  border-radius: 100px;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .branded .pricing-container .item.discount-row .code input.--md {
    border-radius: 100px;
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
.branded .pricing-container .item.discount-row .code input.--lg {
  border-radius: 100px;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .branded .pricing-container .item.discount-row .code input.--lg {
    border-radius: 100px;
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
.pricing-container .item.discount-row .code input.--icon {
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  box-sizing: border-box;
}
.pricing-container .item.discount-row .code input,
.pricing-container .item.discount-row .code input.--sm,
.ondemand .homepage-carousel .-film-info .-buttons .pricing-container .item.discount-row .code input {
  height: 32px;
  font-size: 14px;
  padding-top: 3px !important;
}
.pricing-container .item.discount-row .code input.--md {
  height: 40px;
  font-size: 16px;
  padding-top: 3px !important;
}
@media screen and (max-width: 800px) {
  .pricing-container .item.discount-row .code input.--md {
    height: 32px;
    font-size: 14px;
    padding-top: 3px !important;
  }
}
.pricing-container .item.discount-row .code input.--lg {
  height: 48px;
  font-size: 20px;
  padding-top: 4px !important;
}
@media screen and (max-width: 800px) {
  .pricing-container .item.discount-row .code input.--lg {
    height: 32px;
    font-size: 14px;
    padding-top: 3px !important;
  }
}
.pricing-container .item.discount-row .code input:disabled,
.pricing-container .item.discount-row .code input.disabled {
  filter: saturate(50%);
}
.pricing-container .item.discount-row .code input:hover {
  text-decoration: none;
}
.pricing-container .item.discount-row .code input:not(:disabled):not(.disabled):not(.--disabled):active {
  transition: background-color 0.6s;
}
.pricing-container .item.discount-row .code input:disabled,
.pricing-container .item.discount-row .code input.disabled,
.pricing-container .item.discount-row .code input.--disabled {
  background: #b6b6b6 !important;
  color: #3e3e3e !important;
  cursor: not-allowed !important;
}
.pricing-container .item.discount-row .code input.blue {
  background: #3E9D9D;
  color: #170c66;
}
.pricing-container .item.discount-row .code input.--grey {
  background: #c6c6c6;
  color: #494949;
}
.pricing-container .item.discount-row .code input.--yellow {
  background: #FD9C0C;
  color: black !important;
}
.pricing-container .item.discount-row .code input.--pink,
.pricing-container .item.discount-row .code input.--magenta {
  background: #DD71A0;
  color: black !important;
}
.pricing-container .item.discount-row .code input.--dropdown {
  font-size: 14px;
  font-family: 'GT-Cinetype';
  justify-content: left;
  padding-top: 0 !important;
  background: no-repeat right center;
  padding-right: 37px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 14.5L16 19L20.5 14.5' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  border-bottom: 1px solid currentColor;
}
.pricing-container .item.discount-row .code input.--spread,
.pricing-container .item.discount-row .code input.spread {
  width: 100%;
  box-sizing: border-box;
}
.pricing-container .item.discount-row .code input.--stroke {
  border: 1px solid black;
  color: black;
  letter-spacing: normal;
  background: white;
  font-weight: normal;
  line-height: 37px;
}
.pricing-container .item.discount-row .code input.--stroke:disabled {
  background: white !important;
  color: #777777 !important;
  border-color: #777777 !important;
}
.pricing-container .item.discount-row .code input.--big-stroke {
  border: 1px solid black;
  color: black;
  text-transform: none;
  letter-spacing: normal;
  background: white;
  font-weight: normal;
  line-height: 40px;
  font-size: 18px;
}
.pricing-container .item.discount-row .code input.--big-stroke:disabled {
  background: white !important;
  color: #777777 !important;
  border-color: #777777 !important;
}
.pricing-container .item.discount-row .code input.--fg {
  color: var(--button, black);
  background: var(--fg);
}
.pricing-container .item.discount-row .code input.--scheme {
  color: var(--fg, black);
  background: var(--bg);
}
.pricing-container .item.discount-row .code input.--white {
  color: black;
  background: white;
}
.pricing-container .item.discount-row .code input.--clear {
  color: black;
  background: white;
  transition: border-color 0.2s;
}
.pricing-container .item.discount-row .code input.--clear:hover {
  border-color: black;
}
.pricing-container .item.discount-row .code input:focus {
  border-color: #9378E2;
}
.pricing-container .item.discount-row .code .submit-button .button {
  margin-left: 1rem;
  width: 7rem;
  outline: none;
}
.pricing-container .item:first-child {
  margin-top: 0px;
}
.pricing-container .item .price {
  text-align: left;
  padding-right: 1rem;
}
.pricing-container .add-to-cart {
  background: #FD9C0C;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.pricing-container .add-to-cart.disabled {
  cursor: not-allowed;
}
.pricing-container .add-to-cart .label {
  text-transform: uppercase;
}
.pricing-container .add-to-cart .working {
  display: none;
  text-transform: uppercase;
  text-align: center;
}
.pricing-container .add-to-cart .working .loading-dots {
  margin-left: 5px;
}
@media screen and (max-width: 800px) {
  .pricing-container .add-to-cart {
    padding-left: 1rem;
  }
  .pricing-container .add-to-cart .label {
    padding-left: 0;
  }
}
.pricing-container.adding .add-to-cart .working {
  display: block;
}
.pricing-container.adding .add-to-cart .label,
.pricing-container.adding .add-to-cart .quantity,
.pricing-container.adding .add-to-cart .total-price {
  display: none;
}
.pricing-container .label,
.pricing-container .working {
  font-weight: bold;
  flex: 1 1 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pricing-container .label .conditions,
.pricing-container .working .conditions {
  font-weight: normal;
  font-size: 12px;
  padding-right: 1rem;
  margin-top: 0.25rem;
  color: #444444;
}
.pricing-container .quantity {
  width: 8rem;
  text-align: right;
  box-sizing: border-box;
  padding-right: 1rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 800px) {
  .pricing-container .quantity {
    width: 6rem;
  }
}
.pricing-container .quantity .quantity-label {
  border-bottom: 1px solid #aaaaaa;
}
.pricing-container .total-price {
  width: 3rem;
  text-align: right;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.pricing-widget-iframe {
  border: 1px solid #e0e0e0;
  border-top: 0px;
}
.pricing-widget-iframe iframe {
  width: 100%;
  border: 0px;
}
.quantity-selector {
  position: relative;
  min-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quantity-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .quantity-selector select {
    font-size: 16px;
  }
}
.quantity-selector .quantity-label {
  position: relative;
}
.quantity-selector .quantity-label:after {
  content: ' ';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  margin-top: -6px;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  body.festival-tff .site-toggle .item.sff {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  body.festival-tff .site-toggle .item.sff {
    margin-right: 1rem;
  }
}
body.festival-tff .user-menu .search-item a svg,
body.festival-tff .desktop-menu .search-toggle > span svg path {
  fill: white;
}
body.festival-tff .user-menu .search-item a:hover svg,
body.festival-tff .desktop-menu .search-toggle > span:hover svg,
body.festival-tff .user-menu .search-item a:hover path,
body.festival-tff .desktop-menu .search-toggle > span:hover path {
  fill: #DD71A0;
}
/* #endregion */
/* #region Homepage Feature */
.homepage-feature {
  position: relative;
  padding-top: 56.25%;
  background: #333333;
}
.homepage-feature .-audio-toggle {
  position: absolute;
  bottom: 20px;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .homepage-feature .-audio-toggle {
    bottom: 40px;
  }
}
.homepage-feature .-audio-toggle .-icon {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405 405'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EMuted%3C/title%3E%3Cpath class='cls-1' d='M193.92,113.67l-57.85,44.24h-28a13.34,13.34,0,0,0-13.37,13.37v62.48a13.34,13.34,0,0,0,13.37,13.37h28.2l57.61,44.24c10,7.78,24.8.49,24.8-12.15V125.83C218.47,112.94,203.89,105.89,193.92,113.67Z'/%3E%3Cpath class='cls-1' d='M293.24,202.5l15.13-15.13a6.85,6.85,0,0,0,0-9.45l-7.15-7.15a6.85,6.85,0,0,0-9.45,0L276.64,185.9l-15.13-15.13a6.85,6.85,0,0,0-9.45,0l-7.14,7.15a6.83,6.83,0,0,0,0,9.45L260,202.5l-15.12,15.13a6.83,6.83,0,0,0,0,9.45l7.14,7.15a6.85,6.85,0,0,0,9.45,0l15.13-15.13,15.13,15.13a6.85,6.85,0,0,0,9.45,0l7.15-7.15a6.85,6.85,0,0,0,0-9.45Z'/%3E%3Cpath class='cls-1' d='M202.5,402.5c-110.28,0-200-89.72-200-200s89.72-200,200-200,200,89.72,200,200S312.78,402.5,202.5,402.5ZM202.5,22C102.94,22,22,102.94,22,202.5s81,180.55,180.55,180.55,180.55-81,180.55-180.55S302.06,22,202.5,22Z'/%3E%3C/svg%3E");
  opacity: 0.7;
}
.homepage-feature .-audio-toggle .-icon:before,
.homepage-feature .-audio-toggle .-icon:after {
  display: none;
}
.homepage-feature .-audio-toggle .-icon:hover {
  opacity: 1;
}
.homepage-feature .-audio-toggle input:checked + .-icon {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 405 405'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUnmute%3C/title%3E%3Cpath class='cls-1' d='M257.73,163.14a10.41,10.41,0,1,0-12.87,16.36,26.26,26.26,0,0,1-1.09,41.43A9.15,9.15,0,0,0,242.24,234l.87.87c3.49,4.15,10,5,14.18,1.75a47.07,47.07,0,0,0,.44-73.5Z'/%3E%3Cpath class='cls-1' d='M281.5,133.92a10.56,10.56,0,0,0-14.4,1.53h0a10.29,10.29,0,0,0,1.31,14.39,64.35,64.35,0,0,1,0,99.88,10.3,10.3,0,0,0-1.31,14.4h0a10.36,10.36,0,0,0,14.4,1.74,84.63,84.63,0,0,0,0-131.94Z'/%3E%3Cpath class='cls-1' d='M191.06,113.67l-57.85,44.24h-28a13.34,13.34,0,0,0-13.37,13.37v62.48a13.34,13.34,0,0,0,13.37,13.37h28.2l57.61,44.24c10,7.78,24.8.49,24.8-12.16V125.83C215.61,112.94,201,105.89,191.06,113.67Z'/%3E%3Cpath class='cls-1' d='M202.5,402.5c-110.28,0-200-89.72-200-200s89.72-200,200-200,200,89.72,200,200S312.78,402.5,202.5,402.5ZM202.5,22C102.94,22,22,102.94,22,202.5s81,180.55,180.55,180.55,180.55-81,180.55-180.55S302.06,22,202.5,22Z'/%3E%3C/svg%3E");
}
.homepage-feature .single-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-feature > .-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: opacity 0.4s;
}
.homepage-feature > .-logo .wrapper,
.homepage-feature > .-logo .row,
.homepage-feature > .-logo .-logo-col {
  height: 100%;
  position: relative;
}
.homepage-feature > .-logo .-logo-col {
  display: flex;
  align-items: center;
}
.homepage-feature > .-logo .-logo-col svg {
  width: 100%;
  height: auto;
  fill: white !important;
}
.homepage-feature.--fade-logo > .-logo {
  opacity: 0;
}
.homepage-feature > .video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.homepage-feature > .video img,
.homepage-feature > .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.homepage-feature > .text {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .homepage-feature > .text {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .homepage-feature > .text {
    bottom: 2rem;
  }
}
.homepage-feature > .text .absolute-padding {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.homepage-feature > .text .meta {
  position: relative;
  top: 0px;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .homepage-feature > .text .meta {
    display: none;
  }
}
.homepage-feature > .text .meta .title {
  font-weight: bold;
  font-size: 16px;
  color: white;
}
.homepage-feature > .text .meta .info {
  font-size: 14px;
  color: white;
}
/* #endregion */
/* #region Pageload indicator */
.page-load-indicator {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 2px;
  background: #3E9D9D;
  width: 0px;
  z-index: 2000;
}
.page-load-indicator[state='loading'] {
  width: 70%;
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-load-indicator[state='nearly'] {
  width: 80%;
  transition: width 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-load-indicator[state='ready'] {
  width: 100%;
  transform: translateY(-5px);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s 0.3s;
}
/* #endregion */
/* #region Event box */
@-webkit-keyframes WishlistIconBounce {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.3) rotate(20deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes WishlistIconBounce {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.3) rotate(20deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.toggle-wishlist-icon svg {
  display: block;
}
.toggle-wishlist-icon svg .filled {
  opacity: 0;
}
.toggle-wishlist-icon.active {
  -webkit-animation: WishlistIconBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: WishlistIconBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.toggle-wishlist-icon.active svg .filled {
  opacity: 1;
}
@-webkit-keyframes loadingFade {
  from {
    fill: rgba(255, 255, 255, 0);
    outline: #ffffff;
  }
  to {
    fill: rgba(221, 113, 160, 0.3);
    outline: #DD71A0;
  }
}
@keyframes loadingFade {
  from {
    fill: rgba(255, 255, 255, 0);
    outline: #ffffff;
  }
  to {
    fill: rgba(221, 113, 160, 0.3);
    outline: #DD71A0;
  }
}
/* #region Schedule height */
.mobile-schedule .date-link a {
  display: block;
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #9378E2;
  margin-bottom: 0.5rem;
}
/* #endregion */
/* #region Date Scroller */
@-webkit-keyframes DateChangeAnim {
  from {
    transform: scale(0.85) translateY(0.05em);
  }
  to {
    transform: scale(1);
  }
}
@keyframes DateChangeAnim {
  from {
    transform: scale(0.85) translateY(0.05em);
  }
  to {
    transform: scale(1);
  }
}
/* #region Loading Dots */
.multiple-planner-select {
  margin-top: 16px;
}
.multiple-planner-select .item {
  position: relative;
  background: #DD71A0;
  color: white;
  display: block;
  margin-bottom: 8px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: 3rem;
}
.branded .multiple-planner-select .item {
  background-color: #ffffff;
  color: black;
  border: 1px solid black;
  border-radius: 5px;
}
.multiple-planner-select .item:before,
.multiple-planner-select .item:after {
  display: block;
  content: ' ';
  border-radius: 1rem;
  position: absolute;
  height: 16px;
  width: 16px;
  margin-top: -0.7rem;
  top: 50%;
  left: 0.8rem;
  box-sizing: border-box;
}
.multiple-planner-select .item:before {
  background: #ffffff;
  border: 1px solid black;
}
.multiple-planner-select .item:after {
  transform: scale(0);
  transition: transform 0.3s;
  background: no-repeat center center url("data:image/svg+xml,%3Csvg width='10px' height='8px' viewBox='0 0 10 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-41.000000, -608.000000)' fill='%23000000'%3E%3Cg transform='translate(40.000000, 606.000000)'%3E%3Cpolygon points='1.75 6.5 2.75 5.5 4.75 7.5 9.75 2.5 10.75 3.5 4.75 9.5'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.multiple-planner-select .item:active {
  transform: scale(0.95);
}
.multiple-planner-select .item:last-child {
  margin-bottom: 0;
}
.multiple-planner-select .item.selected:after {
  transform: scale(1);
}
.multiple-planner-select .item.selected {
  background-color: #3E9D9D;
}
.multiple-planner-select .item.selected:after {
  transform: scale(1);
}
.multiple-planner-select .item span {
  display: block;
}
.multiple-planner-select .item .venue {
  font-size: 0.8em;
}
@media screen and (max-width: 800px) {
  .multiple-planner-select .item .meta {
    font-size: 14px;
  }
  .multiple-planner-select .item .venue {
    font-size: 10px;
  }
}
/* #endregion */
/* #region Loading Dots */
@-webkit-keyframes AnimPulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes AnimPulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.loading-dots {
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  line-height: 5px;
  margin-top: -3px;
  white-space: nowrap;
}
.loading-dots:before,
.loading-dots:after,
.loading-dots span {
  display: inline-block;
  content: ' ';
  height: 4px;
  width: 4px;
  border-radius: 3px;
  margin-right: 4px;
  background: currentColor;
  -webkit-animation: AnimPulse 1.2s infinite both cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: AnimPulse 1.2s infinite both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loading-dots span {
  -webkit-animation-delay: 0.333s;
          animation-delay: 0.333s;
}
.loading-dots:after {
  margin-right: 0px;
  -webkit-animation-delay: 0.666s;
          animation-delay: 0.666s;
}
/* #endregion */
/* #region Arrow Util */
.arrow {
  padding-right: 1.8rem;
  position: relative;
}
.arrow:after {
  content: '';
  vertical-align: middle;
  border: solid;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875em;
  transition: transform 0.3s;
}
.arrow.right:after {
  transform: translate(0, -50%) rotate(-45deg);
  position: absolute;
  right: 0.5rem;
  top: 50%;
}
.arrow:hover.right:after {
  transform: translate(0.1875em, -50%) rotate(-45deg);
}
/* #endregion */
/* #region Donate */
.long-donate-box .donate-box {
  padding-left: 0;
  padding-right: 0;
}
.long-donate-box .donate-box .header h2 {
  margin-bottom: 0.5rem;
}
.long-donate-box .donate-box .header .learn-more {
  margin: 0px;
  padding: 0px;
}
.floating-donate-wrapper {
  height: 1px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .floating-donate-wrapper {
    height: auto;
    position: relative;
  }
}
.floating-donate-wrapper .donate-box.floating {
  position: absolute;
  bottom: -4rem;
  margin-left: -30px;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .floating-donate-wrapper .donate-box.floating {
    position: relative;
    bottom: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
/* #endregion */
/* #region Sidebar */
/* #endregion */
/* #region TFF Centre Dropdown */
.embedded-top-centres {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.embedded-top-centres h2 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .embedded-top-centres {
    padding-bottom: 1rem;
  }
  .embedded-top-centres .promiment-tff-centre {
    margin-bottom: 2em;
  }
}
.embedded-top-centres .promiment-tff-centre {
  margin-bottom: 16px;
}
.promiment-tff-centre {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
}
.promiment-tff-centre .-title {
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .promiment-tff-centre .-title {
    font-size: 16px;
  }
}
.promiment-tff-centre .-dates {
  margin-top: 8px;
  min-height: 3rem;
}
.promiment-tff-centre .-dates,
.promiment-tff-centre .-status {
  font-size: 12px;
  line-height: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.01em;
}
.promiment-tff-centre .-status {
  height: 1.2em;
}
.promiment-tff-centre.--on-sale {
  background-color: #FD9C0C;
}
.promiment-tff-centre a:hover {
  color: inherit;
}
/* #endregion */
.tiles {
  margin-bottom: -1.25rem;
}
.tiles .tile-block {
  position: relative;
  color: white;
  margin-bottom: 1.25rem;
}
.tiles .tile-block:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.85714286%;
}
.tiles .tile-block > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.tiles .tile-block.small-block h2 {
  font-size: 2rem;
}
.tiles .tile-block.small-block p {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .tiles .tile-block.small-block p {
    display: none;
  }
}
.tiles .tile-block .inner-block {
  color: white;
}
.tiles .tile-block .inner-block .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tiles .tile-block .inner-block .tile-content {
  padding: 1.25rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.tiles .tile-block .inner-block .tile-content p {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.tiles .tile-block .inner-block .tile-content h2 {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  margin: 0;
  margin-top: 0.5rem;
  font-size: 3rem;
}
.quick-links .quick-link {
  position: relative;
}
.quick-links .quick-link.rectangular {
  position: relative;
}
.quick-links .quick-link.rectangular:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.quick-links .quick-link.rectangular > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.quick-links .quick-link.default {
  position: relative;
}
.quick-links .quick-link.default:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.quick-links .quick-link.default > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 800px) {
  .quick-links .quick-link {
    margin-bottom: 1rem;
  }
  .quick-links .quick-link:last-child {
    margin-bottom: 0;
  }
}
.quick-links .quick-link .content {
  color: white;
  padding: 1.5rem;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
@media screen and (max-width: 800px) {
  .quick-links .quick-link .content {
    padding: 4vw;
  }
  .quick-links .quick-link .content h2 {
    font-size: 9vw;
  }
}
.quick-links .quick-link .content h2,
.quick-links .quick-link .content p {
  margin: 0;
}
.quick-links .quick-link .content h2 {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.quick-links .quick-link .content p {
  margin-bottom: 0.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
@media screen and (max-width: 800px) {
  .quick-links .quick-link .content {
    padding: 4vw;
  }
  .quick-links .quick-link .content h2 {
    font-size: 9vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .quick-links .quick-link .content {
    padding: 0.75rem;
  }
  .quick-links .quick-link .content h2 {
    font-size: 3.5vw;
  }
}
.quick-links .quick-link .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
.quick-links .quick-link .image img {
  width: 100%;
  height: 100%;
}
.display-tiny {
  display: none;
}
@media screen and (max-width: 800px) {
  .display-tiny {
    display: initial;
    display: unset;
  }
}
.tiny-meta {
  position: relative;
  top: 0px;
  display: none;
  text-align: right;
  color: white;
  background: #212121;
  line-height: 1.1rem;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.tiny-meta .title {
  font-weight: bold;
  font-size: 14px;
}
.tiny-meta .info {
  font-size: 12px;
}
.page-template-template-support .rich-text {
  padding-right: 1.875rem;
}
.filled-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.filled-arrow.right {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
  margin-left: 0.25rem;
}
.no-overflow {
  overflow: hidden;
}
.single-venue-header-image {
  position: relative;
  display: flex;
  justify-content: stretch;
}
.single-venue-header-image .image img {
  width: 100%;
}
.single-venue-header-image .map {
  background: #eeeeee;
}
.venue-listing-page .venue-listing-header {
  position: relative;
  overflow: hidden;
}
.venue-listing-page .venue-listing-header .header {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 30%;
  display: flex;
  align-items: center;
  color: #9378E2;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
@media screen and (max-width: 800px) {
  .venue-listing-page .venue-listing-header .header {
    position: relative;
    display: block;
    width: 70%;
  }
}
.venue-listing-page .venue-listing-header .header:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: -40%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
.venue-listing-page .venue-listing-header .map {
  position: relative;
  width: 100%;
  padding-top: 40%;
  background: #aaaaaa;
  z-index: 1;
  min-height: 380px;
  box-sizing: border-box;
}
.venue-listing-page .venue-listing-header .map:hover {
  background: #cccccc;
}
@media screen and (max-width: 800px) {
  .venue-listing-page .venue-listing-header .map {
    display: none;
  }
}
.venue-listing-page h3 {
  font-weight: bold;
  letter-spacing: 0.0125em;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 0px;
}
.venue-listing-page .dining-partner-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .venue-listing-page .dining-partner-item {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .venue-listing-page .dining-partner-item {
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .venue-listing-page .dining-partner-item {
    display: block;
  }
}
.venue-listing-page .dining-partner-item .image-wrap {
  margin-right: 5%;
  position: relative;
}
.venue-listing-page .dining-partner-item .image-wrap img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .venue-listing-page .dining-partner-item .image-wrap {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.venue-listing-page .dining-partner-item .info {
  font-size: 0.75rem;
  line-height: 1.14285714rem;
}
.venue-listing-page .dining-partner-item .info h3 {
  margin-bottom: 0.5rem;
}
.venue-listing-page .dining-partner-item .info .website {
  font-weight: bold;
}
.venue-listing-page .dining-partner-item .info .description {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.venue-listing-page .dining-partner-item .info .phone {
  margin-bottom: 0.5rem;
}
.venue-listing-page .dining-partner-item .info .location .address {
  margin-bottom: 0.5rem;
}
.venue-listing-page .dining-partner-item .info .location a {
  display: inline-block;
  font-weight: bold;
}
.venue-listing-page .dining-partner-item .info .opening-hours-label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.venue-listing-page .dining-partner-item .info .opening-hours {
  display: table;
}
.venue-listing-page .dining-partner-item .info .opening-hours .item {
  display: table-row;
}
.venue-listing-page .dining-partner-item .info .opening-hours .item > div {
  display: table-cell;
}
.venue-listing-page .dining-partner-item .info .opening-hours .item > div:first-child {
  padding-right: 1rem;
}
.single-venue-content .meta {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
.single-venue-content .meta .item-heading {
  margin-top: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.single-venue-content .description p:first-child {
  margin-top: 0px;
}
.tff-home-slider {
  height: 56vw;
  background: black;
  position: relative;
  max-height: 80vh;
}
.tff-home-slider.on-subpage {
  height: 41vw;
}
.tff-home-slider.on-subpage .text-overlay .inner {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}
@media screen and (max-width: 800px) {
  .tff-home-slider.on-subpage .text-overlay .inner {
    left: 1rem;
    bottom: 1rem;
  }
}
.tff-home-slider .image-display {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: no-repeat top center;
  background-size: cover;
}
.tff-home-slider .image-display .image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: no-repeat top center;
  background-size: cover;
}
.tff-home-slider .text-overlay {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 1px;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}
.tff-home-slider .text-overlay .hero-text {
  color: white;
}
.tff-home-slider .text-overlay .hero-text .-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: 'GT-Cinetype';
}
@media screen and (max-width: 800px) {
  .tff-home-slider .text-overlay .hero-text .-title {
    font-size: 24px;
    line-height: 1;
  }
}
.tff-home-slider .text-overlay .hero-text .-subtitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 6px;
}
.tff-home-slider .text-overlay .film-details {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  font-size: 1rem;
  text-align: right;
}
.tff-home-slider .text-overlay .film-details .film-title {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .tff-home-slider .text-overlay .film-details {
    display: none;
  }
}
.tff-returning-text {
  margin-top: 40px;
}
.tff-returning-text p:first-child {
  font-size: 18px;
  line-height: 24px;
}
.tff-home-slider-outer {
  background: black;
}
.tff-home-slider-outer.subpage {
  padding: 1px 0px;
}
.menu-item-location-name {
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  color: #808080;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.menu-item-location-name:after {
  content: '';
  display: block;
  height: 1px;
  background: #808080;
  width: 100%;
}
.menu-item-location a {
  color: #808080;
}
.menu-item-location li {
  margin-bottom: 1rem;
  padding-bottom: 0 !important;
}
.menu-item-location li.has-info a {
  color: white;
}
.menu-item-location span.info-text {
  position: absolute;
  right: 100%;
  display: inline-block;
  color: #808080;
  padding-right: 1rem;
  text-align: right;
  font-size: 0.625rem;
  font-weight: bold;
}
.menu-item-location .info-text.on-sale {
  color: #DD71A0;
}
.menu-item-location .info-text.screening-now {
  color: #655B31;
}
.menu-item-location .date-label {
  float: right;
  font-size: 0.75rem;
}
@-webkit-keyframes BGGradientLoading {
  from {
    background-position: -300px 0%;
  }
  to {
    background-position: 500px 0;
  }
}
@keyframes BGGradientLoading {
  from {
    background-position: -300px 0%;
  }
  to {
    background-position: 500px 0;
  }
}
.popular-terms {
  margin: 2.25rem 0 2rem 0;
}
@media screen and (max-width: 800px) {
  .popular-terms > .wrapper > div {
    width: 100%;
    margin: 0;
  }
}
.popular-terms .popular-search-title {
  font-weight: bold;
  color: black;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .popular-terms .popular-search-title {
    width: 100%;
    display: block;
    margin: 0 0 0.75rem 0;
  }
}
.popular-terms .term-item {
  color: #DD71A0;
  font-size: 0.9rem;
  line-height: 1rem;
  display: inline-block;
  margin: 0 1rem 0 0;
  text-decoration: underline;
  cursor: pointer;
}
.profile-block .profile-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.profile-block .profile-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.profile-block .profile-image > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.profile-block.centered .justify-profiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.profile-block.centered h4 {
  text-align: center;
}
.profile-block h4 {
  margin-bottom: -0.375rem;
  font-size: 1rem;
}
.profile-block h5,
.profile-block p {
  margin: 0;
}
.profile-block h5 {
  margin-top: 0.6875rem;
  font-weight: 400;
  font-size: 0.875rem;
}
.profile-block p {
  margin-top: 0.125rem;
  color: #767676;
  font-size: 0.75rem;
}
.tff-banner {
  padding: 1rem;
  padding-right: 0.4rem;
  background: black;
  color: white;
  font-weight: 0.75rem;
}
.tff-banner span {
  margin: 0;
}
.tff-banner .link {
  text-align: right;
}
.tff-banner a {
  color: white;
  font-weight: bold;
}
.image-header-caption {
  color: #585858;
  font-size: 0.75rem;
  padding: 0.75rem 0;
  display: flex;
  align-items: flex-start;
}
.image-header-caption .icon {
  width: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.image-header-caption.has-floating {
  padding-right: 1.875rem;
}
.discover-slider {
  position: relative;
}
.discover-slider > .wrapper {
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 800px) {
  .discover-slider > .wrapper {
    border-bottom: 0;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .discover-slider > .wrapper {
    border-bottom: 0;
  }
}
.discover-slider .slider-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .discover-slider .slider-row {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .discover-slider .slider-row .text-col {
    bottom: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
  }
}
.discover-slider .slider-row .text-col .inner {
  width: 150%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .discover-slider .slider-row .text-col .inner {
    width: initial;
    width: unset;
    padding-bottom: 1rem;
  }
  .discover-slider .slider-row .text-col .inner .title {
    font-size: 2.75rem;
  }
}
.discover-slider .slider-row .text-col .title {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #9378E2;
}
@media screen and (max-width: 800px) {
  .discover-slider .slider-row .text-col .title {
    font-size: 1.75rem !important;
  }
}
.discover-slider .slider-row .text-col .description {
  margin-top: 1.5rem;
  line-height: 1.5rem;
  color: #9378E2;
}
@media screen and (max-width: 800px) {
  .discover-slider .slider-row .text-col .description {
    display: none;
  }
}
.discover-slider .slider-row .text-col .read-more {
  color: #DD71A0;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .discover-slider .slider-row .text-col .read-more {
    margin-top: 0.5rem;
  }
}
.discover-slider .slider-row .image-col {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.discover-slider .slider-row .image-col:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.discover-slider .slider-row .image-col > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.discover-slider .slider-row .image-col:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 50%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 100%;
}
.discover-slider .slider-row .image-col img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .discover-slider .slider-row .image-col {
    width: 100vw;
  }
  .discover-slider .slider-row .image-col:after {
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    height: 110%;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.978) 9.5%, rgba(255, 255, 255, 0.925) 17.7%, rgba(255, 255, 255, 0.857) 24.7%, rgba(255, 255, 255, 0.781) 31%, rgba(255, 255, 255, 0.701) 36.8%, rgba(255, 255, 255, 0.62) 42.3%, rgba(255, 255, 255, 0.538) 47.6%, rgba(255, 255, 255, 0.455) 52.9%, rgba(255, 255, 255, 0.373) 58.2%, rgba(255, 255, 255, 0.291) 63.7%, rgba(255, 255, 255, 0.212) 69.5%, rgba(255, 255, 255, 0.138) 75.8%, rgba(255, 255, 255, 0.07) 82.9%, rgba(255, 255, 255, 0.019) 91.2%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 100%;
  }
}
.discover-slider .tab-row {
  line-height: 2;
  position: relative;
  z-index: 1;
}
.discover-slider .tab-row .tabs {
  display: flex;
}
.discover-slider .tab-row .tabs .item {
  background: #fbfbfb;
  border-right: 1px solid #eeeeee;
  flex: 1 1 auto;
  text-align: center;
  font-size: 0.875rem;
  color: #9378E2;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: background-color 0.5s;
}
.discover-slider .tab-row .tabs .item.active {
  font-weight: bold;
  background: #eeeeee;
}
.discover-slider .tab-row .tabs .item.active span {
  display: inline-block;
  -webkit-animation: MenuItemScale 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: MenuItemScale 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.discover-slider .tab-row .tabs .item:last-child {
  border-right: 0px;
}
.frame .item .click-catcher {
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.discovery-page {
  padding-top: 4vw;
}
.discovery-section {
  overflow: hidden;
  padding-bottom: 1rem;
  color: #9378E2;
}
.discovery-section.type-twitter .section-title {
  margin-bottom: 2rem;
}
.discovery-section.type-quicklinks .quicklink-tile {
  display: block;
  background: no-repeat right center;
  background-size: cover;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 1rem 1rem;
}
.discovery-section.type-quicklinks .quicklink-tile.tile-browse {
  background-image: url('/wp-content/themes/sff/assets/img/discover-quicklink-browse.jpg');
}
.discovery-section.type-quicklinks .quicklink-tile.tile-schedule {
  background-image: url('/wp-content/themes/sff/assets/img/discover-quicklink-schedule.jpg');
}
@media screen and (max-width: 800px) {
  .discovery-section.type-quicklinks .quicklink-tile {
    background: white !important;
  }
}
.discovery-section.type-quicklinks .quicklink-tile span {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  color: #9378E2;
  font-size: 2.5rem;
}
@media screen and (max-width: 800px) {
  .discovery-section.type-quicklinks .quicklink-tile span {
    font-size: 1.7rem;
  }
}
.discovery-section.type-quicklinks .quicklink-tile span:after {
  border: 3px solid #9378E2;
  content: ' ';
  display: inline-block;
  border-top: 0px;
  border-left: 0px;
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  position: relative;
  top: -0.5rem;
  left: 0.5rem;
  transition: transform 0.4s;
}
@media screen and (max-width: 800px) {
  .discovery-section.type-quicklinks .quicklink-tile span:after {
    top: -0.2rem;
    left: 0.5rem;
  }
}
.discovery-section.type-quicklinks .quicklink-tile:hover span:after {
  transform: translateX(0.5rem) rotate(-45deg);
}
.discovery-section .section-title {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
  line-height: 1rem;
  color: black;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .discovery-section .section-title {
    margin-top: 1rem;
  }
}
.discovery-section .section-title .title {
  font-weight: bold;
}
.discovery-section .section-title .section-links {
  font-size: 0.75rem;
  font-weight: normal;
  color: #585858;
}
.discovery-section .section-title .section-links a {
  color: #DD71A0;
  text-decoration: none;
  border-bottom: 1px solid #DD71A0;
}
.discovery-section.hovering .frame .page-arrow.enabled {
  pointer-events: all;
}
.discovery-section.hovering .frame .page-arrow.enabled:before,
.discovery-section.hovering .frame .page-arrow.enabled:after {
  opacity: 1;
}
.discovery-section .frame .page-arrow {
  position: absolute;
  top: -5px;
  bottom: -5px;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .discovery-section .frame .page-arrow {
    display: none !important;
  }
}
.discovery-section .frame .page-arrow:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  content: ' ';
  display: block;
  width: 2.5rem;
  opacity: 0;
  background: url(/wp-content/themes/sff/assets/img/discover-arrow.png) no-repeat center center;
  background-size: contain;
}
.discovery-section .frame .page-arrow.left {
  left: -50vw;
  right: 100%;
  width: auto;
  margin-right: -50px;
}
.discovery-section .frame .page-arrow.left:before {
  right: 0.25rem;
  transform: scaleX(-1);
  transition: opacity 0.3s, right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.discovery-section .frame .page-arrow.left:hover:before {
  right: 0.75rem;
}
.discovery-section .frame .page-arrow.right {
  left: 100%;
  right: -50vw;
  width: auto;
  margin-left: -50px;
}
.discovery-section .frame .page-arrow.right:before {
  left: 0.25rem;
  transition: opacity 0.3s, left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.discovery-section .frame .page-arrow.right:hover:before {
  left: 0.75rem;
}
.discovery-section .expanded-content {
  background: #9378E2;
  display: none;
  color: white;
  margin-top: 1rem;
  overflow: hidden;
  z-index: 2;
  position: relative;
  will-change: transform;
}
.discovery-section .expanded-content .discover-section {
  color: white;
}
.discovery-section .expanded-content .page-arrow {
  background: transparent !important;
}
.discovery-section .expanded-content > .inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.discovery-section .expanded-content .close-button {
  width: 1rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  cursor: pointer;
}
.discovery-section .expanded-content .close-button:before,
.discovery-section .expanded-content .close-button:after {
  width: 1rem;
  height: 0.15rem;
  background: white;
  position: absolute;
  content: ' ';
  display: block;
  top: 0.5rem;
}
.discovery-section .expanded-content .close-button:before {
  transform: rotate(-45deg);
}
.discovery-section .expanded-content .close-button:after {
  transform: rotate(45deg);
}
.discovery-section .film-breakout {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.discovery-section .film-breakout .info-row {
  display: flex;
}
.discovery-section .film-breakout .info-row .trailer-col {
  align-self: center;
}
@media screen and (max-width: 800px) {
  .discovery-section .film-breakout .info-row {
    display: block;
  }
}
.discovery-section .film-breakout .heading {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.discovery-section .film-breakout .meta {
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.discovery-section .film-breakout .meta span {
  margin-right: 1.5rem;
}
.discovery-section .film-breakout .buttons {
  margin-top: 1.5rem;
}
.discovery-section .film-breakout .trailer-area {
  position: relative;
  width: 70%;
  background: black no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
.discovery-section .film-breakout .trailer-area:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.discovery-section .film-breakout .trailer-area > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 800px) {
  .discovery-section .film-breakout .trailer-area {
    margin-top: 2rem;
  }
}
.discovery-section .film-breakout .trailer-area span {
  background: black;
  color: white;
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.discovery-section .strand-breakout {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.discovery-section .strand-breakout .heading {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
.discovery-section .strand-breakout .summary {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
.discovery-section .strand-breakout .more-col {
  text-align: right;
}
.discovery-section .strand-breakout .more-col a {
  color: white;
  font-size: 0.875rem;
}
.discovery-section .strand-breakout .more-col a:after {
  content: ' ';
  display: inline-block;
  border: 1px solid white;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 0.25rem;
}
.discovery-section .strand-breakout .info-row {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .discovery-section .strand-breakout .info-row {
    display: block;
  }
}
.discovery-section .item-container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.discovery-section .item-container .items {
  will-change: transform;
}
.discovery-section .item-container .row {
  white-space: nowrap;
  font-size: 1px;
}
.discovery-section .item-container .row .item {
  font-size: 1rem;
  float: none;
  display: inline-block;
  white-space: normal;
  perspective: 500px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  vertical-align: top;
}
.discovery-section .item-container .row .item .inner {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s;
  pointer-events: none;
}
.discovery-section .item-container .row .item.expanded .inner {
  transform: none !important;
}
.discovery-section .item-container .row .item.other-expanded {
  transform: scale(0.9);
}
.discovery-section .item-container .row .item.other-expanded .inner {
  opacity: 0.6 !important;
}
.discovery-section .item-container .row .item.hovering .inner {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.discovery-section .item-container .row .expandable-content {
  display: none;
}
.discovery-section .item-container .row .item.slider .inner {
  border-radius: 8px !important;
}
.discovery-section .item-container .row .item.slider .inner:after {
  border-radius: 8px !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 60%) !important;
}
.discovery-section .item-container .row .item.slider .slide-contents {
  position: absolute;
  top: 1.5rem !important;
  left: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  z-index: 5;
}
.discovery-section .item-container .row .item.slider .slide-contents .title {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 2.5rem;
  width: 60%;
}
@media screen and (max-width: 800px) {
  .discovery-section .item-container .row .item.slider .slide-contents .title {
    font-size: 24px;
    width: 80%;
  }
}
.discovery-section .item-container .row .item.slider .slide-contents .description {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: white;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.discovery-section .item-container .row .item.slider .slide-contents .description .link-label {
  color: white;
  margin-top: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .discovery-section .item-container .row .item.slider .slide-contents {
    top: 1rem !important;
    left: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
  }
  .discovery-section .item-container .row .item.slider .slide-contents .description-text {
    display: none;
  }
  .discovery-section .item-container .row .item.slider .slide-contents .link-label {
    font-size: 12px;
    line-height: 14px;
  }
}
.discovery-section .item-container .row .item.twitter .inner {
  pointer-events: all;
}
.discovery-section .item-container .row .item.twitter .user {
  display: flex;
}
.discovery-section .item-container .row .item.twitter .user .display-pic {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background: no-repeat center center;
  background-size: contain;
  margin-right: 0.5rem;
  align-items: center;
}
.discovery-section .item-container .row .item.twitter .user .name .full {
  font-weight: bold;
  font-size: 0.75rem;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discovery-section .item-container .row .item.twitter .user .name .screen {
  font-size: 0.625rem;
  color: #585858;
}
.discovery-section .item-container .row .item.twitter .content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.66666667;
  color: #585858;
}
.discovery-section .item-container .row .item.twitter .content a {
  color: black;
  text-decoration: none;
}
.discovery-section .item-container .row .item.twitter .content a:after {
  color: #DD71A0;
  text-decoration: underline;
}
.discovery-section .item-container .row .item.twitter .buttons {
  line-height: 0.8rem;
}
.discovery-section .item-container .row .item.twitter .buttons a {
  display: inline-block;
  margin-right: 0.5rem;
  width: 1rem;
  height: 0.8rem;
  background: no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.discovery-section .item-container .row .item.twitter .buttons a.retweet {
  background-image: url(/wp-content/themes/sff/assets/img/tweet-retweet.svg);
}
.discovery-section .item-container .row .item.twitter .buttons a.like {
  background-image: url(/wp-content/themes/sff/assets/img/tweet-like.svg);
}
.discovery-section .item-container .row .item.twitter .buttons a.reply {
  background-image: url(/wp-content/themes/sff/assets/img/tweet-reply.svg);
}
.discovery-section .item-container .row .item.twitter .buttons .time {
  display: inline-block;
  font-size: 0.6875rem;
  color: #585858;
  vertical-align: middle;
}
.discovery-section .item-container .row .item.instagram {
  border-radius: 5px;
  overflow: hidden;
}
.discovery-section .item-container .row .item.instagram.hovering .hover-text {
  opacity: 1 !important;
}
.discovery-section .item-container .row .item.instagram .click-catcher {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.discovery-section .item-container .row .item.instagram .inner {
  background: black no-repeat center center;
  background-size: cover;
  position: relative;
}
.discovery-section .item-container .row .item.instagram .inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.discovery-section .item-container .row .item.instagram .inner > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.discovery-section .item-container .row .item.instagram .inner .hover-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s;
  color: white;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .discovery-section .item-container .row .item.instagram .inner .hover-text {
    font-size: 11px;
  }
}
.discovery-section .item-container .row .item.instagram .inner .hover-text .user {
  font-weight: bold;
  margin-top: 0.5rem;
}
.discovery-section .item-container .row .item.event {
  opacity: 0.25;
  will-change: opacity;
}
.discovery-section .item-container .row .item.event.off {
  transition: none;
  visibility: hidden;
}
.discovery-section .item-container .row .item.event.visible {
  opacity: 1;
}
.discovery-section .item-container .row .item.event > .click-catcher {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.discovery-section .item-container .row .item.event .selling-speed {
  position: absolute;
  right: auto !important;
  bottom: auto !important;
  line-height: 1.81818182;
  font-size: 0.6875rem;
  border-top-left-radius: 4px;
  padding: 0px 0.5rem;
  background: #FD9C0C;
  color: #9378E2;
}
@media screen and (max-width: 800px) {
  .discovery-section .item-container .row .item.event .selling-speed {
    font-size: 9px;
  }
}
.discovery-section .item-container .row .item.event .selling-speed.sold-out {
  background: #F54F1B;
  color: white;
}
.discovery-section .item-container .row .item.event:after {
  content: ' ';
  display: block;
  background: #9378E2;
  width: 2rem;
  height: 2rem;
  position: absolute;
  transform: translateY(0.5rem) translateX(-1rem) rotate(45deg);
  top: 150%;
  left: 50%;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.01s 0.1s;
}
.discovery-section .item-container .row .item.event.expanded:after {
  top: 100%;
  opacity: 1;
  transition: top 0.4s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.01s 0.3s;
}
.discovery-section .item-container .row .item.event .inner {
  display: block;
  background: #efefef no-repeat center center;
  background-size: cover;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) inset 0px 0px 30px;
  position: relative;
}
.discovery-section .item-container .row .item.event .inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.discovery-section .item-container .row .item.event .inner > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.discovery-section .item-container .row .item.event .inner:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.5));
  z-index: 1;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  .discovery-section .item-container .row .item.event .inner:after {
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.4));
  }
}
.discovery-section .item-container .row .item.event .inner .text {
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 1rem;
  right: 1rem;
  padding-right: 3rem;
  top: auto;
  color: white;
  line-height: 1.25;
  font-weight: bold;
  font-size: 0.875rem;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .discovery-section .item-container .row .item.event .inner .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .discovery-section .item-container .row .item.event .inner .text {
    bottom: 0.375rem;
    left: 0.5rem;
    right: 0.5rem;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem;
  }
}
.discovery-section .item-container .row .item.event .inner .text .total-events {
  font-size: 0.8em;
  margin-bottom: 0.25rem;
  display: block;
}
.discovery-section .item-container .row .item.event .inner .text.expandable:after {
  content: ' ';
  display: block;
  position: absolute;
  border: 2px solid white;
  width: 0.9rem;
  height: 0.9rem;
  transform: rotate(45deg);
  bottom: 0.5rem;
  right: 0.5rem;
  border-top: 0px;
  border-left: 0px;
}
.discovery-section .item-container .row .item.event .head {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  bottom: unset;
  left: initial;
  left: unset;
  width: 35%;
}
.discovery-section .item-container .row .item.event .head svg {
  width: 100%;
  height: auto;
}
.discovery-section .item-container .row .item.event.head-item .inner {
  box-shadow: none;
}
.discovery-section .item-container .row .item.event.head-item .inner .text {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #FD9C0C;
}
@media screen and (max-width: 800px) {
  .discovery-section .item-container .row .item.event.head-item .inner .text {
    font-size: 1.2rem;
  }
}
.discovery-section .item-container .row .item.event.head-item .inner:after {
  display: none;
}
.discovery-section .item-container .row .item.event.purple-head .inner {
  background: #9378E2;
}
.discovery-section .item-container .row .item.event.pink-head .inner {
  background: #DD71A0;
}
.discovery-section .item-container .row .item.event.blue-head .inner {
  background: #3E9D9D;
}
.discovery-section .item-container .row .item.event.orange-head .inner {
  background: #F54F1B;
}
.discovery-section .item-container .row .item.event.red-head .inner {
  background: #F54F1B;
}
.discovery-section .item-container .row .item.event.red-head .inner .text {
  color: #FD9C0C;
}
.discovery-section .item-container .row .item.event.green-head .inner {
  background: #655B31;
}
.discovery-section .item-container .row .item.event.yellow-head .inner {
  background: #FD9C0C;
}
.page-description-wrapper {
  border-bottom: solid 1px #eeeeee;
}
.page-description-wrapper .page-description-row {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-description-wrapper .page-description {
  font-size: 1.125rem;
  line-height: 1.5;
}
.page-description-wrapper .page-long-description {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #585858;
}
.tff-program-page {
  padding-top: 24px;
}
@media screen and (max-width: 800px) {
  .tff-program-page {
    padding-top: 16px;
  }
}
.tff-event-list .day-heading {
  font-size: 20px;
  line-height: 1;
  font-family: 'GT-Cinetype';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .tff-event-list .day-heading {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.tff-event-list .day-heading.--uppercase {
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .tff-event-list .day-heading {
    margin-top: 32px;
  }
}
.meta-row .selling-speed {
  color: #9378E2;
  border-radius: 3px;
  font-size: 0.625rem;
  letter-spacing: 0.01em;
  padding: 2px 6px;
  height: 1.2rem;
  vertical-align: middle;
  margin-right: 1rem;
}
.meta-row .selling-speed.sold-out {
  background: #F54F1B;
  color: white;
}
.meta-row .selling-speed.selling-fast {
  background: #ffe604;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
}
@media screen and (max-width: 800px) {
}
.venue-row .selling-speed {
  margin-right: 0;
}
.venue-row .selling-speed svg {
  height: 0.6rem;
  margin-right: 0.3rem;
}
.venue-row .selling-speed.sold-out {
  padding: 2px;
  background: #F54F1B;
  border-radius: 2px;
  color: white;
  font-size: 0.5rem;
  margin-right: 0.25rem;
}
.venue-row .wishlisted .sold-out {
  background: white;
  color: #DD71A0;
}
.venue-row .purchased .sold-out {
  background: #9378E2;
  color: #FD9C0C;
}
.event-picker-info .selling-speed {
  color: #9378E2;
  margin-right: 0.25rem;
}
.event-picker-info .selling-speed svg {
  margin-right: 0;
}
.event-picker-info .selling-speed .text {
  padding-left: 0.5rem;
  font-size: 0.8rem;
}
.real-content {
  -webkit-animation: FadeIn 0.9s both;
          animation: FadeIn 0.9s both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.wishlisted .selling-speed {
  color: white;
}
.is-in-cart .selling-speed {
  color: #FD9C0C;
}
#ft_ferveCart {
  display: none !important;
}
.mobile-page-sections {
  background: #eeeeee;
  display: none;
  position: relative;
  margin-bottom: -1.5rem;
  margin-top: 2.25rem;
}
.mobile-page-sections .section-wrapper {
  flex-wrap: nowrap;
  align-items: center;
  display: inline-flex;
  padding: 1rem 1.5rem;
  position: relative;
  touch-action: pan-y;
  min-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .mobile-page-sections.has-items {
    display: block;
  }
}
.mobile-page-sections .mobile-section-item {
  width: auto;
  margin-right: 1rem;
  display: block;
}
.mobile-page-sections .mobile-section-item a {
  word-wrap: none;
  white-space: nowrap;
}
.mobile-page-sections .mobile-section-item.active {
  color: initial;
  font-weight: bold;
}
.fake-event-box {
  padding-bottom: 2.5rem !important;
  top: 0px;
  left: 0px;
  right: 0px;
}
.fake-event-box .fake-button {
  height: 40px;
}
.fake-event-box .fake-text {
  background: #eeeeee;
  color: #eeeeee;
  overflow: hidden;
}
.date-filter .browse-alphabet {
  display: none;
}
.browse-alphabet {
  position: fixed;
  top: 4rem;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  width: 7vw;
  touch-action: none;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .browse-alphabet {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .browse-alphabet {
    width: 2vw;
    display: flex;
  }
}
@media screen and (min-width: 1601px) {
  .browse-alphabet {
    width: 30px;
  }
}
.browse-alphabet.hidden {
  opacity: 0;
  pointer-events: none;
}
.browse-alphabet.active {
  opacity: 1;
  pointer-events: initial;
}
.browse-alphabet .inner {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  touch-action: none;
  cursor: pointer;
}
.browse-alphabet .index-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  background: transparent;
  border-radius: 20px;
  transition: background-color 0.4s;
}
.browse-alphabet .index-wrapper :hover {
  box-shadow: 0px 2px #ffc0cb;
}
.browse-alphabet .index {
  pointer-events: none;
  color: #9378E2;
  font-size: 0.5rem;
  height: 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  color: #767676;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}
.browse-alphabet .index.active {
  color: #DD71A0;
}
.browse-alphabet .drag-indicator {
  position: fixed;
  right: 1rem;
  opacity: 0;
  pointer-events: none;
  background: #9378E2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  perspective: 1000;
  height: 2.5rem;
  color: white;
  transform: scale(0.5);
  overflow: hidden;
  transition: transform 0.4s, opacity 0.4s, right 0.4s;
  transition-delay: 0.3s;
  transition-timing-function: ease-out;
}
.browse-alphabet .drag-indicator.active {
  transition-delay: 0s;
  opacity: 1;
  right: 3rem;
  transform: scale(1);
}
.browse-alphabet .drag-indicator .start {
  -webkit-animation: slideFromRight 0.3s both;
          animation: slideFromRight 0.3s both;
}
.browse-alphabet .drag-indicator .out,
.browse-alphabet .drag-indicator .in {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.browse-alphabet .drag-indicator .in {
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.browse-alphabet .drag-indicator .out {
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.browse-alphabet .drag-indicator .out.down {
  top: 50%;
  -webkit-animation: slideDownOut 0.45s both;
          animation: slideDownOut 0.45s both;
}
.browse-alphabet .drag-indicator .in.down {
  top: 150%;
  -webkit-animation: slideDownIn 0.45s both;
          animation: slideDownIn 0.45s both;
}
.browse-alphabet .drag-indicator .out.up {
  top: 50%;
  -webkit-animation: slideUpOut 0.45s both;
          animation: slideUpOut 0.45s both;
}
.browse-alphabet .drag-indicator .in.up {
  top: -150%;
  -webkit-animation: slideUpIn 0.45s both;
          animation: slideUpIn 0.45s both;
}
.browse-alphabet:hover .index {
  color: #9378E2;
}
.browse-alphabet.active .index-wrapper {
  background: rgba(238, 238, 238, 0.3);
}
@-webkit-keyframes slideDownOut {
  from {
    top: 50%;
  }
  to {
    top: -50%;
  }
}
@keyframes slideDownOut {
  from {
    top: 50%;
  }
  to {
    top: -50%;
  }
}
@-webkit-keyframes slideDownIn {
  from {
    top: 150%;
  }
  to {
    top: 50%;
  }
}
@keyframes slideDownIn {
  from {
    top: 150%;
  }
  to {
    top: 50%;
  }
}
@-webkit-keyframes slideUpIn {
  to {
    top: 50%;
  }
  from {
    top: -50%;
  }
}
@keyframes slideUpIn {
  to {
    top: 50%;
  }
  from {
    top: -50%;
  }
}
@-webkit-keyframes slideUpOut {
  to {
    top: 150%;
  }
  from {
    top: 50%;
  }
}
@keyframes slideUpOut {
  to {
    top: 150%;
  }
  from {
    top: 50%;
  }
}
@-webkit-keyframes slideFromRight {
  to {
    right: 150%;
  }
  from {
    right: 50%;
  }
}
@keyframes slideFromRight {
  to {
    right: 150%;
  }
  from {
    right: 50%;
  }
}
.playing-today {
  margin-top: 0rem;
}
.playing-today .playing-today-header {
  font-weight: bold;
  padding-bottom: 1.5rem;
}
.playing-today .playing-today-header a {
  font-weight: normal;
  color: #DD71A0;
  font-size: 14px;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: baseline;
}
.playing-today .view-all {
  margin-top: 1.75rem;
  position: relative;
}
.playing-today .view-all:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.playing-today .view-all > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 800px) {
  .playing-today .view-all {
    margin-top: 2.5rem;
  }
}
.playing-today .view-all a {
  display: block;
  background: #9378E2;
  border-radius: 4px;
}
.playing-today .view-all a span {
  position: absolute;
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  color: white;
  left: 0.75rem;
  bottom: 0.75rem;
  right: 2rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 800px) {
  .playing-today .view-all a span {
    font-size: 1.5rem;
  }
}
.playing-today .view-all a:after {
  border: 2px solid white;
  content: ' ';
  display: block;
  position: absolute;
  right: 0.75rem;
  bottom: 1.5rem;
  border-top: 0px;
  border-left: 0px;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-45deg);
}
.gallery-item {
  margin-bottom: 2rem;
}
.gallery-item .image {
  display: block;
  padding-top: 100%;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.gallery-item .image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -15px;
}
.gallery-item .image .play-button:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #ffffff;
}
.gallery-item .title {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 14px;
}
.gallery-item .date {
  margin-top: 0.5rem;
  font-size: 14px;
  color: #7e7e7e;
}
.choose-your-town h3 {
  display: none;
}
@media screen and (max-width: 800px) {
  .choose-your-town h3 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .choose-your-town {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .choose-your-town h3 {
    margin-bottom: 20px;
  }
}
.tff-page-sections h2 {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  margin-top: 0px;
  margin-bottom: 2rem;
}
.text-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.text-tiles .text-tile {
  border-bottom: 2px solid black;
  padding-bottom: 40px;
  flex: 0 0 auto;
}
@media screen and (max-width: 800px) {
  .text-tiles .text-tile {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .text-tiles .text-tile:last-child {
    margin-bottom: 0px;
  }
}
.text-tiles .text-tile .title {
  font-weight: bold;
}
.text-tiles .text-tile .description {
  font-size: 0.8em;
  color: #666666;
  margin-top: 10px;
}
.block-row-margin-top {
  margin-bottom: 3rem;
}
.no-margin-last-p p:last-child {
  margin-bottom: 0;
}
.position-relative {
  position: relative;
}
.blog-post-header {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  .blog-post-header {
    margin-top: 16px;
  }
}
.blog-post-header .-cover-image {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.blog-post-header .-cover-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border: 0px;
  padding: 0px;
}
.blog-post-header .-cover-image .-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  padding-top: 16px;
  max-width: 13em;
  min-width: 7em;
  padding-right: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .blog-post-header .-cover-image .-title {
    padding-top: 8px;
    font-size: 20px;
    line-height: 25px;
    max-width: 80vw;
  }
}
.blog-post-header .-meta {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: bold;
}
.blog-post-header .-meta > span:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  background: currentColor;
  margin: 0 5px;
  margin-top: -2px;
}
.blog-post-header .-meta > span:last-child:after {
  display: none;
}
.blog-post-header .-abstract {
  margin-bottom: 16px;
}
.blog-post-header .-social {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  white-space: nowrap;
  margin-top: -4px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .blog-post-header .-social {
    text-align: left;
    margin-top: 0;
  }
}
.blog-post-header .-social .-item {
  display: inline-block;
  line-height: 32px;
  margin-left: 16px;
}
.blog-post-header .-social .-item:first-child {
  margin-left: 0;
}
.blog-post-header .-social .-item svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  fill: currentColor;
}
.blog-post-archive .intro-text {
  margin-bottom: 16px;
}
.blog-post-archive .-container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.blog-post-archive .-container > .row .blog-post-preview {
  margin-top: 32px;
  margin-bottom: 48px;
}
.blog-post-preview {
  display: flex;
  flex-direction: column;
}
.blog-post-preview.--no-image {
  border-left: 1px solid black;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 23px;
}
.blog-post-preview .-inner {
  flex: 1 1 auto;
}
.blog-post-preview .-read {
  flex: 0 0 auto;
}
.blog-post-preview .-image {
  background: #ececec no-repeat center center;
  background-size: cover;
  padding-top: 56.25%;
}
.blog-post-preview .-meta {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: bold;
}
.blog-post-preview .-meta > span:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  background: currentColor;
  margin: 0 5px;
  margin-top: -2px;
}
.blog-post-preview .-meta > span:last-child:after {
  display: none;
}
.blog-post-preview .-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.blog-post-preview .-abstract {
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
  margin-top: 16px;
}
.blog-post-preview .-read {
  padding-top: 20px;
}
.blog-post-preview .-read a {
  font-size: 14px;
  font-weight: bold;
}
.browse-page .-upper-sections {
  background: white;
  z-index: 10;
}
.browse-page .-upper-sections .-browse-page-header {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.browse-page .-upper-sections .-browse-page-header .-item {
  display: block;
  margin-right: 20px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
  font-family: Agrandir-Grand;
  font-weight: bold;
  color: black;
  opacity: 0.3;
  border-bottom: 1px solid transparent;
}
.browse-page .-upper-sections .-browse-page-header .-item.--active {
  opacity: 1;
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .browse-page .-upper-sections .-browse-page-header .-item.--active {
    border-bottom: 0px;
  }
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .browse-page .-upper-sections .-browse-page-header .-item[data-mode='calendar'] {
    display: none !important;
  }
}
.browse-page .-upper-sections .-filter-bar {
  align-items: stretch;
}
.browse-page .-upper-sections .-filter-bar > div {
  min-height: 3.2rem;
  line-height: 3.2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 800px) {
  .browse-page .-upper-sections .-filter-bar > div {
    padding-bottom: 8px;
    min-height: 24px;
    line-height: 24px;
  }
}
.browse-page .-upper-sections .-filter-bar .-filter-by-label {
  font-size: 14px;
  align-items: flex-end;
  display: flex;
  padding-bottom: 14px;
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (max-width: 800px) {
  .browse-page .-upper-sections .-filter-bar .-filter-by-label {
    display: none;
  }
}
.browse-page .-results-inner {
  min-height: 100vh;
}
.browse-page .-schedule-wrapper {
  position: relative;
  margin-bottom: -30px;
}
.browse-page .-desktop-filter-area {
  position: absolute;
  left: 0;
  right: 0;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.browse-page .-desktop-filter-area::-webkit-scrollbar {
  width: 8px;
  position: fixed;
}
.browse-page .-desktop-filter-area::-webkit-scrollbar-track {
  background: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.browse-page .-desktop-filter-area::-webkit-scrollbar-track:hover {
  background: transparent;
}
.browse-page .-desktop-filter-area::-webkit-scrollbar-thumb {
  background: transparent;
  border-right: 2px solid #c7c7c7;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.browse-page .-desktop-filter-area::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.browse-page .loading-session {
  margin-top: 16px;
}
.browse-page .-film-results .-placeholder {
  height: 270px;
}
@media screen and (max-width: 800px) {
  .browse-page .-film-results .-placeholder {
    height: 80px;
  }
}
.browse-page .-film-results .-date-heading {
  border-top: 1px solid black;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 16px;
}
.browse-page .-film-results .-date-heading:first-child {
  border-top: 0;
}
.browse-page .-filter-overview {
  display: flex;
  margin-left: -16px;
  line-height: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview {
    line-height: 24px;
    margin-left: -8px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .browse-page .-filter-overview {
    display: block;
  }
}
.browse-page .-filter-overview > .-overview-items,
.browse-page .-filter-overview .-a-z-options {
  display: flex;
}
.browse-page .-filter-overview > .-overview-items {
  flex-wrap: wrap;
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .browse-page .-filter-overview > .-overview-items {
    display: inline;
  }
}
.browse-page .-filter-overview > .-mobile-filter-trigger {
  display: none;
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .browse-page .-filter-overview > .-mobile-filter-trigger {
    display: inline;
    align-items: flex-end;
    font-size: 12px;
  }
  .browse-page .-filter-overview > .-mobile-filter-trigger .-trigger {
    cursor: pointer;
    pointer-events: all;
    display: inline-block;
  }
  .browse-page .-filter-overview > .-mobile-filter-trigger .-trigger:hover {
    color: black;
    border-color: black;
  }
  .browse-page .-filter-overview > .-mobile-filter-trigger .-trigger.--active {
    background: #3E9D9D;
    border-color: #3E9D9D;
    color: black;
  }
  .browse-page .-filter-overview > .-mobile-filter-trigger .-trigger .-label {
    margin-right: 5px;
  }
  .browse-page .-filter-overview > .-mobile-filter-trigger .-trigger svg {
    fill: currentColor;
  }
}
.browse-page .-filter-overview > .-a-z-options {
  margin-left: 16px;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 32px;
  height: 32px;
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview > .-a-z-options {
    justify-content: space-between;
    width: 100%;
    margin-left: 8px;
  }
}
.browse-page .-filter-overview > .-a-z-options .-instruction {
  margin-right: 16px;
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview > .-a-z-options .-instruction {
    display: none;
  }
}
.browse-page .-filter-overview > .-a-z-options a {
  margin-left: 0px;
  padding: 0 4px;
  cursor: not-allowed;
  opacity: 0.2;
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview > .-a-z-options a {
    padding: 0px;
  }
}
.browse-page .-filter-overview > .-a-z-options a.--enabled {
  opacity: 1;
  cursor: pointer;
}
.browse-page .-filter-overview > .-a-z-options a:hover {
  color: #707C39;
}
.browse-page .-filter-overview > .-a-z-options a.--active {
  font-weight: bold;
  border-bottom: 1px solid black;
}
.browse-page .-filter-overview .-filter-item {
  margin-left: 16px;
  padding-right: 35px;
  display: block;
  line-height: inherit;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: none;
  white-space: nowrap;
  margin-bottom: 8px;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  height: 38px;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 14px;
}
@media screen and (max-width: 800px), screen and (min-width: 1201px) and (max-width: 1600px) {
  .browse-page .-filter-overview .-filter-item {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview .-filter-item {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 30px;
    line-height: 24px;
    height: 24px;
    margin-left: 8px;
    margin-bottom: 4px;
  }
  .browse-page .-filter-overview .-filter-item.-trigger {
    padding-right: 5px;
  }
  .browse-page .-filter-overview .-filter-item.-trigger.--active {
    background: #3E9D9D;
    border-color: #3E9D9D;
    color: black;
  }
  .branded .browse-page .-filter-overview .-filter-item {
    line-height: 22px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .browse-page .-filter-overview .-filter-item {
    display: inline-block;
  }
  .browse-page .-filter-overview .-filter-item.-trigger {
    padding-right: 8px;
  }
  .browse-page .-filter-overview .-filter-item.-trigger.--active {
    background: #3E9D9D;
    border-color: #3E9D9D;
    color: black;
  }
}
.browse-page .-filter-overview .-filter-item:hover {
  color: black;
}
.browse-page .-filter-overview .-filter-item.--active {
  border-color: #3E9D9D;
  color: #3E9D9D;
}
.browse-page .-filter-overview .-filter-item.--active:after {
  color: #3E9D9D;
}
.browse-page .-filter-overview .-filter-item.--dropdown {
  pointer-events: all;
}
.browse-page .-filter-overview .-filter-item.--dropdown:after {
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-top: 0;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translate(0px, 12px) rotate(45deg);
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview .-filter-item.--dropdown:after {
    top: -6px;
  }
}
.browse-page .-filter-overview .-filter-item .-close-button {
  width: 32px;
  height: 32px;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview .-filter-item .-close-button {
    width: 20px;
    height: 20px;
  }
}
.browse-page .-filter-overview .-filter-item .-close-button:before,
.browse-page .-filter-overview .-filter-item .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: currentColor;
  width: 12px;
  height: 1px;
  top: 50%;
  right: 0px;
}
@media screen and (max-width: 800px) {
  .browse-page .-filter-overview .-filter-item .-close-button:before,
  .browse-page .-filter-overview .-filter-item .-close-button:after {
    top: 10px;
  }
}
.browse-page .-filter-overview .-filter-item .-close-button:before {
  transform: rotate(45deg);
}
.browse-page .-filter-overview .-filter-item .-close-button:after {
  transform: rotate(-45deg);
}
.browse-page .-no-results .-heading {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Agrandir-Wide;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .browse-page .-no-results .-heading {
    font-size: 28px;
    line-height: 32px;
  }
}
.browse-page .-no-results .-info {
  margin-bottom: 32px;
  max-width: 500px;
}
.browse-page .-discover-slider-wrapper + .-date-heading,
.browse-page .-venue-preview-wrapper + .-date-heading {
  border-top: 0px;
  margin-top: -16px;
}
.browse-page .-films-row {
  display: flex;
  align-items: stretch;
}
.browse-page .-films-row > div {
  float: none !important;
}
.browse-page .-films-row > div .event-box {
  min-height: 100%;
}
.browse-page .-films-row > div .event-box.--expanded:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: 0px;
  background: #3E9D9D;
  z-index: 0;
}
.branded .browse-page .-films-row > div .event-box.--expanded:before {
  background-color: #FD9C0C;
}
.browse-page .-films-row > div .event-box.--expanded a {
  position: relative;
  z-index: 2;
}
.browse-page .-films-row > div .event-box .expander {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%) no-repeat center center;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.branded .browse-page .-films-row > div .event-box .expander {
  pointer-events: none;
}
.browse-page .-films-row > div .event-box .expander:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  width: 20px;
  bottom: 20px;
  border: 2px solid #170c66;
  border-top: 0px;
  border-left: 0px;
  transform: scaleY(0.8) rotate(45deg);
  transition: opacity 0.2s;
  opacity: 0;
}
.branded .browse-page .-films-row > div .event-box .expander:after {
  border: 1px solid black;
  transform: none;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin-left: 0;
  width: auto;
  height: 24px;
  box-shadow: black 2px 2px 0;
  border-radius: 100px;
  pointer-events: all;
  cursor: pointer;
  background: #BF9167 no-repeat center center url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L6 6L10.5 1.5' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  transition: transform 0.1s, box-shadow 0.1s;
}
.browse-page .-films-row > div .event-box .expander:hover:after {
  opacity: 1 !important;
}
.branded .browse-page .-films-row > div .event-box .expander:hover:after {
  transform: translateY(-1px);
  box-shadow: black 2px 3px 0;
}
.browse-page .-films-row > div .event-box:hover .expander {
  opacity: 1;
}
.browse-page .-films-row > div .event-box:hover .expander:after {
  opacity: 0.4;
}
.branded .browse-page .-films-row > div .event-box:hover .expander:after {
  opacity: 1;
}
.browse-page .-films-row > div .event-box.--expanded .expander {
  background: transparent;
  opacity: 1;
  transition: none;
}
.browse-page .-films-row > div .event-box.--expanded .expander:after {
  display: none;
}
.browse-page .-films-row > div .event-box.--expanded .expander:before {
  display: block;
  content: ' ';
  position: absolute;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: no-repeat center center;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='15' viewBox='0 0 30 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0L30 15H0L15 0Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.browse-page .-discover-slider-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid black;
  margin-bottom: 16px;
}
.browse-page .-discover-slider-wrapper .-arrow.--right {
  right: 0;
}
.browse-page .-discover-slider-wrapper .-arrow.--left {
  left: 0;
}
.browse-page .-venue-preview-wrapper {
  overflow: hidden;
  border-bottom: 1px solid black;
  margin-bottom: 16px;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item {
  display: flex;
  padding: 16px 0px;
  white-space: normal;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item.--larger .-image {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 800px) {
  .browse-page .-venue-preview-wrapper .-venue-previews .-item.--larger .-image {
    width: 75px;
    height: 75px;
  }
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-image {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: block;
  background: #f3f3f3;
  position: relative;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-text {
  margin-left: 16px;
  flex: 1 1 auto;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-text .-type-label {
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-text .-title {
  margin-top: 5px;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-text .-address {
  font-size: 12px;
  color: #444444;
  margin-top: 8px;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-text .-description {
  margin-top: 8px;
  font-size: 14px;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-removable {
  width: 50px;
  flex: 0 0 auto;
  position: relative;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-removable .-close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  z-index: 10;
  display: block;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-removable .-close-button:before,
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-removable .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: black;
  width: 15px;
  height: 2px;
  top: 14px;
  right: 8px;
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-removable .-close-button:before {
  transform: rotate(45deg);
}
.browse-page .-venue-preview-wrapper .-venue-previews .-item .-removable .-close-button:after {
  transform: rotate(-45deg);
}
.browse-page .-films-row:first-child {
  padding-top: 16px;
}
.browse-page .dropdown-panel {
  display: none;
}
@-webkit-keyframes FakeSessionIntro {
  from {
    background-position: -500px 0px;
  }
  to {
    background-position: 500px 0px;
  }
}
@keyframes FakeSessionIntro {
  from {
    background-position: -500px 0px;
  }
  to {
    background-position: 500px 0px;
  }
}
.loading-calendar .-row {
  border-bottom: 1px solid #f0f0f0;
  height: 48px;
  display: flex;
  position: relative;
}
.loading-calendar .-row .-col {
  background: #f3f3f3;
  height: 48px;
  width: 150px;
  flex: 0 0 auto;
  background: #f3f3f3 linear-gradient(to right, #f3f3f3 0%, #ffffff 50%, #f3f3f3 100%) no-repeat center center;
  background-size: 400px 400px;
  -webkit-animation: FakeSessionIntro infinite 3.5s linear both;
          animation: FakeSessionIntro infinite 3.5s linear both;
}
.loading-session .-image {
  position: relative;
}
.loading-session .-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.loading-session .-image > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.loading-session .-text {
  margin-top: 8px;
}
.loading-session .-text .-fake-title {
  height: 16px;
  width: 70%;
}
.loading-session .-text .-fake-intro {
  margin-top: 8px;
}
.loading-session .-text .-fake-intro span {
  display: block;
  margin-bottom: 4px;
  height: 8px;
}
.loading-session .-text .-fake-intro span:last-child {
  width: 60%;
}
.loading-session .-image,
.loading-session .-fake-title,
.loading-session .-fake-intro span {
  background: #f3f3f3 linear-gradient(80deg, #f3f3f3 20%, #ffffff 50%, #f3f3f3 80%) no-repeat center center;
  background-size: 400px 400px;
  -webkit-animation: FakeSessionIntro infinite 3.5s linear both;
          animation: FakeSessionIntro infinite 3.5s linear both;
  -webkit-animation-delay: inherit;
          animation-delay: inherit;
}
@media screen and (max-width: 800px) {
  .loading-session {
    display: flex;
  }
  .loading-session .-image {
    flex: 0 0 64px;
    padding: 0 !important;
    width: 64px;
    height: 64px;
    margin-right: 8px;
  }
  .loading-session .-text {
    margin-top: 0;
    flex: 1 1 auto;
  }
  .loading-session .-text .-fake-title {
    display: none;
  }
  .loading-session .-text .-fake-intro {
    margin-top: 0;
  }
  .loading-session .-text .-fake-intro span:first-child {
    width: 30%;
  }
}
.browse-filter {
  padding-top: 0.75rem;
}
.dropdown-panel .browse-filter {
  padding-top: 0;
  margin-top: -5px;
}
.browse-filter .-event-types {
  line-height: 25px;
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.browse-filter .-event-types.--streaming {
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 4px;
}
@media screen and (max-width: 800px) {
  .browse-filter .-event-types {
    justify-content: flex-start;
    margin-left: -20px;
  }
  .browse-filter .-event-types .-type-item {
    margin-left: 20px;
  }
}
.dropdown-panel .browse-filter .-event-types {
  justify-content: flex-start;
  margin-left: -20px;
}
.dropdown-panel .browse-filter .-event-types .-type-item {
  margin-left: 20px;
}
.browse-filter .-event-types .-type-item {
  display: block;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: border-color 0.1s;
  white-space: nowrap;
}
.browse-filter .-event-types .-type-item:hover {
  color: #707C39;
}
.browse-filter .-event-types .-type-item.--active {
  color: transparent;
  border-bottom-color: black;
}
.browse-filter .-event-types .-type-item.--active:before {
  position: absolute;
  top: 0;
  content: attr(title);
  display: block;
  color: black !important;
  font-weight: bold;
}
.browse-filter .-search-box {
  margin-top: 1.5rem;
  position: relative;
}
.browse-filter .-search-box:after {
  pointer-events: none;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 32px;
  background: url(/wp-content/themes/sff/assets/img/icon-search.svg) no-repeat center center;
  transform: scale(0.6) translateX(9px);
  opacity: 0.8;
}
.browse-filter .-search-box input {
  display: block;
  margin: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  font-family: inherit;
  padding-right: 40px;
  box-sizing: border-box;
  height: 32px;
  width: 100%;
  outline: none;
  border-radius: 0;
  height: 38px;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .browse-filter .-search-box input {
    font-size: 16px;
  }
}
.browse-filter .-accordion-group {
  margin-top: 1.5rem;
}
.browse-filter .-accordion-group .-accordion {
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.browse-filter .-accordion-group .-accordion > .-title {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
.browse-filter .-accordion-group .-accordion > .-title:hover {
  font-weight: bold;
}
.browse-filter .-accordion-group .-accordion > .-title:after {
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1.5px solid #222222;
  border-top: 0;
  border-left: 0;
  transform: translate(8px, -3px) rotate(45deg);
  transition: transform 0.2s;
}
.browse-filter .-accordion-group .-accordion.--expanded .-title:after {
  transform: translate(8px, 1px) rotate(225deg);
}
.browse-filter .-accordion-group .-accordion .-contents {
  display: none;
  overflow: hidden;
}
.browse-filter .-accordion-group .-accordion .-contents .-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-top: 8px;
}
.browse-filter .-accordion-group .-accordion .-contents .-list li {
  display: block;
  margin-bottom: 3px;
}
.browse-filter .-accordion-group .-accordion .-contents .-list li a:hover,
.browse-filter .-accordion-group .-accordion .-contents .-list li a.--active {
  color: #707C39;
}
.browse-filter .-checkbox-filter {
  font-size: 12px;
  margin-top: 16px;
}
.browse-filter .-checkbox-filter span {
  cursor: pointer;
}
.browse-filter .-checkbox-filter input + span:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: ' ';
  border: 1px solid #dddddd;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 4px;
}
.browse-filter .-checkbox-filter input:checked + span:before {
  border: 3px solid #170c66;
  background: #3E9D9D;
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .dropdown-panel .generic-venue-filter {
    display: flex;
    margin-left: -24px;
  }
  .dropdown-panel .generic-venue-filter .-column {
    flex: 1 1 33%;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.-accordion .generic-venue-filter {
  margin-top: -8px;
}
.-accordion .generic-venue-filter .-district {
  margin-top: 24px;
}
.-accordion .generic-venue-filter .-district .-item {
  margin-top: 16px !important;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .generic-venue-filter .-column .-item {
    margin-top: 8px !important;
  }
  .generic-venue-filter .-column .-district {
    margin-top: 30px !important;
  }
  .generic-venue-filter .-column:first-child .-district:first-child {
    margin-top: 0 !important;
  }
}
.generic-venue-filter .-column .-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  position: relative;
  height: 12px;
  line-height: 12px;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}
.generic-venue-filter .-column .-item:first-child {
  margin-top: 0;
}
.generic-venue-filter .-column .-item.--district-heading {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.generic-venue-filter .-column .-item:before {
  width: 12px;
  height: 12px;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  transition: all 0.05s;
}
.generic-venue-filter .-column .-item:after {
  width: 6px;
  height: 6px;
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 0.15s;
}
.generic-venue-filter .-column .-item:hover {
  color: #707C39;
}
.generic-venue-filter .-column .-item.--active:before,
.generic-venue-filter .-column .-item.--some-active:before {
  background: #3E9D9D;
  border-color: #3E9D9D;
}
.generic-venue-filter .-column .-item.--active:after,
.generic-venue-filter .-column .-item.--some-active:after {
  background: #3E9D9D;
}
.generic-venue-filter .-column .-item.--some-active:after {
  transform: scaleY(0.333333);
}
.-accordion .date-filter {
  padding-top: 16px;
}
.date-filter .-label {
  display: block;
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 16px;
}
.branded .date-filter .-label {
  font-family: 'GT-Cinetype';
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.-accordion .date-filter .-label {
  display: none;
}
.date-filter .-shortcuts {
  margin-bottom: 32px;
}
.-accordion .date-filter .-shortcuts {
  display: none;
}
.date-filter .-shortcuts .-inner {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
}
.date-filter .-shortcuts .-inner .-item {
  display: block;
  margin-left: 24px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  margin-bottom: 8px;
}
.date-filter .-shortcuts .-inner .-item:hover {
  color: #707C39;
}
.date-filter .-shortcuts .-inner .-item.--active {
  font-weight: bold;
  color: black !important;
  border-bottom: 1px solid black;
}
.date-filter .-calendar .-inner {
  display: flex;
  max-width: 100%;
  width: 245px;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .date-filter .-calendar .-inner {
    width: 100%;
  }
}
.date-filter .-calendar .-inner .-row {
  display: flex;
}
.date-filter .-calendar .-inner .-row span {
  display: block;
  flex: 0 0 14.28%;
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .date-filter .-calendar .-inner .-row span {
    line-height: 2.5;
  }
}
.date-filter .-calendar .-inner .-row span.-day-name {
  font-weight: bold;
}
.date-filter .-calendar .-inner .-row span.--allowed {
  color: #222222;
  cursor: pointer;
}
.date-filter .-calendar .-inner .-row span.--active {
  background: #3E9D9D;
  color: white;
}
.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
}
.dropdown-overlay.--enabled {
  display: block;
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .dropdown-overlay.--enabled {
    background: rgba(255, 255, 255, 0.7);
  }
}
.dropdown-panel {
  position: fixed;
  top: 100px;
  left: 100px;
  background: white;
  z-index: 1000;
  box-sizing: border-box;
  max-width: 95vw;
  border: 1px solid black;
}
.dropdown-panel > .-close-button {
  width: 32px;
  height: 32px;
  content: ' ';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: all;
  z-index: 10;
  cursor: pointer;
}
.dropdown-panel > .-close-button:before,
.dropdown-panel > .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: black;
  width: 20px;
  height: 2px;
  top: 15px;
  right: 10px;
}
.dropdown-panel > .-close-button:before {
  transform: rotate(45deg);
}
.dropdown-panel > .-close-button:after {
  transform: rotate(-45deg);
}
.dropdown-panel.--mobile-filter {
  position: fixed !important;
  top: 20px !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
}
.dropdown-panel.--mobile-filter > .-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px !important;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dropdown-panel.--mobile-filter > .-inner ::-webkit-scrollbar {
  width: 10px;
  position: fixed;
}
.dropdown-panel.--mobile-filter > .-inner ::-webkit-scrollbar-track {
  background: rgba(180, 180, 180, 0.1);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dropdown-panel.--mobile-filter > .-inner ::-webkit-scrollbar-track:hover {
  background: rgba(180, 180, 180, 0.3);
}
.dropdown-panel.--mobile-filter > .-inner ::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 0.6);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dropdown-panel.--mobile-filter > .-inner ::-webkit-scrollbar-thumb:hover {
  background: rgba(200, 200, 200, 0.9);
}
.dropdown-panel.--mobile-filter > .-inner > .-main {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: auto;
  overflow-x: hidden;
}
.dropdown-panel.--mobile-filter > .-inner > .-button-row {
  padding: 0 24px 24px 24px !important;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .dropdown-panel.--mobile-filter {
    left: 50% !important;
    width: 400px !important;
    margin-left: -200px !important;
    right: auto !important;
  }
}
@media screen and (min-width: 1601px), screen and (min-width: 1201px) and (max-width: 1600px) {
  .dropdown-panel.--mobile-filter {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .dropdown-panel {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
  }
  .dropdown-panel > .-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px !important;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .dropdown-panel > .-inner ::-webkit-scrollbar {
    width: 10px;
    position: fixed;
  }
  .dropdown-panel > .-inner ::-webkit-scrollbar-track {
    background: rgba(180, 180, 180, 0.1);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .dropdown-panel > .-inner ::-webkit-scrollbar-track:hover {
    background: rgba(180, 180, 180, 0.3);
  }
  .dropdown-panel > .-inner ::-webkit-scrollbar-thumb {
    background: rgba(200, 200, 200, 0.6);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .dropdown-panel > .-inner ::-webkit-scrollbar-thumb:hover {
    background: rgba(200, 200, 200, 0.9);
  }
  .dropdown-panel > .-inner > .-main {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
    overflow-x: hidden;
  }
  .dropdown-panel > .-inner > .-button-row {
    padding: 0 24px 24px 24px !important;
  }
}
.dropdown-panel > .-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px;
}
.dropdown-panel > .-inner > .-main {
  flex: 1 1 auto;
}
.dropdown-panel .-button-row {
  display: flex;
  margin-left: auto;
  margin-right: -24px;
  align-items: stretch;
  margin-top: 32px;
  max-width: 400px;
  align-items: right;
}
.dropdown-panel .-button-row .button {
  flex: 1 1 auto;
  margin-right: 24px;
}
.dropdown-panel .-button-row .button.--no-results {
  background: #b5b5b5;
  color: #525252;
}
.buy-tickets-modal .overlay {
  z-index: 800;
}
.buy-tickets-modal .modal {
  padding: 0px !important;
  margin: 0px !important;
  background: white;
  border: 1px solid #666666;
  width: 90%;
  max-width: 4400px;
}
.buy-tickets-modal .modal .content {
  padding: 0px !important;
}
.buy-tickets-modal .modal .content .-session-header {
  padding: 10px 16px;
  color: black;
  background-color: white;
}
.buy-tickets-modal .modal .content .-session-header .-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
.buy-tickets-modal .modal .content .-session-header .-session {
  font-size: 14px;
  margin-top: 3px;
}
.buy-tickets-modal .modal .content .-session-header .-session span {
  display: inline-block;
  margin-right: 5px;
}
.buy-tickets-modal .modal .content .-session-header .-session span:after {
  content: '•';
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
}
.buy-tickets-modal .modal .content .-session-header .-session span:last-child:after {
  display: none;
}
.buy-tickets-modal .modal .content .-session-header .-close-button:before,
.buy-tickets-modal .modal .content .-session-header .-close-button:after {
  background: black;
}
.buy-tickets-modal .modal .content .-iframe-wrapper {
  max-height: 70vh;
  overflow: auto;
  position: relative;
}
.buy-tickets-modal .modal .content .-iframe-wrapper iframe {
  width: 100%;
  display: block;
}
.buy-tickets-modal iframe {
  border: 0px;
}
.embedded-browse-results .film-expander-panel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 30vw;
  min-height: 380px;
}
.embedded-browse-results .film-expander-panel > .-arrows {
  display: none !important;
}
.embedded-browse-results .-items-outer .-item-container {
  display: flex;
  justify-content: space-between;
  background: white;
  padding-top: 24px;
}
.embedded-browse-results .-items-outer .-item-container > .-item {
  flex: 1 1 20%;
  margin-left: 24px;
}
.embedded-browse-results .-items-outer .-item-container > .-item:last-child {
  margin-right: 24px;
}
.embedded-browse-results .-items-outer .-item-container > .-item .expander {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 76px;
  height: 16px;
  margin-left: -38px;
  display: block;
}
.embedded-browse-results .-items-outer .-item-container > .-item .expander:after {
  width: 70px;
  height: 70px;
  background: white;
  display: block;
  content: ' ';
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -50px;
  transform: scaleY(0.3) scaleX(0.8) rotate(45deg);
  transition: top 0.2s;
}
.embedded-browse-results .-items-outer .-item-container > .-item.--expanded .expander:after {
  top: -35px;
}
.film-expander-panel {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 800px) {
  .film-expander-panel {
    flex-direction: column-reverse;
    background: black;
    padding: 8px;
    margin-right: -6px;
  }
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-arrows {
    display: none;
  }
}
.film-expander-panel .-arrows .-arrow {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: white;
  position: absolute;
  display: flex;
  box-shadow: var(--shadow-size) var(--shadow-size) black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  opacity: 0;
  box-sizing: border-box;
  --shadow-size: 4px;
  --hover-depth: 1px;
  z-index: 3;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-arrows .-arrow {
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-arrows .-arrow {
    --size: 28px;
  }
}
.branded .film-expander-panel .-arrows .-arrow {
  background-color: var(--arrow-color, #FD9C0C);
  border-radius: 100px;
  border: 1px solid black;
}
.film-expander-panel .-arrows .-arrow.--enabled {
  opacity: 1;
}
.film-expander-panel .-arrows .-arrow:before {
  border: 4px solid black;
  border-top: 0px;
  border-left: 0px;
  width: 11px;
  height: 11px;
  content: ' ';
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-arrows .-arrow:before {
    border-width: 3px;
    width: 7px;
    height: 7px;
  }
}
.film-expander-panel .-arrows .-arrow.--right,
.film-expander-panel .-arrows .-arrow.swiper-button-next {
  right: var(--arrow-inset, 0px);
}
.film-expander-panel .-arrows .-arrow.--right:hover,
.film-expander-panel .-arrows .-arrow.swiper-button-next:hover,
.film-expander-panel .-arrows .-arrow.--right:focus,
.film-expander-panel .-arrows .-arrow.swiper-button-next:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.film-expander-panel .-arrows .-arrow.--right:before,
.film-expander-panel .-arrows .-arrow.swiper-button-next:before {
  transform: translateX(-3px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-arrows .-arrow.--right:before,
  .film-expander-panel .-arrows .-arrow.swiper-button-next:before {
    transform: translateX(-2px) rotate(-45deg);
  }
}
.film-expander-panel .-arrows .-arrow.--left,
.film-expander-panel .-arrows .-arrow.swiper-button-prev {
  left: var(--arrow-inset, 0px);
}
.film-expander-panel .-arrows .-arrow.--left:hover,
.film-expander-panel .-arrows .-arrow.swiper-button-prev:hover,
.film-expander-panel .-arrows .-arrow.--left:focus,
.film-expander-panel .-arrows .-arrow.swiper-button-prev:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.film-expander-panel .-arrows .-arrow.--left:before,
.film-expander-panel .-arrows .-arrow.swiper-button-prev:before {
  transform: translateX(1px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-arrows .-arrow.--left:before,
  .film-expander-panel .-arrows .-arrow.swiper-button-prev:before {
    transform: translateX(1px) rotate(135deg);
  }
}
.film-expander-panel .-arrows .-arrow.--left {
  left: -25px;
}
.film-expander-panel .-arrows .-arrow.--right {
  right: -20px;
}
.film-expander-panel .-left {
  width: 440px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding: 24px;
  justify-content: space-between;
  background: black;
  color: white;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 8px 8px;
  }
}
@media screen and (max-width: 800px) {
  .branded .film-expander-panel .-left {
    border-radius: 0;
    border: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .film-expander-panel .-left {
    width: 350px;
  }
}
.film-expander-panel .-left .-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.film-expander-panel .-left .-info .-title-row {
  display: flex;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-title-row {
    align-items: center;
  }
}
.film-expander-panel .-left .-info .-title-row .-title {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  flex: 1 1 auto;
  padding-right: 16px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-title-row .-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-title-row .-title {
    font-size: 15px;
  }
}
.film-expander-panel .-left .-info .-title-row .-share {
  flex: 0 0 22px;
  margin-right: 4px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-title-row .-share {
    flex: 0 0 16px;
  }
  .film-expander-panel .-left .-info .-title-row .-share svg {
    width: 16px;
  }
}
.film-expander-panel .-left .-info .-title-row .-wishlist-add {
  flex: 0 0 22px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-title-row .-wishlist-add {
    flex: 0 0 20px;
  }
}
.film-expander-panel .-left .-info .-title-row .-wishlist-add svg {
  fill: white;
}
.film-expander-panel .-left .-info .-title-row .-wishlist-add.wishlisted svg .tick {
  fill: #170c66 !important;
}
.branded .film-expander-panel .-left .-info .-title-row .-wishlist-add.wishlisted svg .tick {
  fill: white !important;
}
.film-expander-panel .-left .-info .-attributes {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.14285714;
  font-family: 'GT-Cinetype';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-attributes {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-attributes {
    margin-bottom: 0;
    margin-top: 8px;
  }
}
.film-expander-panel .-left .-info .-attributes span {
  display: block;
  margin-right: 10px;
}
.film-expander-panel .-left .-info .-attributes span.-director {
  font-weight: bold;
}
.film-expander-panel .-left .-info .-quotes {
  flex: 1 1 auto;
}
.film-expander-panel .-left .-info .-quotes .quote-slider {
  padding: 0;
  background-color: transparent;
}
.film-expander-panel .-left .-info .-quotes .quote-slider .-items .-item {
  padding: 0;
}
.film-expander-panel .-left .-info .-quotes .quote-slider .-item .-text {
  color: inherit;
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .film-expander-panel .-left .-info .-quotes .quote-slider {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-quotes .quote-slider {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.film-expander-panel .-left .-info .-session-details {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
}
.film-expander-panel .-left .-info .-session-details span,
.film-expander-panel .-left .-info .-session-details strong {
  display: block;
  margin-left: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-left .-info .-session-details span,
  .film-expander-panel .-left .-info .-session-details strong {
    font-size: 14px;
  }
}
.film-expander-panel .-left .-button-row {
  display: flex;
  margin-left: -8px;
  padding-top: 8px;
}
.film-expander-panel .-left .-button-row .button {
  margin-left: 8px;
  flex: 1 1 50%;
}
.film-expander-panel .-left .-button-row .button.-wishlist-add {
  padding-right: 0px;
}
.film-expander-panel .-left .-button-row .button.-wishlist-add .-wishlist-icon {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  display: inline-block;
}
.film-expander-panel .-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-close {
    display: none;
  }
}
.film-expander-panel .-close:before,
.film-expander-panel .-close:after {
  content: ' ';
  display: block;
  position: absolute;
  background: white;
  width: 1.8rem;
  height: 0.2rem;
  top: 10px;
  left: 15px;
}
.film-expander-panel .-close:before {
  transform: rotate(45deg);
}
.film-expander-panel .-close:after {
  transform: rotate(-45deg);
}
.film-expander-panel .-tabs {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #170c66;
}
.film-expander-panel .-tabs:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.film-expander-panel .-tabs > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-tabs {
    width: 100%;
  }
}
.branded .film-expander-panel .-tabs {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid black;
  border-left: 0px;
}
@media screen and (max-width: 800px) {
  .branded .film-expander-panel .-tabs {
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
  }
}
.film-expander-panel .-tabs .-tab-headings {
  position: absolute;
  left: 35px;
  top: 20px;
  display: flex;
  z-index: 4;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-tabs .-tab-headings {
    display: none;
  }
}
.film-expander-panel .-tabs .-tab-headings .-tab-item {
  margin-right: 20px;
  color: black;
  text-decoration: none;
}
.film-expander-panel .-tabs .-tab-headings .-tab-item.--white {
  color: white;
}
.film-expander-panel .-tabs .-tab-headings .-tab-item.--active {
  border-bottom: 1px solid currentColor;
}
.film-expander-panel .-tabs .-tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.film-expander-panel .-tabs .-tab .-scrolly-content {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  padding-left: 35px;
  padding-right: 35px;
}
.film-expander-panel .-tabs .-tab.--trailer {
  border: 0px;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-tabs .-tab.--trailer {
    border-radius: 6px;
    border: 1px solid black;
    overflow: hidden;
  }
}
.film-expander-panel .-tabs .-tab.--trailer .-gallery-player {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.film-expander-panel .-tabs .-tab.--trailer .-gallery-player .-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
}
.film-expander-panel .-tabs .-tab.--trailer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.film-expander-panel .-tabs .-tab.--trailer .-trailer-cover {
  background: white no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.film-expander-panel .-tabs .-tab.--trailer .-trailer-cover:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  z-index: 1;
}
@-webkit-keyframes SpinPlayButton {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes SpinPlayButton {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
.film-expander-panel .-tabs .-tab.--trailer .-trailer-cover .-play-button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  padding-left: 35px;
  padding-right: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background: #fbeeea 11px 8px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.61803C0 0.874652 0.782313 0.391156 1.44721 0.723607L14.2111 7.10557C14.9482 7.4741 14.9482 8.5259 14.2111 8.89443L1.44721 15.2764C0.782312 15.6088 0 15.1253 0 14.382V1.61803Z' fill='black'/%3E%3C/svg%3E%0A");
  color: black;
  font-family: Agrandir-Wide;
  font-weight: bold;
  height: 32px;
  line-height: 35px;
  border: 1px solid black;
  border-radius: 100px;
  box-shadow: black 2px 2px 0px;
  transition: background-color 0.1s, box-shadow 0.1s, transform 0.1s;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .film-expander-panel .-tabs .-tab.--trailer .-trailer-cover .-play-button {
    bottom: 8px;
    right: 8px;
  }
}
.film-expander-panel .-tabs .-tab.--trailer .-trailer-cover .-play-button:hover {
  transform: translate(-1px, -1px);
  box-shadow: black 3px 3px 0px;
}
.film-expander-panel .-tabs .-tab.--trailer.--video-playing iframe {
  z-index: 4;
}
.film-expander-panel .-tabs .session-picker {
  margin-top: 0;
}
.film-finder-browse-tile {
  background-color: black;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}
.film-finder-browse-tile .-ff-tile-text {
  flex: 1 1 auto;
  color: white;
  padding: 16px;
}
.film-finder-browse-tile .-ff-tile-text h3 {
  font-size: 16px;
  font-family: Agrandir-Wide;
  margin-bottom: 0.2em;
}
.film-finder-browse-tile .-ff-tile-text p {
  font-size: 12px;
  max-width: 400px;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .film-finder-browse-tile .-ff-tile-text p {
    margin-bottom: 20px;
  }
}
.film-finder-browse-tile .-ff-tile-video {
  flex: 1 1 20%;
  position: relative;
  max-width: 300px;
}
@media screen and (max-width: 800px) {
  .film-finder-browse-tile .-ff-tile-video {
    display: none;
  }
}
.film-finder-browse-tile .-ff-tile-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.big-strand-tile {
  min-height: 200px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  --img-width: 96px;
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .big-strand-tile {
    --img-width: 120px;
  }
}
@media screen and (min-width: 1601px) {
  .big-strand-tile {
    --img-width: 130px;
  }
}
.big-strand-tile:hover {
  color: var(--fg);
}
.branded .big-strand-tile {
  box-shadow: black 0px 0px 0px;
  transform: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.branded .big-strand-tile:hover {
  transform: translate(-4px, -4px);
  box-shadow: black 4px 4px 0px;
}
.branded .big-strand-tile:active {
  box-shadow: black 0px 0px 0px;
  transform: none;
}
.big-strand-tile .-text {
  flex: 1 1 auto;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 1.14285714;
  margin: -1px;
  margin-right: 0;
  position: relative;
  padding-right: 30px;
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
}
.big-strand-tile .-text h4 {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .big-strand-tile .-text h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .big-strand-tile .-text h4 {
    font-size: 15px;
  }
}
.big-strand-tile .-text h4.-laurels {
  display: flex;
  align-items: center;
}
.big-strand-tile .-text h4.-laurels span {
  text-align: center;
}
.big-strand-tile .-text h4.-laurels:before,
.big-strand-tile .-text h4.-laurels:after {
  flex: 0 0 auto;
  content: ' ';
  display: block;
  width: 24px;
  height: 48px;
  background: no-repeat center center url("data:image/svg+xml,%3Csvg width='24' height='48' viewBox='0 0 24 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.63424 31.8438C2.31712 31.3578 1.69972 29.7579 1.69972 29.7579C1.69972 29.7579 3.5725 29.3123 4.84846 30.0212C5.26006 30.2439 5.67166 30.7097 6.00094 31.135C5.6305 30.1629 5.34238 29.1706 5.116 28.1782C4.64266 28.158 3.61366 28.0365 2.52292 27.4086C1.32928 26.7201 1 25.0797 1 25.0797C1 25.0797 2.89336 24.9581 3.9841 25.8695C4.35454 26.1733 4.66324 26.6796 4.9102 27.1656C4.72498 26.1125 4.62208 25.0594 4.6015 24.0266C4.1899 23.9455 3.1609 23.6823 2.17306 22.8317C1.14406 21.9608 1.12348 20.3204 1.12348 20.3204C1.12348 20.3204 2.9551 20.523 3.86062 21.5761C4.1899 21.9608 4.43686 22.6292 4.58092 23.176C4.58092 22.0419 4.68382 20.928 4.82788 19.8344C4.45744 19.6926 3.49018 19.2673 2.6464 18.2547C1.80262 17.2421 2.07016 15.6625 2.07016 15.6625C2.07016 15.6625 3.81946 16.1688 4.4986 17.3434C4.78672 17.8092 4.88962 18.5788 4.93078 19.1458C5.13658 17.9712 5.4247 16.8371 5.77456 15.7637C5.44528 15.5612 4.58092 14.9941 3.96352 13.8803C3.32554 12.7259 3.86062 11.2273 3.86062 11.2273C3.86062 11.2273 5.46586 11.9968 5.91862 13.2525C6.10384 13.7385 6.08326 14.4676 6.0421 15.0144C6.45369 13.9005 6.92703 12.8474 7.46211 11.9158C7.17399 11.6728 6.45369 10.9842 6.02152 9.78938C5.58934 8.59451 6.3508 7.25788 6.3508 7.25788C6.3508 7.25788 7.75023 8.27048 7.99719 9.54635C8.10009 10.0729 7.93545 10.8222 7.79139 11.3488C7.99719 11.0248 8.18241 10.721 8.40879 10.4172C8.86155 9.72862 9.33489 9.10081 9.80823 8.5135C9.62301 8.29073 8.96445 7.4604 8.75865 6.18452C8.55285 4.9694 9.52011 3.79478 9.52011 3.79478C9.52011 3.79478 10.6932 5.0099 10.7138 6.28578C10.7138 6.89334 10.3433 7.70342 10.0964 8.18947C10.9813 7.13636 11.8457 6.28578 12.6483 5.59721C12.5042 5.37444 12.0103 4.4631 12.0103 3.14671C11.9897 1.95185 13.1216 1 13.1216 1C13.1216 1 14.0477 2.37714 13.8419 3.59226C13.739 4.22007 13.1628 5.0099 12.8541 5.39469C13.3891 4.94914 13.8831 4.56436 14.3152 4.28083C14.3976 4.05806 14.8297 3.04545 15.6118 2.62016C16.2498 2.29613 17.5051 2.35689 17.5051 2.35689C17.5051 2.35689 17.1964 3.24797 16.2292 3.97705C15.5706 4.4631 14.6651 4.38209 14.377 4.34158C13.8831 4.70612 13.2657 5.21242 12.5659 5.81998C13.0187 5.59721 13.9242 5.17192 14.5828 5.17192C15.8587 5.17192 17.0524 6.32628 17.0524 6.32628C17.0524 6.32628 15.8793 7.25788 14.6651 7.05536C13.3686 6.85284 12.5454 6.20477 12.3396 6.0225C11.5781 6.73132 10.7549 7.60216 9.93171 8.65527C10.3639 8.33123 11.1048 7.84518 11.7016 7.74392C12.9775 7.52115 14.3976 8.473 14.3976 8.473C14.3976 8.473 13.3891 9.60711 12.1338 9.62736C10.8578 9.64762 9.95229 9.18182 9.64359 9.0198C9.27315 9.50585 8.92329 10.0122 8.57343 10.559C8.24415 11.0248 7.93545 11.5311 7.64733 12.0576C8.01777 11.6526 8.69691 11.0248 9.29373 10.8222C10.5285 10.3767 12.1338 11.0855 12.1338 11.0855C12.1338 11.0855 11.3312 12.4019 10.0758 12.6449C8.77923 12.8879 7.79139 12.5842 7.46211 12.4626C6.94761 13.455 6.49486 14.5486 6.12442 15.703C6.4537 15.2372 6.94761 14.5891 7.46211 14.3056C8.63517 13.6373 10.3639 14.0626 10.3639 14.0626C10.3639 14.0626 9.78765 15.5207 8.57343 15.9865C7.37979 16.432 6.3508 16.3308 5.95978 16.27C5.65108 17.3231 5.40412 18.437 5.23948 19.5711C5.48644 19.0648 5.8363 18.437 6.2479 18.0927C7.29747 17.2219 9.10851 17.3434 9.10851 17.3434C9.10851 17.3434 8.79981 18.923 7.64733 19.5914C6.57718 20.2192 5.56876 20.3204 5.13658 20.3407C5.0131 21.4343 4.95136 22.5684 4.99252 23.7025C5.13658 23.1557 5.38354 22.4671 5.7334 22.0419C6.63891 20.9887 8.47053 20.7862 8.47053 20.7862C8.47053 20.7862 8.44995 22.4266 7.40037 23.2975C6.43312 24.1076 5.4247 24.3911 4.99252 24.4721C5.05426 25.6062 5.2189 26.7201 5.46586 27.8542C5.5276 27.2669 5.6305 26.4973 5.91862 26.0113C6.63891 24.7961 8.44995 24.2696 8.44995 24.2696C8.44995 24.2696 8.71749 25.91 7.83255 26.9631C6.98877 27.9554 6.0421 28.4212 5.6305 28.5833C5.89804 29.6161 6.2479 30.6287 6.68007 31.6413C6.63891 31.054 6.63891 30.3452 6.82413 29.8389C7.31805 28.482 9.06735 27.6517 9.06735 27.6517C9.06735 27.6517 9.62301 29.2718 8.94387 30.4667C8.30589 31.5806 7.46211 32.2084 7.05051 32.4514C7.48269 33.4032 7.97661 34.3146 8.53227 35.1854C8.38821 34.6184 8.26473 33.8893 8.34705 33.3627C8.61459 31.9248 10.1993 30.7705 10.1993 30.7705C10.1993 30.7705 11.0636 32.2894 10.5697 33.626C10.1375 34.8411 9.39663 35.6107 9.04677 35.9347C9.62301 36.7651 10.261 37.5347 10.9196 38.2637C10.6932 37.7372 10.4668 37.0891 10.4668 36.5626C10.4668 35.0639 11.8662 33.6463 11.8662 33.6463C11.8662 33.6463 12.9981 35.0234 12.7512 36.4613C12.5454 37.7372 11.9691 38.608 11.6399 39.0333C12.3396 39.7219 13.0599 40.3699 13.8213 40.9572C13.5126 40.4712 13.1833 39.9041 13.101 39.4181C12.8335 37.9194 13.986 36.2385 13.986 36.2385C13.986 36.2385 15.3854 37.4334 15.3854 38.9118C15.406 40.2079 14.9944 41.18 14.7474 41.6661C15.5912 42.2534 16.4556 42.8002 17.3199 43.266C16.8877 42.8204 16.435 42.2736 16.2498 41.7673C15.7147 40.3092 16.5585 38.4257 16.5585 38.4257C16.5585 38.4257 18.1637 39.3776 18.4518 40.856C18.6988 42.1926 18.4518 43.266 18.2872 43.7723C21.0243 44.8659 22.8148 45.2912 22.8148 45.2912L23 46C21.8887 45.8785 17.5875 44.1773 17.4434 44.0963C17.073 44.4811 16.2498 45.2304 14.9738 45.676C13.5332 46.1823 11.8868 45.2709 11.8868 45.2709C11.8868 45.2709 13.1216 43.6103 14.6857 43.347C15.1384 43.266 15.7353 43.347 16.2703 43.4482C15.4677 42.9622 14.6651 42.4356 13.9036 41.8483C13.5126 42.1521 12.5659 42.7597 11.1871 42.9824C9.70533 43.2255 8.28531 42.0711 8.28531 42.0711C8.28531 42.0711 9.76707 40.6737 11.3106 40.6737C11.8251 40.6737 12.4425 40.8762 12.9775 41.099C12.2161 40.4712 11.4958 39.7826 10.7961 39.0536C10.3639 39.2763 9.35547 39.7219 7.99719 39.7016C6.51544 39.6814 5.34238 38.3447 5.34238 38.3447C5.34238 38.3447 7.00935 37.2511 8.51169 37.5144C8.98503 37.5954 9.54069 37.8992 10.014 38.1827C9.37605 37.4334 8.77923 36.6436 8.24415 35.8335C7.77081 35.9752 6.74181 36.2183 5.4247 35.9752C4.00468 35.712 3.09916 34.2133 3.09916 34.2133C3.09916 34.2133 4.88962 33.4235 6.30964 33.9298C6.74181 34.0918 7.23573 34.4563 7.62675 34.8209C7.13283 33.9703 6.70065 33.0995 6.33021 32.1881C5.9392 32.2286 4.86904 32.2894 3.63424 31.8438Z' fill='black'/%3E%3C/svg%3E%0A");
}
.big-strand-tile .-text h4.-laurels:before {
  margin-right: 5px;
}
.big-strand-tile .-text h4.-laurels:after {
  margin-left: 5px;
}
.big-strand-tile .-text h4.-laurels:after {
  transform: scaleX(-1);
}
.big-strand-tile .-images {
  margin: 8px 16px;
  flex: 0 0 auto;
  height: calc(var(--img-width) * 54 / 96 + 16px);
  display: flex;
  flex-direction: row;
  position: relative;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.big-strand-tile .-images .-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.big-strand-tile .-images .-page {
  display: flex;
  flex-direction: row;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.big-strand-tile .-images .-image {
  flex: 0 0 auto;
  margin-right: 8px;
  height: calc(var(--img-width) * 54 / 96);
  width: var(--img-width);
  background: no-repeat center center / cover;
}
.discover-tile-col {
  align-self: stretch;
}
.discover-tile-col .discover-tile {
  height: 100%;
}
.discover-tile {
  position: relative;
  overflow: hidden;
  display: flex;
}
.discover-tile:before {
  content: ' ';
  display: block;
  width: 1px;
  position: relative;
  padding-top: 36.73469388%;
  margin-left: -1px;
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .discover-tile:before {
    padding-top: 33.16326531%;
  }
}
.discover-tile a {
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  white-space: normal;
}
.discover-tile a .-image {
  flex: 1 1 50%;
  box-sizing: border-box;
  background: no-repeat center center / cover;
}
@supports (aspect-ratio: 1 / 1) {
  .discover-tile a .-image {
    flex: 0 0 auto;
    aspect-ratio: 1;
  }
}
.discover-tile a .-text {
  flex: 1 1 50%;
  padding: 16px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
.discover-tile a .-text .-title {
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .discover-tile a .-text .-title {
    font-size: 16px;
  }
}
.discover-tile a .-text .-label {
  font-family: 'GT-Cinetype';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14285714;
  margin-top: 8px;
}
@media screen and (max-width: 1280px) {
}
.discover-tile a .-text .-text-spacer {
  flex: 1 1 auto;
}
.discover-tile a .-text .-secondary-title {
  font-family: 'GT-Cinetype';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14285714;
  text-transform: uppercase;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 0.3em 0;
}
.discover-tile.--strand .-image {
  flex-basis: auto;
  aspect-ratio: 1;
}
.discover-tile.--strand .-text .-label {
  color: inherit !important;
}
.discover-slider .-arrow.--left {
  left: -10px;
}
.discover-slider .generic-slider {
  overflow: hidden;
}
.discover-slider .-arrow.--right {
  right: -10px;
}
.discover-slider .-arrow {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  box-shadow: var(--shadow-size) var(--shadow-size) black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  opacity: 0;
  box-sizing: border-box;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .discover-slider .-arrow {
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
@media screen and (max-width: 800px) {
  .discover-slider .-arrow {
    --size: 28px;
  }
}
.branded .discover-slider .-arrow {
  background-color: var(--arrow-color, #FD9C0C);
  border-radius: 100px;
  border: 1px solid black;
}
.discover-slider .-arrow.--enabled {
  opacity: 1;
}
.discover-slider .-arrow:before {
  border: 4px solid black;
  border-top: 0px;
  border-left: 0px;
  width: 11px;
  height: 11px;
  content: ' ';
}
@media screen and (max-width: 800px) {
  .discover-slider .-arrow:before {
    border-width: 3px;
    width: 7px;
    height: 7px;
  }
}
.discover-slider .-arrow.--right,
.discover-slider .-arrow.swiper-button-next {
  right: var(--arrow-inset, 0px);
}
.discover-slider .-arrow.--right:hover,
.discover-slider .-arrow.swiper-button-next:hover,
.discover-slider .-arrow.--right:focus,
.discover-slider .-arrow.swiper-button-next:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.discover-slider .-arrow.--right:before,
.discover-slider .-arrow.swiper-button-next:before {
  transform: translateX(-3px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .discover-slider .-arrow.--right:before,
  .discover-slider .-arrow.swiper-button-next:before {
    transform: translateX(-2px) rotate(-45deg);
  }
}
.discover-slider .-arrow.--left,
.discover-slider .-arrow.swiper-button-prev {
  left: var(--arrow-inset, 0px);
}
.discover-slider .-arrow.--left:hover,
.discover-slider .-arrow.swiper-button-prev:hover,
.discover-slider .-arrow.--left:focus,
.discover-slider .-arrow.swiper-button-prev:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.discover-slider .-arrow.--left:before,
.discover-slider .-arrow.swiper-button-prev:before {
  transform: translateX(1px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .discover-slider .-arrow.--left:before,
  .discover-slider .-arrow.swiper-button-prev:before {
    transform: translateX(1px) rotate(135deg);
  }
}
.discover-slider .row > div {
  display: flex;
}
.discover-slider .row > div .discover-tile {
  flex: 1 1 auto;
}
.donation-stub-thingo {
  background: #600040;
  color: white;
  padding: 50px 0px;
}
.donate-box {
  --linkColor: black;
  color: var(--color);
  background-color: var(--bg);
  --bg: #DD71A0;
  --color: black;
}
@media screen and (max-width: 1270px) {
  .donate-box .button {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
}
.donate-box.--gift-card {
  background-color: #9378E2;
  color: white;
}
.donate-box.--gift-card h3,
.donate-box.--gift-card .-text a {
  color: #FD9C0C;
}
.donate-box.--gift-card .-add-to-cart .button {
  background-color: #FD9C0C;
  color: #9378E2;
}
.branded .donate-box.--gift-card {
  background-color: #FD9C0C;
  color: black;
}
.branded .donate-box.--gift-card h3,
.branded .donate-box.--gift-card .-text a {
  color: inherit;
}
.branded .donate-box.--gift-card .-add-to-cart .button {
  background-color: white;
  color: black;
}
.donate-box.--inline-block {
  background: none;
}
.donate-box.--inline-block .wrapper .-container {
  background: var(--bg);
  color: var(--color);
  padding-top: 38px;
  padding-bottom: 30px;
}
.branded .donate-box.--inline-block .wrapper .-container {
  box-sizing: border-box;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .donate-box.--inline-block .wrapper .-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .donate-box.--inline-block .wrapper .-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .donate-box.--inline-block .wrapper .-container .-text p {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .donate-box.--inline-block .wrapper .-container > .row > :first-child {
    padding-left: 32px;
  }
  .donate-box.--inline-block .wrapper .-container > .row > :last-child {
    padding-right: 32px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .donate-box.--inline-block .wrapper .-container > .row > * {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 800px) {
  .donate-box.--inline-block .wrapper .-container > .row > * {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.donate-box.--big {
  background-color: var(--bg);
}
.donate-box.--big .fit-heading {
  font-family: Agrandir-Grand;
  text-transform: uppercase;
  display: none;
  line-height: 1;
  padding-top: 20px;
}
.donate-box.--big .-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.donate-box.--big .-container > .row {
  align-items: center;
}
.donate-box.--big .-text {
  padding-left: 0 !important;
}
.donate-box.--big .-form {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (min-width: 1201px) and (max-width: 1600px) {
  .donate-box.--big .-form {
    margin-top: 20px;
  }
}
.donate-box.--inline {
  padding: 3.2rem 0;
  margin-bottom: 2rem;
  --margin: 3rem;
}
.branded .donate-box.--inline {
  box-sizing: border-box;
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .donate-box.--inline .row {
    flex-wrap: nowrap;
  }
}
.donate-box.--inline .-text {
  padding-left: calc(var(--margin) + 0.2rem);
  padding-right: var(--margin);
  flex-direction: column;
}
.donate-box.--inline .-text:not(.hidden) {
  display: flex;
}
.donate-box.--inline .-form {
  padding-right: 3.2rem;
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .donate-box.--inline .-form > * {
    margin-left: -40px;
    min-width: calc(100% + 40px);
  }
}
.donate-box.--inline .-link {
  margin-top: auto;
}
@media screen and (max-width: 800px) {
  .donate-box.--inline {
    --margin: 16px;
    padding: 20px var(--margin);
  }
  .donate-box.--inline .-text,
  .donate-box.--inline .-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .donate-box.--inline .-heading {
    margin: 0;
  }
}
.donate-box.--floating {
  padding: 2rem;
  margin-top: -300px;
}
@media screen and (max-width: 800px) {
  .donate-box.--floating {
    margin-top: 0;
  }
}
.donate-box.--floating .-text {
  padding-bottom: 30px;
}
@media screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .donate-box .row {
    display: flex;
  }
}
.donate-box .-text h3 {
  margin-bottom: 18px;
}
@media screen and (max-width: 800px) {
  .donate-box .-text h3 {
    margin-bottom: 8px;
  }
}
.donate-box .-text p {
  margin-bottom: 18px;
}
.donate-box .-text p:last-child {
  margin-bottom: 0;
}
.donate-box h3 {
  color: black;
}
body:not(.branded) .donate-box .button.--beige {
  background: #DD71A0;
  color: #600040;
}
.branded .donate-box.--magenta {
  --bg: #DD71A0;
  --color: black;
}
.branded .donate-box.--magenta h3 {
  color: inherit;
}
.branded .donate-box.--magenta .-heading p {
  color: var(--color);
}
.branded .donate-box.--magenta .-text a {
  color: inherit;
}
.donate-box .-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.donate-box .-form .-heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .donate-box .-form .-heading {
    margin-bottom: 0;
  }
}
.donate-box .-form .-add-to-cart {
  padding-top: 20px;
}
.donate-box .-form .-options {
  display: grid;
  grid-template-columns: repeat(var(--optionsCount), 1fr) auto;
  grid-template-rows: repeat(auto, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .donate-box .-form .-options {
    grid-template-columns: repeat(calc(var(--optionsCount)), 1fr);
  }
  .donate-box .-form .-options .-directors-patron {
    display: none;
  }
  .donate-box .-form .-options .--other,
  .donate-box .-form .-options [data-submit-button] {
    grid-column: auto / span 2;
  }
}
.donate-box .-form .-options .-directors-patron {
  grid-column: 1 / span var(--optionsCount);
}
.donate-box .-form .-options .--other > * {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 6px);
  text-align: center;
}
.donate-box .-form .-options .--other > *:before {
  content: 'OTHER';
  opacity: 0;
  pointer-events: none;
}
.donate-box .-form .-options .--other input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .donate-box .-form .-options {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.donate-box .-form .-options .single-donation-amount {
  flex: 1 1 auto;
}
.donate-box .-form .-options .single-donation-amount:first-child {
  margin-left: 0;
}
.single-donation-amount {
  display: flex;
  color: white;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 0px 10px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.single-donation-amount.--selected {
  background: white !important;
  color: black !important;
  border: 1px solid black;
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
@media screen and (max-width: 1270px) {
  .single-donation-amount {
    font-size: 14px;
    padding: 0px 5px;
    line-height: 30px;
    height: 30px;
  }
  .single-donation-amount:before {
    margin-right: 5px;
  }
}
.single-donation-amount.--other input {
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  background: transparent;
  color: inherit;
}
@media screen and (max-width: 1270px) {
  .single-donation-amount.--other input {
    width: 42px;
  }
}
.single-donation-amount.--other input::-moz-placeholder {
  font: inherit;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  opacity: 0.5;
}
.single-donation-amount.--other input:-ms-input-placeholder {
  font: inherit;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  opacity: 0.5;
}
.single-donation-amount.--other input::placeholder {
  font: inherit;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  opacity: 0.5;
}
.single-donation-amount.--other input::-webkit-inner-spin-button,
.single-donation-amount.--other input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-donation-amount .--round-up-label {
  flex: 0 0 auto;
}
.single-donation-amount .--round-up-value {
  flex: 1 1 auto;
  text-align: right;
}
@-webkit-keyframes SlideInDonate {
  0% {
    display: block;
    transform: translateY(-100%);
    opacity: 1;
  }
  99% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SlideInDonate {
  0% {
    display: block;
    transform: translateY(-100%);
    opacity: 1;
  }
  99% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SlideOutDonate {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  99% {
    transform: translateY(-100%);
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes SlideOutDonate {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  99% {
    transform: translateY(-100%);
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#donate-overlay {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  display: none;
}
#donate-overlay:not(.-active) {
  pointer-events: none;
}
#donate-overlay.--was-active > .-inner {
  -webkit-animation: SlideOutDonate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: SlideOutDonate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#donate-overlay.--was-active.--active {
  pointer-events: all;
}
#donate-overlay.--was-active.--active > .-inner {
  -webkit-animation: SlideInDonate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: SlideInDonate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#donate-overlay .-close-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#donate-overlay .-close-button:before,
#donate-overlay .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: white;
  width: 20px;
  height: 2px;
  top: 19px;
  left: 19.5px;
}
#donate-overlay .-close-button:before {
  transform: rotate(45deg);
}
#donate-overlay .-close-button:after {
  transform: rotate(-45deg);
}
.donate-modal .modal {
  padding: 20px !important;
}
.donate-modal .modal .content {
  padding-top: 0px !important;
}
.donate-modal .modal .content .-text p {
  width: 80%;
  margin-bottom: 30px;
}
.donate-modal .modal .content .button.--no-thanks {
  border: 1px solid white !important;
  background: transparent;
  margin-right: 20px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .donate-modal .modal .content .-directors-patron {
    display: none;
  }
}
.donate-modal .modal .content .-patron-and-submit {
  align-items: center;
  justify-content: flex-end;
}
.donate-modal .modal .content .-patron-and-submit .button {
  flex: 0 0 auto;
}
.event-box {
  position: relative;
  margin-bottom: 2.5rem;
}
.browse-page .event-box a {
  display: block;
}
.event-box h4 {
  color: black;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.event-box .image-placeholder {
  position: relative;
  background: #f3f3f3;
}
.event-box .time-space {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  padding-top: 4px;
  line-height: 1.2;
  color: black;
}
.event-box .time-space .time {
  margin-right: 4px;
}
.event-box .time-space .venue {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .event-box .time-space {
    margin-bottom: 0.5rem;
  }
  .event-box .time-space .time,
  .event-box .time-space .venue {
    display: block;
    overflow: hidden;
  }
}
.event-box .type {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 3px;
  font-size: 0.9em;
}
.event-box .description {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
}
.event-box .description .type-label {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.event-box .meta {
  display: block;
  margin-bottom: 14px;
}
.event-box .session-count {
  color: #9378E2;
  white-space: nowrap;
  font-weight: bold;
}
.event-box.inline .item-heading .title {
  font-weight: bold;
  color: black;
}
.event-box.inline .item-heading .meta {
  display: inline;
  padding-left: 1rem;
  margin: 0px;
  color: black;
}
.event-box.inline .description {
  margin: 0px;
}
.event-box.inline a:hover .item-heading .title {
  color: #DD71A0;
}
.event-box a:hover .image img {
  transform: scale(1.1);
}
.event-box .image {
  display: block;
  aspect-ratio: 16 / 9;
  background: #f0f0f0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.event-box .image img {
  transition: transform 2s;
  transition-timing-function: cubic-bezier(0, 0.6, 0.26, 0.98);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-box .image .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.25) 100%);
}
.event-box .image .overlay svg {
  fill: white;
}
.event-box .sale-status {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
}
.event-box .sale-status > * {
  display: flex !important;
}
.event-box .sale-status .selling-speed {
  position: relative;
  display: block;
  top: -0.8em;
  left: 0.8em;
}
.event-box .selling-fast,
.event-box .on-sale {
  padding: 0.375rem 0.5rem;
  display: inline-block;
  display: inline-flex;
  vertical-align: middle;
  background: #FD9C0C;
  color: black;
  font-weight: bold;
}
.event-box .selling-fast svg,
.event-box .on-sale svg {
  margin-right: 0.5rem;
  fill: currentColor;
}
.event-box .selling-fast *,
.event-box .on-sale * {
  vertical-align: middle;
}
.event-box .sold-out {
  padding: 0.375rem 0.5rem;
  display: inline-block;
  background: #F54F1B;
  color: black;
}
.event-box .on-demand,
.event-box .guest {
  padding: 0.375rem 0.5rem;
  display: inline-block;
  background: #3E9D9D;
  color: black;
}
.event-box .guest svg {
  display: block;
  margin-right: 4px;
}
.event-box .free {
  padding: 0.375rem 0.5rem;
  color: black;
  background: #BF9167;
}
.event-box .wishlist {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-box .wishlist svg {
  display: block;
}
.event-box .wishlist svg .filled {
  opacity: 0;
}
.event-box .wishlist.active {
  -webkit-animation: WishlistIconBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: WishlistIconBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.event-box .wishlist.active svg .filled {
  opacity: 1;
}
.event-box .wishlist svg {
  width: 16px;
  height: 16px;
  fill: white;
}
.event-box .wishlist.loading svg path.stroke,
.event-box .wishlist.loading svg path.stroke {
  animation: loadingFade 1.2s infinite alternate-reverse;
}
.festival-tff .event-box .wishlist {
  display: none;
}
.wishlist-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.wishlist-icon svg .tick {
  fill: transparent;
}
.selling-speed {
  display: inline;
  display: inline-flex;
  vertical-align: middle;
  font-size: 11px;
  line-height: 0.98;
  align-items: center;
  font-weight: bold;
  margin-right: 1rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.selling-speed svg {
  display: none;
}
.mini-event-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 16px;
}
.mini-event-box .image-placeholder {
  background: #f0f0f0;
  width: 64px;
  height: 64px;
  margin-right: 8px;
  position: relative;
  display: block;
  flex: 0 0 auto;
}
.mini-event-box .image-placeholder .image {
  display: block;
}
.mini-event-box .image-placeholder img {
  width: 64px;
  height: 64px;
}
.mini-event-box .image-placeholder .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.mini-event-box .info {
  flex: 1 1 auto;
  display: block;
  font-size: 10px;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mini-event-box .info h4 {
  font-size: 12px;
  margin-right: 30px;
}
.mini-event-box .info .expander {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0px;
}
.mini-event-box .info .expander:before {
  display: block;
  position: absolute;
  content: url('/wp-content/themes/sff/assets/img/icon-ellipsis.svg');
  width: 100%;
  height: 100%;
  text-align: center;
}
.mini-event-box .info .time-space {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mini-event-box .info .description {
  margin-top: 5px;
  color: #555555;
}
.mini-event-box .info .description .type-label {
  font-weight: bold;
  display: inline-block;
  margin-right: 3px;
  color: black;
}
.mini-event-box.--expanded:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -12px;
  background: #FD9C0C;
  z-index: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 800px) {
  .mini-event-box.--expanded:before {
    display: none;
  }
}
.mini-event-box.--expanded .expander:before {
  content: url('/wp-content/themes/sff/assets/img/select-chevron-black.svg');
  transform: rotate(180deg);
}
.quote-slider {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 25px 30px 20px;
  touch-action: pan-y;
  background-color: rgba(0, 0, 0, 0.05);
}
.quote-slider .-indicators {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.quote-slider .-indicators span {
  display: block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 10px;
  margin-right: 8px;
  opacity: 0.3;
  transition: opacity 0.4s;
  cursor: pointer;
  position: relative;
}
.quote-slider .-indicators span:before {
  position: absolute;
  top: -5px;
  left: -3px;
  right: -3px;
  bottom: -5px;
  content: ' ';
  display: block;
}
.quote-slider .-indicators span.--active {
  opacity: 1;
  pointer-events: all;
}
.quote-slider .-items {
  position: relative;
}
.quote-slider .-item {
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 0.2s;
  box-sizing: border-box;
}
.quote-slider .-item.--active {
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}
.quote-slider .-item .-abstract {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .quote-slider .-item .-abstract {
    font-size: 14px;
  }
}
.quote-slider .-item .-text {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 17px;
  color: #262626;
}
@media screen and (max-width: 800px) {
  .quote-slider .-item .-text {
    font-size: 14px;
  }
}
.quote-slider .-item .-text:before,
.quote-slider .-item .-text:after {
  content: '“';
}
.quote-slider .-item .-text:after {
  content: '”';
}
.quote-slider .-item .-author {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: bold;
}
.session-picker {
  margin-top: 40px;
}
.session-picker .not-yet-available {
  border: 1px solid #bbbbbb;
  margin-top: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.session-picker .not-yet-available .-info {
  flex: 1 1 auto;
  font-size: 14px;
  margin-right: 20px;
}
.session-picker .not-yet-available .-info .-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.session-picker .not-yet-available .-info .-description {
  font-size: 12px;
  line-height: 16px;
}
.session-picker .not-yet-available .-info .-description a {
  text-decoration: underline;
}
.session-picker .not-yet-available .-buttons {
  flex: 0 0 auto;
}
.session-picker .ferve-down-notice-inline {
  padding: 13px 15px;
  font-size: 14px;
  margin-top: 4px;
  font-weight: bold;
}
.session-picker .items .session-item {
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  margin-top: 8px;
  --sold-out-bg: #F54F1B;
  --sold-out-fg: black;
  --selling-fast-bg: #FD9C0C;
  --selling-fast-fg: black;
  --ondemand-bg: #3E9D9D;
  --ondemand-fg: black;
}
.session-picker .items .session-item.is-in-cart {
  background: #FD9C0C;
  color: black;
  --bg: #3E9D9D;
  --selling-fast-bg: #FD9C0C;
  --selling-fast-fg: black;
  --sold-out-bg: #FD9C0C;
  --sold-out-fg: black;
}
.session-picker .items .session-item.wishlisted {
  background: #3E9D9D;
  color: black;
  --bg: #3E9D9D;
  --selling-fast-bg: #3E9D9D;
  --selling-fast-fg: black;
  --sold-out-bg: #3E9D9D;
  --sold-out-fg: black;
}
.session-picker .items .session-item.purchased {
  border-color: #FD9C0C;
  background: #FD9C0C;
  color: black;
  --selling-fast-bg: black;
  --selling-fast-fg: #FD9C0C;
  --sold-out-bg: black;
  --sold-out-fg: #FD9C0C;
}
.session-picker .items .session-item[state='loading'] .button-container .button .contracted,
.session-picker .items .session-item[state='loading'] .button-container .button .expanded {
  display: none !important;
}
.session-picker .items .session-item[state='loading'] .button-container .button .loading {
  display: block !important;
}
.session-picker .items .session-item[state='visible'] .button-container .button .contracted,
.session-picker .items .session-item[state='visible'] .button-container .button .loading {
  display: none !important;
}
.session-picker .items .session-item[state='visible'] .button-container .button .expanded {
  display: block !important;
}
.session-picker .items .session-item .inner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 8px 0px;
}
@media screen and (max-width: 800px) {
  .session-picker .items .session-item .inner .button-container .button {
    width: 120px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    min-width: 0px !important;
    position: relative;
  }
  .session-picker .items .session-item .inner .button-container .button .contracted span {
    display: none;
  }
  .session-picker .items .session-item .inner .button-container .button .expanded {
    color: transparent;
  }
  .session-picker .items .session-item .inner .button-container .button .expanded:before {
    width: 5px;
    height: 5px;
    border: 2px solid black;
    border-top: 0px;
    border-left: 0px;
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-3px, -1px) rotate(-135deg);
  }
}
.session-picker .items .session-item .inner .wishlist {
  flex: 0 0 auto;
  width: 45px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.session-picker .items .session-item .inner .wishlist .wishlist-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.session-picker .items .session-item .inner .details {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 20px;
}
.session-picker .items .session-item .inner .details .status-text {
  vertical-align: text-bottom;
  display: inline-block;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 14px;
  line-height: 14px;
  padding: 0 4px;
  background: black;
  font-weight: bold;
}
.session-picker .items .session-item .inner .details .status-text.sold-out {
  background: #F54F1B;
  color: white;
  background: var(--sold-out-bg);
  color: var(--sold-out-fg);
}
.session-picker .items .session-item .inner .details .status-text.selling-fast {
  background: #FD9C0C;
  color: white;
  background: var(--selling-fast-bg);
  color: var(--selling-fast-fg);
}
.session-picker .items .session-item .inner .details .status-text.on-demand {
  background: #3E9D9D;
  color: black;
  background: var(--ondemand-bg);
  color: var(--ondemand-fg);
}
.session-picker .items .session-item .inner .details .status-text.free {
  background: #f0f0f0;
  color: #170c66;
}
.branded .session-picker .items .session-item .inner .details .status-text {
  font-size: 13px;
  line-height: 1.5;
  height: auto;
  letter-spacing: normal;
}
.session-picker .items .session-item .inner .details .date-time {
  font-weight: bold;
  display: flex;
  text-transform: uppercase;
}
.session-picker .items .session-item .inner .details .date-time .date:after {
  margin-left: 8px;
  margin-right: 8px;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 3px;
  background: #aaaaaa;
  border-radius: 4px;
}
.session-picker .items .session-item .inner .details .venue {
  margin-top: 2px;
  margin-bottom: 2px;
}
.session-picker .items .session-item .inner .details .status {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.session-picker .items .session-item .inner .details .status .accessibility-icon img {
  display: block;
}
.session-picker .items .session-item .inner .button-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  padding: 8px;
}
.session-picker .items .session-item .inner .button-container .free-event {
  margin-right: 8px;
  font-size: 14px;
  padding: 8px 0;
}
.session-picker .items .session-item .inner .button-container .button {
  min-width: 170px;
}
.session-picker .items .session-item .inner .button-container .button .expanded,
.session-picker .items .session-item .inner .button-container .button .loading {
  display: none;
}
.session-picker .items .session-item .inner .button-container .button.--past,
.session-picker .items .session-item .inner .button-container .button.--sold-out {
  cursor: not-allowed;
}
.session-picker .items .session-item .-pricing-container-wrapper {
  position: relative;
  opacity: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.branded .session-picker .items .session-item .-pricing-container-wrapper {
  border-top-color: black;
}
.session-picker .items .session-item .-pricing-container-wrapper .-iframe-wrapper {
  position: relative;
  width: 100%;
}
.session-picker .items .session-item .-pricing-container-wrapper .-iframe-wrapper iframe {
  border: 0px;
  width: 100%;
}
.schedule-page {
  position: absolute;
  background: white;
  top: 6.5rem;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0;
  display: flex;
  flex-direction: column;
  padding-top: 77px;
}
.schedule-page .click-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  transition: opacity 0.6s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 100;
}
.schedule-page .popup {
  background: white;
  position: fixed;
  width: 240px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  padding: 8px;
  display: none;
  z-index: 150;
}
.schedule-page .popup .event-box {
  margin: 0px;
}
.schedule-page .popup .button-row {
  display: block;
  margin-top: 8px;
}
.schedule-page.dragging .time-bar {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.schedule-page.dragging .time-bar {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.schedule-page .schedule-header {
  flex: 0 0 auto;
  display: flex;
  position: fixed;
  flex-direction: column;
  z-index: 10;
  background: white;
}
.schedule-page .top-bar {
  height: 55px;
  position: relative;
  flex: 0 0 auto;
}
.schedule-page .top-bar .date-scroller {
  height: 55px;
  width: 400px;
  margin: auto;
  bottom: 1.5rem;
}
.schedule-page .top-bar .filter {
  position: absolute;
  right: 1.5rem;
  bottom: 30px;
  font-weight: bold;
}
.schedule-page .time-bar {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: white;
  height: 2rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.schedule-page .time-bar .inner {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  will-change: transform;
}
.schedule-page .time-bar .sidebar-stub {
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  margin-right: 1px;
}
.schedule-page .time-bar .day {
  position: relative;
  height: 100%;
  will-change: transform;
  display: flex;
}
.schedule-page .time-bar .day .now-label {
  position: absolute;
  background: #3E9D9D;
  color: white;
  top: 0px;
  font-size: 9px;
  padding: 2px 4px;
}
.schedule-page .time-bar .day .now-label:before {
  position: absolute;
  left: 0px;
  width: 1px;
  height: 50px;
  background: #3E9D9D;
  content: ' ';
  display: block;
}
.schedule-page .time-bar .day .item {
  position: relative;
  height: 100%;
}
.schedule-page .time-bar .day .item div {
  height: 100%;
}
.schedule-page .time-bar .day .item span {
  font-size: 11px;
  display: block;
  position: absolute;
  left: 4px;
  bottom: 0px;
}
.schedule-page .time-bar .day .item div:after,
.schedule-page .time-bar .day .item:after {
  content: ' ';
  display: block;
  width: 1px;
  background: #eeeeee;
  height: 8px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.schedule-page .time-bar .day .item:after {
  height: 16px;
  background: #aaaaaa;
}
.schedule-page .time-bar .day .item > div {
  width: 75%;
  position: relative;
}
.schedule-page .time-bar .day .item > div > div {
  width: 66.666%;
  position: relative;
}
.schedule-page .time-bar .day .item > div > div > div {
  width: 50%;
  position: relative;
}
.schedule-page .sidebar-size {
  width: 240px;
}
.schedule-page .main {
  position: relative;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.schedule-page .main .indicator-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 157, 157, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s;
}
.schedule-page .main .indicator-overlay.visible {
  opacity: 1;
}
.schedule-page .main .indicator-overlay .-icons {
  display: flex;
  gap: 10px;
}
.schedule-page .main .indicator-overlay .-icons .-icon {
  width: 16px;
  height: 16px;
}
.schedule-page .main .indicator-overlay .-icons .-left-arrow {
  background: url(/wp-content/themes/sff/assets/img/arrow-left.svg) no-repeat center center;
  background-size: contain;
}
.schedule-page .main .indicator-overlay .-icons .-grab-cursor {
  background: url(/wp-content/themes/sff/assets/img/grab-cursor.svg) no-repeat center center;
  background-size: contain;
}
.schedule-page .main .indicator-overlay .-icons .-right-arrow {
  background: url(/wp-content/themes/sff/assets/img/arrow-right.svg) no-repeat center center;
  background-size: contain;
}
.schedule-page .main .indicator-overlay .-text {
  font-size: 16px;
  font-weight: bold;
}
.schedule-page .main .sidebar {
  background: white;
  overflow: hidden;
  flex: 0 0 240px;
}
.schedule-page .main .sidebar .item {
  padding-right: 20px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
  height: 48px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
.schedule-page .main .sidebar .item.--hovering-on-venue {
  background: #3E9D9D;
  border-bottom-color: #00e5e5;
  border-right-color: #00e5e5;
}
.schedule-page .main .sidebar .item.--last-child-venue {
  border-bottom-color: black !important;
}
.schedule-page .main .sidebar .item .venue-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
}
.schedule-page .main .sidebar .item .parent-name {
  position: absolute;
  top: 8px;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-transform: none;
}
.schedule-page .main .sidebar .item .child-name {
  position: absolute;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: 0.01em;
}
.schedule-page .main .table {
  background: #fcfcfc;
  overflow: hidden;
  position: relative;
}
.schedule-page .main .table .inner {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  will-change: transform;
  transition: transform 0.5s linear;
}
.schedule-page .main .table .day {
  position: absolute;
  will-change: transform;
}
.schedule-page .main .table .day.inactive {
  opacity: 0.3;
}
.schedule-page .main .table .day.inactive .event {
  opacity: 0.5;
}
.schedule-page .main .table .day .now-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: #3E9D9D;
}
.schedule-page .main .table .day.active .venue-row.--hovering-on-venue {
  background: #3E9D9D;
  border-bottom-color: #00e5e5;
}
.schedule-page .main .table .day.active .venue-row.--last-child-venue {
  border-bottom-color: black !important;
}
.schedule-page .main .table .day.active .venue-row .event:hover,
.schedule-page .main .table .day.active .venue-row .event.selected {
  background: #3E9D9D;
  color: black;
}
.schedule-page .main .table .day .venue-row {
  position: relative;
  height: 48px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.schedule-page .main .table .day .venue-row .event {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.schedule-page .main .table .day .venue-row .event .shadow {
  display: none;
}
.schedule-page .main .table .day .venue-row .event .wishlist svg .fill {
  fill: currentColor;
}
.schedule-page .main .table .day .venue-row .event .wishlist svg .stroke {
  stroke: currentColor;
}
.schedule-page .main .table .day .venue-row .event.wishlisted {
  background: #DD71A0;
  color: white;
}
.schedule-page .main .table .day .venue-row .event.is-in-cart {
  background: #DD71A0;
  color: #FD9C0C;
}
.schedule-page .main .table .day .venue-row .event.purchased {
  background: #FD9C0C;
  color: #9378E2;
}
.schedule-page .main .table .day .venue-row .event .thumb {
  display: block;
  height: 48px;
  width: 48px;
  background: rgba(0, 0, 0, 0.1) no-repeat center center / cover;
  flex: 0 0 auto;
}
.schedule-page .main .table .day .venue-row .event .info {
  flex: 1 1 auto;
  line-height: 1rem;
  padding-top: 8px;
  padding-left: 0.5rem;
  overflow: hidden;
  line-height: 16px;
}
@media screen and (min-width: 1601px) {
  .schedule-page .main .table .day .venue-row .event .info {
    padding-top: 2px;
  }
}
.schedule-page .main .table .day .venue-row .event .info .title {
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule-page .main .table .day .venue-row .event .info .time {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule-page .main .table .day .venue-row .event .wishlist {
  flex: 0 0 auto;
  width: 32px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule-page .main .table .day .venue-row .event .wishlist svg {
  display: block;
}
.schedule-page .main .table .day .venue-row .event .wishlist svg .filled {
  opacity: 0;
}
.schedule-page .main .table .day .venue-row .event .wishlist.active {
  -webkit-animation: WishlistIconBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: WishlistIconBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.schedule-page .main .table .day .venue-row .event .wishlist.active svg .filled {
  opacity: 1;
}
.schedule-page .main .table .day .venue-row .event .wishlist svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 16px;
  height: 16px;
}
.date-scroller {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.date-scroller .item {
  position: relative;
  height: 45px;
  width: 25px;
  cursor: pointer;
  flex: auto;
  text-align: center;
  transition: color 0.2s;
  flex: 0 0 auto;
}
.date-scroller .item.--disabled {
  background: transparent;
  color: #bbbbbb;
  cursor: not-allowed;
}
.date-scroller .item:hover {
  background: #f0f0f0;
}
.date-scroller .item.incoming {
  background: #f0f0f0;
}
.date-scroller .item.active {
  color: black;
  background: #3E9D9D;
}
.date-scroller .item .day-name {
  position: absolute;
  font-size: 12px;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
}
.date-scroller .item .day-number {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
body {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
}
.pricing-widget-contents {
  background: #f0f0f0;
  color: black;
  overflow: hidden;
}
.pricing-widget-contents.branded {
  background-color: white;
}
.pricing-widget-inner {
  counter-reset: instruction;
  position: relative;
}
.pricing-widget-inner .ft_ep_headerRow {
  margin-top: 0;
}
.pricing-widget-inner .ft_ep_priceRow {
  display: flex;
  border-top: 0px;
  border-bottom: 1px solid white;
}
.branded .pricing-widget-inner .ft_ep_priceRow {
  border-bottom: 1px solid black;
}
@media screen and (max-width: 400px) {
  .pricing-widget-inner .ft_ep_priceRow {
    flex-wrap: wrap;
  }
  .pricing-widget-inner .ft_ep_priceRow .ft_ep_type {
    width: 100% !important;
  }
  .pricing-widget-inner .ft_ep_priceRow .ft_ep_qty {
    padding-left: 15px;
    width: 50%;
    margin-bottom: 5px;
  }
  .pricing-widget-inner .ft_ep_priceRow .ft_ep_price {
    width: 50%;
    text-align: right;
  }
  .pricing-widget-inner .ft_ep_priceRow .conditions {
    padding-right: 20px;
  }
}
.pricing-widget-inner .ft_ep_priceRow > div {
  float: none;
}
.pricing-widget-inner .ft_clear {
  display: none;
}
.pricing-widget-inner .ft_ep_priceRow .ft_ep_type {
  flex: 1 1 auto;
  padding-left: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  width: auto;
  padding-top: 5px;
}
.pricing-widget-inner .ft_ep_priceRow .ft_ep_type .conditions {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  position: static;
  float: none;
  font-size: 10px;
  width: auto;
}
.pricing-widget-inner .ft_ep_priceRow .ft_ep_type .conditions .icon {
  display: none;
}
.pricing-widget-inner .ft_ep_priceRow .ft_ep_qty {
  flex: 0 0 auto;
  width: 100px;
}
.pricing-widget-inner .ft_ep_priceRow .ft_ep_price {
  flex: 0 0 auto;
  padding-right: 15px;
  font-size: 14px;
  width: 120px;
  text-align: right;
}
.pricing-widget-inner select {
  width: 80px !important;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 3px !important;
  height: 25px;
  line-height: 24px;
  margin-top: 0px;
  border: 1px solid black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: black;
  background: transparent url(/wp-content/themes/sff/assets/img/select-chevron-black.svg) no-repeat 90% center;
}
.branded .pricing-widget-inner select {
  border-radius: 3px;
}
.pricing-widget-inner #ft_pricing .ft_ep_headerRow {
  display: none;
}
.pricing-widget-inner #ft_pricing #ft_pricingQuestions {
  padding: 0px 12px;
}
.pricing-widget-inner #ft_pricing #ft_pricingQuestions .form-group {
  padding: 5px 0px;
}
.pricing-widget-inner #ft_pricing #ft_pricingQuestions .form-group .control-label {
  font-size: 14px;
  margin-bottom: 4px;
}
.pricing-widget-inner .ft_codes {
  display: none;
}
.pricing-widget-inner .code-row {
  background: white;
  padding: 10px 15px;
}
.pricing-widget-inner .code-row .-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}
.pricing-widget-inner .code-row .-text {
  font-size: 13px;
  line-height: 16px;
}
.pricing-widget-inner .code-row .ft_ep_text {
  width: 250px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 400px) {
  .pricing-widget-inner .code-row .ft_ep_text {
    width: 100%;
  }
}
.pricing-widget-inner .code-row .ft_ep_text input {
  padding: 0px 5px;
  line-height: 32px;
  height: 32px;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid black;
}
.pricing-widget-inner .code-row .ft_ep_text .ft_button {
  background: black !important;
  border: 0px;
  color: white;
  height: 32px;
  box-sizing: border-box;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.2;
  width: 115px !important;
}
.pricing-widget-inner .code-row .ft_ep_text .ft_button.--ready {
  opacity: 1;
}
.pricing-widget-inner .ft_ep_buttonRow {
  margin-top: 0px;
  border-top: 1px solid #e1e1e1;
  background: white;
  padding: 10px 15px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.branded .pricing-widget-inner .ft_ep_buttonRow {
  border-top-color: black;
}
.pricing-widget-inner .ft_ep_buttonRow .ft_ep_ft {
  order: -1;
  margin-right: 10px;
  float: none;
}
.pricing-widget-inner .ft_ed_headerRow,
.pricing-widget-inner .ft_ed_timeRow,
.pricing-widget-inner .ft_ep_headerRow,
.pricing-widget-inner .ft_ep_priceRow {
  transition: none;
}
.ft_allocatedSession .ft_plan_introduction {
  padding: 10px 15px 20px 15px;
  font-size: 14px;
}
.ft_allocatedSession .ft_plan_introduction ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ft_allocatedSession .ft_plan_introduction ul li {
  margin-top: 10px;
}
.ft_allocatedSession .ft_plan_introduction ul li:first-child {
  margin-top: 0;
}
.ft_allocatedSession input#splitSeats {
  margin-left: 15px;
  position: absolute;
}
.ft_allocatedSession label[for='splitSeats'] {
  display: block;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1;
  max-width: 215px;
}
.ft_allocatedSession .horizontal-options {
  padding: 0px 15px;
  display: flex;
  align-items: stretch;
}
.ft_allocatedSession .horizontal-options input {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .ft_allocatedSession .horizontal-options {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 500px) {
  .ft_allocatedSession .horizontal-options .ft_ga_section_available,
  .ft_allocatedSession .horizontal-options .ft_cs_section_available,
  .ft_allocatedSession .horizontal-options .ft_section_available {
    display: block;
  }
}
.ft_allocatedSession .horizontal-options .ft_ga_section_available,
.ft_allocatedSession .horizontal-options .ft_cs_section_available,
.ft_allocatedSession .horizontal-options .ft_section_available {
  font-style: normal !important;
  font-family: 'GT-Cinetype';
}
.ft_allocatedSession .horizontal-options .-item {
  margin-right: 5px;
  flex: 1 1 30%;
  align-items: stretch;
  display: flex;
}
@media screen and (max-width: 500px) {
  .ft_allocatedSession .horizontal-options .-item {
    margin-right: 0px;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 5px;
  }
}
.ft_allocatedSession .horizontal-options .-item label {
  display: flex !important;
  width: 100% !important;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid black !important;
  color: black;
  background-color: white;
  font-family: Agrandir-Wide;
  font-weight: bold;
  height: 32px;
  transform: translate3d(0px, 0px, 0px);
  --shadow-size: 2px;
  --hover-depth: 1px;
  box-shadow: var(--shadow-size) var(--shadow-size) 0px black;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  will-change: transform;
  padding: 0 0.8em;
  line-height: 0.9em;
  border-radius: 4px;
}
.ft_allocatedSession .horizontal-options .-item label > span {
  display: block;
}
.ft_allocatedSession .horizontal-options .-item label:before {
  left: 14px;
}
.ft_allocatedSession .horizontal-options .-item label:after {
  display: none;
}
.ft_allocatedSession .horizontal-options .-item label:hover,
.ft_allocatedSession .horizontal-options .-item label:focus {
  background-color: white !important;
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.ft_allocatedSession .horizontal-options .-item input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.ft_allocatedSession .horizontal-options .-item input:checked + label {
  background: black !important;
  color: white !important;
}
.ft_allocatedSession .horizontal-options .-item input:checked + label:hover {
  background: #262626 !important;
}
.ft_allocatedSession .horizontal-options .-item:last-child {
  margin-right: 0px;
}
.instruction-header {
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  counter-increment: instruction;
  display: block;
  font-weight: normal;
}
.instruction-header:before {
  content: counter(instruction) '. ';
}
#ft_allocated.ft_bestAvailable ~ #ft_allocated_seatingPlan .instruction-header {
  counter-increment: none;
}
#ft_plan .ft_ep_headerRow {
  display: none;
}
#ft_plan .ft_ep_headerRow .ft_ep_qty {
  display: none;
}
#ft_plan #ft_pricingAllocated {
  font-size: 14px;
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  min-height: 100dvh;
}
#ft_plan #ft_pricingAllocated > div,
#ft_plan #ft_pricingAllocated > strong {
  margin-left: -15px;
  margin-right: -15px;
}
#ft_plan #ft_pricingAllocated > strong {
  border-top: 1px solid black;
}
#ft_plan #ft_pricingAllocated > br {
  display: none;
}
#ft_plan #ft_selectedSeats2 {
  padding: 0 15px;
  margin-bottom: 5px;
}
#ft_plan .ft_ep_buttonRow {
  gap: 10px;
}
#ft_plan .ft_ep_buttonRow button {
  width: auto;
}
#ft_allocated_seatingPlan > .ft_ep_sectionRow {
  margin-bottom: 16px !important;
}
.white-border-top {
  border-top: 1px solid black;
}
.ft_ep_sectionRow {
  margin-bottom: 32px !important;
  overflow: visible !important;
  padding: 0px;
}
/** Hiding the calendar for multi-date ferve events **/
.ft_ed_cal {
  display: none !important;
}
.ft_ed_cal_key {
  display: none !important;
}
.ft_ed_headerRow {
  display: none !important;
}
#ft_additionsContainer .ft_ep_img {
  padding-left: 14px;
  padding-top: 10px;
  padding-right: 0px;
  width: 100px;
}
#ft_additionsContainer .ft_ep_text {
  padding: 14px;
  font-size: 14px;
  line-height: 16px !important;
  font-weight: bold;
}
#ft_additionsContainer .ft_ep_type {
  width: calc(100% - 150px) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ft_additionsContainer .ft_ep_type .conditions {
  height: auto;
}
.ft_ep_type div.conditions {
  height: auto;
}
.guest-grid {
  margin-top: 2rem;
}
.guest-grid .-guest {
  position: relative;
  min-height: 100%;
  padding-bottom: 52px;
  cursor: pointer;
}
.guest-grid .-guest.--expanded:before {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: 0px;
  content: '';
  background: #FD9C0C;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .guest-grid .-guest.--expanded:before {
    top: -4px;
    left: -4px;
    right: -4px;
  }
}
.guest-grid .-guest .-guest-inner {
  position: relative;
  z-index: 1;
}
.guest-grid .-guest .-guest-inner .-image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.guest-grid .-guest .-guest-inner .-name {
  font-weight: bold;
  margin-bottom: 4px;
}
.guest-grid .-guest .-guest-inner .-role {
  font-size: 12px;
}
.guest-expander-panel .-panel-inner {
  display: flex;
  background: black;
  color: white;
  padding: 24px;
  margin-bottom: 48px;
  margin-left: -8px;
  margin-right: -8px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .guest-expander-panel .-panel-inner {
    flex-direction: column;
    margin-left: -4px;
    padding: 20px 16px;
    width: calc(100% + 8px) !important;
  }
}
.guest-expander-panel .-panel-inner .-left {
  width: 29.3vw;
  padding-right: 2vw;
  padding-bottom: 40px;
}
@media screen and (min-width: 1601px) {
  .guest-expander-panel .-panel-inner .-left {
    width: 428px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .guest-expander-panel .-panel-inner .-left {
    width: 100%;
    padding-right: 0;
  }
}
.guest-expander-panel .-panel-inner .-left .-name {
  margin-bottom: 14px;
  font-family: Agrandir-Grand, Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.guest-expander-panel .-panel-inner .-left .-meta {
  display: flex;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.guest-expander-panel .-panel-inner .-left .-meta .-role {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guest-expander-panel .-panel-inner .-left .-meta .-separator:before {
  position: relative;
  content: '•';
  margin-left: 4px;
  margin-right: 4px;
}
.guest-expander-panel .-panel-inner .-left .-meta .-attending {
  white-space: nowrap;
}
.guest-expander-panel .-panel-inner .-events {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .guest-expander-panel .-panel-inner .-events {
    flex-direction: column;
    gap: 0;
  }
}
.guest-expander-panel .-panel-inner .-events .event-box {
  flex: 1 1 50%;
}
.guest-expander-panel .-panel-inner .-events .event-box .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guest-expander-panel .-panel-inner .-events .event-box h4 {
  color: white;
}
.guest-expander-panel .-panel-inner .-events .event-box .type {
  color: white;
}
.guest-expander-panel .-panel-inner .-events .event-box .description {
  color: #aaaaaa;
}
@media screen and (max-width: 800px) {
  .guest-expander-panel .-panel-inner .-events .event-box > a {
    display: flex;
  }
  .guest-expander-panel .-panel-inner .-events .event-box > a .image-placeholder {
    width: 64px;
    height: 64px;
    margin-right: 8px;
    position: relative;
    display: block;
    flex: 0 0 auto;
  }
  .guest-expander-panel .-panel-inner .-events .event-box > a .image-placeholder .image:before {
    padding-top: 100%;
  }
}
.guest-expander-panel.event-count-0 .-panel-inner {
  width: 45%;
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .guest-expander-panel.event-count-0 .-panel-inner {
    width: 45%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .guest-expander-panel.event-count-0 .-panel-inner {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .guest-expander-panel.event-count-0 .-panel-inner {
    width: auto;
  }
}
.guest-expander-panel.event-count-1 .-panel-inner {
  width: 70%;
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .guest-expander-panel.event-count-1 .-panel-inner {
    width: 70%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .guest-expander-panel.event-count-1 .-panel-inner {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .guest-expander-panel.event-count-1 .-panel-inner {
    width: auto;
  }
}
.guest-expander-panel.event-count-2 .-panel-inner {
  width: 85%;
}
@media screen and (max-width: 800px) {
  .guest-expander-panel.event-count-2 .-panel-inner {
    width: auto;
  }
}
.guest-expander-panel.event-count-2 .event-box:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 800px) {
  .guest-expander-panel.event-count-2 .event-box:not(:last-child) {
    margin-right: 0;
  }
}
.guest-expander-panel.event-count-3 .-panel-inner {
  width: 100%;
}
.guest-expander-panel.event-count-3 .event-box:not(:last-child) {
  margin-right: 12px;
}
@media screen and (max-width: 800px) {
  .guest-expander-panel.event-count-3 .event-box:not(:last-child) {
    margin-right: 0;
  }
}
@-webkit-keyframes filmFinderMarqueeIn {
  from {
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(calc(50vw - 50%));
    opacity: 1;
  }
}
@keyframes filmFinderMarqueeIn {
  from {
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(calc(50vw - 50%));
    opacity: 1;
  }
}
@-webkit-keyframes filmFinderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes filmFinderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.film-finder {
  position: relative;
  min-height: 50vw;
  background-color: #000000;
  color: white;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .film-finder {
    aspect-ratio: unset;
    min-height: max(160vw, 660px);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
.film-finder * {
  box-sizing: border-box;
}
.film-finder .-fade-in {
  -webkit-animation: filmFinderFadeIn 0.5s both;
          animation: filmFinderFadeIn 0.5s both;
}
.film-finder .-screen {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s;
}
.film-finder .-screen.--showing-overlay {
  opacity: 0.3;
}
.film-finder .-centered {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .film-finder .-centered {
    padding: 0 20px;
  }
}
.film-finder .-heading {
  color: #FD9C0C;
  font-family: Agrandir-Grand;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .film-finder .-heading {
    font-size: 6vw;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.film-finder .-thumbnail-carousel {
  position: absolute;
  inset: 0;
  display: flex;
  --gap: 30px;
  gap: var(--gap);
  opacity: 0.15;
  align-items: center;
}
.film-finder .-thumbnail-carousel .-thumbnail-page {
  flex: 0 0 auto;
  display: flex;
  gap: var(--gap);
  -webkit-animation: filmFinderMarqueeIn cubic-bezier(0.33, 1, 0.68, 1) 3s both;
          animation: filmFinderMarqueeIn cubic-bezier(0.33, 1, 0.68, 1) 3s both;
}
.film-finder .-thumbnail-carousel .-thumbnail-page img {
  flex: 0 0 auto;
  aspect-ratio: 1.77777778;
  width: 19vw;
  height: auto;
}
@media screen and (max-width: 900px) {
  .film-finder .-thumbnail-carousel .-thumbnail-page img {
    width: 30vw;
  }
}
.film-finder .-bottom-text {
  opacity: 0.7;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.film-finder .-bottom-text a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .film-finder .-bottom-text {
    bottom: auto;
    top: 20px;
  }
}
.film-finder .-choice-button {
  will-change: transform;
  background: white;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  position: absolute;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1;
  bottom: var(--offset);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
}
.film-finder .-choice-button:before {
  position: absolute;
  inset: -20px;
  border-radius: 1000px;
  content: '';
  display: block;
}
.film-finder .-choice-button svg {
  display: block;
}
.film-finder .-choice-button.--like {
  right: var(--offset);
}
.film-finder .-choice-button.--like svg {
  transform: translateY(-2px);
}
.film-finder .-choice-button.--dislike {
  left: var(--offset);
}
.film-finder .-choice-button.--dislike svg {
  transform: rotate(180deg) translateY(0px);
}
.film-finder .-matcher-matches {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20vw;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .film-finder .-matcher-matches {
    left: 50%;
    top: auto;
    width: 70vw;
    right: auto;
    bottom: 70px;
    max-width: 200px;
    transform: translateX(-50%);
  }
}
.film-finder .-matcher-matches .-match-pile {
  display: block;
  aspect-ratio: 1.77777778;
  width: 60%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #BF9167;
  transition: color 0.2s;
}
.film-finder .-matcher-matches .-match-pile .-arrow {
  display: inline-block;
  transition: transform 0.2s;
}
.film-finder .-matcher-matches .-match-pile:hover {
  color: #FD9C0C;
}
.film-finder .-matcher-matches .-match-pile:hover .-arrow {
  transform: translateX(4px);
}
.film-finder .-matcher-matches .-match-pile .-match-item {
  position: absolute;
  inset: 0;
}
.film-finder .-matcher-matches .-match-pile .-match-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.film-finder .-matcher-matches .-match-pile .-total-matches-label {
  position: absolute;
  left: -40px;
  right: -40px;
  text-align: center;
  top: calc(100% + 20px);
  text-transform: uppercase;
  font-size: 0.8em;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--home {
    bottom: 100px;
  }
}
.film-finder .-screen.--home .-intro-text {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 550px;
}
.film-finder .-screen.--home .-label {
  font-size: 0.8em;
  opacity: 0.7;
  margin-top: 16px;
  margin-bottom: 6px;
}
.film-finder .-screen.--home .-get-started-button {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--home .-get-started-button {
    padding-bottom: 20px;
  }
}
.film-finder .-screen.--home .-stream-list {
  display: flex;
  gap: 8px;
}
.film-finder .-screen.--home .-stream-list a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  border: 1px solid white;
  padding: 4px 8px;
}
.film-finder .-screen.--home .-stream-list a:hover {
  color: var(--color, #FD9C0C);
  border-color: var(--color, #FD9C0C);
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--home .-stream-list {
    flex-wrap: wrap;
    gap: 8px;
    width: 85%;
  }
  .film-finder .-screen.--home .-stream-list a {
    text-align: center;
    width: calc(50% - 4px);
  }
}
.film-finder .-screen.--help {
  background-color: black;
}
.film-finder .-screen.--help .-centered {
  max-width: 60vw;
  margin: auto;
}
.film-finder .-screen.--help .-heading {
  margin-bottom: 20px;
}
.film-finder .-screen.--help .-buttons {
  margin-top: 20px;
}
.film-finder .-screen.--main .-screen-help {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  font-size: 0.8em;
  opacity: 0.7;
}
.film-finder .-screen.--main .-screen-help a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-screen-help {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: auto;
    text-align: center;
    align-items: center;
  }
}
.film-finder .-screen.--main .-matcher-container {
  will-change: transform;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 20vw;
  right: 20vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(calc(var(--dragX) * 40%)) translateY(calc(var(--dragY) * 40%)) rotate(calc(var(--dragRotation) * 10deg));
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container {
    top: 120px;
    bottom: 195px;
    left: 20px;
    right: 20px;
  }
}
.film-finder .-screen.--main .-matcher-container .-film-overlay {
  position: absolute;
  inset: -5px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-animation: filmFinderFadeIn 0.3s both ease-in-out;
          animation: filmFinderFadeIn 0.3s both ease-in-out;
}
.film-finder .-screen.--main .-matcher-container .-film-overlay .-film-overlay-text {
  font-family: Agrandir-Grand;
  font-size: 2.5vw;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
.film-finder .-screen.--main .-matcher-container .-film-overlay .-film-overlay-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 8px;
}
.film-finder .-screen.--main .-matcher-container .-player {
  aspect-ratio: 1.77777778;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  touch-action: manipulation;
  background-color: black;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-player > * {
    pointer-events: none;
  }
}
.film-finder .-screen.--main .-matcher-container .-player .-trailer iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  width: calc(100% + 2000px);
  height: 100%;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-player .-trailer iframe {
    pointer-events: none;
  }
}
.film-finder .-screen.--main .-matcher-container .-player .-trailer .-trailer-thumbnail {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-player .-trailer .-trailer-thumbnail {
    display: block;
  }
}
.film-finder .-screen.--main .-matcher-container .-player .-trailer .-trailer-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.film-finder .-screen.--main .-matcher-container .-player .-trailer .-trailer-thumbnail .-play-button {
  background: white;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 0 black;
  border: 1px solid black;
}
.film-finder .-screen.--main .-matcher-container .-player .-trailer .-trailer-thumbnail .-play-button svg {
  display: block;
  transform: translateX(1px);
}
.film-finder .-screen.--main .-matcher-container .-player .-gallery {
  position: absolute;
  inset: 0;
}
.film-finder .-screen.--main .-matcher-container .-player .-gallery img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.3s;
  opacity: 0;
}
.film-finder .-screen.--main .-matcher-container .-player .-gallery img.--active {
  opacity: 1;
}
.film-finder .-screen.--main .-matcher-container .-player .-gallery .-abstract {
  position: absolute;
  left: 50%;
  width: calc(100% - 200px);
  max-width: 460px;
  transform: translateX(-50%);
  bottom: 14px;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 0.8em;
  line-height: 1.4;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-player .-gallery .-abstract {
    bottom: 4px;
    width: auto;
    left: 14px;
    right: 14px;
    max-width: none;
    transform: none;
    max-width: 100%;
    padding: 10px;
  }
}
.film-finder .-screen.--main .-matcher-container .-player .-desktop-choices-buttons {
  --offset: 25px;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-player .-desktop-choices-buttons {
    display: none;
  }
}
.film-finder .-screen.--main .-matcher-container .-film-info {
  text-align: center;
  padding-top: 20px;
}
.film-finder .-screen.--main .-matcher-container .-film-info .-film-title {
  color: var(--highlight, #FD9C0C);
  font-family: Agrandir-Grand;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-film-info .-film-title {
    font-size: 4vw;
  }
}
.film-finder .-screen.--main .-matcher-container .-film-info .-mobile-choices-buttons {
  position: relative;
  display: none;
  width: 105px;
  height: 40px;
  margin: 15px auto;
  --offset: 0px;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-film-info .-mobile-choices-buttons {
    display: block;
  }
}
.film-finder .-screen.--main .-matcher-container .-film-info .-film-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  row-gap: 4px;
  font-size: 0.9em;
  flex-wrap: wrap;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen.--main .-matcher-container .-film-info .-film-meta {
    font-size: 0.7em;
    gap: 1.3em;
  }
}
.film-finder .-screen-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.film-finder .-screen-overlay .-screen-overlay-inner {
  max-width: 60vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen-overlay .-screen-overlay-inner {
    max-width: 90vw;
  }
}
.film-finder .-screen-overlay .-screen-overlay-inner .-screen-overlay-title {
  font-family: Agrandir-Grand;
  font-size: 2.5vw;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .film-finder .-screen-overlay .-screen-overlay-inner .-screen-overlay-title {
    font-size: 5vw;
  }
}
.film-finder .-screen-overlay .-screen-overlay-inner .-screen-overlay-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: all;
  margin-top: 20px;
}
.film-finder .-swipe-indicator {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  font-family: Agrandir-Grand;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.05;
  font-weight: bold;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  padding-top: 40%;
}
.film-finder .-swipe-indicator .-swipe-indicator-inner {
  display: flex;
  flex-direction: column;
  padding: 3vw;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.film-finder .-swipe-indicator .-swipe-indicator-icon {
  background-color: white;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.film-finder .-swipe-indicator .-swipe-indicator-icon svg {
  display: block;
  width: 12px;
  height: 12px;
}
.film-finder .-swipe-indicator.--left {
  align-items: flex-start;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 30%, transparent 100%);
}
.film-finder .-swipe-indicator.--left svg {
  transform: rotate(180deg);
}
.film-finder .-swipe-indicator.--right {
  align-items: flex-end;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, transparent 30%, transparent 100%);
}
.flexipass-cta {
  background-color: #FD9C0C;
  padding: 36px 32px;
  padding-bottom: 32px;
  display: flex;
  max-width: 680px;
  text-decoration: none !important;
  color: black;
}
.flexipass-cta:hover {
  color: black;
}
.flexipass-cta .-left {
  flex: 1 1 50%;
  margin-right: 20px;
}
.flexipass-cta .-left .-heading {
  font-size: 32px;
  font-family: Agrandir-Grand;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.flexipass-cta .-left .-discounts {
  margin-top: 15px;
}
.flexipass-cta .-left,
.flexipass-cta .-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.flexipass-cta .-right {
  flex: 1 1 50%;
}
.flexipass-cta .-right .-description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 500px) {
  .flexipass-cta {
    flex-direction: column;
  }
  .flexipass-cta .-discounts {
    margin-top: 10px;
  }
  .flexipass-cta .-description {
    margin-top: 10px;
  }
}
#flying-carpet {
  position: fixed;
  top: 7.5rem;
  bottom: 0px;
  width: 400px;
  right: 0px;
  background: white;
  will-change: transform;
  transform: translateX(400px);
  transition: transform 0.55s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 60;
  border-top: 1px solid black;
  max-width: 100vw;
  border-left: 1px solid black;
}
.festival-sff #flying-carpet [rel='tff'] {
  display: none !important;
}
.festival-tff #flying-carpet [rel='sff'] {
  display: none !important;
}
.small-mode #flying-carpet {
  top: 4rem;
}
#flying-carpet > .menu-arrow {
  position: absolute;
  top: -11px;
  right: 50px;
  background: white;
  border: 1px solid #000000;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  z-index: -1px;
  height: 20px;
  width: 20px;
  margin-right: -11px;
}
.branded #flying-carpet > .menu-arrow {
  border-top-left-radius: 4px;
}
#flying-carpet > .inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
#flying-carpet > .inner > .close-button {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0px;
  right: 0.4rem;
  cursor: pointer;
  z-index: 10;
}
#flying-carpet > .inner > .close-button:before,
#flying-carpet > .inner > .close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: black;
  width: 1.5rem;
  height: 0.2rem;
  top: 1.9rem;
  left: 1.5rem;
}
#flying-carpet > .inner > .close-button:before {
  transform: rotate(45deg);
}
#flying-carpet > .inner > .close-button:after {
  transform: rotate(-45deg);
}
body[flying-carpet-visible='true'] #flying-carpet {
  transform: translateX(0);
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 4px;
}
#flying-carpet .cart-message {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#flying-carpet .cart-extra-message {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  border-top: 1px solid black;
}
#flying-carpet .cart-extra-message p {
  margin: 10px 0;
  font-size: 14px;
  width: 90%;
}
#flying-carpet .panel {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#flying-carpet .panel .panel-header {
  height: 4rem;
  line-height: 4rem;
  font-size: 16px;
  text-align: center;
  flex: 0 0 auto;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
#flying-carpet .panel .panel-header a {
  position: absolute;
  top: 0px;
  left: 2rem;
  font-size: 12px;
  font-weight: normal;
}
#flying-carpet .panel .panel-main {
  flex: 1 1 auto;
  position: relative;
}
#flying-carpet .panel.visible {
  left: 0px;
}
#flying-carpet .panel.animate-in-left {
  -webkit-animation: FlyInLeft 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: FlyInLeft 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
#flying-carpet .panel.animate-in-right {
  -webkit-animation: FlyInRight 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: FlyInRight 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
#flying-carpet .panel.animate-out-left {
  -webkit-animation: FlyOutLeft 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: FlyOutLeft 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#flying-carpet .panel.animate-out-right {
  -webkit-animation: FlyOutRight 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: FlyOutRight 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#flying-carpet .cart-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#flying-carpet .cart-message img {
  margin-bottom: 30px;
  display: block;
  width: 20%;
}
#flying-carpet .cart-message p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  font-size: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.4rem;
  margin-bottom: 0px;
}
#flying-carpet .cart-message p.strong {
  font-weight: bold;
  font-size: 1.6rem;
}
#flying-carpet .cart-message .button {
  margin-top: 2rem;
}
#flying-carpet .panel.cart .panel-main {
  display: flex;
  flex-direction: column;
  height: 1px;
}
#flying-carpet .panel.cart .panel-main.cart-is-empty .empty-cart {
  display: flex !important;
}
#flying-carpet .panel.cart .panel-main.cart-is-empty > div {
  display: none;
}
#flying-carpet .panel.cart .panel-main.loading-cart > .cart-loading {
  display: flex !important;
}
#flying-carpet .panel.cart .panel-main.loading-cart > div {
  display: none;
}
#flying-carpet .panel.cart .panel-main.refreshing-cart button.checkout {
  cursor: not-allowed !important;
}
#flying-carpet .panel.cart .panel-main > .empty-cart {
  display: none;
  flex: auto;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
#flying-carpet .panel.cart .panel-main > .cart-loading {
  display: none;
  flex: auto;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items {
  flex: 1;
  overflow: auto;
  overflow-x: hidden;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item {
  display: block;
  margin: 2rem;
  background: #eeeeee;
  font-size: 1rem;
  position: relative;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.is-package .basic .details .title {
  white-space: inherit;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .info {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0.5rem;
  overflow: visible !important;
  white-space: normal !important;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .ticket.donation-item {
  padding: 0.5rem 0;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .ticket.donation-item .donation-label {
  padding-left: 1rem;
  flex-grow: 1;
  font-weight: bold;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .ticket.donation-item .subtotal {
  width: auto;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .donation-options {
  padding: 0 1rem 1rem 1.2rem;
  font-size: 12px;
  line-height: 16px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .donation-options .option {
  margin-top: 8px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .donation-options .option:first-child {
  margin-top: 0px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .donation-options .option label {
  padding-left: 25px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .donation-options .option label:before {
  border-color: rgba(0, 0, 0, 0.3);
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .acknowledgement {
  padding: 0 1rem 1rem 1rem;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .acknowledgement .label {
  font-size: 12px;
  margin-bottom: 7px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.donation .acknowledgement input {
  border: 1px solid black;
  padding: 5px 10px;
  line-height: 25px;
  box-sizing: border-box;
  width: 100%;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .remove-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .remove-button:before,
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .remove-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: #9378E2;
  width: 8px;
  height: 2px;
  top: 9px;
  left: 6px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .remove-button:before {
  transform: rotate(45deg);
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .remove-button:after {
  transform: rotate(-45deg);
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.no-image .basic .thumb {
  display: none;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.no-image .basic .details {
  padding-left: 1rem;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .basic {
  position: relative;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .basic .thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 6.65rem;
  background-size: cover;
  border-top-left-radius: 4px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .basic .details {
  position: relative;
  padding-left: 7.65rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 16px;
  font-size: 12px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .basic .details > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .basic .details .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .basic .details .venue {
  font-size: 12px;
  margin: 0.125rem 0;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .basic .details .meta {
  display: flex;
  width: 100%;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets {
  width: 100%;
  font-size: 1.2rem;
  overflow: hidden;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .sep {
  position: relative;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .sep:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 500px;
  left: 0px;
  top: 0px;
  height: 1px;
  background: white;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket {
  display: flex;
  width: 100%;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket > div {
  padding: 0.7rem 0;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .info {
  padding-left: 1.2rem;
  flex: 1 1 auto;
  overflow: hidden;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .info .label {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1rem;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .info .price-each {
  font-size: 10px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .info .seating-row-description {
  display: block;
  font-size: 10px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .quantity {
  vertical-align: middle;
  font-weight: bold;
  width: 9rem;
  text-align: right;
  padding-right: 1rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .quantity .quantity-label {
  border-bottom: 1px solid rgba(61, 0, 59, 0.28);
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .subtotal {
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
  padding-right: 1rem;
  width: 2.5rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .subtotal.updating {
  text-align: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item .tickets .ticket .remove {
  width: 20px;
  position: relative;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 0;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-item.quantity-not-editable .tickets .ticket .quantity {
  width: 1.5rem;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations {
  background: black;
  color: white;
  margin: 2rem;
  margin-top: 20px;
  padding: 12px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations.disabled {
  display: none;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .-heading {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
  margin-bottom: 9px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .-heading .info-button {
  display: inline-block;
  background: #DD71A0;
  color: black;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .-heading .info-button:before {
  display: inline;
  content: '?';
}
body.festival-sff #flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .-heading .info-button[rel='tff'] {
  display: none;
}
body.festival-tff #flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .-heading .info-button[rel='sff'] {
  display: none;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .options .items {
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 321px) {
  #flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .options .items {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  #flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .options .items .option {
    margin-bottom: 8px;
  }
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .options .items .option {
  margin-right: 8px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .options .items .option input[type='radio'] {
  opacity: 0;
  position: absolute;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .options .items .option:last-child {
  margin-right: 0px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .no-thanks-row {
  display: flex;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .no-thanks-row .text {
  font-size: 12px;
  line-height: 16px;
  padding-right: 40px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option {
  display: block;
  flex: 0 0 auto;
  border: 1px solid #DD71A0;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option label {
  cursor: pointer;
  padding: 0 6px;
  display: block;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option .loading-dots {
  margin-top: -8px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.active {
  background: #DD71A0;
  color: black;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.round-up {
  flex: 1 1 auto;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.round-up label {
  display: flex;
  justify-content: space-between;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.--no-thanks {
  padding: 0px 8px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.--no-thanks input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other {
  padding-right: 0;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other input[type='text'] {
  flex: 1 1 auto;
  width: 44px;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  border: 0px;
  background: transparent;
  outline: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  padding: 0px;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other input[type='text']::-moz-placeholder {
  color: white;
  text-align: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other input[type='text']:-ms-input-placeholder {
  color: white;
  text-align: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other input[type='text']::placeholder {
  color: white;
  text-align: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other.active input[type='text']::-moz-placeholder {
  color: white;
  text-align: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other.active input[type='text']:-ms-input-placeholder {
  color: white;
  text-align: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other.active input[type='text']::placeholder {
  color: white;
  text-align: center;
}
#flying-carpet .panel.cart .panel-main > .cart-items .cart-donations .option.other .dollar-box {
  display: flex;
  align-items: center;
}
#flying-carpet .panel.cart .panel-main > .subtotals {
  flex: 0 0 auto;
  border-top: 1px solid #efefef;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 16px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
#flying-carpet .panel.cart .panel-main > .subtotals.booking-fee {
  font-size: 12px;
}
#flying-carpet .panel.cart .panel-main > .subtotals.full-total {
  font-weight: bold;
  font-size: 16px;
}
#flying-carpet .panel.cart .panel-main > .subtotals .label {
  flex: 1 0 auto;
}
#flying-carpet .panel.cart .panel-main > .subtotals .subtotal-items {
  padding-right: 2rem;
}
#flying-carpet .panel.cart .panel-main > .buttons {
  flex: 0 0 auto;
  border-top: 1px solid #efefef;
  display: flex;
  padding: 16px;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item {
  flex: 1 1 50%;
  margin-left: 16px;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item:first-child {
  margin-left: 0px;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button {
  background-color: black;
  border-radius: 0;
  color: white;
  display: inline-flex;
  justify-content: center;
  font-family: Agrandir-Narrow;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0.98em;
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  border: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  width: 100%;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button .-icon {
  display: block;
  width: 16px;
  margin-top: -5px;
  margin-left: 4px;
}
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button {
  border: 1px solid black;
  color: black;
  background-color: white;
  font-family: Agrandir-Wide;
  font-weight: bold;
  height: 32px;
  --shadow-size: 6px;
  --hover-depth: 4px;
  transform: translate3d(0px, 0px, 0px);
  box-shadow: var(--shadow-size) var(--shadow-size) 0px black;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  will-change: transform;
  padding: 0 1em;
  line-height: 0.9em;
}
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button:hover,
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button a:hover,
a:hover .branded #flying-carpet .panel.cart .panel-main > .buttons > .item button,
a:hover .branded #flying-carpet .panel.cart .panel-main > .buttons > .item button a,
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button:focus,
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button a:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button,
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button.--sm,
.ondemand .homepage-carousel .-film-info .-buttons .branded #flying-carpet .panel.cart .panel-main > .buttons > .item button {
  border-radius: 100px;
  --shadow-size: 2px;
  --hover-depth: 1px;
}
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button.--md {
  border-radius: 100px;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .branded #flying-carpet .panel.cart .panel-main > .buttons > .item button.--md {
    border-radius: 100px;
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
.branded #flying-carpet .panel.cart .panel-main > .buttons > .item button.--lg {
  border-radius: 100px;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .branded #flying-carpet .panel.cart .panel-main > .buttons > .item button.--lg {
    border-radius: 100px;
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--icon {
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  box-sizing: border-box;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button,
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--sm,
.ondemand .homepage-carousel .-film-info .-buttons #flying-carpet .panel.cart .panel-main > .buttons > .item button {
  height: 32px;
  font-size: 14px;
  padding-top: 3px !important;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--md {
  height: 40px;
  font-size: 16px;
  padding-top: 3px !important;
}
@media screen and (max-width: 800px) {
  #flying-carpet .panel.cart .panel-main > .buttons > .item button.--md {
    height: 32px;
    font-size: 14px;
    padding-top: 3px !important;
  }
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--lg {
  height: 48px;
  font-size: 20px;
  padding-top: 4px !important;
}
@media screen and (max-width: 800px) {
  #flying-carpet .panel.cart .panel-main > .buttons > .item button.--lg {
    height: 32px;
    font-size: 14px;
    padding-top: 3px !important;
  }
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button:disabled,
#flying-carpet .panel.cart .panel-main > .buttons > .item button.disabled {
  filter: saturate(50%);
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button:hover {
  text-decoration: none;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button:not(:disabled):not(.disabled):not(.--disabled):active {
  transition: background-color 0.6s;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button:disabled,
#flying-carpet .panel.cart .panel-main > .buttons > .item button.disabled,
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--disabled {
  background: #b6b6b6 !important;
  color: #3e3e3e !important;
  cursor: not-allowed !important;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.blue {
  background: #3E9D9D;
  color: #170c66;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--grey {
  background: #c6c6c6;
  color: #494949;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--yellow {
  background: #FD9C0C;
  color: black !important;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--pink,
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--magenta {
  background: #DD71A0;
  color: black !important;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--dropdown {
  font-size: 14px;
  font-family: 'GT-Cinetype';
  justify-content: left;
  padding-top: 0 !important;
  background: no-repeat right center;
  padding-right: 37px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 14.5L16 19L20.5 14.5' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  border-bottom: 1px solid currentColor;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--spread,
#flying-carpet .panel.cart .panel-main > .buttons > .item button.spread {
  width: 100%;
  box-sizing: border-box;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--stroke {
  border: 1px solid black;
  color: black;
  letter-spacing: normal;
  background: white;
  font-weight: normal;
  line-height: 37px;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--stroke:disabled {
  background: white !important;
  color: #777777 !important;
  border-color: #777777 !important;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--big-stroke {
  border: 1px solid black;
  color: black;
  text-transform: none;
  letter-spacing: normal;
  background: white;
  font-weight: normal;
  line-height: 40px;
  font-size: 18px;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--big-stroke:disabled {
  background: white !important;
  color: #777777 !important;
  border-color: #777777 !important;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--fg {
  color: var(--button, black);
  background: var(--fg);
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--scheme {
  color: var(--fg, black);
  background: var(--bg);
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--white {
  color: black;
  background: white;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--clear {
  color: black;
  background: white;
  transition: border-color 0.2s;
}
#flying-carpet .panel.cart .panel-main > .buttons > .item button.--clear:hover {
  border-color: black;
}
#flying-carpet .panel.planner {
  display: flex;
  flex-direction: column;
  position: relative;
}
#flying-carpet .panel.planner.is-empty .dates {
  display: none;
}
#flying-carpet .panel.planner.is-empty .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#flying-carpet .panel.planner.is-empty .content .empty-planner {
  display: flex;
}
#flying-carpet .panel.planner.is-empty .mini-planner-share-prompt {
  display: none;
}
#flying-carpet .panel.planner .panel-main .planner {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#flying-carpet .panel.planner .dates {
  flex: 0 0 auto;
  padding: 1rem 2rem;
  border-bottom: 1px solid #eeeeee;
}
#flying-carpet .panel.planner .content {
  overflow: auto;
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
#flying-carpet .panel.planner .content .planner-message {
  background: #eeeeee;
  font-size: 1.2rem;
  line-height: 1.33333333;
  padding: 0.25rem 1rem;
  padding-right: 2.5rem;
  flex: 0 0 auto;
  position: relative;
}
#flying-carpet .panel.planner .content .planner-message p {
  margin: 0.5rem 0;
}
#flying-carpet .panel.planner .content .planner-message p a {
  font-weight: bold;
  border-bottom: 1px solid rgba(147, 120, 226, 0.03);
}
#flying-carpet .panel.planner .content .planner-message .dismiss {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
#flying-carpet .panel.planner .content .planner-message .dismiss:before,
#flying-carpet .panel.planner .content .planner-message .dismiss:after {
  content: ' ';
  display: block;
  height: 1px;
  width: 0.7rem;
  background: #9378E2;
  position: absolute;
  top: 0.7rem;
  left: 0.1rem;
}
#flying-carpet .panel.planner .content .planner-message .dismiss:before {
  transform: rotate(-45deg);
}
#flying-carpet .panel.planner .content .planner-message .dismiss:after {
  transform: rotate(45deg);
}
#flying-carpet .panel.planner .content .empty-planner {
  display: none;
  text-align: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-direction: column;
}
#flying-carpet .panel.planner .content .empty-planner img {
  width: 15%;
}
#flying-carpet .panel.planner .content .day {
  margin-bottom: 0.5rem;
  align-items: stretch;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1.5rem;
}
#flying-carpet .panel.planner .content .day:last-child {
  border-bottom: 0px;
}
#flying-carpet .panel.planner .content .day .heading {
  padding-top: 8px;
  padding-left: 7rem;
  color: black;
  font-weight: bold;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}
#flying-carpet .panel.planner .content .day .items {
  margin-right: 1rem;
}
#flying-carpet .panel.planner .content .day .items .spacer {
  width: 7rem;
  height: 10px;
  position: relative;
}
#flying-carpet .panel.planner .content .day .items .spacer:before,
#flying-carpet .panel.planner .content .day .items .spacer:after {
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #170c66;
  display: block;
  content: ' ';
  right: 0.81rem;
  position: absolute;
}
#flying-carpet .panel.planner .content .day .items .spacer:before {
  top: 2px;
}
#flying-carpet .panel.planner .content .day .items .spacer:after {
  bottom: 2px;
}
#flying-carpet .panel.planner .content .day .items .item {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: stretch;
}
#flying-carpet .panel.planner .content .day .items .item .times {
  flex: 0 0 auto;
  width: 7rem;
  position: relative;
  font-size: 0.9rem;
}
#flying-carpet .panel.planner .content .day .items .item .times .time {
  position: absolute;
  right: 1.5rem;
}
#flying-carpet .panel.planner .content .day .items .item .times .time.start {
  top: 0px;
}
#flying-carpet .panel.planner .content .day .items .item .times .time.end {
  bottom: 0px;
}
#flying-carpet .panel.planner .content .day .items .item .times:after {
  background: currentColor;
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0.75rem;
  width: 4px;
  border-radius: 5px;
}
#flying-carpet .panel.planner .content .day .items .item .event {
  display: flex;
  flex: 1 1 0;
  color: white;
  overflow: hidden;
  background: #9378E2;
  align-items: center;
}
#flying-carpet .panel.planner .content .day .items .item .event .thumb {
  flex: 0 0 auto;
  height: 48px;
  width: 48px;
  background: #9378E2 no-repeat center center;
  background-size: cover;
}
#flying-carpet .panel.planner .content .day .items .item .event .info {
  padding-left: 9px;
  line-height: 1.6rem;
  flex: 1 1 auto;
  overflow: hidden;
}
#flying-carpet .panel.planner .content .day .items .item .event .info .title,
#flying-carpet .panel.planner .content .day .items .item .event .info .venue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#flying-carpet .panel.planner .content .day .items .item .event .info .title {
  font-weight: bold;
  font-size: 14px;
}
#flying-carpet .panel.planner .content .day .items .item .event .info .venue {
  font-size: 11px;
}
#flying-carpet .panel.planner .content .day .items .item .event .icon {
  width: 18px;
  height: 18px;
  background: no-repeat center center / contain;
  flex: 0 0 auto;
  margin-left: 0.5rem;
}
#flying-carpet .panel.planner .content .day .items .item .event .actions {
  width: 3rem;
  height: 2rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
#flying-carpet .panel.planner .content .day .items .item .event .actions:before,
#flying-carpet .panel.planner .content .day .items .item .event .actions:after,
#flying-carpet .panel.planner .content .day .items .item .event .actions span {
  content: ' ';
  background-color: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  display: block;
  margin-top: 3px;
}
#flying-carpet .panel.planner .content .day .items .item .event .actions:before {
  margin-top: 3px;
}
#flying-carpet .panel.planner .content .day .items .item .message {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
#flying-carpet .panel.planner .content .day .items .item .message a:hover .title:after {
  transform: translateX(0.75rem) rotate(-45deg);
}
#flying-carpet .panel.planner .content .day .items .item .message .title {
  font-weight: bold;
}
#flying-carpet .panel.planner .content .day .items .item .message .title:after {
  display: inline-block;
  content: ' ';
  transform: translateX(0.5rem) rotate(-45deg);
  border: 1px solid currentColor;
  border-top: 0px;
  border-left: 0px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  transition: transform;
}
#flying-carpet .panel.planner .content .day .items .item.clashes-with-next {
  margin-bottom: 1px;
}
#flying-carpet .panel.planner .content .day .items .item.clashes-with-next .event {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#flying-carpet .panel.planner .content .day .items .item.clashes-with-next .times {
  color: #F54F1B !important;
}
#flying-carpet .panel.planner .content .day .items .item.clashes-with-last .event {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#flying-carpet .panel.planner .content .day .items .item.clashes-with-last .times {
  color: #F54F1B !important;
}
#flying-carpet .panel.planner .content .day .items .item.suggestion {
  color: #b4b4b4;
}
#flying-carpet .panel.planner .content .day .items .item.wishlist .event {
  background: #3E9D9D;
  color: black;
}
#flying-carpet .panel.planner .content .day .items .item.wishlist .event .icon {
  background-image: url('/wp-content/themes/sff/assets/img/planner-icon-wishlist.svg');
}
#flying-carpet .panel.planner .content .day .items .item.cart .event {
  background: black;
  color: #FD9C0C;
}
#flying-carpet .panel.planner .content .day .items .item.cart .event .icon {
  background-image: url('/wp-content/themes/sff/assets/img/planner-icon-cart.svg');
}
#flying-carpet .panel.planner .content .day .items .item.purchased .event {
  background: #DD71A0;
  color: black;
}
#flying-carpet .panel.planner .content .day .items .item.purchased .event .icon {
  background-image: url('/wp-content/themes/sff/assets/img/planner-icon-purchased.svg');
}
#flying-carpet .panel.account.logged-in .log-in-form {
  display: none;
}
#flying-carpet .panel.account.logged-in .dashboard {
  display: block;
}
#flying-carpet .panel.account .dashboard {
  display: none;
}
#flying-carpet .panel.account .dashboard .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: ModalOpen 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: ModalOpen 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#flying-carpet .panel.account .dashboard .welcome {
  font-weight: bold;
  text-align: center;
}
#flying-carpet .panel.account .dashboard .links {
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
}
#flying-carpet .panel.account .dashboard .links .button {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
#flying-carpet .panel.account .log-in-form {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-animation: ModalOpen 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: ModalOpen 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#flying-carpet .panel.account .log-in-form .-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  flex: 1 1 auto;
}
#flying-carpet .panel.account .log-in-form .login-error {
  display: block;
  background-color: #F54F1B;
  color: white;
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 1.4rem;
  -webkit-animation: ModalOpen 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: ModalOpen 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#flying-carpet .panel.account .log-in-form img {
  margin-bottom: 20px;
  width: 15%;
  display: block;
}
#flying-carpet .panel.account .log-in-form p.heading {
  font-weight: bold;
  margin-bottom: 0px;
  margin-bottom: 5px;
}
#flying-carpet .panel.account .log-in-form p.register {
  margin-top: 0px;
  font-size: 12px;
  color: rgba(147, 120, 226, 0.3);
}
#flying-carpet .panel.account .log-in-form p.register a {
  text-decoration: none;
  border-bottom: 1px solid rgba(147, 120, 226, 0.2);
}
#flying-carpet .panel.account .log-in-form p.register a:hover {
  color: #DD71A0;
}
#flying-carpet .panel.account .log-in-form form {
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  padding-bottom: 5rem;
}
@media screen and (max-width: 800px) {
  #flying-carpet .panel.account .log-in-form form {
    padding-bottom: 0px;
  }
}
#flying-carpet .panel.account .log-in-form form input {
  border: 1px solid #eeeeee;
  display: block;
  margin: 0px;
  padding: 0 1rem;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  margin-top: 1rem;
  -webkit-apperance: none;
  line-height: 4rem;
  box-sizing: border-box;
  font-size: 1.4rem;
}
#flying-carpet .panel.account .log-in-form form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
#flying-carpet .panel.account .log-in-form form.loading .bottom-row .submit {
  display: none !important;
}
#flying-carpet .panel.account .log-in-form form.loading .bottom-row .loading {
  display: block !important;
}
#flying-carpet .panel.account .log-in-form form .bottom-row {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
#flying-carpet .panel.account .log-in-form form .bottom-row > div {
  width: 50%;
  box-sizing: border-box;
}
#flying-carpet .panel.account .log-in-form form .bottom-row .forgot-password {
  padding-left: 1rem;
  text-align: left;
}
#flying-carpet .panel.account .log-in-form form .bottom-row .forgot-password a {
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(147, 120, 226, 0.2);
}
#flying-carpet .panel.account .log-in-form form .bottom-row .forgot-password a:hover {
  color: #DD71A0;
}
#flying-carpet .panel.account .log-in-form form .bottom-row .submit {
  display: block;
  transform: none !important;
  outline: none;
}
#flying-carpet .panel.account .log-in-form form .bottom-row .loading {
  display: none;
  cursor: default;
  pointer-events: none;
}
#flying-carpet .panel.account .log-in-form form .bottom-row .button {
  width: 100%;
}
body[flying-carpet-visible='true'] #site-inner {
  opacity: 0.2;
  pointer-events: none;
}
body[flying-carpet-visible='true'] .inverted-mode #site-inner {
  opacity: 1 !important;
}
.tooltip-manager {
  display: none;
}
.tooltip-manager .tooltip-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}
.tooltip-manager .tooltip {
  position: fixed;
  z-index: 101;
  background: black;
  border-radius: 4px;
  color: white;
  transform-origin: right center;
}
.tooltip-manager .tooltip:after {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -5px;
  transform: rotate(45deg);
  background: black;
  z-index: 0;
}
.tooltip-manager .tooltip[arrow='top']:after {
  top: 0;
  left: 10px;
  right: auto;
}
.tooltip-manager .tooltip .message {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
}
.tooltip-manager .tooltip .options {
  padding: 0.25rem;
}
.tooltip-manager .tooltip .options a {
  display: block;
  padding: 4px 8px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tooltip-manager .tooltip .options a:first-child {
  border-top: 0px;
}
.tooltip-manager .tooltip .options a:hover {
  color: #FD9C0C;
}
.planner-spacer {
  flex: 1 1 auto;
}
.mini-planner-share-prompt {
  background-color: black;
  color: white;
  margin: 16px;
  padding: 16px;
  gap: 16px;
  display: flex;
}
.mini-planner-share-prompt > .-text {
  flex: 1 1 auto;
}
.mini-planner-share-prompt > .-text .-title {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .mini-planner-share-prompt > .-text .-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .mini-planner-share-prompt > .-text .-title {
    font-size: 15px;
  }
}
.mini-planner-share-prompt > .-text .-description {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 8px;
}
.mini-planner-share-prompt > .-text .-button {
  margin-top: 14px;
}
.mini-planner-share-prompt > .-preview {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-planner-share-prompt > .-preview img {
  width: 91px;
}
.block.row {
  margin-bottom: 3rem;
}
.block.row .block-contents > :first-child {
  margin-top: 0px;
}
.block.row .block-contents > :last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .block.row {
    margin-top: 2rem;
  }
}
.block.image-block {
  margin-top: 3rem;
}
.block.image-block img {
  width: 100%;
}
.block.icon-heading-row .icon {
  position: relative;
  height: 1px;
}
.block.icon-heading-row .icon img {
  position: absolute;
  right: 0px;
  width: 40%;
}
@media screen and (max-width: 800px) {
  .block.icon-heading-row .icon img {
    width: auto;
    height: 40px;
  }
}
.block.icon-heading-row h3 {
  margin-top: 0px;
}
.block.icon-heading-row + .block {
  margin-top: 0px;
}
.responsive-video-embed {
  position: relative;
}
.responsive-video-embed:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.responsive-video-embed > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.responsive-video-embed iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.flexipass-block-row {
  margin-bottom: 3rem;
}
.flexipass-block-row + .flexipass-block-row {
  margin-top: 1rem;
}
.flexipass-block-row .flexipass-block {
  background: #FD9C0C;
  border-radius: 8px;
  color: black;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
}
.flexipass-block-row .flexipass-block.blue {
  background-color: #3E9D9D;
  color: white;
}
.flexipass-block-row .flexipass-block.blue .quantity-label {
  border-bottom: rgba(255, 255, 255, 0.3) !important;
}
.flexipass-block-row .flexipass-block.blue .button {
  color: #3E9D9D;
}
.flexipass-block-row .flexipass-block.purple {
  background-color: #9378E2;
  color: white;
}
.flexipass-block-row .flexipass-block.purple .quantity-label {
  border-bottom: rgba(255, 255, 255, 0.3) !important;
}
.flexipass-block-row .flexipass-block.purple .button {
  color: #9378E2;
}
@media screen and (max-width: 800px) {
  .flexipass-block-row .flexipass-block {
    flex-wrap: wrap;
  }
  .flexipass-block-row .flexipass-block .info,
  .flexipass-block-row .flexipass-block .price,
  .flexipass-block-row .flexipass-block .quantity,
  .flexipass-block-row .flexipass-block .add-button {
    box-sizing: border-box;
  }
  .flexipass-block-row .flexipass-block .quantity,
  .flexipass-block-row .flexipass-block .add-button {
    margin-top: 1rem;
  }
  .flexipass-block-row .flexipass-block .price {
    text-align: right;
  }
}
.flexipass-block-row .flexipass-block .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}
.flexipass-block-row .flexipass-block .info .title {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.flexipass-block-row .flexipass-block .info .description {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.flexipass-block-row .flexipass-block .loading-dots {
  transform: scale(1.2);
  margin-top: -0.5rem;
  margin-right: 1rem;
}
.flexipass-block-row .flexipass-block .price {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.flexipass-block-row .flexipass-block .quantity {
  padding-right: 2rem;
  width: 7rem;
  text-align: right;
}
.flexipass-block-row .flexipass-block .quantity .quantity-label {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cta-block .block-contents {
  padding: 32px 0;
  border-top: solid black 2px;
  border-bottom: solid black 2px;
}
.cta-block h2 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
  color: black;
  margin: 0;
  padding-right: 1.5rem;
}
@media screen and (max-width: 800px) {
  .cta-block h2 {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.cta-block .content {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.cta-block .content p {
  margin-top: 20px;
}
.cta-block .content > *:first-child {
  margin-top: 0;
}
.ticketing-info-block {
  margin-bottom: 6rem;
}
.ticketing-info-block .col-4 {
  position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .ticketing-info-block {
    display: flex;
    align-items: stretch;
  }
  .ticketing-info-block .col-4 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
}
.ticketing-info-block .-individual-tickets {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ticketing-info-block .-individual-tickets .-title {
  max-width: 200px;
}
.ticketing-info-block .-individual-tickets .-subtitle {
  flex: 1 1 auto;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .ticketing-info-block .-individual-tickets .-subtitle {
    font-size: 14px;
    font-family: 'GT-Cinetype';
    line-height: 1.42857143;
    margin-top: 8px;
  }
}
.ticketing-info-block .-individual-tickets .-description {
  font-size: 14px;
  font-family: 'GT-Cinetype';
  line-height: 1.42857143;
  margin-bottom: 20px;
}
.ticketing-info-block .-individual-tickets .-cta {
  display: flex;
}
.ticketing-info-block .-individual-tickets .-cta .button {
  flex: 1 1 auto;
}
.ticketing-info-block .-items {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ticketing-info-block .-items .-item {
  margin: 0px;
  padding: 0px;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .ticketing-info-block .-items .-item {
    margin-bottom: 0;
    margin-top: 1.2rem;
  }
}
.ticketing-info-block .-items .-item:last-child {
  margin-bottom: 0;
}
.ticketing-info-block .-flexipass-help {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 10px;
}
.ticketing-info-block .-flexipass-help .arrow-link {
  font-size: 12px;
}
.single-pass-block {
  padding: 1.2rem 1.5rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-pass-block .-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-pass-block .-text .-title {
  font-weight: bold;
}
.branded .single-pass-block .-text .-title {
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-size: 14px;
}
.single-pass-block .-text .-subtitle {
  font-size: 14px;
  line-height: 24px;
  margin-top: 2px;
}
.single-pass-block .-cta {
  display: flex;
  align-items: center;
  margin-top: -1px;
}
.single-pass-block .-cta .-pricing {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.single-pass-block .-cta .-pricing .quantity-selector .quantity-label {
  font-size: 13px;
  border-bottom: 1px solid currentColor;
}
.pricing-structure-block {
  padding-bottom: 4rem;
}
.pricing-structure-block .simple-tabs {
  margin-bottom: 3rem;
}
.pricing-structure-block .-pricing-items {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid black;
  font-size: 18px;
  line-height: 24px;
}
.pricing-structure-block .-pricing-items li {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 11px 0px;
  justify-content: space-between;
  border-bottom: 1px solid black;
  font-size: 14px;
  line-height: 1.14285714;
}
.pricing-structure-block .-pricing-items li span {
  display: block;
}
.pricing-structure-block .-conditions {
  margin-top: 20px;
}
.flexipass-tiles {
  margin-bottom: 3rem;
}
.flexipass-tiles h2 {
  margin-bottom: 3rem;
}
.flexipass-tiles .-passes-row {
  display: flex;
  flex-wrap: wrap;
}
.flexipass-tiles .-pass {
  padding: 24px;
  padding-top: 20px;
  justify-content: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 2rem;
}
.flexipass-tiles .-pass .-upper {
  white-space: nowrap;
}
.flexipass-tiles .-pass .-upper .-title {
  font-size: 20px;
  text-align: center;
  font-family: Agrandir-Wide;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.flexipass-tiles .-pass .-mid {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}
.flexipass-tiles .-pass .-mid .-num-tickets {
  font-size: 48px;
  font-family: Agrandir-Wide;
  font-weight: bold;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .flexipass-tiles .-pass .-mid .-num-tickets {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .flexipass-tiles .-pass .-mid .-num-tickets {
    font-size: 30px;
  }
}
.flexipass-tiles .-pass .-mid .-num-tickets.--text {
  font-size: 32px;
}
.flexipass-tiles .-pass .-price {
  font-size: 20px;
  font-family: Agrandir-Wide;
  font-weight: bold;
  margin-bottom: 22px;
  margin-bottom: 10px;
}
.flexipass-tiles .-pass .-price span {
  font-weight: normal;
  font-size: 12px;
}
.flexipass-tiles .-pass .-lower {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding-top: 1rem;
  text-align: center;
  flex: 0 0 auto;
}
.flexipass-tiles .-pass .-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 1.5rem;
}
.media-release {
  background: #eeeeee;
  padding: 1rem 2rem;
  margin: 1rem 0;
  border-bottom: 1px solid black;
}
.media-release h3 {
  margin: 0;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
}
.media-release .meta {
  display: flex;
  font-size: 14px;
}
.media-release .meta .date {
  flex: 1;
}
.media-release .meta .file-size {
  margin-left: 1rem;
}
.content-tile {
  margin-top: 20px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 800px) {
  .content-tile {
    display: block;
  }
}
.content-tile .square {
  position: relative;
  overflow: hidden;
}
.content-tile .square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.content-tile .square > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.content-tile .square img {
  width: 100%;
}
.content-tile .content {
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .content-tile .content {
    padding: 0px;
  }
}
.content-tile .content p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.content-tile .content h2 {
  font-family: Agrandir-Wide;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
  color: black;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.flexipass-cta-block {
  margin-top: 40px;
}
.sponsor-grid .inner {
  margin-left: -5%;
  display: flex;
  flex-wrap: wrap;
}
.sponsor-grid .inner .section {
  border-top: 1px solid black;
  padding-bottom: 1.5rem;
}
.sponsor-grid .inner .section .section-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5rem 0;
}
.sponsor-grid .inner .section .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sponsor-grid .inner .section .items .item {
  display: block;
  height: 5.5rem;
  line-height: 5.5rem;
  background: no-repeat center center;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.sponsor-grid .inner .section.prominent {
  width: 95%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.prominent .items {
  margin-left: -3%;
}
.sponsor-grid .inner .section.prominent .item {
  width: 30.33333333%;
  margin-left: 3%;
}
.sponsor-grid .inner .section.prominent .item.wide {
  width: 30.33333333%;
}
.sponsor-grid .inner .section.full {
  width: 95%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.full .items {
  margin-left: -3%;
}
.sponsor-grid .inner .section.full .item {
  width: 22%;
  margin-left: 3%;
}
.sponsor-grid .inner .section.full .item.wide {
  width: 22%;
}
.sponsor-grid .inner .section.half {
  width: 45%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.half .items {
  margin-left: -5%;
}
.sponsor-grid .inner .section.half .item {
  width: 45%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.half .item.wide {
  width: 45%;
}
.sponsor-grid .inner .section.third {
  width: 28.3333%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.third .items {
  margin-left: -7%;
}
.sponsor-grid .inner .section.third .item {
  width: 43%;
  margin-left: 7%;
}
.sponsor-grid .inner .section.third .item.wide {
  width: 43%;
}
.sponsor-grid .inner .section.quarter {
  width: 20%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.quarter .items {
  margin-left: -7%;
}
.sponsor-grid .inner .section.quarter .item {
  width: 18%;
  margin-left: 7%;
}
.sponsor-grid .inner .section.quarter .item.wide {
  width: 18%;
}
.sponsor-grid .inner .section.three-quarters {
  width: 70%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.three-quarters .items {
  margin-left: -4%;
}
.sponsor-grid .inner .section.three-quarters .item {
  width: 46%;
  margin-left: 4%;
}
.sponsor-grid .inner .section.three-quarters .item.wide {
  width: 46%;
}
.sponsor-grid .inner .section.two-thirds {
  width: 61.6666%;
  margin-left: 5%;
}
.sponsor-grid .inner .section.two-thirds .items {
  margin-left: -4%;
}
.sponsor-grid .inner .section.two-thirds .item {
  width: 46%;
  margin-left: 4%;
}
.sponsor-grid .inner .section.two-thirds .item.wide {
  width: 46%;
}
#site-footer {
  background: black;
  overflow: hidden;
  --side-padding: 32px;
}
@media screen and (max-width: 800px) {
  #site-footer {
    --side-padding: 16px;
  }
}
#site-footer ul,
#site-footer li {
  list-style: none;
}
#site-footer .type-footer-section-header {
  font-weight: bold;
  margin-bottom: 9px;
}
#site-footer .celebrate-banner {
  background-color: #FD9C0C;
  color: black;
  padding: 22px 0px;
}
#site-footer .celebrate-banner .-inner {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  text-transform: uppercase;
  font-size: 22px;
}
#site-footer .celebrate-banner .-inner .-side {
  flex: 1 1 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-footer .celebrate-banner .-inner .-separator {
  flex: 0 0 auto;
  width: 1px;
  background-color: black;
}
@media screen and (max-width: 800px) {
  #site-footer .celebrate-banner .-inner {
    flex-direction: column;
  }
  #site-footer .celebrate-banner .-inner .-side {
    flex: 0 0 auto;
  }
  #site-footer .celebrate-banner .-inner .-separator {
    height: 8px;
    background-color: transparent;
  }
}
#site-footer .celebrate-banner .-inner .-anim {
  position: relative;
}
@media screen and (max-width: 800px) {
  #site-footer .celebrate-banner .-inner .-anim {
    height: 20px;
  }
  #site-footer .celebrate-banner .-inner .-anim img {
    height: 20px;
    width: auto;
  }
}
#site-footer .celebrate-banner .-inner .-anim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
#site-footer .celebrate-banner .-inner .-anim img.active {
  opacity: 1;
}
@-webkit-keyframes largeSFFEntry {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0.1%);
  }
}
@keyframes largeSFFEntry {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0.1%);
  }
}
#site-footer .large-sff {
  padding-top: min(8vw, 120px);
  overflow: hidden;
}
#site-footer .large-sff.--active svg {
  -webkit-animation: largeSFFEntry 3s cubic-bezier(0.33, 1, 0.68, 1) both;
          animation: largeSFFEntry 3s cubic-bezier(0.33, 1, 0.68, 1) both;
}
#site-footer .large-sff svg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
#site-footer .-main-panel {
  background-color: white;
  padding-top: 15px;
}
#site-footer .-acknowledgement-wrapper {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
#site-footer .child-link a {
  all: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
}
#site-footer .child-link a:hover {
  color: #707C39;
}
#site-footer .logo-menu {
  display: flex;
}
#site-footer .logo-menu .-social-link a {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 6px;
  margin-bottom: 0;
}
#site-footer .logo-menu .-social-link a svg {
  height: 20px;
  width: 20px;
}
#site-footer .logo-menu .-social-link a .-social-label {
  margin-left: 17px;
}
#site-footer .logo-menu .-social-link a.facebook svg {
  padding-top: 1px;
}
#site-footer .logo-menu .-social-link a * {
  vertical-align: middle;
}
#site-footer .footer-menu {
  padding-top: 15px;
  padding-bottom: 32px;
}
#site-footer .footer-menu > ul {
  padding-bottom: 30px;
}
#site-footer .footer-menu > ul li {
  margin-bottom: 10px;
}
#site-footer .footer-menu > * {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
#site-footer .-accessibility {
  display: inline-flex;
  align-items: center;
}
#site-footer .-accessibility img {
  width: 33px;
  height: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 800px) {
  #site-footer .-accessibility img {
    width: 40px;
  }
}
.subscribe-banner {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #3E9D9D;
  color: black;
}
@media screen and (max-width: 800px) {
  .subscribe-banner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.subscribe-banner .outer-row {
  align-items: center;
}
.subscribe-banner .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .subscribe-banner .-subscribe-form .row {
    display: block;
  }
}
.subscribe-banner .-subscribe-form {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .subscribe-banner .-subscribe-form {
    margin-top: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .subscribe-banner .-subscribe-form {
    margin-top: 20px;
  }
  .subscribe-banner .-subscribe-form .select-wrapper {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .subscribe-banner .-subscribe-form {
    margin-top: 0px;
  }
}
.inverted-mode .subscribe-banner {
  border-top-color: white;
  transition: border-top-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.subscribe-banner .submit-btn {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .subscribe-banner .-submit-column {
    margin-top: 20px;
  }
}
.subscribe-banner .type-panel-title {
  padding-top: 3px;
  white-space: nowrap;
}
.subscribe-banner .checkbox-wrapper {
  margin-top: 18px;
}
.mobile-special-footer {
  border-bottom: solid black 1px;
}
.mobile-special-footer .-inner {
  padding: 15px var(--side-padding);
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-special-footer .logo-menu {
  align-items: center;
}
.mobile-special-footer .logo-menu li {
  margin-bottom: 0 !important;
}
.mobile-special-footer .-important-links {
  justify-content: space-between;
}
.special-footer .-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 20px var(--side-padding);
}
.special-footer .-container .-logos {
  display: flex;
}
@media screen and (max-width: 800px) {
  .special-footer .-container .-logos {
    display: none !important;
  }
}
.special-footer .-container .-important-links {
  display: flex;
  align-items: center;
  font-weight: bold;
  flex: 1;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .special-footer .-container .-important-links {
    justify-content: space-between;
  }
}
.special-footer .-container .-important-links a + a {
  margin-left: 24px;
}
.special-footer .-accessibility {
  margin-right: 24px;
}
.footer-acknowledge-panel {
  background-color: black;
  color: white;
  display: flex;
  padding: 35px 0;
  text-align: center;
  --flagScale: 1.5;
}
@media screen and (max-width: 800px) {
  .footer-acknowledge-panel {
    --flagScale: 1;
    padding: 14px 0;
  }
}
.footer-acknowledge-panel .-inner {
  width: 100%;
  display: flex;
  padding: 0 var(--side-padding);
  align-items: center;
  justify-content: space-between;
}
.footer-acknowledge-panel .-inner .-text {
  flex: 1 1 auto;
  max-width: 55em;
  padding: 0 3em;
}
.footer-acknowledge-panel .-inner .-flag {
  flex: 0 0 auto;
}
.footer-acknowledge-panel .-inner .-flag img {
  width: calc(36px * var(--flagScale));
  height: calc(24px * var(--flagScale));
  display: block;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .footer-acknowledge-panel .-inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer-acknowledge-panel .-inner .-text {
    order: -5;
    width: 100%;
    max-width: none;
    padding: 0 0px;
    font-size: 12px;
  }
  .footer-acknowledge-panel .-inner .-flag {
    margin-top: 16px;
  }
}
#site-inner {
  background: white;
}
.inverted-mode #site-inner {
  background: black;
  transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header {
  position: relative;
  z-index: 50;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header .menu a {
  color: black;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.inverted-mode #header a {
  color: white;
}
#header .-floater {
  left: 0;
  right: 0;
}
#header.--fixed .-floater {
  position: fixed;
  top: 0;
  z-index: 5;
}
#header .-site-switcher {
  height: 32px;
  line-height: 34px;
  background: black;
  font-family: Agrandir-Narrow;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid transparent;
  position: relative;
  overflow: visible;
}
#header .-site-switcher .-border-bottom {
  position: absolute;
  left: calc(50% - var(--grid-inner-width) / 2);
  bottom: -1px;
  width: var(--grid-inner-width);
  border-bottom: 1px solid black;
  transition: border-bottom-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.inverted-mode #header .-site-switcher .-border-bottom {
  border-bottom-color: white;
}
@media screen and (max-width: 800px) {
  #header .-site-switcher .-sff-label {
    display: none;
  }
}
#header .-site-switcher a {
  color: inherit;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ondemand #header .-site-switcher strong {
  color: #3E9D9D;
}
#header .-site-switcher .to-tff {
  margin-left: 10px;
}
#header .-site-switcher .to-tff:first-child {
  margin-left: 0;
}
#header .-site-switcher .-desktop-only {
  display: block;
}
@media screen and (max-width: 800px) {
  #header .-site-switcher .-desktop-only {
    display: none;
  }
}
#header .-site-switcher .-mobile-only {
  display: none;
}
@media screen and (max-width: 800px) {
  #header .-site-switcher .-mobile-only {
    display: block;
  }
}
#header .-ferve-down-notice {
  border-bottom: 1px solid black;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
}
#header .-flying-carpet-anchor {
  position: absolute;
  width: 5px;
  height: 5px;
  z-index: 999;
  bottom: -5px;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  #header .-flying-carpet-anchor {
    bottom: 36px;
  }
}
@media screen and (max-width: 800px) {
  #header .-flying-carpet-anchor {
    bottom: 36px;
  }
}
#header .-main-bar {
  background: white;
  border-bottom: 1px solid transparent;
  position: relative;
  overflow: visible;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header .-main-bar .-border-bottom {
  position: absolute;
  left: calc(50% - var(--grid-inner-width) / 2);
  bottom: -1px;
  width: var(--grid-inner-width);
  border-bottom: 1px solid black;
  transition: border-bottom-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.inverted-mode #header .-main-bar .-border-bottom {
  border-bottom-color: white;
}
.ondemand #header .-main-bar {
  background-color: #3E9D9D;
}
.inverted-mode #header .-main-bar {
  background: black;
  color: white;
}
.inverted-mode #header .-main-bar .-border-bottom {
  opacity: 0;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  #header .-main-bar {
    height: 112px;
  }
}
#header .-main-bar .row {
  align-items: center;
}
#header .-main-bar .row,
#header .-main-bar .wrapper,
#header .-main-bar .container,
#header .-main-bar .-logo-column,
#header .-main-bar .-nav-column {
  height: 72px;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .row,
  #header .-main-bar .wrapper,
  #header .-main-bar .container,
  #header .-main-bar .-logo-column,
  #header .-main-bar .-nav-column {
    height: 87px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (max-width: 800px) {
  #header .-main-bar .-logo-column:after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: -40vw;
    right: -40vw;
    border-bottom: 1px solid transparent;
    position: relative;
    overflow: visible;
  }
  #header .-main-bar .-logo-column:after .-border-bottom {
    position: absolute;
    left: calc(50% - var(--grid-inner-width) / 2);
    bottom: -1px;
    width: var(--grid-inner-width);
    border-bottom: 1px solid black;
    transition: border-bottom-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .inverted-mode #header .-main-bar .-logo-column:after .-border-bottom {
    border-bottom-color: white;
  }
  #header .-main-bar .-nav-column {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) and screen and (min-width: 801px) and (max-width: 1200px), screen and (max-width: 800px) and screen and (min-width: 801px) and (max-width: 1200px) {
  #header .-main-bar .wrapper,
  #header .-main-bar .container {
    height: 112px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) and screen and (max-width: 800px), screen and (max-width: 800px) and screen and (max-width: 800px) {
  #header .-main-bar .wrapper,
  #header .-main-bar .container {
    height: 87px;
  }
}
#header .-main-bar .-logo-column {
  height: 100%;
}
#header .-main-bar .-logo-column .-inner {
  display: none;
  align-items: center;
  height: 100%;
}
.festival-sff #header .-main-bar .-logo-column .-inner.--sff {
  display: flex;
}
.festival-tff #header .-main-bar .-logo-column .-inner.--tff {
  display: flex;
}
@media screen and (max-width: 800px) {
  .festival-tff #header .-main-bar .-logo-column .-inner.--tff .-logo svg {
    width: 89px;
    height: 28px;
  }
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-logo-column {
    height: 47px;
  }
}
#header .-main-bar .-logo-column .-logo svg {
  display: block;
  height: 40px;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-logo-column .-logo svg {
    height: 24.8px;
    width: 63px;
  }
}
#header .-main-bar .-logo-column .-sep {
  display: block;
  height: 40px;
  background-color: currentColor;
  width: 1px;
  margin-left: 8px;
  margin-right: 5px;
  flex: 0 0 auto;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-logo-column .-sep {
    height: 30px;
  }
}
#header .-main-bar .-logo-column .-date {
  margin-left: 5px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
}
#header .-main-bar .-logo-column .-date .-l1,
#header .-main-bar .-logo-column .-date .-l3 {
  font-size: 15px;
  font-family: Agrandir-Grand;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 13px;
}
#header .-main-bar .-logo-column .-date .-l2 {
  font-size: 15px;
  font-family: Agrandir-Grand;
  font-weight: bold;
  line-height: 13px;
}
#header .-main-bar .-logo-column .-date svg {
  display: block;
  height: 39px;
  width: auto;
}
#header .-main-bar .-logo-column .-date svg path {
  fill: currentColor;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-logo-column .-date svg {
    height: 24.8px;
  }
}
#header .-main-bar .-logo-column .-date .-stream {
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 12px 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#header .-main-bar .-logo-column .-date .-stream strong {
  font-weight: bold;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 0.85;
  margin-bottom: 3px;
}
#header .-main-bar .-logo-column .-date .-stream span {
  font-family: Agrandir-Grand;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  line-height: 0.85;
}
#header .-main-bar .-logo-column .-logo svg path,
#header .-main-bar .-logo-column .-date svg path {
  transition: fill 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.inverted-mode #header .-main-bar .-logo-column .-logo svg path,
.inverted-mode #header .-main-bar .-logo-column .-date svg path {
  fill: white !important;
}
#header .-main-bar .-nav-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .-main-bar .-nav-column.--centered {
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-nav-column {
    display: block;
  }
}
#header .-main-bar .-nav-column .-main-nav {
  display: none;
  align-items: center;
  justify-content: flex-start;
  margin: auto 0;
  position: relative;
  z-index: 1;
}
.festival-sff #header .-main-bar .-nav-column .-main-nav.--sff {
  display: flex;
}
.festival-tff #header .-main-bar .-nav-column .-main-nav.--tff {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#header .-main-bar .-nav-column .-main-nav .-hidden-tff-menu {
  display: none;
}
#header .-main-bar .-nav-column .-main-nav .-search-toggle {
  margin-left: 15px;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#header .-main-bar .-nav-column .-main-nav .-search-toggle svg {
  transform: scale(0.7);
  fill: currentColor;
}
#header .-main-bar .-nav-column ul,
#header .-main-bar .-nav-column li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#header .-main-bar .-nav-column a:hover {
  color: #3E9D9D;
}
#header .-main-bar .-nav-column ul.menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-nav-column ul.menu {
    white-space: nowrap;
  }
}
#header .-main-bar .-nav-column ul.menu > li {
  display: block;
}
#header .-main-bar .-nav-column ul.menu > li + li {
  margin-left: 25px;
}
#header .-main-bar .-nav-column ul.menu > li > ul {
  display: none;
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  #header .-main-bar .-logo-column {
    order: -10;
  }
  #header .-main-bar .-user-menu-col {
    order: -5;
    height: 34px;
    position: relative;
  }
}
#header .-main-bar .-user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  #header .-main-bar .-user-menu {
    position: absolute;
    right: 0px;
  }
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-user-menu {
    position: absolute;
    right: 0px;
  }
}
#header .-main-bar .-user-menu > .-item {
  width: 32px;
  height: 32px;
  display: flex;
  margin-left: 4px;
  align-items: center;
  justify-content: center;
  position: relative;
}
#header .-main-bar .-user-menu > .-item.only-sff {
  display: none;
}
.festival-sff #header .-main-bar .-user-menu > .-item.only-sff {
  display: flex;
}
#header .-main-bar .-user-menu > .-item.only-tff {
  display: none;
}
.festival-tff #header .-main-bar .-user-menu > .-item.only-tff {
  display: flex;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-user-menu > .-item {
    margin-left: 2px;
  }
}
#header .-main-bar .-user-menu > .-item.--mobile-search-trigger {
  display: none;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-user-menu > .-item.--mobile-search-trigger {
    display: flex;
  }
}
#header .-main-bar .-user-menu > .-item a,
#header .-main-bar .-user-menu > .-item svg {
  display: block;
}
#header .-main-bar .-user-menu > .-item.mobile-menu-item {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .festival-sff #header .-main-bar .-user-menu > .-item.mobile-menu-item {
    display: flex !important;
  }
}
#header .-main-bar .-user-menu > .-item.mobile-menu-item svg {
  fill: currentColor;
}
#header .-main-bar .-user-menu > .-item svg {
  transition: fill 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.inverted-mode #header .-main-bar .-user-menu > .-item svg {
  fill: white !important;
}
body[flying-carpet-panel='cart'] #header .-main-bar .-user-menu > .-item[data-show-panel='cart'] svg,
body[flying-carpet-panel='planner'] #header .-main-bar .-user-menu > .-item[data-show-panel='planner'] svg,
body[flying-carpet-panel='account'] #header .-main-bar .-user-menu > .-item[data-show-panel='account'] svg {
  fill: #707C39;
}
#header .-main-bar .-user-menu > .-item.has-items:before {
  content: ' ';
  display: block;
  position: absolute;
  background: #707C39;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  top: 3px;
  right: 0px;
  border: 1px solid white;
}
#header .-main-bar .-user-menu .-ondemand-button {
  display: block;
  margin-right: 15px;
}
.festival-tff #header .-main-bar .-user-menu .-ondemand-button {
  display: none;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-user-menu .-ondemand-button {
    display: none;
  }
}
#header .-main-bar .-user-menu .-donate-button,
#header .-main-bar .-user-menu .-buy-button {
  margin-right: 15px;
}
@media screen and (max-width: 800px) {
  #header .-main-bar .-user-menu .-donate-button,
  #header .-main-bar .-user-menu .-buy-button {
    display: none;
  }
}
#header .-secondary-bar {
  line-height: 40px;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  position: relative;
  overflow: visible;
  display: none;
  background: white;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header .-secondary-bar .-border-bottom {
  position: absolute;
  left: calc(50% - var(--grid-inner-width) / 2);
  bottom: -1px;
  width: var(--grid-inner-width);
  border-bottom: 1px solid black;
  transition: border-bottom-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.inverted-mode #header .-secondary-bar .-border-bottom {
  border-bottom-color: white;
}
.ondemand #header .-secondary-bar {
  background-color: #3E9D9D;
  color: black;
}
#header .-secondary-bar .-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.festival-tff #header .-secondary-bar .-inner {
  justify-content: center;
}
.inverted-mode #header .-secondary-bar {
  background: black;
  color: white;
}
@media screen and (min-width: 801px) and (max-width: 1200px), screen and (max-width: 800px) {
  #header .-secondary-bar {
    position: relative;
  }
}
#header .-secondary-bar.--enabled {
  display: block;
}
#header .-secondary-bar.--enabled ul,
#header .-secondary-bar.--enabled li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#header .-secondary-bar.--enabled ul {
  display: flex;
}
#header .-secondary-bar.--enabled ul li + li {
  margin-left: 20px;
}
#header .-secondary-bar.--enabled ul li li {
  display: none;
}
#header li.current-menu-item a {
  color: transparent;
  position: relative;
  display: block;
}
#header li.current-menu-item a:before {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-weight: bold;
  color: black;
}
.inverted-mode #header li.current-menu-item a:before {
  color: white;
  text-decoration: underline;
}
@-webkit-keyframes PopIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes PopIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes PopOut {
  0% {
    transform: scale(1);
    display: block;
  }
  99% {
    transform: scale(0);
    display: block;
  }
  100% {
    display: none;
  }
}
@keyframes PopOut {
  0% {
    transform: scale(1);
    display: block;
  }
  99% {
    transform: scale(0);
    display: block;
  }
  100% {
    display: none;
  }
}
#planner-tooltip {
  background: #3E9D9D;
  color: black;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: -40px;
  min-width: 150px;
  z-index: 10;
  text-align: left;
  font-size: 14px;
  padding: 10px 15px 15px 15px;
  font-weight: bold;
  cursor: pointer;
  display: none;
  transform-origin: top right;
}
.planner-tooltip-visible #planner-tooltip {
  display: block;
  -webkit-animation: PopIn 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: PopIn 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.planner-tooltip-visible.planner-tooltip-closing #planner-tooltip {
  display: none;
}
@media screen and (max-width: 800px) {
  #planner-tooltip {
    position: fixed;
    top: 45px;
    left: 3vw;
    right: 3vw;
    margin-top: 0px;
    min-width: 0;
    padding-top: 1px;
  }
  #planner-tooltip:before {
    display: none !important;
  }
}
#planner-tooltip:before {
  content: ' ';
  display: block;
  width: 30px;
  height: 30px;
  background: inherit;
  transform: rotate(45deg);
  top: -10px;
  right: 40px;
  position: absolute;
  z-index: -1;
}
#planner-tooltip .session-preview {
  margin-top: 10px;
  background: white;
  color: black;
  height: 40px;
  padding-left: 48px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  max-width: 320px;
}
#planner-tooltip .session-preview:last-child {
  margin-bottom: 0px;
}
#planner-tooltip .session-preview .image {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  top: 0px;
  left: 0px;
}
#planner-tooltip .session-preview .meta {
  line-height: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 2.5px 0;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#planner-tooltip .session-preview .meta .title {
  font-weight: bold;
}
#planner-tooltip .session-preview .meta .date-time {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@-webkit-keyframes MobileMenuIn {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@keyframes MobileMenuIn {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes MobileMenuOut {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@keyframes MobileMenuOut {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
#mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: none;
  width: 100vw;
  background: white;
  z-index: 1000;
}
#mobileMenu.--was-visible {
  display: block;
  -webkit-animation: MobileMenuOut 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: MobileMenuOut 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#mobileMenu.--was-visible.--visible {
  -webkit-animation: MobileMenuIn 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: MobileMenuIn 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#mobileMenu .-site-toggle {
  margin-top: 3vw;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Agrandir-Narrow;
  margin-bottom: 12vh;
}
#mobileMenu .-site-toggle .-item {
  margin-bottom: 10px;
  opacity: 0.8;
}
.festival-sff #mobileMenu .-site-toggle .-item.--sff,
.festival-tff #mobileMenu .-site-toggle .-item.--tff {
  font-weight: bold;
  opacity: 1;
}
#mobileMenu .-menu-items.only-sff {
  display: none;
}
.festival-sff #mobileMenu .-menu-items.only-sff {
  display: block;
}
#mobileMenu .-menu-items.only-tff {
  display: none;
}
.festival-tff #mobileMenu .-menu-items.only-tff {
  display: block;
}
#mobileMenu .-main-col {
  display: flex;
  flex-direction: column;
}
#mobileMenu .-main-col .-extras {
  justify-self: flex-end;
  padding-bottom: 10px;
}
#mobileMenu .-main-col .-extras .button {
  margin-top: 10px;
}
#mobileMenu .wrapper,
#mobileMenu .container,
#mobileMenu .row,
#mobileMenu .-main-col {
  position: absolute;
  top: 0;
  bottom: 0;
}
#mobileMenu .-close-button-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#mobileMenu .-close-button-container .-close-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
  z-index: 10;
}
#mobileMenu .-close-button-container .-close-button:before,
#mobileMenu .-close-button-container .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: black;
  width: 20px;
  height: 3px;
  top: 19px;
  left: 19.5px;
}
#mobileMenu .-close-button-container .-close-button:before {
  transform: rotate(45deg);
}
#mobileMenu .-close-button-container .-close-button:after {
  transform: rotate(-45deg);
}
#mobileMenu .-scrollable {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#mobileMenu .-menu-items .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobileMenu .-menu-items .menu > li {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  padding: 4px 0px;
  position: relative;
  margin: 0;
}
#mobileMenu .-menu-items .menu > li > ul {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px;
  line-height: 24px;
}
#mobileMenu .-menu-items .menu > li > ul ul {
  padding-left: 20px;
  list-style: none;
}
#mobileMenu .-menu-items .menu > li > a {
  display: block;
  position: relative;
  font-weight: bold;
}
#mobileMenu .-menu-items .menu > li > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: ' ';
  width: 4px;
  height: 4px;
  border: 1.5px solid black;
  border-top: 0;
  border-left: 0;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s;
}
#mobileMenu .-menu-items .menu > li.-expanded > a:after {
  transform: translateY(2px) rotate(225deg);
}
.only-sff {
  display: none;
}
.festival-sff .only-sff {
  display: block;
}
.only-tff {
  display: none;
}
.festival-tff .only-tff {
  display: block;
}
.tff-location-selector {
  position: relative;
  pointer-events: all;
}
@media screen and (max-width: 800px) {
  .tff-location-selector {
    width: 100%;
  }
}
.tff-location-selector .-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid black;
  flex: 0 0 auto;
  padding-left: 16px;
  min-width: 288px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .tff-location-selector .-box {
    height: 32px;
  }
}
@media screen and (max-width: 800px) {
  .tff-location-selector .-box {
    height: 30px;
    width: 100%;
    align-self: center;
  }
}
.tff-location-selector .-box .-label {
  font-family: 'GT-Cinetype';
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  flex: 1 1 auto;
}
.tff-location-selector .-box .-label > span:first-child {
  display: block;
  margin-right: 15px;
}
.tff-location-selector .-box:after {
  content: ' ';
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 14L16 18.5L20.5 14' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  transition: transform 0.2s;
}
.tff-location-selector .-popup {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translate3d(0, 0, 0);
  background-color: white;
  border: 1px solid black;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  max-height: calc(100vh - 110px);
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media screen and (max-width: 800px) {
  .tff-location-selector .-popup {
    width: 94vw;
  }
}
.tff-location-selector.--active .-popup {
  pointer-events: all;
  opacity: 1;
}
.tff-location-selector.--active .-box:after {
  transform: rotate(180deg);
}
.tff-centre-dropdown {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  padding: 24px;
  gap: 24px;
}
.tff-centre-dropdown .-column {
  min-width: 200px;
}
.tff-centre-dropdown .-column.--column-0 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
.tff-centre-dropdown .-column.--column-1 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
.tff-centre-dropdown .-column.--column-2 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
}
.tff-centre-dropdown .-column-sff {
  grid-column: 2 / span 2;
  grid-row: 2 / span 1;
}
@media screen and (max-width: 800px) {
  .tff-centre-dropdown {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .tff-centre-dropdown .-column.--column-0 {
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
  }
  .tff-centre-dropdown .-column.--column-1 {
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
  }
  .tff-centre-dropdown .-column.--column-2 {
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
  }
  .tff-centre-dropdown .-column-sff {
    grid-column: 1 / span 1;
    grid-row: auto / span 1;
  }
}
.tff-centre-dropdown .-return-to-sff-tile {
  display: flex;
  width: 100%;
  background-color: #9378E2;
}
.tff-centre-dropdown .-return-to-sff-tile .-info {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 14px;
}
.tff-centre-dropdown .-return-to-sff-tile .-info .-title {
  color: #DD71A0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: Agrandir-Wide;
  font-weight: bold;
  padding-bottom: 8px;
}
.tff-centre-dropdown .-return-to-sff-tile .-info .-description {
  color: white;
  font-size: 14px;
}
.tff-centre-dropdown .-return-to-sff-tile .-image {
  flex: 0 0 50%;
  position: relative;
  padding-top: 28%;
}
.tff-centre-dropdown .-return-to-sff-tile .-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tff-centre-dropdown .-state-item {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.tff-centre-dropdown .-state-item .-state-name {
  font-family: 'GT-Cinetype';
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tff-centre-dropdown .-state-item .-state-links li {
  padding-bottom: 4px !important;
}
.tff-centre-dropdown .-state-item .-state-links a {
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  line-height: 1.2 !important;
}
.tff-centre-dropdown .-state-item .-state-links a .-label {
  margin-right: 8px;
}
.tff-centre-dropdown .-state-item .-state-links a:hover {
  color: inherit !important;
  font-weight: bold;
}
.tff-centre-dropdown .-state-item .-state-links a .-status {
  font-size: 10px;
  text-transform: uppercase;
  background-color: hsl(0, 0%, 94%);
  color: black;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 2px 4px;
  display: inline-block;
  line-height: 1;
}
.tff-centre-dropdown .-state-item .-state-links a .-status.--on-sale {
  background-color: #FD9C0C;
}
.homepage-carousel {
  --outer-height: max(calc(100vh - 194px), 45vw);
  --side-padding: 2vw;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background-color: black;
  height: var(--outer-height);
  position: relative;
  --lettering-height: 110px;
  --text-peek-ratio: 0.7;
  --max-inner-height: calc(var(--outer-height) - var(--lettering-height) * var(--text-peek-ratio) - var(--lettering-height));
  --offset-y: calc(var(--lettering-height) * (1 - var(--text-peek-ratio)));
  --panel-opacity: 1;
}
@media screen and (min-width: 1601px) {
  .homepage-carousel {
    --lettering-height: 120px;
  }
}
.homepage-carousel::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  width: var(--grid-inner-width);
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}
.homepage-carousel.--transitioning {
  --panel-opacity: 0;
}
@media screen and (max-width: 800px) {
  .homepage-carousel {
    --lettering-height: 9vw;
    --outer-height: 75vw;
    --side-padding: 3vw;
  }
  .logged-in .homepage-carousel {
    margin-top: 46px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .homepage-carousel {
    --lettering-height: 9vw;
  }
}
.ondemand .homepage-carousel {
  background-color: #3E9D9D;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 800px) {
  .ondemand .homepage-carousel {
    padding-bottom: 8px;
  }
}
.homepage-carousel .-arrows {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 800px) {
  .homepage-carousel .-arrows {
    top: 8px;
    right: 8px;
    bottom: auto;
    gap: 4px;
  }
}
@media screen and (max-width: 800px) {
  .homepage-carousel .-arrows .button.--icon {
    width: 29px;
    height: 29px;
  }
}
.homepage-carousel .-arrows .-arrow {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  box-shadow: var(--shadow-size) var(--shadow-size) black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  opacity: 0;
  box-sizing: border-box;
  --shadow-size: 4px;
  --hover-depth: 1px;
  position: static;
  opacity: 1;
  background-color: white !important;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .homepage-carousel .-arrows .-arrow {
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
@media screen and (max-width: 800px) {
  .homepage-carousel .-arrows .-arrow {
    --size: 28px;
  }
}
.branded .homepage-carousel .-arrows .-arrow {
  background-color: var(--arrow-color, #FD9C0C);
  border-radius: 100px;
  border: 1px solid black;
}
.homepage-carousel .-arrows .-arrow.--enabled {
  opacity: 1;
}
.homepage-carousel .-arrows .-arrow:before {
  border: 4px solid black;
  border-top: 0px;
  border-left: 0px;
  width: 11px;
  height: 11px;
  content: ' ';
}
@media screen and (max-width: 800px) {
  .homepage-carousel .-arrows .-arrow:before {
    border-width: 3px;
    width: 7px;
    height: 7px;
  }
}
.homepage-carousel .-arrows .-arrow.--right,
.homepage-carousel .-arrows .-arrow.swiper-button-next {
  right: var(--arrow-inset, 0px);
}
.homepage-carousel .-arrows .-arrow.--right:hover,
.homepage-carousel .-arrows .-arrow.swiper-button-next:hover,
.homepage-carousel .-arrows .-arrow.--right:focus,
.homepage-carousel .-arrows .-arrow.swiper-button-next:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.homepage-carousel .-arrows .-arrow.--right:before,
.homepage-carousel .-arrows .-arrow.swiper-button-next:before {
  transform: translateX(-3px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .homepage-carousel .-arrows .-arrow.--right:before,
  .homepage-carousel .-arrows .-arrow.swiper-button-next:before {
    transform: translateX(-2px) rotate(-45deg);
  }
}
.homepage-carousel .-arrows .-arrow.--left,
.homepage-carousel .-arrows .-arrow.swiper-button-prev {
  left: var(--arrow-inset, 0px);
}
.homepage-carousel .-arrows .-arrow.--left:hover,
.homepage-carousel .-arrows .-arrow.swiper-button-prev:hover,
.homepage-carousel .-arrows .-arrow.--left:focus,
.homepage-carousel .-arrows .-arrow.swiper-button-prev:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.homepage-carousel .-arrows .-arrow.--left:before,
.homepage-carousel .-arrows .-arrow.swiper-button-prev:before {
  transform: translateX(1px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .homepage-carousel .-arrows .-arrow.--left:before,
  .homepage-carousel .-arrows .-arrow.swiper-button-prev:before {
    transform: translateX(1px) rotate(135deg);
  }
}
.homepage-carousel .-lettering {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--lettering-height);
}
.homepage-carousel .-lettering svg {
  display: block;
  width: auto;
  height: calc(var(--lettering-height) * 0.8);
}
.homepage-carousel .-lettering svg path {
  fill: var(--fg);
  transition: fill 0.3s;
  will-change: fill;
}
.homepage-carousel .-lettering.--top {
  top: 0;
}
.homepage-carousel .-lettering.--bottom {
  bottom: 0;
}
.homepage-carousel .-indicators {
  display: flex;
  gap: 6px;
}
.homepage-carousel .-indicators .-indicator {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 100px;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
}
.homepage-carousel .-indicators .-indicator:before {
  position: absolute;
  inset: -3px;
  content: ' ';
  display: block;
}
.homepage-carousel .-indicators .-indicator.--active {
  opacity: 1;
}
.homepage-carousel > .-items {
  position: absolute;
  left: var(--side-padding);
  right: var(--side-padding);
  top: calc(var(--lettering-height) * var(--text-peek-ratio));
  height: var(--max-inner-height);
  --clip: calc(var(--clip-amount, 0) * var(--max-inner-height) / 2);
  -webkit-clip-path: inset(var(--clip) 0px);
          clip-path: inset(var(--clip) 0px);
}
.homepage-carousel > .-items > .-slide {
  flex: 0 0 auto;
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
  transition: opacity 0.3s;
}
.homepage-carousel > .-items > .-slide.--inactive {
  opacity: 0;
  pointer-events: none;
}
.homepage-carousel > .-items > .-slide.--active {
  z-index: 2;
  opacity: 1;
}
.homepage-carousel > .-items > .-slide.-sizzle_reel .-single-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
}
.homepage-carousel > .-items > .-slide .-io-sensor {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.homepage-carousel > .-items > .-slide .-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.8s;
  display: none !important;
}
.homepage-carousel > .-items > .-slide .-logo svg {
  fill: white;
  --width: min(40vw, 700px);
  width: var(--width);
  height: calc(var(--width) * 42 / 105);
  margin-left: 3vw;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide .-logo svg {
    --width: 55vw;
    margin-left: 20px;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
}
.homepage-carousel > .-items > .-slide > .-wrapper.--fade-logo .-logo {
  opacity: 0;
}
.homepage-carousel > .-items > .-slide > .-wrapper .-image,
.homepage-carousel > .-items > .-slide > .-wrapper .-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center / cover;
}
.homepage-carousel > .-items > .-slide > .-wrapper .-image video,
.homepage-carousel > .-items > .-slide > .-wrapper .-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-image,
  .homepage-carousel > .-items > .-slide > .-wrapper .-video {
    opacity: 0.85;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-mute {
  background: no-repeat center center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 9v6h4l5 5V4l-5 5H7z'/%3E%3C/svg%3E");
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.homepage-carousel > .-items > .-slide > .-wrapper .-mute.--muted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z'/%3E%3C/svg%3E");
}
.homepage-carousel > .-items > .-slide > .-wrapper .-trailer-button .button {
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.61803C0 0.874652 0.782313 0.391156 1.44721 0.723607L14.2111 7.10557C14.9482 7.4741 14.9482 8.5259 14.2111 8.89443L1.44721 15.2764C0.782312 15.6088 0 15.1253 0 14.382V1.61803Z' fill='black'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-trailer-button .button {
    background-size: 12px 19px;
    background-position: 10px center;
    padding-left: 30px;
  }
  .branded .homepage-carousel > .-items > .-slide > .-wrapper .-trailer-button .button {
    --shadow-size: 1px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    background-color: white;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 20px 25px;
  max-width: 500px;
  background-color: black;
  color: white;
  opacity: var(--panel-opacity);
  transition: opacity 0.2s;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info {
    padding: 8px;
    bottom: 0px;
    left: 4px;
    right: 4px;
    max-width: none;
    width: auto;
    padding-top: 12px;
    background-color: transparent;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'indicators buttons' 'title buttons';
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-indicators {
    grid-area: indicators;
  }
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-title {
    grid-area: title;
    margin-bottom: 0 !important;
  }
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons {
    grid-area: buttons;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons .button {
    flex: 0 0 auto !important;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-indicators {
  margin-bottom: 15px;
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-title {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-title {
    font-size: 15px;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-meta {
  font-size: 14px;
  line-height: 1.14285714;
  font-family: 'GT-Cinetype';
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-meta {
    font-size: 12px;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-meta span {
  margin-right: 1em;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-meta {
    display: none;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-text {
  font-weight: normal;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: -4px;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-text {
    display: none;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-text b {
  font-weight: normal;
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons {
    margin-top: 6px;
  }
}
.ondemand .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons > .button {
  flex: 0 0 auto;
}
.ondemand .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons .button,
.ondemand .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons .s72-btn {
  margin-left: 10px;
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons > .button {
  flex: 1 1 auto;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons > .button {
    margin-left: 8px;
  }
  .branded .homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons > .button {
    --shadow-size: 1px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
  }
}
.homepage-carousel > .-items > .-slide > .-wrapper .-film-info .-buttons > .button:first-child {
  margin-left: 0 !important;
}
.fancy-discover {
  background-color: var(--bg);
  color: var(--fg);
}
.fancy-discover .fit-heading {
  font-family: Agrandir-Grand;
  text-transform: uppercase;
  display: none;
  line-height: 1;
  padding-top: 20px;
  margin-bottom: 50px;
}
.fancy-discover .discover-grid {
  padding-bottom: 10px;
}
.fancy-discover .discover-grid .row {
  justify-content: stretch;
  align-items: stretch;
}
@media screen and (max-width: 800px) {
  .fancy-discover .discover-grid .row {
    gap: 30px;
  }
}
.fancy-discover-tile-col .simple-discover-item {
  height: 100%;
}
.fancy-discover-tile-col .simple-discover-item a {
  height: 100%;
}
.simple-discover-item a {
  display: flex;
  flex-direction: column;
  color: inherit;
  align-items: flex-start;
}
.simple-discover-item a:hover {
  color: inherit;
}
.simple-discover-item a .-title {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: 'GT-Cinetype';
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.8em;
  align-self: stretch;
}
@media screen and (max-width: 800px) {
  .simple-discover-item a .-title {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.simple-discover-item a .-label {
  padding-bottom: 20px;
  flex: 1 1 auto;
}
@media screen and (max-width: 800px) {
  .simple-discover-item a .-label {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .simple-discover-item a .button {
    align-self: stretch;
  }
}
.festival-guide {
  background: #655B31;
  color: black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  padding-top: 44px;
  padding-bottom: 40px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .festival-guide {
    padding-top: 20px;
  }
}
.festival-guide h1 {
  margin: 0;
}
.festival-guide h2 {
  margin: 0;
}
.festival-guide .-text-column {
  position: relative;
  z-index: 1;
  background: #655B31;
  padding-bottom: 20px;
}
.festival-guide .-text-column p {
  margin-top: 24px;
  padding-right: 2em;
  max-width: 70%;
}
@media screen and (max-width: 800px) {
  .festival-guide .-text-column p {
    margin-top: 16px;
  }
}
.festival-guide .-slider-container {
  overflow: hidden;
  position: relative;
  --spacing: 20px;
  margin-left: calc(-1 * var(--spacing));
  margin-right: calc(-1 * var(--spacing));
  padding-left: var(--spacing);
  padding-right: var(--spacing);
  width: calc(100% + 2 * var(--spacing));
  box-sizing: border-box;
}
.festival-guide .-slider-container .-slider {
  padding-right: var(--spacing);
}
.festival-guide .-arrow {
  --arrow-inset: 16px;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  box-shadow: var(--shadow-size) var(--shadow-size) black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  opacity: 0;
  box-sizing: border-box;
  --shadow-size: 4px;
  --hover-depth: 1px;
}
@media screen and (max-width: 800px) {
  .festival-guide .-arrow {
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
@media screen and (max-width: 800px) {
  .festival-guide .-arrow {
    --size: 28px;
  }
}
.branded .festival-guide .-arrow {
  background-color: var(--arrow-color, #FD9C0C);
  border-radius: 100px;
  border: 1px solid black;
}
.festival-guide .-arrow.--enabled {
  opacity: 1;
}
.festival-guide .-arrow:before {
  border: 4px solid black;
  border-top: 0px;
  border-left: 0px;
  width: 11px;
  height: 11px;
  content: ' ';
}
@media screen and (max-width: 800px) {
  .festival-guide .-arrow:before {
    border-width: 3px;
    width: 7px;
    height: 7px;
  }
}
.festival-guide .-arrow.--right,
.festival-guide .-arrow.swiper-button-next {
  right: var(--arrow-inset, 0px);
}
.festival-guide .-arrow.--right:hover,
.festival-guide .-arrow.swiper-button-next:hover,
.festival-guide .-arrow.--right:focus,
.festival-guide .-arrow.swiper-button-next:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.festival-guide .-arrow.--right:before,
.festival-guide .-arrow.swiper-button-next:before {
  transform: translateX(-3px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .festival-guide .-arrow.--right:before,
  .festival-guide .-arrow.swiper-button-next:before {
    transform: translateX(-2px) rotate(-45deg);
  }
}
.festival-guide .-arrow.--left,
.festival-guide .-arrow.swiper-button-prev {
  left: var(--arrow-inset, 0px);
}
.festival-guide .-arrow.--left:hover,
.festival-guide .-arrow.swiper-button-prev:hover,
.festival-guide .-arrow.--left:focus,
.festival-guide .-arrow.swiper-button-prev:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.festival-guide .-arrow.--left:before,
.festival-guide .-arrow.swiper-button-prev:before {
  transform: translateX(1px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .festival-guide .-arrow.--left:before,
  .festival-guide .-arrow.swiper-button-prev:before {
    transform: translateX(1px) rotate(135deg);
  }
}
.festival-guide .-text-heading {
  display: flex;
  margin-bottom: 5px;
  align-items: flex-end;
}
.festival-guide ul {
  display: flex;
  --gutter: 32px;
  width: 100%;
  margin-left: calc(-1 * var(--gutter));
}
.festival-guide ul .-slide {
  list-style: none;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  padding-top: 1px;
  padding-bottom: 20px;
  --width: 33%;
  --slides-per-view: 3;
  --calc-width: calc(var(--width) - var(--gutter) / var(--slides-per-view) * (var(--slides-per-view) - 1) + 2px);
  flex-basis: var(--calc-width);
  max-width: var(--calc-width);
  margin-left: var(--gutter);
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .festival-guide ul .-slide {
    --width: 50%;
    --slides-per-view: 2;
  }
}
.festival-guide ul .-slide:focus .-title-card,
.festival-guide ul .-slide:hover .-title-card {
  transform: scale(0.95) translateY(-15%);
}
.festival-guide ul .-slide .-slide-link {
  display: block;
  min-height: 100%;
  height: 100%;
}
.festival-guide ul .-slide .-video-container {
  width: 100%;
  transition: width 0.3s, border-radius 0.3s;
  box-shadow: 0px 0px 0px 1px black, 0px 0px 0px 4px #BF9167, 0px 0px 0px 5px black;
  border-radius: 78px 78px 0px 0px;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  position: relative;
  max-height: 332px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 4px;
}
.festival-guide ul .-slide .-video-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 118.57142857%;
}
.festival-guide ul .-slide .-video-container > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 800px), screen and (min-width: 801px) and (max-width: 1200px) {
  .festival-guide ul .-slide .-video-container {
    border-radius: 46px 46px 0px 0px;
  }
}
.festival-guide ul .-slide .-video-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.festival-guide ul .-slide .-video-container:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: no-repeat center center;
  background-size: 30px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-252.000000, -476.000000)' fill='%23FFFFFF'%3E%3Cpath d='M252.5,476.809017 L252.5,491.190983 L264.881966,484 L252.5,476.809017 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
}
.festival-guide ul .-slide .-title-card {
  transition: transform 0.5s, opacity 0.3s;
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  background: #ffffff;
  color: black;
  border-radius: 8px;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px !important;
  margin-right: -5px !important;
  padding-bottom: 7px;
  will-change: transform;
}
.branded .festival-guide ul .-slide .-title-card {
  box-sizing: border-box;
}
.festival-guide ul .-slide .-title-card h2 {
  margin-bottom: 2px;
}
.festival-guide .-festival-guide-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111111;
  background: rgba(255, 255, 255, 0.9);
  touch-action: none;
}
.festival-guide .-festival-guide-modal .-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
}
.festival-guide .-festival-guide-modal .-close:before,
.festival-guide .-festival-guide-modal .-close:after {
  content: ' ';
  display: block;
  position: absolute;
  background: black;
  width: 20px;
  height: 2px;
  top: 19px;
  left: 9.5px;
}
.festival-guide .-festival-guide-modal .-close:before {
  transform: rotate(45deg);
}
.festival-guide .-festival-guide-modal .-close:after {
  transform: rotate(-45deg);
}
.festival-guide .-festival-guide-modal .-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.festival-guide .-festival-guide-modal .-slide-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.6s;
  will-change: transform;
  --scale: 0.5;
  --offset-scale: 50%;
  transform: translateX(calc(var(--offset) * var(--offset-scale))) scale(var(--scale));
}
.festival-guide .-festival-guide-modal .-slide-container.--active {
  --scale: 1;
}
@media screen and (max-width: 800px) {
  .festival-guide .-festival-guide-modal .-slide-container {
    --offset-scale: 60%;
  }
}
.festival-guide .-festival-guide-modal .-slide-container .-slide-header {
  transition: opacity 0.6s;
  text-align: center;
  margin-bottom: 32px;
}
.festival-guide .-festival-guide-modal .-slide-container .-slide-header h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.festival-guide .-festival-guide-modal .-slide-container .-slide-footer .button {
  margin-top: 44px;
  margin-left: 4px;
  margin-right: 4px;
  transition: opacity 0.6s;
}
.festival-guide .-festival-guide-modal .-slide-container.--active {
  z-index: 1;
}
.festival-guide .-festival-guide-modal .-slide-container:not(.--active) {
  pointer-events: none;
}
.festival-guide .-festival-guide-modal .-slide-container:not(.--active) .-slide-header,
.festival-guide .-festival-guide-modal .-slide-container:not(.--active) .button,
.festival-guide .-festival-guide-modal .-slide-container:not(.--active) .-progress {
  opacity: 0;
}
.festival-guide .-festival-guide-modal .-slide-container .-prev,
.festival-guide .-festival-guide-modal .-slide-container .-next {
  position: absolute;
  top: 20%;
  bottom: 20%;
  z-index: 1;
  cursor: pointer;
}
.festival-guide .-festival-guide-modal .-slide-container .-prev {
  left: 0;
  width: 20%;
}
.festival-guide .-festival-guide-modal .-slide-container .-next {
  right: 0;
  width: 20%;
}
.festival-guide .-festival-guide-modal .-slide-container .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.festival-guide .-festival-guide-modal .-slide-container[data-aspect='landscape'] .-video-container {
  width: min(80vw, 108vh);
  z-index: 999;
}
.festival-guide .-festival-guide-modal .-video-container {
  width: min(50%, 60vh);
  position: relative;
}
@media screen and (max-width: 800px) {
  .festival-guide .-festival-guide-modal .-video-container {
    width: 80%;
  }
}
.festival-guide .-festival-guide-modal .-video-container:before {
  content: ' ';
  display: block;
  padding-top: calc(var(--video-height) / var(--video-width) * 100%);
}
.festival-guide .-festival-guide-modal .-video-container .-video-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 52px;
  overflow: hidden;
  border: solid 2px white;
  box-shadow: 0px 0px 0px 1px black;
  display: block;
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.festival-guide .-festival-guide-modal .-video-container .-video-border video {
  display: block;
  width: 100%;
  height: auto;
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-progress-bar {
  touch-action: none;
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 42px;
  height: 10px;
  background: rgba(0, 0, 0, 0.25);
  transform: scaleY(0.3);
  transition: transform 0.5s;
  will-change: transform;
  cursor: pointer;
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-progress-bar .-progress {
  width: 100%;
  background: white;
  height: 100%;
  transform-origin: left;
  transform: scaleX(var(--progress, 0));
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-progress-bar:hover {
  transform: scale(1);
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-progress-bar:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: -20px;
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-play-pause {
  position: absolute;
  bottom: 35px;
  left: 35px;
  background: no-repeat center center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-play-pause.--paused {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-mute {
  position: absolute;
  bottom: 35px;
  right: 35px;
  background: no-repeat center center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 9v6h4l5 5V4l-5 5H7z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.festival-guide .-festival-guide-modal .-video-container .-video-border .-mute.--muted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z'/%3E%3C/svg%3E");
}
.home-filmfinder {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  border-bottom: 1px solid black;
  transition: max-height 0.5s, height 0.5s;
}
@media screen and (max-width: 900px) {
  .home-filmfinder {
    flex-direction: column;
    height: auto;
  }
}
.home-filmfinder.--active {
  height: 50vw;
}
.home-filmfinder > div {
  flex: 0 0 50%;
}
.home-filmfinder .-filmfinder-panel {
  background-color: #FD9C0C;
  --linkColor: black;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.home-filmfinder .-filmfinder-panel .-video {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77777778;
}
.home-filmfinder .-filmfinder-panel .-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 900px) {
  .home-filmfinder .-filmfinder-panel .-video {
    flex: 0 0 auto;
    aspect-ratio: 1.77777778;
  }
}
.home-filmfinder .-filmfinder-panel .-text {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  width: calc(var(--grid-inner-width) / 2);
  align-self: flex-end;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .home-filmfinder .-filmfinder-panel .-text {
    padding: 20px 3vw;
    width: auto;
  }
}
.home-filmfinder .-filmfinder-panel .-text h2 {
  font-family: Agrandir-Grand;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
}
.home-filmfinder .-filmfinder-panel .-text p {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .home-filmfinder .-quick-search {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-filmfinder .-film-finder-desktop-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
  background-color: black;
}
.home-filmfinder .-film-finder-desktop-overlay.--active {
  opacity: 1;
  pointer-events: all;
}
.homepage-cta-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 800px) {
  .homepage-cta-menu ul {
    flex-direction: column;
  }
}
.homepage-cta-menu ul li {
  flex: 1 1 var(--calculated-button-size);
  margin-left: 20px;
}
.homepage-cta-menu ul li:first-child {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 800px) {
  .homepage-cta-menu ul li {
    margin-top: 8px;
    margin-left: 0px;
  }
  .homepage-cta-menu ul li .button {
    height: 40px;
    line-height: 42px;
    font-size: 16px;
  }
}
.homepage-cta-menu ul li .button {
  display: flex;
  box-sizing: border-box;
}
.branded .homepage-cta-menu {
  background-color: white;
  flex: 1 1 10%;
}
.branded .homepage-cta-menu .-inner {
  border-bottom: 1px solid black;
  padding-top: 20px;
  padding-bottom: 25px;
}
.branded .homepage-cta-menu .button {
  background-color: #FD9C0C !important;
  color: black !important;
  white-space: normal;
}
.branded .homepage-cta-menu .button:hover {
  background-color: #fda625 !important;
}
.welcome-to-sff-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.welcome-to-sff-block .-main-row {
  display: flex;
  align-items: center;
}
.welcome-to-sff-block h2 {
  margin-top: 0px;
}
.welcome-to-sff-block p {
  margin-top: 1.5rem;
}
.welcome-to-sff-block .-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 800px) {
  .welcome-to-sff-block .-links {
    margin-top: 20px;
  }
}
.welcome-to-sff-block .-links a {
  margin-bottom: 1.6rem;
  display: block;
  padding: 1rem 2rem;
  font-size: 18px;
  line-height: 24px;
  background: #3E9D9D;
  color: #3E9D9D;
  --bg: #3E9D9D;
  --fg: #3E9D9D;
  --linkColor: #3E9D9D;
  font-family: 'GT-Cinetype';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.welcome-to-sff-block .-links a a {
  color: #3E9D9D;
}
.welcome-to-sff-block .-links a .button {
  background: white;
  color: #3E9D9D;
}
.welcome-to-sff-block .-links a.button {
  background: #3E9D9D;
  color: #3E9D9D;
}
.welcome-to-sff-block .-links a:hover {
  color: var(--linkColor, #707C39);
}
.welcome-to-sff-block .-links a:hover:after {
  transform: translateX(10px);
}
.welcome-to-sff-block .-links a:after {
  content: '→';
  transform: translateX(5px);
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.homepage-discover-tiles,
.homepage-session-slider {
  padding-top: 30px;
  padding-bottom: 30px;
}
.homepage-discover-tiles .-header-col,
.homepage-session-slider .-header-col {
  position: relative;
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: flex-end;
}
.homepage-discover-tiles .-header-col h3,
.homepage-session-slider .-header-col h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
@media screen and (max-width: 800px) {
  .homepage-discover-tiles .-header-col h3,
  .homepage-session-slider .-header-col h3 {
    font-size: 24px;
    line-height: 1.14285714;
  }
}
.homepage-discover-tiles.--prominent .-header-col,
.homepage-session-slider.--prominent .-header-col {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .homepage-discover-tiles.--prominent .-header-col,
  .homepage-session-slider.--prominent .-header-col {
    padding-bottom: 20px;
  }
}
.homepage-discover-tiles .-see-all-link,
.homepage-session-slider .-see-all-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: inherit;
  max-width: 15em;
}
.homepage-discover-tiles .-see-all-link a,
.homepage-session-slider .-see-all-link a {
  font-family: 'GT-Cinetype';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.homepage-discover-tiles .-see-all-link a:hover,
.homepage-session-slider .-see-all-link a:hover {
  color: var(--linkColor, #707C39);
}
.homepage-discover-tiles .-see-all-link a:hover:after,
.homepage-session-slider .-see-all-link a:hover:after {
  transform: translateX(10px);
}
.homepage-discover-tiles .-see-all-link a:after,
.homepage-session-slider .-see-all-link a:after {
  content: '→';
  transform: translateX(5px);
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 800px) {
  .homepage-discover-tiles .-see-all-link,
  .homepage-session-slider .-see-all-link {
    font-size: 12px;
    max-width: none;
  }
}
.homepage-discover-tiles .generic-slider,
.homepage-session-slider .generic-slider {
  padding-bottom: 1px;
}
.homepage-tff-banner {
  --arrow-color: #655B31;
}
@media screen and (max-width: 800px) {
  .homepage-tff-banner {
    --col-width: 60vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .homepage-tff-banner {
    --col-width: 28vw;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .homepage-tff-banner {
    --col-width: 23.75vw;
  }
}
@media screen and (min-width: 1601px) {
  .homepage-tff-banner {
    --col-width: 346px;
  }
}
.homepage-tff-banner .-mobile-header {
  padding-left: 16px;
  padding-bottom: 20px;
}
.homepage-tff-banner .-mobile-footer {
  padding-left: 16px;
  padding-top: 20px;
  padding-bottom: 3px;
}
.homepage-tff-banner h3 {
  font-family: Agrandir-Wide;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 10em;
}
@media screen and (max-width: 800px) {
  .homepage-tff-banner h3 {
    font-size: 16px;
    max-width: none;
  }
}
.homepage-tff-banner .-more-info a {
  color: #655B31;
  font-size: 12px;
  font-weight: bold;
  font-family: 'GT-Cinetype';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.homepage-tff-banner .-more-info a:hover {
  color: var(--linkColor, #707C39);
}
.homepage-tff-banner .-more-info a:hover:after {
  transform: translateX(10px);
}
.homepage-tff-banner .-more-info a:after {
  content: '→';
  transform: translateX(5px);
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 800px) {
  .homepage-tff-banner .-more-info a {
    font-size: 12px;
    line-height: 1;
  }
}
.homepage-tff-banner .-block {
  color: #655B31;
  background-color: black;
  padding: 24px 0;
}
@media screen and (max-width: 800px) {
  .homepage-tff-banner .-block {
    padding: 18px 0;
  }
}
.homepage-tff-banner .-block .-slider .-arrow.--left {
  left: -10px;
}
.homepage-tff-banner .-block .-slider .-arrow.--right {
  right: -10px;
}
.homepage-tff-banner .-block .-slider .-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: stretch;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col {
  float: none;
  flex: 0 0 var(--col-width);
  padding-left: 16px;
  box-sizing: border-box;
  white-space: normal;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-intro {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-intro {
    display: none;
  }
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items {
  display: flex;
  flex-direction: column;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item {
  background-color: #BF9167;
  padding: 12px 16px;
  margin-bottom: 16px;
  height: 96px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: black;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item:hover {
  color: black;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item.-status-on-sale {
  background-color: #655B31;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item:last-child {
  margin-bottom: 0;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item .-title {
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 2px;
}
@media screen and (max-width: 800px) {
  .homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item .-title {
    font-size: 16px;
  }
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item .-date {
  flex: 1 1 auto;
}
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item .-date,
.homepage-tff-banner .-block .-slider .-inner .-slider-items .-col.-items .-item .-sale-status {
  font-size: 10px;
  text-transform: uppercase;
}
.home-flexi-row {
  background: #170c66;
  color: white;
  padding: 3rem 0;
  margin: 3rem 0;
}
.home-flexi-row .heading-medium {
  font-weight: bold;
  font-size: 32px;
  line-height: 28px;
}
.home-flexi-row .-learn-more {
  margin-top: 8px;
  font-size: 14px;
}
.home-flexi-row .-learn-more a {
  color: #655B31;
}
.home-flexi-row .button {
  display: block;
  margin-top: 4px;
  background: #FD9C0C;
  color: #170c66;
}
@media screen and (max-width: 800px) {
  .home-flexi-row .-text {
    margin: 16px 0px;
  }
  .home-flexi-row .button {
    margin-top: 8px;
  }
}
.homepage-session-slider {
  overflow: hidden;
}
.homepage-session-slider .-header-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.homepage-session-slider .-slider .-inner-wrapper {
  -webkit-clip-path: inset(-30px -1000px 0 0);
          clip-path: inset(-30px -1000px 0 0);
}
@media screen and (max-width: 800px) {
  .homepage-session-slider .-slider .-inner-wrapper {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.homepage-session-slider .generic-slider .-arrow.--right {
  right: -15px;
}
.homepage-session-slider .generic-slider .-arrow.--left {
  left: -18px;
}
.homepage-session-slider.--arrows-high .-arrow {
  top: 50px !important;
}
.homepage-session-slider .-item {
  white-space: normal;
}
.homepage-quick-search {
  display: flex;
  padding-bottom: 30px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #9378E2;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search {
    padding-bottom: 0px;
  }
}
.homepage-quick-search > .-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.homepage-quick-search .-header h3 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
  text-align: left;
  margin-bottom: 10px;
  font-size: 3.5vw;
  line-height: 1 !important;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .-header h3 {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
@media screen and (max-width: 900px) {
  .homepage-quick-search .-header h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.homepage-quick-search .-fields {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .homepage-quick-search .-fields {
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .homepage-quick-search .-fields .-field {
    max-width: 320px !important;
    margin-right: 0 !important;
    width: var(--grid-inner-width);
  }
}
.homepage-quick-search .-fields .-field {
  flex: 0 1 25%;
  margin-right: 15px;
  position: relative;
  min-width: 150px;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
}
.homepage-quick-search .-fields .-field:hover {
  color: #707C39;
}
.homepage-quick-search .-fields .-field .-mobile-label {
  display: none;
}
.homepage-quick-search .-fields .-field .button {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .-fields .-field {
    flex: 0 1 49%;
    margin-right: 0px;
    display: flex;
    align-items: flex-end;
  }
}
.homepage-quick-search .-submitter {
  flex: 1 0 auto;
  position: relative;
  max-width: 200px;
}
.homepage-quick-search .-submitter button {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .-submitter {
    margin-top: 0px;
    max-width: none;
  }
}
.homepage-quick-search .-submitter .-more-link {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  text-align: right;
  font-size: 14px;
  padding-top: 8px;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .-submitter .-more-link {
    position: static;
    font-size: 12px;
    padding-top: 12px;
  }
}
.homepage-quick-search .-submitter .-more-link a {
  text-decoration: underline;
}
.homepage-quick-search .-submitter .button {
  padding: 0 60px;
  line-height: 48px;
  position: relative;
  outline: none;
}
.homepage-quick-search .-submitter .button .-label {
  display: inline-block;
  transition: opacity 0.2s;
}
.homepage-quick-search .-submitter .button .-indicator {
  position: absolute;
  top: -3px;
  left: 45%;
  opacity: 0;
  transition: opacity 0.2s;
}
.homepage-quick-search .-submitter .button.--loading .-label {
  opacity: 0;
}
.homepage-quick-search .-submitter .button.--loading .-indicator {
  opacity: 1;
}
.homepage-quick-search .-filter-popout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .-filter-container {
    position: fixed;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
  }
}
.homepage-quick-search .-filter-popout {
  background: white;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
  padding: 20px;
  z-index: 10001;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.homepage-quick-search .-filter-popout.--visible {
  pointer-events: all;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .-filter-popout {
    position: static;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 90vh;
  }
}
.homepage-quick-search .generic-venue-filter {
  display: flex;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .generic-venue-filter {
    display: block;
  }
}
.homepage-quick-search .generic-venue-filter .-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .generic-venue-filter .-column {
    display: block;
  }
}
.homepage-quick-search .generic-venue-filter .-column .-district {
  margin-top: 16px;
  padding-right: 16px;
}
.homepage-quick-search .generic-venue-filter .-column .-district:first-child {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .homepage-quick-search .generic-venue-filter .-column .-district {
    margin-bottom: 16px !important;
  }
}
#site-inner .-homepage-block-separator {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#site-inner .-homepage-block-separator + .-homepage-block-separator {
  display: none !important;
}
#site-inner .-homepage-block-separator:first-child {
  display: none !important;
}
@media screen and (max-width: 800px) {
  #site-inner .-homepage-block-separator {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.homepage-content {
  margin-bottom: -40px;
}
@media screen and (max-width: 800px) {
}
@media screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .homepage-content .generic-slider .-arrow {
    opacity: 0 !important;
  }
  .homepage-content .generic-slider:hover .-arrow.--enabled {
    opacity: 1 !important;
  }
}
.new-film-carousel {
  --aspect: 1250 / 520;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media screen and (max-width: 800px) {
  .new-film-carousel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.new-film-carousel .-heading-col {
  padding-bottom: 44px;
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-heading-col {
    padding-bottom: 30px;
  }
}
.new-film-carousel .-heading-col h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-heading-col h3 {
    font-size: 24px;
    line-height: 1.14285714;
  }
}
.new-film-carousel .-slider {
  position: relative;
  aspect-ratio: var(--aspect);
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-slider {
    aspect-ratio: auto;
  }
  .new-film-carousel .-slider .-inner {
    position: relative;
    aspect-ratio: var(--aspect);
  }
}
.new-film-carousel .-slider .-slide-image {
  position: absolute;
  will-change: transform;
}
.new-film-carousel .-slider .-slide-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-film-carousel .-controls {
  position: absolute;
  right: calc(9% + 32px);
  bottom: 32px;
  display: flex;
  gap: 8px;
}
.new-film-carousel .-controls .-arrow {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  box-shadow: var(--shadow-size) var(--shadow-size) black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  opacity: 0;
  box-sizing: border-box;
  --shadow-size: 4px;
  --hover-depth: 1px;
  position: static;
  opacity: 1;
  background-color: white !important;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-controls .-arrow {
    --shadow-size: 2px;
    --hover-depth: 1px;
  }
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-controls .-arrow {
    --size: 28px;
  }
}
.branded .new-film-carousel .-controls .-arrow {
  background-color: var(--arrow-color, #FD9C0C);
  border-radius: 100px;
  border: 1px solid black;
}
.new-film-carousel .-controls .-arrow.--enabled {
  opacity: 1;
}
.new-film-carousel .-controls .-arrow:before {
  border: 4px solid black;
  border-top: 0px;
  border-left: 0px;
  width: 11px;
  height: 11px;
  content: ' ';
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-controls .-arrow:before {
    border-width: 3px;
    width: 7px;
    height: 7px;
  }
}
.new-film-carousel .-controls .-arrow.--right,
.new-film-carousel .-controls .-arrow.swiper-button-next {
  right: var(--arrow-inset, 0px);
}
.new-film-carousel .-controls .-arrow.--right:hover,
.new-film-carousel .-controls .-arrow.swiper-button-next:hover,
.new-film-carousel .-controls .-arrow.--right:focus,
.new-film-carousel .-controls .-arrow.swiper-button-next:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.new-film-carousel .-controls .-arrow.--right:before,
.new-film-carousel .-controls .-arrow.swiper-button-next:before {
  transform: translateX(-3px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-controls .-arrow.--right:before,
  .new-film-carousel .-controls .-arrow.swiper-button-next:before {
    transform: translateX(-2px) rotate(-45deg);
  }
}
.new-film-carousel .-controls .-arrow.--left,
.new-film-carousel .-controls .-arrow.swiper-button-prev {
  left: var(--arrow-inset, 0px);
}
.new-film-carousel .-controls .-arrow.--left:hover,
.new-film-carousel .-controls .-arrow.swiper-button-prev:hover,
.new-film-carousel .-controls .-arrow.--left:focus,
.new-film-carousel .-controls .-arrow.swiper-button-prev:focus {
  transform: translate(calc(var(--hover-depth) * -1), calc(var(--hover-depth) * -1));
  box-shadow: calc(var(--shadow-size) + var(--hover-depth)) calc(var(--shadow-size) + var(--hover-depth)) black;
}
.new-film-carousel .-controls .-arrow.--left:before,
.new-film-carousel .-controls .-arrow.swiper-button-prev:before {
  transform: translateX(1px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-controls .-arrow.--left:before,
  .new-film-carousel .-controls .-arrow.swiper-button-prev:before {
    transform: translateX(1px) rotate(135deg);
  }
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-controls {
    bottom: 8px;
    right: 8px;
    gap: 4px;
  }
  .new-film-carousel .-controls .-play-trailer {
    height: 28px;
  }
}
.new-film-carousel .-info-panel {
  position: absolute;
  left: calc(9% + 32px);
  bottom: 32px;
  background-color: black;
  color: white;
  padding: 16px 20px;
  width: 350px;
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-info-panel {
    position: relative;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    padding: 0;
    padding-top: 12px;
  }
}
.new-film-carousel .-info-panel .-indicators {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
.new-film-carousel .-info-panel .-indicators .-indicator {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 0.2;
  border-radius: 6px;
}
.new-film-carousel .-info-panel .-indicators .-indicator.--active {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-info-panel .-indicators {
    display: none;
  }
}
.new-film-carousel .-info-panel .-title {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-info-panel .-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-info-panel .-title {
    font-size: 15px;
  }
}
.new-film-carousel .-info-panel .-meta {
  font-size: 14px;
  line-height: 1.14285714;
  font-family: 'GT-Cinetype';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .new-film-carousel .-info-panel .-meta {
    font-size: 12px;
  }
}
.new-film-carousel .-info-panel .-meta span {
  margin-right: 1em;
}
.new-film-carousel .-info-panel .-buttons {
  display: flex;
  gap: 8px;
}
.new-film-carousel .-info-panel .-buttons .button {
  flex: 1 1 50%;
}
.portrait-carousel-next-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10.5 8L6 3.5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.portrait-carousel-next-icon.--flipped {
  transform: rotate(180deg);
}
.portrait-carousel {
  --image-aspect: 392 / 488;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  background-color: #655B31;
  color: white;
  padding-top: min(10vw, 120px);
  padding-bottom: min(10vw, 120px);
}
@media screen and (max-width: 800px) {
  .portrait-carousel {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.portrait-carousel[data-can-go-prev="0"] .-paginator .-paginator-arrows .-prev {
  opacity: 0.4;
  pointer-events: none;
}
.portrait-carousel[data-can-go-next="0"] .-paginator .-paginator-arrows .-next {
  opacity: 0.4;
  pointer-events: none;
}
.portrait-carousel .-floating-image {
  position: absolute;
  top: 0;
  left: 0;
}
.portrait-carousel .-floating-image img {
  width: 100%;
  aspect-ratio: var(--image-aspect);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.portrait-carousel .-floating-image .-image-content {
  width: 100%;
  position: relative;
}
.portrait-carousel .-floating-image .-image-content img {
  display: block;
}
.portrait-carousel .-floating-image .-video-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.portrait-carousel .-floating-image.--active .-video-trigger {
  opacity: 1;
  pointer-events: auto;
}
.portrait-carousel .-outer {
  display: grid;
  --main-image-width: calc(var(--grid-col-width) * 4 + var(--grid-gutter-width) * 3);
  grid-template-columns: var(--main-image-width) auto 20%;
  gap: 40px;
  grid-template-rows: auto auto;
  grid-template-areas: "current-image text paginator" "current-image text next-image";
}
.portrait-carousel .-outer .-current-image {
  grid-area: current-image;
}
.portrait-carousel .-outer .-next-image {
  grid-area: next-image;
  align-self: flex-end;
}
.portrait-carousel .-outer .-paginator {
  grid-area: paginator;
}
.portrait-carousel .-outer .-slide-contents {
  grid-area: text;
}
.portrait-carousel .-outer .-text-content {
  padding-left: 30px;
  padding-right: 80px;
}
@media screen and (max-width: 800px) {
  .portrait-carousel .-outer {
    grid-template-columns: 70% 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    grid-template-areas: "current-image next-image" "text text";
  }
  .portrait-carousel .-outer .-current-image {
    grid-area: current-image;
  }
  .portrait-carousel .-outer .-next-image {
    grid-area: next-image;
    align-self: flex-end;
  }
  .portrait-carousel .-outer .-paginator {
    display: none !important;
  }
  .portrait-carousel .-outer .-slide-contents {
    grid-area: text;
  }
  .portrait-carousel .-outer .-text-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.portrait-carousel .-outer .-current-image {
  aspect-ratio: var(--image-aspect);
}
.portrait-carousel .-outer .-next-image {
  aspect-ratio: var(--image-aspect);
}
.portrait-carousel .-outer .-slide-contents {
  display: flex;
}
.portrait-carousel .-outer .-text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.portrait-carousel .-outer .-text-content .-upper .-type-label {
  font-size: 14px;
  line-height: 0.85714286;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.portrait-carousel .-outer .-text-content .-upper .-type-label + .portrait-carousel .-outer .-text-content .-upper .-type-label {
  margin-left: 1rem;
}
.portrait-carousel .-outer .-text-content .-upper .-type-label.active {
  font-weight: bold;
}
.portrait-carousel .-outer .-text-content .-upper .-quote {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
}
.portrait-carousel .-outer .-text-content .-lower {
  position: relative;
  padding-top: 40px;
}
.portrait-carousel .-outer .-text-content .-lower .-line {
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  line-height: 0.85714286;
  text-transform: uppercase;
  padding: 8px 0;
}
.portrait-carousel .-outer .-text-content .-lower .-line + .portrait-carousel .-outer .-text-content .-lower .-line {
  margin-left: 1rem;
}
.portrait-carousel .-outer .-text-content .-lower .-line.active {
  font-weight: bold;
}
.portrait-carousel .-outer .-text-content .-lower .-line:first-child {
  border-top: 1px solid #ffffff;
}
.portrait-carousel .-outer .-text-content .-lower .-link {
  margin-top: 50px;
}
.portrait-carousel .-outer .-text-content .-lower .-link .-button {
  font-size: 14px;
  line-height: 0.85714286;
  text-transform: uppercase;
}
.portrait-carousel .-outer .-text-content .-lower .-link .-button + .portrait-carousel .-outer .-text-content .-lower .-link .-button {
  margin-left: 1rem;
}
.portrait-carousel .-outer .-text-content .-lower .-link .-button.active {
  font-weight: bold;
}
.portrait-carousel .-outer .-text-content .-lower .-paginator-next-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
@media screen and (max-width: 800px) {
  .portrait-carousel .-outer .-text-content .-lower .-paginator-next-mobile {
    display: block;
  }
}
.portrait-carousel .-outer .-text-content .-lower .-paginator-next-mobile button {
  font-size: 14px;
  line-height: 0.85714286;
  text-transform: uppercase;
  color: white;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.portrait-carousel .-outer .-text-content .-lower .-paginator-next-mobile button + .portrait-carousel .-outer .-text-content .-lower .-paginator-next-mobile button {
  margin-left: 1rem;
}
.portrait-carousel .-outer .-text-content .-lower .-paginator-next-mobile button.active {
  font-weight: bold;
}
.portrait-carousel .-outer .-paginator {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.portrait-carousel .-outer .-paginator .-paginator-numbers {
  display: flex;
}
.portrait-carousel .-outer .-paginator .-paginator-numbers button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 14px;
  line-height: 0.85714286;
  text-transform: uppercase;
  color: white;
  padding-right: 0.5em;
  text-align: left;
}
.portrait-carousel .-outer .-paginator .-paginator-numbers button + .portrait-carousel .-outer .-paginator .-paginator-numbers button {
  margin-left: 1rem;
}
.portrait-carousel .-outer .-paginator .-paginator-numbers button.active {
  font-weight: bold;
}
.portrait-carousel .-outer .-paginator .-paginator-numbers button.--active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.portrait-carousel .-outer .-paginator .-paginator-arrows {
  display: flex;
}
.portrait-carousel .-outer .-paginator .-paginator-arrows button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 0.85714286;
  text-transform: uppercase;
  color: white;
  display: inline-flex;
  align-items: center;
}
.portrait-carousel .-outer .-paginator .-paginator-arrows button + .portrait-carousel .-outer .-paginator .-paginator-arrows button {
  margin-left: 1rem;
}
.portrait-carousel .-outer .-paginator .-paginator-arrows button.active {
  font-weight: bold;
}
.portrait-carousel .-outer .-paginator .-paginator-arrows .-next {
  margin-left: 8px;
}
.homepage-tff-top-centres {
  --y-padding: 65px;
  padding-top: var(--y-padding);
  padding-bottom: var(--y-padding);
}
.homepage-tff-top-centres .-main-row {
  padding-top: var(--y-padding);
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .homepage-tff-top-centres {
    --y-padding: 50px;
  }
}
@media screen and (max-width: 800px) {
  .homepage-tff-top-centres {
    --y-padding: 40px;
    padding-bottom: 1px;
  }
}
.homepage-tff-top-centres .-heading .heading-section-large {
  max-width: 11em;
}
@media screen and (min-width: 1601px) {
  .homepage-tff-top-centres .-heading .heading-section-large {
    font-size: 40px;
    font-family: Agrandir-Grand;
    font-weight: bold;
  }
}
.homepage-tff-top-centres .-all-locations {
  display: flex;
  justify-content: flex-end;
}
.homepage-tff-top-centres .-all-locations a {
  font-family: 'GT-Cinetype';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.homepage-tff-top-centres .-all-locations a:hover {
  color: var(--linkColor, #707C39);
}
.homepage-tff-top-centres .-all-locations a:hover:after {
  transform: translateX(10px);
}
.homepage-tff-top-centres .-all-locations a:after {
  content: '→';
  transform: translateX(5px);
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.homepage-tff-top-centres .-item {
  position: relative;
  display: block;
}
@media screen and (max-width: 800px) {
  .homepage-tff-top-centres .-item {
    margin-bottom: var(--y-padding);
  }
}
.homepage-tff-top-centres .-item img {
  width: 100%;
  aspect-ratio: 1.77777778;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.homepage-tff-top-centres .-item .-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 8px;
}
.homepage-tff-top-centres .-item .-button {
  margin-top: 16px;
}
.newsletter-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 899;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 30px;
}
.newsletter-form-modal.visible {
  opacity: 1;
  pointer-events: all;
}
.newsletter-form-modal .form-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid black;
  box-shadow: black 2px 2px 0px 0px;
  background: #3E9D9D;
  color: black;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 800px;
  width: 100%;
  max-height: 95vh;
}
@media screen and (max-width: 800px) {
  .newsletter-form-modal .form-popup {
    width: 95%;
  }
}
.newsletter-form-modal .form-popup > .-inner {
  padding: 30px;
  display: flex;
}
@media screen and (max-width: 800px) {
  .newsletter-form-modal .form-popup > .-inner {
    flex-direction: column;
  }
}
.newsletter-form-modal .form-popup > .-inner .-subscribe-form-text {
  flex: 1;
  margin-right: 60px;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .newsletter-form-modal .form-popup > .-inner .-subscribe-form-text {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .newsletter-form-modal .form-popup > .-inner .-subscribe-form-text {
    margin-right: 0;
  }
}
.newsletter-form-modal .form-popup > .-inner .-subscribe-form {
  padding-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.newsletter-form-modal .form-popup > .-inner .-subscribe-form > * {
  margin-bottom: 1em;
}
.newsletter-form-modal .form-popup > .-inner .-subscribe-form button[type='submit'] {
  align-self: flex-end;
}
.newsletter-form-modal .form-popup > .-close-button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  content: ' ';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 800px) {
  .newsletter-form-modal .form-popup > .-close-button {
    width: 20px;
    height: 20px;
  }
}
.newsletter-form-modal .form-popup > .-close-button:before,
.newsletter-form-modal .form-popup > .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: currentColor;
  width: 12px;
  height: 1px;
  top: 15px;
  right: 10px;
}
@media screen and (max-width: 800px) {
  .newsletter-form-modal .form-popup > .-close-button:before,
  .newsletter-form-modal .form-popup > .-close-button:after {
    right: 6px;
    top: 11px;
  }
}
.newsletter-form-modal .form-popup > .-close-button:before {
  transform: rotate(45deg);
}
.newsletter-form-modal .form-popup > .-close-button:after {
  transform: rotate(-45deg);
}
.newsletter-lists-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.newsletter-lists-modal.visible {
  opacity: 1;
  pointer-events: all;
}
.lists-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid black;
  box-shadow: black 2px 2px 0px 0px;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 95vw;
  width: auto;
  max-height: 80vh;
  overflow: auto;
}
@media screen and (max-width: 500px) {
  .lists-popup {
    width: 100%;
  }
}
.lists-popup .-close-button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  content: ' ';
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 800px) {
  .lists-popup .-close-button {
    width: 20px;
    height: 20px;
  }
}
.lists-popup .-close-button:before,
.lists-popup .-close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: currentColor;
  width: 12px;
  height: 1px;
  top: 15px;
  right: 10px;
}
@media screen and (max-width: 800px) {
  .lists-popup .-close-button:before,
  .lists-popup .-close-button:after {
    right: 6px;
    top: 11px;
  }
}
.lists-popup .-close-button:before {
  transform: rotate(45deg);
}
.lists-popup .-close-button:after {
  transform: rotate(-45deg);
}
.lists-popup > .-inner {
  padding: 30px;
}
.lists-popup .-main .type-panel-title {
  margin-bottom: 30px;
}
.lists-popup .tff-list-groups {
  margin-top: 30px;
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 800px) {
  .lists-popup .tff-list-groups {
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (max-width: 500px) {
  .lists-popup .tff-list-groups {
    -moz-columns: 1;
         columns: 1;
  }
}
.lists-popup .tff-list-groups .tff-list-group {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .lists-popup .tff-list-groups .tff-list-group {
    margin-bottom: 20px;
  }
}
.lists-popup .tff-list-groups .tff-list-group .-group-key {
  font-weight: bold;
}
.lists-popup .newsletter-list-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  position: relative;
  height: 12px;
  line-height: 12px;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .lists-popup .newsletter-list-option {
    margin-top: 10px;
  }
}
.lists-popup .newsletter-list-option:first-child {
  margin-top: 0;
}
.lists-popup .newsletter-list-option:before {
  width: 12px;
  height: 12px;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  transition: all 0.05s;
}
.lists-popup .newsletter-list-option:after {
  width: 6px;
  height: 6px;
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 0.15s;
}
.lists-popup .newsletter-list-option:hover {
  color: #707C39;
}
.lists-popup .newsletter-list-option.--active:before {
  background: #3E9D9D;
  border-color: #3E9D9D;
}
.lists-popup .newsletter-list-option.--active:after {
  background: #3E9D9D;
}
.lists-popup .-button-row {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .lists-popup .-button-row {
    justify-content: flex-start;
  }
}
.basic-subpage-header {
  padding: 3rem 0 2rem 0;
}
.basic-subpage-header .-title {
  font-family: Agrandir-Wide;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0px;
}
@media screen and (max-width: 800px) {
  .basic-subpage-header .-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.basic-subpage-header .-intro {
  font-size: 18px;
  line-height: 24px;
  margin-top: 2rem;
}
.basic-subpage-header .-intro,
.basic-subpage-header .-intro p:last-child {
  margin-bottom: 0px;
}
.basic-subpage-header .-rich-text {
  margin-top: 2rem;
}
.page-header-image {
  overflow: hidden;
  position: relative;
  padding-top: 33.3333%;
  background: no-repeat center center / cover;
}
.page-hader-image-caption {
  padding-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
.share-planner h1 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
  margin: 0px;
}
.share-planner .heading-col {
  padding-top: 2rem;
}
.share-planner .content-col {
  padding-top: 2rem;
}
.share-planner .content-col p {
  margin-top: 0;
}
.share-planner .stage {
  display: none;
}
.share-planner .planner-items {
  display: block;
  align-items: center;
}
.share-planner .planner-items .day-name {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.share-planner .planner-items .item {
  margin-bottom: 1rem;
  display: flex;
  width: 60%;
}
@media screen and (max-width: 800px) {
  .share-planner .planner-items .item {
    width: 100%;
  }
}
.share-planner .planner-items .item.active .box {
  background: #3E9D9D;
  color: black;
  -webkit-animation: ModalOpen 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: ModalOpen 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.share-planner .planner-items .item.active .box .toggle:after {
  display: block;
}
.share-planner .planner-items .item .box {
  flex: 1 1 auto;
  display: flex;
  background: #efefef;
  color: black;
  overflow: hidden;
  margin-right: 1rem;
  cursor: pointer;
  align-items: center;
  height: 64px;
}
.share-planner .planner-items .item .box .toggle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px;
  background: #ffffff;
  margin-right: 2rem;
  flex: 0 0 auto;
  display: block;
}
.share-planner .planner-items .item .box .toggle:after {
  content: ' ';
  display: none;
  width: 0.4rem;
  height: 0.9rem;
  border: 0.2rem solid #9378E2;
  border-left: 0px;
  border-top: 0px;
  transform: translate(0.45rem, 0.05rem) rotate(45deg) scale(0.8);
}
.share-planner .planner-items .item .box .thumbnail {
  height: 64px;
  width: 64px;
  display: block;
  background-size: cover;
  flex: 0 0 auto;
}
.share-planner .planner-items .item .box .info {
  flex: 1 1 auto;
  padding: 0.5rem 10px;
  padding-top: 0.25rem;
}
.share-planner .planner-items .item .box .info .title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.share-planner .planner-items .item .box .info .meta {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.share-planner .buttons {
  margin-top: 2rem;
}
.share-planner .loading {
  margin-top: 1rem;
  text-align: center;
}
.share-planner .loading .loading-dots {
  font-size: 3rem;
}
.share-planner .list-name input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  background: white;
  border: 1px solid #e1e1e1;
  font-family: inherit;
  outline: 0px;
  padding: 0.5rem 1rem;
  max-width: 300px;
}
.share-planner .sharable-link .label {
  font-size: 14px;
  font-weight: bold;
}
.share-planner .sharable-link .url {
  background: #f0f0f0;
  display: block;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem 0;
}
.share-planner .sharable-link .preview-container {
  text-align: right;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-size: 14px;
}
.shared-list h1 {
  font-size: 5rem;
  margin-top: 0px;
}
@media screen and (min-width: 1601px) {
  .shared-list h1 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .shared-list h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .shared-list h1 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 800px) {
  .shared-list h1 {
    font-size: 3rem;
  }
}
.shared-list .list-details {
  font-size: 0.75;
  color: #999999;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.shared-list .list-details strong {
  font-weight: normal;
  color: black;
}
.shared-list .day-name {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.strand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 2rem;
}
.strand-row .big-strand-tile {
  margin-bottom: 16px;
}
.drifting-image-slider {
  position: relative;
  overflow: hidden;
}
.branded .drifting-image-slider {
  background-color: black;
  padding-top: 7px;
  padding-bottom: 7px;
}
.branded .drifting-image-slider .-item {
  margin-left: 9px !important;
}
.drifting-image-slider .-inner {
  display: flex;
  white-space: nowrap;
  left: 1px;
  right: 0;
}
.drifting-image-slider .-inner .-item {
  flex: 0 0 18%;
  margin-left: 2.5%;
  position: relative;
}
.drifting-image-slider .-inner .-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.17391304%;
}
.drifting-image-slider .-inner .-item > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.drifting-image-slider .-inner .-item:first-child {
  margin-left: 0;
}
.drifting-image-slider .-inner .-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.drifting-image-slider[data-full-width] .-inner .-item {
  position: relative;
  margin-left: 0;
  flex: 0 0 40%;
}
.drifting-image-slider[data-full-width] .-inner .-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.93258427%;
}
.drifting-image-slider[data-full-width] .-inner .-item > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
div.single-strand .strand-header {
  background-color: black;
}
div.single-strand .strand-header h1 {
  color: #FD9C0C;
  font-family: Agrandir-Grand;
  margin: 0 !important;
  padding: 10px 0;
}
div.single-strand .strand-content {
  margin-top: 40px;
}
div.single-strand .-intro {
  font-size: 18px;
  line-height: 24px;
}
div.single-strand .-intro p:last-child {
  margin-bottom: 5rem;
}
div.single-strand .-description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 800px) {
  div.single-strand .-description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
div.single-strand .-sponsored-by {
  padding-bottom: 30px;
}
div.single-strand .-sponsored-by .-label {
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 2rem;
}
div.single-strand .-sponsored-by .-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -3rem;
  min-height: 4.5rem;
}
div.single-strand .-sponsored-by .-items .-item {
  margin-left: 3rem;
}
div.single-strand .-sponsored-by .-items .-item img {
  height: calc(4.5rem * var(--scale, 1));
}
div.single-strand .-jury-description {
  margin-bottom: 2rem;
}
div.single-strand .-single-juror .-juror-image {
  background: #cfcfcf no-repeat center center / cover;
  position: relative;
  margin-bottom: 8px;
}
div.single-strand .-single-juror .-juror-image:before {
  display: block;
  content: ' ';
  padding-top: 100%;
}
div.single-strand .-main-tab-controls {
  margin-bottom: 3rem;
}
.tabbed-film-sessions .-film-sorting-tabs {
  margin-bottom: 3rem;
}
.team-profile {
  clear: both;
}
.team-profile h3 {
  font-size: 18px;
}
.team-profile h3 em {
  font-size: 16px;
  color: #888888;
  margin-left: 1rem;
  font-style: normal;
  font-weight: normal;
}
.team-profile.has-image .quick-bio {
  margin-left: 0;
  float: left;
  margin-top: 0.5rem;
  margin-right: 2rem;
}
@media screen and (max-width: 800px) {
  .team-profile.has-image .quick-bio {
    float: none;
    display: flex;
    align-items: flex-start;
  }
  .team-profile.has-image .quick-bio h3 {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .team-profile.has-image .quick-bio .image-placeholder {
    flex: 0 0 auto;
    margin-right: 1rem;
    margin-left: 0;
  }
}
.team-profile.has-image em {
  margin-left: 0;
}
.team-profile.has-image h3 {
  margin-bottom: 1rem;
}
.team-profile.has-image .name {
  display: block;
}
.team-profile.has-image img {
  width: 100%;
}
.venue-listing-page .simple-tabs {
  margin-bottom: 30px;
}
.venue-listing-page .-venue-item {
  margin-bottom: 40px;
}
.venue-listing-page .-venue-item .-image {
  position: relative;
  padding-top: 56.25%;
  background: #f0f0f0 no-repeat center center / cover;
}
.venue-listing-page .-venue-item .-info {
  padding-top: 10px;
}
.venue-listing-page .-venue-item .-info .-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px;
}
.venue-listing-page .-venue-item .-info .-district-name {
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.branded .venue-listing-page .-venue-item {
  background-color: black;
  color: #3E9D9D;
  overflow: hidden;
}
.branded .venue-listing-page .-venue-item .-info {
  padding: 10px 14px;
  border-top: 1px solid black;
}
.branded .venue-listing-page .-venue-item .-info .-title {
  font-family: Agrandir-Wide;
  font-size: 14px;
  text-transform: uppercase;
}
.branded .venue-listing-page .-venue-item .-info .-district-name {
  margin-top: 0;
}
.branded .venue-listing-page .-venue-item a {
  color: white !important;
}
.branded .venue-listing-page .-venue-item a:hover {
  color: #FD9C0C !important;
}
.venue-listing-page .-map {
  padding-bottom: calc(480 / 808 * 100%);
  border: 1px solid black;
}
.venue-listing-page .-map .gm-style-iw-t:after {
  display: none;
}
.venue-listing-page .-map .gm-style-iw {
  box-shadow: none;
  border: 1px solid black;
}
.venue-listing-page .-map .gm-style-iw .popup-venue {
  font-family: Agrandir-Wide;
  font-size: 14px;
  text-transform: uppercase;
}
.venue-listing-page .-map .gm-style-iw .popup-suburb {
  font-family: 'GT-Cinetype';
  font-size: 12px;
  text-transform: uppercase;
}
.venue-listing-page .-map button[title='Close'] {
  display: none !important;
}
.single-venue-page .-venue-info {
  margin-top: 4rem;
}
.single-venue-page .-venue-info .-venue-label {
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 1rem;
  font-weight: bold;
}
.single-venue-page .-venue-info .-title {
  font-family: Agrandir-Wide;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .single-venue-page .-venue-info .-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.single-venue-page .-venue-info .-description {
  font-size: 14px;
  line-height: 24px;
}
.single-venue-page .-venue-info .-description p {
  margin-top: 20px;
}
.single-venue-page .-venue-info .-description p:first-child {
  margin-top: 0;
}
.single-venue-page .-venue-info .-details {
  margin-bottom: 40px;
}
.single-venue-page .-venue-info .-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.single-venue-page .-venue-info .-meta .-item {
  width: 50%;
  font-size: 14px;
  margin-bottom: 2rem;
}
.single-venue-page .-venue-info .-meta .-item .item-heading {
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: bold;
}
.single-venue-page .-hero-image {
  margin-top: 50px;
}
.single-venue-page .-hero-image img {
  width: 100%;
}
.single-venue-page .-map {
  height: 200px;
  margin-top: 24px;
}
.accordian-group {
  border-top: 1px solid black;
  margin-top: 10px;
}
.accordian-group .accordian-content {
  overflow: hidden;
}
.accordian-group .accordian-title {
  cursor: pointer;
  position: relative;
}
.accordian-group .accordian-title h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 10px;
}
.accordian-group .accordian-title:after {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1rem;
  border: 2px solid black;
  border-top: 0;
  border-left: 0;
  box-sizing: border-box;
  margin-top: -4px;
  transform: rotate(-135deg);
  transition: border-color 600ms, transform 600ms;
}
.accordian-group.contracted .accordian-title:after {
  transform: rotate(45deg);
}
.accordian-group.contracted .accordian-content {
  height: 0;
}
.site-search-overlay {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  z-index: 120000;
  background: white;
  transition: top 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  display: none;
}
.small-mode .site-search-overlay,
.mobile-menu .site-search-overlay {
  top: 4rem;
}
.site-search-overlay .close-button {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
.site-search-overlay .close-button:before,
.site-search-overlay .close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  background: black;
  width: 1rem;
  height: 0.2rem;
  top: 1.9rem;
  left: 1.5rem;
  color: white;
}
.site-search-overlay .close-button:before {
  transform: rotate(45deg);
}
.site-search-overlay .close-button:after {
  transform: rotate(-45deg);
}
.search-result-filters {
  margin-top: 1rem;
  border-top: 1px solid #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.search-result-filters .-inner {
  display: flex;
}
.search-result-filters .-inner .-filter-item {
  margin-right: 1em;
}
.search-result-filters .-inner .-filter-item .button {
  font-family: 'GT-Cinetype';
  padding-top: 0 !important;
  font-size: 12px;
}
.search-result-filters .-inner .-filter-item .button span {
  display: inline-block;
  margin-left: 8px;
  opacity: 0.3;
}
.search-result-panel {
  margin-top: 0rem;
  padding-top: 3rem;
  counter-reset: itemCounter;
}
.search-result-panel .results-header.none-found .text {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  color: #afafaf;
  font-weight: bold;
  font-size: 3.6rem;
}
.search-result-panel .results-header .text {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
@media screen and (max-width: 800px) {
  .search-result-panel .results-header .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .search-result-panel .results-header .text {
    font-size: 15px;
  }
}
.search-result-panel .results-header .total-results {
  font-size: 1.2rem;
  color: #666666;
  margin-left: 1rem;
}
.search-result-panel .needs-fade-in {
  opacity: 0;
}
.search-result-panel .needs-fade-in.fade-in {
  -webkit-animation: FadeIn 0.8s both;
          animation: FadeIn 0.8s both;
  -webkit-animation-delay: calc(var(--index) * 100ms);
          animation-delay: calc(var(--index) * 100ms);
}
.search-result-panel .event-result {
  overflow: hidden;
  display: block;
  position: relative;
}
.search-result-panel .event-result .image-container {
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}
.search-result-panel .event-result .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.search-result-panel .event-result .image-container > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.branded .search-result-panel .event-result .image-container {
  overflow: hidden;
}
.search-result-panel .event-result .image-container img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.search-result-panel .event-result:hover img {
  transform: scale(1.1);
}
.search-result-panel .event-result.child-has-loaded .overlay:before {
  opacity: 1;
}
.search-result-panel .event-result .-text {
  margin-top: 5px;
  color: black;
}
.search-result-panel .event-result .-text .-title {
  font-size: 14px;
  font-weight: bold;
}
.search-result-panel .event-result .-text .-town {
  font-size: 14px;
  font-weight: bold;
}
.search-result-panel .event-result .-text .-abstract {
  font-size: 13px;
  margin-top: 4px;
}
.search-result-panel .view-all-events {
  position: relative;
  display: block;
  background: #3E9D9D;
  color: white;
  -webkit-animation: FadeIn 0.8s both;
          animation: FadeIn 0.8s both;
  -webkit-animation-delay: calc(var(--index) * 100ms);
          animation-delay: calc(var(--index) * 100ms);
}
.search-result-panel .view-all-events:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.search-result-panel .view-all-events > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.search-result-panel .view-all-events:hover .text {
  bottom: 1.1rem;
}
.search-result-panel .view-all-events .text {
  font-family: 'GT-Cinetype', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  padding-right: 1.8rem;
  position: relative;
  position: absolute;
  left: 1rem;
  bottom: 0.8rem;
  right: 1rem;
  font-size: 4rem;
  transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search-result-panel .view-all-events .text:after {
  content: '';
  vertical-align: middle;
  border: solid;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875em;
  transition: transform 0.3s;
}
.search-result-panel .view-all-events .text.right:after {
  transform: translate(0, -50%) rotate(-45deg);
  position: absolute;
  right: 0.5rem;
  top: 50%;
}
.search-result-panel .view-all-events .text:hover.right:after {
  transform: translate(0.1875em, -50%) rotate(-45deg);
}
.search-result-panel .view-all-events .text:after {
  transform: rotate(-45deg);
  right: 0px;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  position: absolute;
  bottom: 0.7rem;
}
.search-result-panel .strand-result-list .strand-result-col {
  margin-top: 20px;
}
.search-result-panel .page-result-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.search-result-panel .page-result-list .page-result-col {
  display: block;
  border-bottom: 2px solid #3E9D9D;
  margin-bottom: 2rem;
}
.search-result-panel .page-result-list .page-result-col,
.search-result-panel .page-result-list .page-result-col .type,
.search-result-panel .page-result-list .page-result-col .title,
.search-result-panel .page-result-list .page-result-col .summary {
  transition: color 0.2s, border-color 0.2s !important;
}
.search-result-panel .page-result-list .page-result-col:hover {
  border-bottom-color: #707C39;
}
.search-result-panel .page-result-list .page-result-col:hover .type,
.search-result-panel .page-result-list .page-result-col:hover .title,
.search-result-panel .page-result-list .page-result-col:hover .summary {
  color: #707C39 !important;
}
.search-result-panel .page-result-list .page-result-col .page-result {
  display: block;
  padding-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  -webkit-animation: FadeIn 0.8s both;
          animation: FadeIn 0.8s both;
  -webkit-animation-delay: calc(var(--index) * 100ms);
          animation-delay: calc(var(--index) * 100ms);
}
.search-result-panel .page-result-list .page-result-col .page-result .type {
  color: #3E9D9D;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.search-result-panel .page-result-list .page-result-col .page-result .title {
  font-weight: bold;
  font-size: 1.4rem;
  color: black;
}
.search-result-panel .page-result-list .page-result-col .page-result .summary {
  font-size: 12px;
  line-height: 1.66666667;
  color: #585858;
  padding-top: 0.5rem;
}
.fake-event {
  -webkit-animation: FadeIn 0.3s both;
          animation: FadeIn 0.3s both;
  -webkit-animation-delay: calc(var(--index) * 100ms);
          animation-delay: calc(var(--index) * 100ms);
}
.fake-event:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #efefef linear-gradient(100deg, #efefef 30%, #fafafa 50%, #efefef 70%) no-repeat;
  -webkit-animation: BGGradientLoading 1.9s linear infinite;
          animation: BGGradientLoading 1.9s linear infinite;
  -webkit-animation-delay: calc(var(--index) * 150ms);
          animation-delay: calc(var(--index) * 150ms);
}
.search-bar {
  padding-top: 3rem;
  padding-bottom: 1.3rem;
  border-top: 1px solid #e1e1e1;
}
@media screen and (max-width: 800px) {
  .search-bar {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .search-bar {
    padding-bottom: 0rem;
    padding-top: 2rem;
  }
}
.search-bar .search-heading {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Agrandir-Wide;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 800px) {
  .search-bar .search-heading {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
@media screen and (max-width: 800px) {
  .search-bar .search-input {
    padding-top: 1rem;
  }
}
.search-bar .search-input .search-icon {
  position: absolute;
  width: 2.4rem;
  right: 0px;
  bottom: 0.5rem;
  height: 1.5rem;
  align-items: center;
}
.search-bar .search-input .search-icon svg {
  fill: #3E9D9D;
  width: 100%;
}
.search-bar .search-input input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  font-weight: bold;
  color: #3E9D9D;
  font-size: 1.4rem;
  border: 0px;
  outline: none;
  padding: 0px;
  padding-bottom: 0.1rem;
  padding-right: 1.7rem;
  font-family: inherit;
  letter-spacing: inherit;
  height: 3rem;
  border-bottom: 1px solid #efefef;
  background-color: transparent;
  transition: border-color 0.3s;
  text-overflow: ellipsis;
  border-radius: 0px;
}
.search-bar .search-input input::-webkit-search-decoration,
.search-bar .search-input input::-webkit-search-cancel-button,
.search-bar .search-input input::-webkit-search-results-button,
.search-bar .search-input input::-webkit-search-results-decoration {
  display: none;
}
@media screen and (max-width: 800px) {
  .search-bar .search-input input {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    font-weight: normal;
  }
}
.search-bar .search-input input::-moz-placeholder {
  font-weight: normal;
  color: #9e9e9e;
}
.search-bar .search-input input:-ms-input-placeholder {
  font-weight: normal;
  color: #9e9e9e;
}
.search-bar .search-input input::placeholder {
  font-weight: normal;
  color: #9e9e9e;
}
.search-bar .search-input input:focus {
  border-bottom-color: black;
}
.search-bar .search-input input:focus ~ .search-icon {
  display: none;
  padding-right: 0;
}
.highlighted-search-term {
  background-color: #ffe018;
}
.event-attributes {
  font-size: 14px;
  line-height: 24px;
  margin-top: 28px;
}
.-sponsors + .event-attributes {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .event-attributes {
    margin-top: 30px;
  }
}
.event-attributes .-name {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 13px;
}
.event-attributes .-value {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-top: 0.3em;
  line-height: 1.2;
}
.event-attributes .-value .-comma:last-child {
  display: none;
}
.single-event .-single-image {
  padding-top: 32px;
}
.single-event .-single-image img {
  width: 100%;
}
.single-event .-session-header h1 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}
.single-event .-session-header h1 .share {
  width: 20px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .single-event .-session-header h1 .share {
    display: flex;
    position: absolute;
    top: 0px;
    bottom: 0;
    align-items: center;
    left: -80px;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .single-event .-session-header h1 .share {
    width: 18px;
    height: 18px;
    margin-top: -4px;
  }
  .single-event .-session-header h1 .share svg {
    width: 100%;
    height: 100%;
  }
}
.single-event .-session-header h1 .wishlist {
  width: 25px;
  height: 25px;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (min-width: 1201px) and (max-width: 1600px), screen and (min-width: 1601px) {
  .single-event .-session-header h1 .wishlist {
    display: flex;
    position: absolute;
    top: 0px;
    bottom: 0;
    align-items: center;
    left: -45px;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .single-event .-session-header h1 .wishlist {
    width: 18px;
    height: 18px;
    margin-top: -4px;
  }
  .single-event .-session-header h1 .wishlist svg {
    width: 100%;
    height: 100%;
  }
}
.single-event .-session-header .-quick-metas {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 800px) {
  .single-event .-session-header .-quick-metas {
    overflow: visible;
    height: auto;
  }
}
.single-event .-session-header .-quick-metas .-item {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .single-event .-session-header .-quick-metas .-item {
    margin-right: 20px !important;
  }
}
.single-event .-session-header .-quick-strands {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
.single-event .-session-header .-quick-strands .-item {
  display: inline-block;
}
.single-event .-session-header .-quick-strands .-item a {
  text-decoration: underline;
}
.single-event .-session-header .-quick-strands .-item:after {
  content: ', ';
}
.single-event .-session-header .-quick-strands .-item:last-child:after {
  content: '';
}
.single-event .-trailer-buttons {
  position: absolute;
  margin-top: -40px;
  display: flex;
  z-index: 5;
}
.branded .single-event .-trailer-buttons {
  margin-top: -20px;
}
.branded .single-event .-trailer-buttons .-trailer-button {
  background: #FD9C0C 13px 8px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.61803C0 0.874652 0.782313 0.391156 1.44721 0.723607L14.2111 7.10557C14.9482 7.4741 14.9482 8.5259 14.2111 8.89443L1.44721 15.2764C0.782312 15.6088 0 15.1253 0 14.382V1.61803Z' fill='black'/%3E%3C/svg%3E%0A");
  color: black;
  font-family: Agrandir-Wide;
  font-weight: bold;
  height: 32px;
  line-height: 35px;
  border: 1px solid black;
  border-radius: 100px;
  box-shadow: black 2px 2px 0px;
  transition: background-color 0.1s, box-shadow 0.1s, transform 0.1s;
}
.branded .single-event .-trailer-buttons .-trailer-button:hover {
  transform: translate(-1px, -1px);
  box-shadow: black 3px 3px 0px;
}
.single-event .-trailer-buttons .-trailer-button {
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: black;
  color: white;
  cursor: pointer;
  padding-left: 35px;
  padding-right: 15px;
  text-transform: uppercase;
  background: #3E9D9D url(/wp-content/themes/sff/assets/img/trailer-play.svg) no-repeat 13px 12px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
.single-event .-trailer-buttons .-trailer-button .s72-btn-play-icon {
  display: none !important;
}
.single-event .-trailer-buttons .-trailer-button.--in-frame {
  background-color: black;
  background-image: url(/wp-content/themes/sff/assets/img/usyd.svg);
  padding-left: 40px;
}
.single-event .-trailer-buttons .-trailer-button.--in-frame:hover {
  background-color: #e23d22;
}
.single-event .-buy-jump .-upsell-text {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.01em;
}
.single-event .-slider {
  position: relative;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.branded .single-event .-slider .-slide {
  margin-left: 8px;
}
.single-event .-slider .-slide {
  flex: 0 0 auto;
  width: 50vw;
  position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .single-event .-slider .-slide {
    width: 100vw;
  }
}
@media screen and (max-width: 800px) {
  .single-event .-slider .-slide {
    width: 100vw;
  }
}
.single-event .-slider .-slide img {
  display: block;
  width: 100%;
}
.single-event .-content {
  margin-bottom: 40px;
}
.single-event .-content .rich-text {
  margin-bottom: 3rem;
}
.single-event .-content .-intro-text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 28px;
  margin-bottom: 28px;
}
.single-event .-sponsors {
  margin-bottom: 20px;
  margin-top: 28px;
}
@media screen and (max-width: 800px) {
  .single-event .-sponsors {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
.single-event .-sponsors .-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 13px;
  margin-bottom: 10px;
}
.single-event .-sponsors .-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.single-event .-sponsors .-items .-item {
  margin-left: 30px;
  margin-bottom: 20px;
}
.single-event .-sponsors .-items .-item img {
  max-height: 60px;
  max-width: 100%;
}
.single-event .-sponsors.--total-2 .-items {
  justify-content: space-between;
}
.related-films {
  margin-top: 90px;
}
.related-films .-heading {
  margin-bottom: 20px;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
}
.video-modal .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.video-modal.active {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  display: flex;
}
.video-modal .video-element-wrapper {
  width: 80%;
  max-width: 2000px;
  position: relative;
}
.video-modal .video-element-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-modal .video-element-wrapper > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 800px) {
  .video-modal .video-element-wrapper {
    width: 100%;
    width: calc(100% - 8vw);
  }
}
.branded .single-event .-image-slides {
  background-color: black;
  border-bottom: 0.5px solid black;
  padding-top: 7px;
  padding-bottom: 7px;
}
.parent-sessions {
  margin-bottom: 30px;
}
.parent-sessions .parent-session-item {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.parent-sessions .parent-session-item .image {
  width: 70px;
  height: 70px;
  background: #f0f0f0 no-repeat center center / cover;
  flex: 0 0 auto;
  align-self: flex-start;
}
.parent-sessions .parent-session-item .info {
  flex: 1 1 auto;
  margin-left: 20px;
}
.parent-sessions .parent-session-item .info .total-sessions {
  font-size: 14px;
  color: #888888;
  margin-top: 5px;
}
.parent-sessions .parent-session-item .info .abstract {
  font-size: 14px;
  color: #888888;
  margin-top: 5px;
}
.parent-sessions .parent-session-item .view-button {
  flex: 0 0 auto;
  margin-left: 20px;
}
.flexi-cta-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.guests-list .-guest-item {
  display: flex;
  margin-top: 16px;
}
.guests-list .-guest-item:last-child {
  margin-bottom: 48px;
}
.guests-list .-guest-item .-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #f0f0f0 no-repeat center center;
  background-size: cover;
  flex: 0 0 auto;
  margin-right: 20px;
}
.guests-list .-guest-item .-info {
  flex: 1 1 auto;
}
.guests-list .-guest-item .-info .-heading {
  vertical-align: baseline;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.guests-list .-guest-item .-info .-heading .-name {
  font-size: 16px;
  font-weight: bold;
  padding-right: 16px;
}
.guests-list .-guest-item .-info .-heading .-role {
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.guests-list .-guest-item .-info .-bio {
  margin-top: 8px;
  font-size: 12px;
  color: #444444;
}
.story-prompt-modal .modal {
  background-color: black !important;
  color: white !important;
  max-width: none !important;
  width: min(750px, 90vw) !important;
  padding: 32px !important;
}
@media screen and (max-width: 800px) {
  .story-prompt-modal .modal {
    width: min(400px, 90vw) !important;
  }
}
.story-prompt-modal .modal .content {
  display: grid;
  align-items: stretch;
  padding: 0 !important;
  grid-template-areas: "text preview" "button preview";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}
.story-prompt-modal .modal .content .-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  box-sizing: border-box;
  grid-area: text;
}
.story-prompt-modal .modal .content .-text .-title {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .story-prompt-modal .modal .content .-text .-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .story-prompt-modal .modal .content .-text .-title {
    font-size: 15px;
  }
}
.story-prompt-modal .modal .content .-text .-description {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.2;
  max-width: 25em;
}
@media screen and (max-width: 800px) {
  .story-prompt-modal .modal .content .-text .button {
    width: 100%;
  }
}
.story-prompt-modal .modal .content .-button {
  grid-area: button;
}
@media screen and (max-width: 800px) {
  .story-prompt-modal .modal .content .-button .button {
    width: 100%;
  }
}
.story-prompt-modal .modal .content .-preview {
  grid-area: preview;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 50%;
}
.story-prompt-modal .modal .content .-preview img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .story-prompt-modal .modal .content {
    grid-template-areas: "text" "preview" "button";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }
}
.story-sharer-loading {
  background-color: black;
  height: 80vh;
  color: white;
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .story-sharer-loading {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .story-sharer-loading {
    font-size: 15px;
  }
}
.story-sharer-loading > div {
  max-width: var(--grid-inner-width);
  text-align: center;
}
.story-sharer-main {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--header-height, 106px));
  height: calc(100dvh - var(--header-height, 106px));
  box-sizing: border-box;
  align-items: center;
  position: relative;
  will-change: transform;
}
.story-sharer-main .-row {
  width: var(--grid-inner-width);
}
.story-sharer-main .-header {
  flex: 0 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.story-sharer-main .-header h2 {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-header h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-header h2 {
    font-size: 15px;
  }
}
.story-sharer-main .-slider {
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  --spacing: 30px;
  touch-action: pan-y;
  position: relative;
}
.story-sharer-main .-slider:before,
.story-sharer-main .-slider:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: calc(50vw - (var(--slider-height) * 9 / 16)/2);
  pointer-events: none;
}
.story-sharer-main .-slider:before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.story-sharer-main .-slider:after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-slider {
    --spacing: 10px;
  }
}
.story-sharer-main .-slider .-slider-children {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.story-sharer-main .-slider .-slider-children .-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 9 / 16;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translateX(calc(50vw - 50% + (var(--index) - var(--scroll)) * (100% + var(--spacing)))) scale(calc(0.8 + var(--active) * 0.2));
  cursor: pointer;
}
.story-sharer-main .-slider .-slider-children .-slide.--focused {
  cursor: default;
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-slider .-slider-children .-slide {
    --height: min(var(--slider-height), 110vw);
    height: var(--height);
    top: calc(50% - var(--height) / 2);
  }
}
.story-sharer-main .-slider .-slider-children .-slide .-slide-inner {
  display: block;
}
.story-sharer-main .-slider .-slider-children .-slide .-slide-inner .-story-skeleton {
  position: absolute;
  top: 1.5%;
  left: 2.8%;
  right: 2.8%;
}
.story-sharer-main .-slider .-slider-children .-slide .-slide-inner .-story-skeleton svg {
  display: block;
  width: 100%;
  aspect-ratio: 216 / 24;
  height: auto;
}
.story-sharer-main .-slider .-slider-children .-slide .-slide-inner canvas {
  width: 100%;
  display: block;
}
.story-sharer-main .-toolbar {
  position: relative;
  flex: 0 0 auto;
  height: 80px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 4;
}
.story-sharer-main .-toolbar .-spacer {
  flex: 1 1 auto;
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-toolbar .-spacer {
    display: none;
  }
}
.story-sharer-main .-toolbar .-toolbar-item {
  display: inline-flex;
  flex: 0 0 auto;
  transition: opacity 0.3s;
}
.story-sharer-main .-toolbar .-toolbar-item:after {
  content: ' ';
  display: block;
  width: 8px;
  flex: 0 0 auto;
}
.story-sharer-main .-toolbar .-toolbar-item.--inactive {
  pointer-events: none;
  opacity: 0;
  width: 0;
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-toolbar .-toolbar-item.--inactive {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-toolbar .-toolbar-item.--stretch {
    flex: 1 1 auto;
  }
  .story-sharer-main .-toolbar .-toolbar-item.--stretch > * {
    flex: 1 1 auto;
  }
}
.story-sharer-main .-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: 1px solid white;
  --size: 32px;
  height: var(--size);
  color: white;
  border-radius: var(--size);
  position: relative;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Agrandir-Grand;
  font-weight: bold;
  text-transform: uppercase;
  padding-inline: 12px;
  font-size: 12px;
  line-height: 1;
  padding-top: 3px;
  white-space: nowrap;
  transition: transform 0.2s;
  background-color: rgba(0, 0, 0, 0.3);
}
.story-sharer-main .-button svg {
  display: block;
}
.story-sharer-main .-button.--icon {
  width: var(--size);
  padding: 0;
  flex: 0 0 auto;
}
.story-sharer-main .-button.--icon:active {
  transform: scale(0.9);
}
.story-sharer-main .-button.--primary {
  background-color: white;
  color: black;
}
.story-sharer-main .-button.--color:before {
  content: ' ';
  position: absolute;
  inset: 20%;
  background-color: var(--color);
  display: block;
  border-radius: 100px;
}
.story-sharer-main .-color-selector {
  position: relative;
}
.story-sharer-main .-color-selector .-color-selector-list {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.story-sharer-main .-film-chooser {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 70%, #000000 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  flex-direction: column;
}
.story-sharer-main .-film-chooser .-modal-header {
  flex: 0 0 auto;
  padding-bottom: 12px;
}
.story-sharer-main .-film-chooser .-modal-header h3 {
  font-weight: 700;
  font-family: Agrandir-Grand;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-family: Agrandir-Wide;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-film-chooser .-modal-header h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .story-sharer-main .-film-chooser .-modal-header h3 {
    font-size: 15px;
  }
}
.story-sharer-main .-film-chooser .-modal-footer {
  flex: 0 0 auto;
  display: flex;
  padding-top: 16px;
  gap: 8px;
  max-width: 600px;
}
.story-sharer-main .-film-chooser .-film-chooser-modal {
  width: var(--grid-inner-width);
  max-width: 600px;
  background-color: black;
  border: 1px solid white;
  border-radius: 16px;
  max-height: calc(100% - 96px);
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  gap: 8px;
  overflow: scroll;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list .-item {
  flex: 1 1 40%;
  cursor: pointer;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list .-item.--selected .-image:before {
  opacity: 1;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list .-item .-image {
  position: relative;
  aspect-ratio: 16 / 9;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list .-item .-image img {
  width: 100%;
  display: block;
  transition: opacity 0.2s;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list .-item .-image:before {
  content: ' ';
  display: block;
  position: absolute;
  inset: 0;
  border: 2px solid white;
  opacity: 0;
  transition: opacity 0.2s;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list .-item .-image .-badge {
  width: 18px;
  height: 18px;
  background-color: #FD9C0C;
  color: black;
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.story-sharer-main .-film-chooser .-film-chooser-modal .-list .-item h5 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tff-centre-selector-page {
  margin-top: 30px;
}
.tff-centre-schedule {
  margin-bottom: 80px;
}
.tff-centre-schedule .-border-top {
  border-top: 1px solid black;
}
.tff-centre-schedule .all-centres-label {
  font-size: 20px;
  line-height: 1;
  font-family: 'GT-Cinetype';
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .tff-centre-schedule .all-centres-label {
    font-size: 14px;
    line-height: 1.14285714;
  }
}
.tff-centre-schedule .all-centres-label.--uppercase {
  text-transform: uppercase;
}
.tff-centre-schedule .-state-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 4px;
  text-transform: uppercase;
}
.tff-centre-schedule .-town-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tff-centre-schedule .-town-item .-title,
.tff-centre-schedule .-town-item .-dates {
  font-size: 14px;
  line-height: 1.14285714;
}
.tff-centre-schedule .-town-item .-dates {
  text-align: right;
}
.tff-centre-schedule .-town-item .-status {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.tff-centre-schedule a:hover {
  color: inherit;
  font-weight: bold;
}
.tff-centre-schedule .-status-not-on-sale .-dates {
  opacity: 0.3;
}
.welcome-to-country-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  color: white;
  z-index: 9999999;
  opacity: 0;
  transition: opacity 0.8s;
  pointer-events: none;
}
.welcome-to-country-popup.--active {
  opacity: 1;
  pointer-events: all;
}
.welcome-to-country-popup.--active .-slide.--active {
  opacity: 1;
  pointer-events: all;
}
.welcome-to-country-popup .-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.8s;
  pointer-events: none;
}
.welcome-to-country-popup .-slide .-text {
  font-family: Agrandir-Grand;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: white;
  text-transform: uppercase;
  max-width: min(85%, 40em);
}
@media screen and (max-width: 800px) {
  .welcome-to-country-popup .-slide .-text {
    font-size: 16px;
  }
}
.welcome-to-country-popup .-slide .-flags {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.welcome-to-country-popup .-slide .-flags img {
  margin-left: 4px;
  margin-right: 4px;
  width: 48px;
  height: 32px;
}

