/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  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 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.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-slide {
  -webkit-flex-shrink: 0;
  -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-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-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; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font: 400 17px/1.4 'Helvetica Neue', Helvetica, Arial;
  background: #12110C;
  color: white;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }

#Site {
  flex: 1 0 auto; }

.footer {
  flex-shrink: 0; }

img {
  max-width: 100%; }

/* Mozilla based browsers */
::-moz-selection {
  background-color: #E40F18 !important;
  color: white !important; }

/* Works in Safari */
::selection {
  background-color: #E40F18 !important;
  color: white !important; }

.header {
  width: 100%;
  background: #E40F18;
  color: white;
  padding: 0.25em 1em;
  position: fixed;
  display: block;
  z-index: 98;
  top: 0;
  left: 0;
  font-family: 'franklin';
  transform: translate3d(0, 0, 0); }
  .header a {
    transition: color 0.15s; }
  .header a:hover {
    color: #12110C; }

#menuButtonWrapper {
  display: none; }

#backButton {
  display: block; }

body.home #menuButtonWrapper {
  display: block; }

body.home #backButton {
  display: none; }

#trailer {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(18, 17, 12, 0.5);
  z-index: 999;
  padding: 2em;
  display: none; }
  #trailer iframe {
    width: 100%;
    height: 57%; }

body.trailer-active {
  height: 100%;
  overflow: hidden; }
  body.trailer-active #trailer {
    display: flex; }

#menuBrain {
  margin-top: 1em;
  padding: 2em; }
  @media screen and (max-width: 576px) {
    #menuBrain {
      display: none; } }

#menu {
  position: fixed;
  font-family: 'franklin';
  top: 0;
  left: -15em;
  height: 100%;
  width: 15em;
  padding: 0.25em 1em;
  background: #E40F18;
  color: white;
  z-index: 100;
  transition: transform 0.25s; }
  #menu ul {
    margin-top: 1em;
    letter-spacing: 0.05em; }
  #menu a:hover {
    color: #12110C; }
  #menu .socials {
    font-family: 'Arial';
    position: absolute;
    bottom: 0.5em; }
    #menu .socials img {
      height: 1em;
      transform: translateY(1px); }
    #menu .socials ul li {
      display: inline; }
    #menu .socials p {
      font-size: 1rem; }

#blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99; }

body.menu-active {
  height: 100%;
  overflow: hidden; }
  body.menu-active #menu {
    transform: translateX(15em); }

body.admin-bar .header {
  top: 32px; }

body.admin-bar .poster--wrapper {
  height: calc(100vh - 32px); }

body.admin-bar #menu {
  padding-top: calc(0.5em + 32px); }

@media screen and (max-width: 575px) {
  body.admin-bar .header {
    top: 0px; } }

.footer {
  width: 100%;
  background: #E40F18;
  color: white;
  padding: 0.25em 1em;
  margin-top: 8em;
  font-family: 'franklin'; }
  .footer a {
    transition: color 0.15s;
    margin-right: 0.5em; }
    .footer a:hover {
      color: #12110C; }
  @media screen and (max-width: 576px) {
    .footer {
      text-align: center; }
      .footer .text-right {
        text-align: center !important; } }

#footerStar {
  position: fixed;
  bottom: 0.5em;
  width: 3em;
  right: 1em;
  transition: transform 0.2s;
  transform: translateX(5em); }
  #footerStar.visible {
    transform: translateX(0em); }
  #footerStar.star-bottom {
    transform: translateY(-2em); }

.primary-button {
  background: #12110C;
  padding: 0.25em;
  color: white;
  margin-top: 0.5em;
  font-size: 0.75em;
  font-weight: bold;
  display: inline-block;
  width: 7.5em;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s; }
  .primary-button:hover {
    transition: background 0s;
    background: #E40F18;
    color: white; }

.background-red .primary-button:hover {
  color: #E40F18;
  background: white; }

.primary-button--poster {
  width: 9em;
  letter-spacing: 0.035em;
  border: solid 2px #12110C;
  font-size: calc(16px + 0.35vw);
  font-family: 'franklin';
  padding: 0em; }
  .primary-button--poster:hover {
    border: solid 2px white; }
  @media screen and (max-width: 576px) {
    .primary-button--poster {
      font-size: 0.9em; } }

@font-face {
  font-family: 'franklin';
  src: url("../fonts/FranklinGothicLTCom-DmCm.woff2") format("woff2"), url("../fonts/FranklinGothicLTCom-DmCm.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.0075em; }

.black {
  color: #12110C; }

h2 {
  font-size: 3.5em;
  line-height: 1.1; }
  @media screen and (max-width: 576px) {
    h2 {
      font-size: 1.4em; } }

h3 {
  font-size: 1.5em;
  line-height: 1.1; }

h5 {
  font-size: 1.05em;
  line-height: 1.1; }

.article-title {
  font-size: 2.4em;
  margin-bottom: 0.5em; }

h1, h2, h3, h4, h5 {
  font-family: 'franklin'; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none;
    color: white; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.container--wrapper {
  width: 100%;
  padding: 2em;
  margin-top: 1em;
  max-width: 1280px;
  margin: auto; }
  .container--wrapper.extra-padding {
    padding: 4em; }
  @media screen and (max-width: 576px) {
    .container--wrapper {
      padding: 1em; }
      .container--wrapper.extra-padding {
        padding: 1em; } }

.section-content--text {
  max-width: 30em;
  margin: auto;
  text-align: center; }
  .section-content--text a {
    color: #12110C;
    text-decoration: underline; }
    .section-content--text a:hover {
      color: #E40F18; }

.container-custom {
  background: #FBE900;
  padding: 2em 4em;
  color: red; }
  @media screen and (max-width: 576px) {
    .container-custom {
      padding: 1em; } }

.container-custom--red {
  background: #E40F18;
  color: white;
  padding: 1.5em;
  max-width: calc(100% - 6em);
  margin: auto; }
  @media screen and (max-width: 576px) {
    .container-custom--red {
      padding: 0.25em; } }

.additional-contributors {
  padding: 1em;
  padding-top: 2em;
  font-size: 0.85em;
  color: #12110C;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 15em;
  -moz-column-width: 15em;
  column-width: 15em;
  padding-bottom: 5em; }
  .additional-contributors p {
    padding-bottom: 0.35em; }

.cast-wrapper--additional {
  max-height: 15em;
  overflow-y: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .cast-wrapper--additional.full-height {
    max-height: 2000em;
    transition: max-height 1s ease-in-out; }

.rotate-start {
  transform: rotate(-0.25deg); }
  .rotate-start .rotate-end {
    transform: rotate(0.25deg); }
  .rotate-start:nth-child(even) {
    transform: rotate(0.25deg); }
    .rotate-start:nth-child(even) .rotate-end {
      transform: rotate(-0.25deg); }
  @media screen and (max-width: 576px) {
    .rotate-start {
      transform: rotate(0deg) !important; }
      .rotate-start .rotate-end {
        transform: rotate(0deg) !important; }
      .rotate-start:nth-child(even) {
        transform: rotate(0deg) !important; }
        .rotate-start:nth-child(even) .rotate-end {
          transform: rotate(0deg) !important; } }

.container-title {
  text-align: center;
  margin-top: 0.25em; }

.container--text {
  max-width: 38em;
  margin: auto;
  font-size: 0.9em;
  color: #12110C;
  text-align: center; }

.background-red {
  background: #E40F18;
  color: white; }

.platforms--wrapper {
  background: #E40F18;
  width: 100%;
  padding: 2em;
  text-align: center;
  position: relative;
  z-index: 10; }
  .platforms--wrapper img {
    margin-top: 1em;
    padding: 0.5em;
    max-height: 60px; }

.logo-link:hover {
  opacity: 0.75; }

.platforms-title {
  text-align: center; }

.screenings--wrapper {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em; }

.screening {
  padding: 1em;
  max-width: 20em;
  display: inline-block;
  text-align: center;
  margin: 0 auto; }

.news--wrapper {
  text-align: center;
  margin-top: 1em; }

.news-item {
  max-width: 14em;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  padding: 1em; }

.news-image {
  transition: opacity 0.15s; }

.news-image:hover {
  opacity: 0.85; }

.description {
  margin-top: 0.25em; }

.read-more--news {
  padding-top: 2em; }

.cast--wrapper {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 4em; }

.cast-item {
  max-width: 8.5em;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  padding: 1em;
  vertical-align: top; }
  .cast-item a:hover img {
    opacity: 0.85; }
  .cast-item a:hover h5 {
    color: #E40F18; }

.exhibitions--wrapper {
  text-align: center;
  margin-top: 1em; }

.exhibition-item {
  max-width: 14em;
  display: inline-block;
  text-align: left;
  padding: 1em;
  margin: 0 auto;
  transition: opacity 0.15s; }
  .exhibition-item:hover {
    opacity: 0.85; }
  @media screen and (max-width: 576px) {
    .exhibition-item {
      max-width: 9.5em; } }

@media screen and (max-width: 576px) {
  #exhibitionsWrapper .extra-padding {
    padding: 0em; } }

#synposisWrapper h2 {
  margin-bottom: 0.5em;
  text-align: left; }
  @media screen and (max-width: 576px) {
    #synposisWrapper h2 {
      text-align: center; } }

#synopsisBrain {
  max-height: 25em;
  margin: auto; }
  @media screen and (max-width: 576px) {
    #synopsisBrain {
      padding: 2em; } }

.swiper-slide {
  pointer-events: none; }

.swiper-container--film .swiper-slide,
.swiper-container--exhibitions .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.swiper-slide img {
  padding-bottom: 1em; }

.swiper-caption {
  padding-top: 0.25em;
  text-align: center;
  font-size: 0.9em; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 2px; }

.swiper-pagination-bullet {
  background: white;
  opacity: 1;
  width: 6px;
  height: 6px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #12110C; }

.swiper-button-prev--custom {
  position: absolute;
  top: 4em;
  left: 3em;
  height: calc(100% - 8em);
  display: flex;
  align-items: center;
  padding: 0em;
  outline: none; }
  .swiper-button-prev--custom img {
    cursor: pointer;
    display: block;
    width: 2em; }
  .swiper-button-prev--custom img:hover {
    transform: scale(1.1); }

.swiper-button-next--custom {
  position: absolute;
  top: 4em;
  right: 3em;
  height: calc(100% - 8em);
  display: flex;
  align-items: center;
  padding: 0em;
  outline: none; }
  .swiper-button-next--custom img:hover {
    transform: scale(1.1); }
  .swiper-button-next--custom img {
    cursor: pointer;
    display: block;
    width: 2em; }

@media screen and (max-width: 576px) {
  .swiper-button-next--custom,
  .swiper-button-prev--custom {
    display: none;
    height: calc(100% - 0em);
    top: 8em; }
    .swiper-button-next--custom img,
    .swiper-button-prev--custom img {
      width: 1em; }
  .container-custom--red {
    max-width: 100%; } }

.swiper-button-disabled {
  opacity: 0.15; }

.swiper-container--contributors .swiper-button-next--custom {
  position: absolute;
  top: -1em;
  right: 0em;
  height: calc(100% - 0em);
  z-index: 10; }

.swiper-container--contributors .swiper-button-prev--custom {
  position: absolute;
  top: -1em;
  left: 0em;
  height: calc(100% - 0em);
  z-index: 10; }

.swiper-container--contributors .swiper-slide {
  padding: 0 4em; }

@media screen and (max-width: 576px) {
  .swiper-container--contributors .swiper-slide {
    padding: 0 1em; } }

.swiper-container--contributors .swiper-button-disabled {
  opacity: 0; }

@media screen and (max-width: 576px) {
  .swiper-container--contributors .cast-item {
    max-width: 7.5em; } }

.supporter-logo {
  max-height: 4em;
  margin: auto;
  margin-bottom: 1em; }

.supporter--gallery {
  max-width: 640px; }
  .supporter--gallery h3 {
    margin-bottom: 2em; }

.container-interview {
  max-height: 20em;
  overflow-y: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .container-interview.full-height {
    max-height: 2000em;
    transition: max-height 1s ease-in-out; }
  .container-interview p {
    text-align: justify; }

.interview--wrapper {
  padding-top: 2em;
  padding-bottom: 5.5em;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 15em;
  -moz-column-width: 15em;
  column-width: 15em;
  color: black; }
  .interview--wrapper p {
    padding: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    hyphens: auto; }
  .interview--wrapper h1, .interview--wrapper h2, .interview--wrapper h3, .interview--wrapper h4 {
    font-size: 1em;
    color: #E40F18; }

.read-more {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 6em;
  position: absolute;
  bottom: -0.5em; }
  .read-more.gradient {
    background-image: linear-gradient(to bottom, transparent 0%, #FBE900 75%); }

.full-height .gradient {
  background-image: linear-gradient(to bottom, transparent 100%, #FBE900 0%); }

.contact-item {
  padding: 1em; }

.single-article {
  margin-top: 4em; }

.article-caption {
  font-size: 0.8em;
  text-align: right;
  color: #12110C;
  margin: auto;
  opacity: 0; }

.article-image {
  text-align: center;
  max-height: 30em; }
  .article-image img {
    margin: auto;
    max-height: 30em; }

.back-button h5 {
  padding-bottom: 0.5em; }

.back-button a:hover {
  color: red; }

.article-body {
  padding: 2em;
  color: #12110C;
  max-width: 35em;
  margin: auto;
  font-weight: 600;
  text-align: justify;
  margin-top: 2em;
  hyphens: auto; }
  .article-body p {
    margin-bottom: 1em; }
  @media screen and (max-width: 576px) {
    .article-body {
      padding: 0em; } }

.pagination-link {
  font-weight: 600;
  text-transform: capitalize; }

#leftBlock {
  position: absolute;
  top: 0;
  left: -10% !important;
  z-index: 2 !important;
  height: 100%;
  width: auto; }
  #leftBlock svg {
    transition: fill 200ms;
    height: 100vh;
    fill: #12110C; }
  @media screen and (max-width: 576px) {
    #leftBlock {
      display: none !important;
      opacity: 1; } }
  #leftBlock.yellowChange svg {
    fill: #FBE900; }

#rightBlock {
  position: absolute;
  top: 0;
  right: -10% !important;
  left: auto !important;
  z-index: 2 !important;
  height: 100%;
  width: auto;
  overflow: visible; }
  #rightBlock svg {
    transition: fill 200ms;
    height: 100vh;
    fill: #12110C; }
  @media screen and (max-width: 576px) {
    #rightBlock {
      display: none !important;
      opacity: 1; } }
  #rightBlock.yellowChange svg {
    fill: #FBE900; }

#video-background {
  /*  making the video fullscreen  */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

#scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  transform: scale(1.1); }

#poster--blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: #fbe900; }

#posterStar {
  max-height: calc(32em + 1.5vw);
  transform: translateY(calc(-10em - 1.5vw));
  overflow: hidden; }
  #posterStar img {
    overflow: hidden;
    max-height: calc(32em + 1.5vw); }
  @media screen and (max-width: 576px) {
    #posterStar {
      max-height: calc(50em + 1.5vw);
      transform: scale(1.1) translateY(calc(-6em - 1.5vw)); }
      #posterStar img {
        max-height: 100%; } }

#sitePoster {
  overflow: hidden !important; }

#posterText {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: 12; }
  #posterText h2 {
    margin: auto;
    font-size: calc(22px + 1.5vw);
    margin-bottom: 0.15em;
    line-height: 1em; }

#posterStarWrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 11;
  top: 0;
  overflow: hidden;
  left: 0; }

.poster--wrapper {
  height: 100vh;
  width: 100%; }

.poster-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #12110C;
  padding: 0.75em 1em; }

#posterSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  #posterSlider .swiper-container--poster {
    width: 100%;
    height: 100%; }
  #posterSlider .swiper-slide {
    display: block;
    height: 100%;
    width: 100%; }
    #posterSlider .swiper-slide.yellow {
      background: #FBE900; }

#NandHWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  z-index: 12; }
  #NandHWrapper .swiper-container {
    height: 100%;
    pointer-events: none; }
    #NandHWrapper .swiper-container * {
      pointer-events: none; }
  @media screen and (max-width: 576px) {
    #NandHWrapper {
      display: none;
      opacity: 1; } }

#poster__triangle {
  position: absolute;
  bottom: 0;
  max-width: 90%;
  left: 5%;
  min-height: 100vh; }
  @media screen and (max-width: 1124px) {
    #poster__triangle {
      max-width: 100%;
      left: 0%;
      bottom: -10%; } }

#starLeft {
  position: absolute;
  top: -25vw !important;
  left: -25vw !important;
  width: 35vw;
  z-index: 99;
  min-width: 225px; }
  @media screen and (max-width: 640px) {
    #starLeft {
      display: none !important; } }

#starRight {
  position: absolute;
  top: -25vw !important;
  right: -25vw !important;
  left: auto !important;
  width: 35vw;
  min-width: 225px;
  z-index: 99; }
  @media screen and (max-width: 640px) {
    #starRight {
      display: none !important; } }

#starCenter {
  position: absolute;
  width: 35vw;
  top: -15vw;
  left: calc(50% - 17.5vw);
  z-index: 89; }
  @media screen and (max-width: 1024px) {
    #starCenter {
      width: 50vw;
      left: calc(50% - 25vw);
      top: -25vw;
      max-width: 120vw; } }
  @media screen and (max-width: 640px) {
    #starCenter {
      width: 120vw;
      left: -10vw;
      top: -55vw;
      max-width: 120vw; } }

#nbhStar {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 1em;
  top: -2.5em; }

.spinny {
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite; }

.spinny-slow {
  -webkit-animation: rotating 60s linear infinite;
  -moz-animation: rotating 60s linear infinite;
  -ms-animation: rotating 60s linear infinite;
  -o-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite; }

.NandH {
  position: absolute;
  bottom: 10vw;
  padding: 1em;
  z-index: 90;
  transform: translateX(-1em);
  width: 100%;
  text-align: center;
  pointer-events: none; }
  .NandH img {
    max-width: 1400px;
    margin: auto;
    width: 100%; }
    .NandH img.mask-left {
      -webkit-mask-image: url("../mask/maskHannah.svg");
      mask-image: url("../mask/maskHanna.svg"); }
    .NandH img.mask-right {
      -webkit-mask-image: url("../mask/maskNelly.svg");
      mask-image: url("../mask/maskNelly.svg"); }
    .NandH img.mask-right2 {
      -webkit-mask-image: url("../mask/maskNelly2.svg");
      mask-image: url("../mask/maskNelly2.svg"); }
  @media screen and (max-width: 640px) {
    .NandH {
      max-width: 100%;
      bottom: 10vh;
      padding: 0.5em;
      transform: translateX(0em); } }

#nbhthing {
  clip-path: url(#cross); }

#brainPoster {
  z-index: 90;
  left: 0;
  padding-top: 0em;
  top: 200px;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  text-align: center;
  transition: opacity 0.25s; }
  #brainPoster img {
    margin: auto;
    max-width: 100%;
    padding: 1em;
    width: auto;
    max-height: 45vh; }
  @media screen and (max-width: 768px) {
    #brainPoster {
      display: block;
      opacity: 1; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
