/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Interstate-Regular';
  src: url('../fonts/Interstate-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Interstate-Regular.woff') format('woff'), url('../fonts/Interstate-Regular.ttf')  format('truetype'), url('../fonts/Interstate-Regular.svg#Interstate-Regular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Interstate-RegularItalic';
  src: url('../fonts/Interstate-RegularItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Interstate-RegularItalic.otf')  format('opentype'), url('../fonts/Interstate-RegularItalic.woff') format('woff'), url('../fonts/Interstate-RegularItalic.ttf')  format('truetype'), url('../fonts/Interstate-RegularItalic.svg#Interstate-RegularItalic') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Interstate-Bold';
  src: url('../fonts/Interstate-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Interstate-Bold.woff') format('woff'), url('../fonts/Interstate-Bold.ttf')  format('truetype'), url('../fonts/Interstate-Bold.svg#Interstate-Bold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Interstate-Light';
  src: url('../fonts/Interstate-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Interstate-Light.woff') format('woff'), url('../fonts/Interstate-Light.ttf')  format('truetype'), url('../fonts/Interstate-Light.svg#Interstate-Light') format('svg');
  font-weight: normal;
  font-style: normal; }


* {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

html { }

body {
  background: #142b31;
  color: #fff;
  cursor: default;
  font-family: 'Interstate-Regular', sans-serif;
  font-size: 18.5px;
  line-height: 1.2;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body.transition-none * {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img,
svg {
  display: block; }

sup {
  display: inline-block;
  -webkit-transform: translate(0.01em, 0.2em);
      -ms-transform: translate(0.01em, 0.2em);
          transform: translate(0.01em, 0.2em); }

i {
  font-family: 'Interstate-RegularItalic', sans-serif; }

.nowrap {
  white-space: nowrap; }

.hang-right {
  display: inline-block;
  width: 0; }

.hang-right-close {
  -webkit-transform: translate(-0.05em, 0);
      -ms-transform: translate(-0.05em, 0);
          transform: translate(-0.05em, 0); }

.clear-both {
  clear: both; }

.opacity-0 {
  opacity: 0;
  pointer-events: none; }

.display-none {
  display: none; }

.pointer-events-none,
.pointer-events-none * {
  cursor: default;
  pointer-events: none; }

*:focus {
  outline: none; }

var {
  display: none; }

.console {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #bbb;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0.3em 0.5em 0.32em 0.5em;
  pointer-events: none;
  position: fixed;
  left: 0;
  z-index: 10000; }

  .console:before {
    content: "normal"; }

.screening-room-page {
  background: #0b0b0b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  padding: 1.4em 0 3em 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.5s cubic-bezier(0.3, 0, 0.7, 1);
  width: 100%;
  z-index: -1; }

.screening-room-page.opacity-0 {
  -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.7s cubic-bezier(0.3, 0, 0.7, 1); }

  .screening-room-page .close-video-layer {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%; }

  .screening-room-page .close-video-button {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100; }

    .screening-room-page .burger-icon {
      cursor: pointer;
      height: 20px;
      left: 15px;
      width: 34px;
      top: 20px;
      -webkit-transform: scale(0.88);
          -ms-transform: scale(0.88);
              transform: scale(0.88); }

    .screening-room-page.opacity-0 .burger-icon {
      cursor: default; }

      .screening-room-page .burger-bun-top,
      .screening-room-page .burger-bun-bottom {
        background-color: #ccc;
        height: 2px;
        z-index: 100; }

      .screening-room-page .burger-hit {
        background: #222;
        border-radius: 50%;
        height: 52px;
        right: -9px;
        top: -15px;
        width: 52px;
        z-index: 10; }

      .screening-room-page.opacity-0 .burger-hit {
        pointer-events: none; }

  .screening-room-page .video-player-outer { 
    max-width: 140vh;
    margin: auto;
    position: relative;
    width: calc(93vw - 26px); }
    
    #video-holder {
      height: 0;
      padding-bottom: 56.25%; }
        
.hyt-player-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hyt-player-wrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==); }

.burger-wrapper {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw; }

  .burger-icon {
    height: 16px;
    position: absolute;
    right: 2.6em;
    top: 1.92em;
    -webkit-transition: opacity 0.93s cubic-bezier(0.3, 0, 0.7, 1);
    -o-transition: opacity 0.93s cubic-bezier(0.3, 0, 0.7, 1);
    transition: opacity 0.93s cubic-bezier(0.3, 0, 0.7, 1);
    width: 33px; }

    .burger-hit {
      cursor: pointer;
      height: 40px;
      pointer-events: auto;
      position: absolute;
      right: -7px;
      top: -10px;
      width: 40px; }

    .burger-icon.opacity-0 .burger-hit {
      pointer-events: none; }

    .burger-icon span {
      border-radius: 2px;
      display: block;
      height: 3px;
      position: absolute;
      width: 100%; }

    .burger-bun-top {
      background-color: #f7f6f5;
      top: 0;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }

    .burger-middle {
      background-color: #f7f6f5;
      top: 50%; }

    .burger-bun-bottom {
      background-color: #f7f6f5;
      top: 100%;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }

    .open-burger .burger-bun-top {
      -webkit-animation: burger-top-open 0.9s cubic-bezier(0.3, 0, 0.7, 1);
              animation: burger-top-open 0.9s cubic-bezier(0.3, 0, 0.7, 1);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

    .open-burger .burger-middle {
      -webkit-animation: burger-middle-open 0.8s cubic-bezier(0.3, 0, 0.7, 1);
              animation: burger-middle-open 0.8s cubic-bezier(0.3, 0, 0.7, 1);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

    .open-burger .burger-bun-bottom {
      -webkit-animation: burger-bottom-open 0.8s cubic-bezier(0.3, 0, 0.7, 1);
              animation: burger-bottom-open 0.8s cubic-bezier(0.3, 0, 0.7, 1);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

    .closed-burger .burger-bun-top {
      -webkit-animation: burger-top-close 0.8s cubic-bezier(0.3, 0, 0.7, 1);
              animation: burger-top-close 0.8s cubic-bezier(0.3, 0, 0.7, 1);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

    .closed-burger .burger-middle {
      -webkit-animation: burger-middle-close 0.8s cubic-bezier(0.3, 0, 0.7, 1);
              animation: burger-middle-close 0.8s cubic-bezier(0.3, 0, 0.7, 1);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

    .closed-burger .burger-bun-bottom {
      -webkit-animation: burger-bottom-close 0.8s cubic-bezier(0.3, 0, 0.7, 1);
              animation: burger-bottom-close 0.8s cubic-bezier(0.3, 0, 0.7, 1);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@-webkit-keyframes burger-top-open {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes burger-top-open {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes burger-middle-open {
  0% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    opacity: 1;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes burger-middle-open {
  0% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    opacity: 1;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes burger-bottom-open {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes burger-bottom-open {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  54% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

@keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  54% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

@-webkit-keyframes burger-middle-close {
  0% {
    opacity: 1;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    opacity: 1;
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  54% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes burger-middle-close {
  0% {
    opacity: 1;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    opacity: 1;
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  54% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    opacity: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes burger-bottom-close {
  0% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  54% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@keyframes burger-bottom-close {
  0% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  54% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }


/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}


.page {
  overflow-x: hidden;
  width: 100%; }

.main {
  text-align: center;
  background-image: url('../images/films/pinocchio/main.jpg');
  background-position: 43% 50%;
  background-size: cover;
  height: 90%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: opacity 2s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 2s cubic-bezier(0.3, 0, 0.7, 1);
  width: 100vw; }

  .content-holder {
    position: absolute;
    right: 24%;
    text-align: center;
    top: 0;
    -webkit-transform: translate(38%, -6%);
        -ms-transform: translate(38%, -6%);
            transform: translate(38%, -6%);
    width: 44%; }

    .content-holder img {
      display: inline-block; }

    .academy-awards {
      margin-top: 19%;
      -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
      -o-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
      transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1); }

      .academy-awards img {
        width: 100%; }

    .fyc {
      margin-top: 3.4%;
      -webkit-transition: opacity 0.9s cubic-bezier(0.3, 0, 0.7, 1);
      -o-transition: opacity 0.9s cubic-bezier(0.3, 0, 0.7, 1);
      transition: opacity 0.9s cubic-bezier(0.3, 0, 0.7, 1); }

      .fyc img {
        width: 70%; }

    .video-poster {
      margin-top: 6%;
      -webkit-transition: opacity 0.9s cubic-bezier(0.3, 0, 0.7, 1);
      -o-transition: opacity 0.9s cubic-bezier(0.3, 0, 0.7, 1);
      transition: opacity 0.9s cubic-bezier(0.3, 0, 0.7, 1); }

      .video-poster img {
        cursor: pointer;
        width: 79%; }

    .fyc-pinocchio-main-desktop {
      margin-top: 9%;
      -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
      -o-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
      transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1); }

    .fyc-pinocchio-main-mobile {
      display: none;
      margin-top: 4%;
      -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
      -o-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
      transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1); }

      .fyc-pinocchio-main-desktop img {
        width: 82%; }

      .fyc-pinocchio-main-mobile img {
        width: 89%; }

.gallery-outer {
  padding-bottom: 2vw;
  position: absolute;
  top: 95%;
  -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 1s cubic-bezier(0.3, 0, 0.7, 1);
  width: 100%; }

.gallery { }

  .swiper-container { }

    .swiper-wrapper {
      -webkit-transition-timing-function: ease-out;
           -o-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }

      .swiper-slide { }

        .swiper-slide img {
          width: 100%; }

    .swiper-arrow {
      cursor: pointer;
      max-width: 106px;
      min-width: 55px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 6.3%;
      z-index: 100; }

    .swiper-button-prev {
      left: 3.7%; }

    .swiper-button-next {
      right: 3.7%; }

      .swiper-arrow img {
        width: 100%; }

.gold-frame {
  background-size: cover;
  height: 20px;
  -webkit-transition: opacity 1.3s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: opacity 1.3s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 1.3s cubic-bezier(0.3, 0, 0.7, 1);
  width: 100vw; }

.frame-1-desktop {
  background-position: 50% 0;
  background-image: url('../images/site/frame-1.png');
  left: 0;
  position: absolute;
  top: 90%; }

.frame-1-mobile {
  background-position: 34% 0;
  background-image: url('../images/site/frame-1.png');
  display: none; }

.frame-2 {
  background-position: 50% 100%;
  background-image: url('../images/site/frame-2.png'); }

.frame-3 {
  background-position: 50% 0;
  background-image: url('../images/site/frame-3.png'); }

.fyc-pinocchio-bottom {
  margin-top: 1.5vw;
  text-align: center;
  width: 100vw; }

  .fyc-pinocchio-bottom img {
    display: inline-block;
    width: 35%; }

.logos {
  margin-top: 3.7vw;
  text-align: center;
  width: 100vw; }

  .logos img {
    display: inline-block;
    width: 18%; }

@media (max-width: 2100px) {
  body {
    font-size: 0.9vw; } }
    
@media (max-width: 1800px) {
  body {
    font-size: 0.93vw; } }
    
@media (max-width: 1500px) {
  body {
    font-size: 1.04vw; } }
    
@media (max-width: 1200px) {
  body {
    font-size: 1.15vw; } }

@media (max-width: 900px) {
  body {
    font-size: 1.1vw; } }

@media (max-aspect-ratio: 123/100) {
  .console:before {
    content: "tall"; }

  .content-holder {
    -webkit-transform: translate(39%, -8%);
        -ms-transform: translate(39%, -8%);
            transform: translate(39%, -8%);
    width: 50%; }

  .academy-awards {
    margin-top: 21%; }
        
  .fyc-pinocchio-bottom {
    margin-top: 1.6vw; }
    
  .fyc-pinocchio-bottom img {
    width: 43%; }
    
  .logos {
    margin-top: 3vw; }
    
  .logos img {
    width: 23%; } }

  @media (max-aspect-ratio: 105/100) {
    .console:before {
      content: "taller"; }

    .academy-awards {
      margin-top: 24%; }
     
    .gallery-outer {
      padding-bottom: 4.7vw; }   

    .fyc-pinocchio-bottom {
      margin-top: 1.7vw; }
      
    .fyc-pinocchio-bottom img {
      width: 46%; }
      
    .logos {
      margin-top: 4vw; }
      
    .logos img {
      width: 24%; } }

    @media (max-aspect-ratio: 86/100) {
      .console:before {
        content: "super-tall"; }

      .main {
        background-image: url('../images/films/pinocchio/main-tall.jpg');
        background-position: 50% 30%;
        height: 69vw;
        padding-top: 69vw; }

      .content-holder {
        left: 0;
        padding: 0 13%;
        position: relative;
        right: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%; }

      .academy-awards {
        margin-top: 7%; }

      .fyc-pinocchio-main-desktop {
        display: none; }

      .fyc-pinocchio-main-mobile {
        display: block; }

      .fyc {
        margin-top: 4%; }

      .fyc img {
        width: 78%; }

      .video-poster {
        padding: 1.4% 0 12% 0; }

      .video-poster img {
        width: 100%; }

      .gallery-outer {
        top: 169vw; }

      .gold-frame {
        height: 16px; }

      .frame-1-desktop {
        display: none; }

      .frame-1-mobile {
        display: block; }
        
      .fyc-pinocchio-bottom {
        margin-top: 2.4vw; }
        
      .fyc-pinocchio-bottom img {
        width: 62%; }
        
      .logos {
        margin-top: 5vw; }
        
      .logos img {
        width: 31%; } }

    @media (max-aspect-ratio: 86/100) and (max-width: 540px) {
      .console:before {
        content: "super-tall"; }

      .content-holder {
        padding: 0 5%; }

      .video-poster {
        padding: 1.7% 0 12% 0; }
       
      .gallery-outer {
        padding-bottom: 9.7vw;
        top: 192vw; }
        
      .fyc-pinocchio-bottom {
        margin-top: 2.3vw; }
        
      .fyc-pinocchio-bottom img {
        width: 66%; }
        
      .logos {
        margin-top: 4.4vw; }
        
      .logos img {
        width: 40%; } }

@media (min-aspect-ratio: 144/100) {
  .console:before {
    content: "wide"; }

    .main {
      height: 0;
      padding-bottom: 56vw;
      position: relative; }

    .content-holder {
      width: 42%; }

    .academy-awards {
      margin-top: 16%; }

    .frame-1-desktop {
      left: auto;
      position: relative;
      top: auto; }

    .gallery-outer {
      left: auto;
      margin-top: 2%;
      position: relative;
      top: auto; } }

  @media (min-aspect-ratio: 160/100) {
    .console:before {
      content: "wider"; }

    .content-holder {
      width: 40%; }

    .academy-awards {
      margin-top: 19%; } }

    @media (min-aspect-ratio: 174/100) {
      .console:before {
        content: "super-wide"; }

      .content-holder {
        width: 39%; }

      .main {
        height: 0;
        padding-bottom: 52%; }

      .academy-awards {
        margin-top: 18%; }

      .fyc {
        margin-top: 3%; }

      .video-poster {
        margin-top: 4%; }

      .fyc-pinocchio-main-desktop {
        margin-top: 7%; } }

    @media (min-aspect-ratio: 174/100) and (min-width: 2100px) {
      .console:before {
        content: "super-wide"; } }

    @media (min-aspect-ratio: 174/100) and (max-width: 900px) {
      .console:before {
        content: "super-wide"; }

      .gallery-outer {
        padding-bottom: 6vw;
        margin-top: 0; }

      .fyc-pinocchio-bottom {
        margin-top: 1.1vw; }

      .logos {
        margin-top: 3.5vw; } }

      @media (min-aspect-ratio: 190/100) and (min-width: 900px) {
        .console:before {
          content: "too-wide"; } }

