.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*! normalize.css v8.0.1 | 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;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * 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;
}
html {
  font-size: 16px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (min-width: 960px) {
  html {
    font-size: calc(13px + (18 - 13) * ((100vw - 960px) / (1680 - 960)));
  }
}
@media (min-width: 1100px) {
  html {
    font-size: calc(12px + (18 - 12) * ((100vw - 1100px) / (1680 - 1100)));
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 18px;
  }
}
body {
  font-family: "Rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol, sans-serif";
  font-weight: 400;
  color: #484848;
  background: #060607;
  -webkit-font-smoothing: antialiased;
}
body.is-menu {
  overflow: hidden;
}
body.is-popup {
  overflow: hidden;
}
body.is-popup::before {
  content: "";
  background: rgba(20, 10, 6, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
}
@media (max-width : 650px) {
  body.is-popup::before {
    z-index: 11;
  }
}
body.is-popup-region {
  overflow: hidden;
}
body.is-popup-region::after {
  content: "";
  background: rgba(20, 10, 6, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1022;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
}
@media (max-width : 650px) {
  body.is-popup-region::after {
    z-index: 1022;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.text-anim {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.gallery-anim {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
      -ms-transform: translate(0, 30%);
          transform: translate(0, 30%);
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }
  10%,
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }
  10%,
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes hover-glitch-text {
  0% {
    clip: rect(99px, 9999px, 11px, 0);
  }
  5% {
    clip: rect(28px, 9999px, 23px, 0);
  }
  10% {
    clip: rect(86px, 9999px, 93px, 0);
  }
  15% {
    clip: rect(74px, 9999px, 38px, 0);
  }
  20% {
    clip: rect(1px, 9999px, 26px, 0);
  }
  25% {
    clip: rect(45px, 9999px, 5px, 0);
  }
  30% {
    clip: rect(38px, 9999px, 44px, 0);
  }
  35% {
    clip: rect(57px, 9999px, 50px, 0);
  }
  40% {
    clip: rect(46px, 9999px, 46px, 0);
  }
  45% {
    clip: rect(79px, 9999px, 58px, 0);
  }
  50% {
    clip: rect(64px, 9999px, 12px, 0);
  }
  55% {
    clip: rect(97px, 9999px, 16px, 0);
  }
  60% {
    clip: rect(1px, 9999px, 7px, 0);
  }
  65% {
    clip: rect(57px, 9999px, 92px, 0);
  }
  70% {
    clip: rect(48px, 9999px, 96px, 0);
  }
  75% {
    clip: rect(5px, 9999px, 28px, 0);
  }
  80% {
    clip: rect(89px, 9999px, 6px, 0);
  }
  85% {
    clip: rect(22px, 9999px, 100px, 0);
  }
  90% {
    clip: rect(10px, 9999px, 62px, 0);
  }
  95% {
    clip: rect(16px, 9999px, 26px, 0);
  }
  100% {
    clip: rect(19px, 9999px, 98px, 0);
  }
}
@keyframes hover-glitch-text {
  0% {
    clip: rect(99px, 9999px, 11px, 0);
  }
  5% {
    clip: rect(28px, 9999px, 23px, 0);
  }
  10% {
    clip: rect(86px, 9999px, 93px, 0);
  }
  15% {
    clip: rect(74px, 9999px, 38px, 0);
  }
  20% {
    clip: rect(1px, 9999px, 26px, 0);
  }
  25% {
    clip: rect(45px, 9999px, 5px, 0);
  }
  30% {
    clip: rect(38px, 9999px, 44px, 0);
  }
  35% {
    clip: rect(57px, 9999px, 50px, 0);
  }
  40% {
    clip: rect(46px, 9999px, 46px, 0);
  }
  45% {
    clip: rect(79px, 9999px, 58px, 0);
  }
  50% {
    clip: rect(64px, 9999px, 12px, 0);
  }
  55% {
    clip: rect(97px, 9999px, 16px, 0);
  }
  60% {
    clip: rect(1px, 9999px, 7px, 0);
  }
  65% {
    clip: rect(57px, 9999px, 92px, 0);
  }
  70% {
    clip: rect(48px, 9999px, 96px, 0);
  }
  75% {
    clip: rect(5px, 9999px, 28px, 0);
  }
  80% {
    clip: rect(89px, 9999px, 6px, 0);
  }
  85% {
    clip: rect(22px, 9999px, 100px, 0);
  }
  90% {
    clip: rect(10px, 9999px, 62px, 0);
  }
  95% {
    clip: rect(16px, 9999px, 26px, 0);
  }
  100% {
    clip: rect(19px, 9999px, 98px, 0);
  }
}
@-webkit-keyframes glitch-img {
  0% {
    clip: rect(708px, 1600px, 774px, 0);
  }
  0.5% {
    clip: rect(706px, 1600px, 689px, 0);
  }
  1% {
    clip: rect(383px, 1600px, 362px, 0);
  }
  1.5% {
    clip: rect(124px, 1600px, 140px, 0);
  }
  2% {
    clip: rect(34px, 1600px, 11px, 0);
  }
  2.5% {
    clip: rect(84px, 1600px, 38px, 0);
  }
  3% {
    clip: rect(769px, 1600px, 836px, 0);
  }
  3.5% {
    clip: rect(197px, 1600px, 272px, 0);
  }
  4% {
    clip: rect(341px, 1600px, 400px, 0);
  }
  4.5% {
    clip: rect(936px, 1600px, 961px, 0);
  }
  5% {
    clip: rect(371px, 1600px, 395px, 0);
  }
  5.5% {
    clip: rect(663px, 1600px, 648px, 0);
  }
  6% {
    clip: rect(494px, 1600px, 517px, 0);
  }
  6.5% {
    clip: rect(33px, 1600px, 54px, 0);
  }
  7% {
    clip: rect(163px, 1600px, 224px, 0);
  }
  7.5% {
    clip: rect(493px, 1600px, 511px, 0);
  }
  8% {
    clip: rect(867px, 1600px, 877px, 0);
  }
  8.5% {
    clip: rect(852px, 1600px, 922px, 0);
  }
  9% {
    clip: rect(193px, 1600px, 181px, 0);
  }
  9.5% {
    clip: rect(617px, 1600px, 680px, 0);
  }
  10% {
    clip: rect(840px, 1600px, 888px, 0);
  }
  10.5% {
    clip: rect(713px, 1600px, 784px, 0);
  }
  11% {
    clip: rect(751px, 1600px, 726px, 0);
  }
  11.5% {
    clip: rect(745px, 1600px, 779px, 0);
  }
  12% {
    clip: rect(760px, 1600px, 722px, 0);
  }
  12.5% {
    clip: rect(653px, 1600px, 710px, 0);
  }
  13% {
    clip: rect(902px, 1600px, 874px, 0);
  }
  13.5% {
    clip: rect(513px, 1600px, 487px, 0);
  }
  14% {
    clip: rect(50px, 1600px, 68px, 0);
  }
  14.5% {
    clip: rect(888px, 1600px, 880px, 0);
  }
  15% {
    clip: rect(479px, 1600px, 525px, 0);
  }
  15.5% {
    clip: rect(954px, 1600px, 995px, 0);
  }
  16% {
    clip: rect(129px, 1600px, 146px, 0);
  }
  16.5% {
    clip: rect(23px, 1600px, 61px, 0);
  }
  17% {
    clip: rect(802px, 1600px, 845px, 0);
  }
  17.5% {
    clip: rect(975px, 1600px, 933px, 0);
  }
  18% {
    clip: rect(488px, 1600px, 462px, 0);
  }
  18.5% {
    clip: rect(261px, 1600px, 220px, 0);
  }
  19% {
    clip: rect(969px, 1600px, 951px, 0);
  }
  19.5% {
    clip: rect(7px, 1600px, -43px, 0);
  }
  20% {
    clip: rect(68px, 1600px, 127px, 0);
  }
  20.5% {
    clip: rect(686px, 1600px, 650px, 0);
  }
  21% {
    clip: rect(239px, 1600px, 313px, 0);
  }
  21.5% {
    clip: rect(104px, 1600px, 66px, 0);
  }
  22% {
    clip: rect(800px, 1600px, 795px, 0);
  }
  22.5% {
    clip: rect(173px, 1600px, 148px, 0);
  }
  23% {
    clip: rect(523px, 1600px, 542px, 0);
  }
  23.5% {
    clip: rect(734px, 1600px, 728px, 0);
  }
  24% {
    clip: rect(653px, 1600px, 665px, 0);
  }
  24.5% {
    clip: rect(484px, 1600px, 558px, 0);
  }
  25% {
    clip: rect(659px, 1600px, 704px, 0);
  }
  25.5% {
    clip: rect(553px, 1600px, 569px, 0);
  }
  26% {
    clip: rect(91px, 1600px, 110px, 0);
  }
  26.5% {
    clip: rect(3px, 1600px, 58px, 0);
  }
  27% {
    clip: rect(566px, 1600px, 526px, 0);
  }
  27.5% {
    clip: rect(746px, 1600px, 774px, 0);
  }
  28% {
    clip: rect(476px, 1600px, 516px, 0);
  }
  28.5% {
    clip: rect(397px, 1600px, 350px, 0);
  }
  29% {
    clip: rect(423px, 1600px, 470px, 0);
  }
  29.5% {
    clip: rect(455px, 1600px, 523px, 0);
  }
  30% {
    clip: rect(795px, 1600px, 822px, 0);
  }
  30.5% {
    clip: rect(591px, 1600px, 645px, 0);
  }
  31% {
    clip: rect(121px, 1600px, 193px, 0);
  }
  31.5% {
    clip: rect(659px, 1600px, 637px, 0);
  }
  32% {
    clip: rect(190px, 1600px, 181px, 0);
  }
  32.5% {
    clip: rect(936px, 1600px, 973px, 0);
  }
  33% {
    clip: rect(679px, 1600px, 753px, 0);
  }
  33.5% {
    clip: rect(974px, 1600px, 1036px, 0);
  }
  34% {
    clip: rect(407px, 1600px, 407px, 0);
  }
  34.5% {
    clip: rect(913px, 1600px, 937px, 0);
  }
  35% {
    clip: rect(827px, 1600px, 873px, 0);
  }
  35.5% {
    clip: rect(981px, 1600px, 1024px, 0);
  }
  36% {
    clip: rect(168px, 1600px, 181px, 0);
  }
  36.5% {
    clip: rect(501px, 1600px, 556px, 0);
  }
  37% {
    clip: rect(81px, 1600px, 107px, 0);
  }
  37.5% {
    clip: rect(973px, 1600px, 1021px, 0);
  }
  38% {
    clip: rect(210px, 1600px, 160px, 0);
  }
  38.5% {
    clip: rect(149px, 1600px, 113px, 0);
  }
  39% {
    clip: rect(616px, 1600px, 594px, 0);
  }
  39.5% {
    clip: rect(681px, 1600px, 761px, 0);
  }
  40% {
    clip: rect(201px, 1600px, 245px, 0);
  }
  40.5% {
    clip: rect(90px, 1600px, 67px, 0);
  }
  41% {
    clip: rect(206px, 1600px, 258px, 0);
  }
  41.5% {
    clip: rect(406px, 1600px, 412px, 0);
  }
  42% {
    clip: rect(494px, 1600px, 518px, 0);
  }
  42.5% {
    clip: rect(832px, 1600px, 797px, 0);
  }
  43% {
    clip: rect(111px, 1600px, 126px, 0);
  }
  43.5% {
    clip: rect(35px, 1600px, 64px, 0);
  }
  44% {
    clip: rect(716px, 1600px, 762px, 0);
  }
  44.5% {
    clip: rect(851px, 1600px, 919px, 0);
  }
  45% {
    clip: rect(826px, 1600px, 877px, 0);
  }
  45.5% {
    clip: rect(863px, 1600px, 844px, 0);
  }
  46% {
    clip: rect(319px, 1600px, 395px, 0);
  }
  46.5% {
    clip: rect(476px, 1600px, 530px, 0);
  }
  47% {
    clip: rect(410px, 1600px, 368px, 0);
  }
  47.5% {
    clip: rect(259px, 1600px, 267px, 0);
  }
  48% {
    clip: rect(108px, 1600px, 133px, 0);
  }
  48.5% {
    clip: rect(15px, 1600px, 19px, 0);
  }
  49% {
    clip: rect(35px, 1600px, 7px, 0);
  }
  49.5% {
    clip: rect(366px, 1600px, 418px, 0);
  }
  50% {
    clip: rect(222px, 1600px, 179px, 0);
  }
  51% {
    clip: rect(0, 0, 0, 0);
  }
}
@keyframes glitch-img {
  0% {
    clip: rect(708px, 1600px, 774px, 0);
  }
  0.5% {
    clip: rect(706px, 1600px, 689px, 0);
  }
  1% {
    clip: rect(383px, 1600px, 362px, 0);
  }
  1.5% {
    clip: rect(124px, 1600px, 140px, 0);
  }
  2% {
    clip: rect(34px, 1600px, 11px, 0);
  }
  2.5% {
    clip: rect(84px, 1600px, 38px, 0);
  }
  3% {
    clip: rect(769px, 1600px, 836px, 0);
  }
  3.5% {
    clip: rect(197px, 1600px, 272px, 0);
  }
  4% {
    clip: rect(341px, 1600px, 400px, 0);
  }
  4.5% {
    clip: rect(936px, 1600px, 961px, 0);
  }
  5% {
    clip: rect(371px, 1600px, 395px, 0);
  }
  5.5% {
    clip: rect(663px, 1600px, 648px, 0);
  }
  6% {
    clip: rect(494px, 1600px, 517px, 0);
  }
  6.5% {
    clip: rect(33px, 1600px, 54px, 0);
  }
  7% {
    clip: rect(163px, 1600px, 224px, 0);
  }
  7.5% {
    clip: rect(493px, 1600px, 511px, 0);
  }
  8% {
    clip: rect(867px, 1600px, 877px, 0);
  }
  8.5% {
    clip: rect(852px, 1600px, 922px, 0);
  }
  9% {
    clip: rect(193px, 1600px, 181px, 0);
  }
  9.5% {
    clip: rect(617px, 1600px, 680px, 0);
  }
  10% {
    clip: rect(840px, 1600px, 888px, 0);
  }
  10.5% {
    clip: rect(713px, 1600px, 784px, 0);
  }
  11% {
    clip: rect(751px, 1600px, 726px, 0);
  }
  11.5% {
    clip: rect(745px, 1600px, 779px, 0);
  }
  12% {
    clip: rect(760px, 1600px, 722px, 0);
  }
  12.5% {
    clip: rect(653px, 1600px, 710px, 0);
  }
  13% {
    clip: rect(902px, 1600px, 874px, 0);
  }
  13.5% {
    clip: rect(513px, 1600px, 487px, 0);
  }
  14% {
    clip: rect(50px, 1600px, 68px, 0);
  }
  14.5% {
    clip: rect(888px, 1600px, 880px, 0);
  }
  15% {
    clip: rect(479px, 1600px, 525px, 0);
  }
  15.5% {
    clip: rect(954px, 1600px, 995px, 0);
  }
  16% {
    clip: rect(129px, 1600px, 146px, 0);
  }
  16.5% {
    clip: rect(23px, 1600px, 61px, 0);
  }
  17% {
    clip: rect(802px, 1600px, 845px, 0);
  }
  17.5% {
    clip: rect(975px, 1600px, 933px, 0);
  }
  18% {
    clip: rect(488px, 1600px, 462px, 0);
  }
  18.5% {
    clip: rect(261px, 1600px, 220px, 0);
  }
  19% {
    clip: rect(969px, 1600px, 951px, 0);
  }
  19.5% {
    clip: rect(7px, 1600px, -43px, 0);
  }
  20% {
    clip: rect(68px, 1600px, 127px, 0);
  }
  20.5% {
    clip: rect(686px, 1600px, 650px, 0);
  }
  21% {
    clip: rect(239px, 1600px, 313px, 0);
  }
  21.5% {
    clip: rect(104px, 1600px, 66px, 0);
  }
  22% {
    clip: rect(800px, 1600px, 795px, 0);
  }
  22.5% {
    clip: rect(173px, 1600px, 148px, 0);
  }
  23% {
    clip: rect(523px, 1600px, 542px, 0);
  }
  23.5% {
    clip: rect(734px, 1600px, 728px, 0);
  }
  24% {
    clip: rect(653px, 1600px, 665px, 0);
  }
  24.5% {
    clip: rect(484px, 1600px, 558px, 0);
  }
  25% {
    clip: rect(659px, 1600px, 704px, 0);
  }
  25.5% {
    clip: rect(553px, 1600px, 569px, 0);
  }
  26% {
    clip: rect(91px, 1600px, 110px, 0);
  }
  26.5% {
    clip: rect(3px, 1600px, 58px, 0);
  }
  27% {
    clip: rect(566px, 1600px, 526px, 0);
  }
  27.5% {
    clip: rect(746px, 1600px, 774px, 0);
  }
  28% {
    clip: rect(476px, 1600px, 516px, 0);
  }
  28.5% {
    clip: rect(397px, 1600px, 350px, 0);
  }
  29% {
    clip: rect(423px, 1600px, 470px, 0);
  }
  29.5% {
    clip: rect(455px, 1600px, 523px, 0);
  }
  30% {
    clip: rect(795px, 1600px, 822px, 0);
  }
  30.5% {
    clip: rect(591px, 1600px, 645px, 0);
  }
  31% {
    clip: rect(121px, 1600px, 193px, 0);
  }
  31.5% {
    clip: rect(659px, 1600px, 637px, 0);
  }
  32% {
    clip: rect(190px, 1600px, 181px, 0);
  }
  32.5% {
    clip: rect(936px, 1600px, 973px, 0);
  }
  33% {
    clip: rect(679px, 1600px, 753px, 0);
  }
  33.5% {
    clip: rect(974px, 1600px, 1036px, 0);
  }
  34% {
    clip: rect(407px, 1600px, 407px, 0);
  }
  34.5% {
    clip: rect(913px, 1600px, 937px, 0);
  }
  35% {
    clip: rect(827px, 1600px, 873px, 0);
  }
  35.5% {
    clip: rect(981px, 1600px, 1024px, 0);
  }
  36% {
    clip: rect(168px, 1600px, 181px, 0);
  }
  36.5% {
    clip: rect(501px, 1600px, 556px, 0);
  }
  37% {
    clip: rect(81px, 1600px, 107px, 0);
  }
  37.5% {
    clip: rect(973px, 1600px, 1021px, 0);
  }
  38% {
    clip: rect(210px, 1600px, 160px, 0);
  }
  38.5% {
    clip: rect(149px, 1600px, 113px, 0);
  }
  39% {
    clip: rect(616px, 1600px, 594px, 0);
  }
  39.5% {
    clip: rect(681px, 1600px, 761px, 0);
  }
  40% {
    clip: rect(201px, 1600px, 245px, 0);
  }
  40.5% {
    clip: rect(90px, 1600px, 67px, 0);
  }
  41% {
    clip: rect(206px, 1600px, 258px, 0);
  }
  41.5% {
    clip: rect(406px, 1600px, 412px, 0);
  }
  42% {
    clip: rect(494px, 1600px, 518px, 0);
  }
  42.5% {
    clip: rect(832px, 1600px, 797px, 0);
  }
  43% {
    clip: rect(111px, 1600px, 126px, 0);
  }
  43.5% {
    clip: rect(35px, 1600px, 64px, 0);
  }
  44% {
    clip: rect(716px, 1600px, 762px, 0);
  }
  44.5% {
    clip: rect(851px, 1600px, 919px, 0);
  }
  45% {
    clip: rect(826px, 1600px, 877px, 0);
  }
  45.5% {
    clip: rect(863px, 1600px, 844px, 0);
  }
  46% {
    clip: rect(319px, 1600px, 395px, 0);
  }
  46.5% {
    clip: rect(476px, 1600px, 530px, 0);
  }
  47% {
    clip: rect(410px, 1600px, 368px, 0);
  }
  47.5% {
    clip: rect(259px, 1600px, 267px, 0);
  }
  48% {
    clip: rect(108px, 1600px, 133px, 0);
  }
  48.5% {
    clip: rect(15px, 1600px, 19px, 0);
  }
  49% {
    clip: rect(35px, 1600px, 7px, 0);
  }
  49.5% {
    clip: rect(366px, 1600px, 418px, 0);
  }
  50% {
    clip: rect(222px, 1600px, 179px, 0);
  }
  51% {
    clip: rect(0, 0, 0, 0);
  }
}
@-webkit-keyframes glitch-img-2 {
  0% {
    clip: rect(453px, 1600px, 413px, 0);
  }
  0.25% {
    clip: rect(628px, 1600px, 582px, 0);
  }
  0.5% {
    clip: rect(480px, 1600px, 512px, 0);
  }
  0.75% {
    clip: rect(381px, 1600px, 445px, 0);
  }
  1% {
    clip: rect(409px, 1600px, 400px, 0);
  }
  1.25% {
    clip: rect(504px, 1600px, 578px, 0);
  }
  1.5% {
    clip: rect(237px, 1600px, 224px, 0);
  }
  1.75% {
    clip: rect(45px, 1600px, 52px, 0);
  }
  2% {
    clip: rect(934px, 1600px, 900px, 0);
  }
  2.25% {
    clip: rect(398px, 1600px, 422px, 0);
  }
  2.5% {
    clip: rect(246px, 1600px, 283px, 0);
  }
  2.75% {
    clip: rect(683px, 1600px, 684px, 0);
  }
  3% {
    clip: rect(355px, 1600px, 424px, 0);
  }
  3.25% {
    clip: rect(17px, 1600px, 93px, 0);
  }
  3.5% {
    clip: rect(745px, 1600px, 745px, 0);
  }
  3.75% {
    clip: rect(449px, 1600px, 475px, 0);
  }
  4% {
    clip: rect(524px, 1600px, 575px, 0);
  }
  4.25% {
    clip: rect(522px, 1600px, 557px, 0);
  }
  4.5% {
    clip: rect(19px, 1600px, 86px, 0);
  }
  4.75% {
    clip: rect(157px, 1600px, 202px, 0);
  }
  5% {
    clip: rect(208px, 1600px, 252px, 0);
  }
  5.25% {
    clip: rect(858px, 1600px, 821px, 0);
  }
  5.5% {
    clip: rect(223px, 1600px, 226px, 0);
  }
  5.75% {
    clip: rect(257px, 1600px, 286px, 0);
  }
  6% {
    clip: rect(440px, 1600px, 390px, 0);
  }
  6.25% {
    clip: rect(61px, 1600px, 95px, 0);
  }
  6.5% {
    clip: rect(792px, 1600px, 815px, 0);
  }
  6.75% {
    clip: rect(541px, 1600px, 498px, 0);
  }
  7% {
    clip: rect(980px, 1600px, 1044px, 0);
  }
  7.25% {
    clip: rect(753px, 1600px, 744px, 0);
  }
  7.5% {
    clip: rect(761px, 1600px, 839px, 0);
  }
  7.75% {
    clip: rect(864px, 1600px, 869px, 0);
  }
  8% {
    clip: rect(643px, 1600px, 703px, 0);
  }
  8.25% {
    clip: rect(655px, 1600px, 692px, 0);
  }
  8.5% {
    clip: rect(671px, 1600px, 721px, 0);
  }
  8.75% {
    clip: rect(796px, 1600px, 755px, 0);
  }
  9% {
    clip: rect(539px, 1600px, 516px, 0);
  }
  9.25% {
    clip: rect(435px, 1600px, 447px, 0);
  }
  9.5% {
    clip: rect(481px, 1600px, 494px, 0);
  }
  9.75% {
    clip: rect(440px, 1600px, 429px, 0);
  }
  10% {
    clip: rect(431px, 1600px, 483px, 0);
  }
  10.25% {
    clip: rect(849px, 1600px, 840px, 0);
  }
  10.5% {
    clip: rect(894px, 1600px, 875px, 0);
  }
  10.75% {
    clip: rect(645px, 1600px, 711px, 0);
  }
  11% {
    clip: rect(144px, 1600px, 110px, 0);
  }
  11.25% {
    clip: rect(406px, 1600px, 482px, 0);
  }
  11.5% {
    clip: rect(378px, 1600px, 425px, 0);
  }
  11.75% {
    clip: rect(882px, 1600px, 961px, 0);
  }
  12% {
    clip: rect(976px, 1600px, 944px, 0);
  }
  12.25% {
    clip: rect(262px, 1600px, 322px, 0);
  }
  12.5% {
    clip: rect(746px, 1600px, 796px, 0);
  }
  12.75% {
    clip: rect(163px, 1600px, 215px, 0);
  }
  13% {
    clip: rect(4px, 1600px, -8px, 0);
  }
  13.25% {
    clip: rect(788px, 1600px, 842px, 0);
  }
  13.5% {
    clip: rect(936px, 1600px, 922px, 0);
  }
  13.75% {
    clip: rect(107px, 1600px, 131px, 0);
  }
  14% {
    clip: rect(475px, 1600px, 503px, 0);
  }
  14.25% {
    clip: rect(181px, 1600px, 178px, 0);
  }
  14.5% {
    clip: rect(265px, 1600px, 259px, 0);
  }
  14.75% {
    clip: rect(135px, 1600px, 152px, 0);
  }
  15% {
    clip: rect(230px, 1600px, 285px, 0);
  }
  15.25% {
    clip: rect(171px, 1600px, 223px, 0);
  }
  15.5% {
    clip: rect(490px, 1600px, 486px, 0);
  }
  15.75% {
    clip: rect(411px, 1600px, 463px, 0);
  }
  16% {
    clip: rect(89px, 1600px, 122px, 0);
  }
  16.25% {
    clip: rect(789px, 1600px, 774px, 0);
  }
  16.5% {
    clip: rect(950px, 1600px, 1024px, 0);
  }
  16.75% {
    clip: rect(825px, 1600px, 802px, 0);
  }
  17% {
    clip: rect(90px, 1600px, 93px, 0);
  }
  17.25% {
    clip: rect(712px, 1600px, 709px, 0);
  }
  17.5% {
    clip: rect(117px, 1600px, 85px, 0);
  }
  17.75% {
    clip: rect(3px, 1600px, 61px, 0);
  }
  18% {
    clip: rect(748px, 1600px, 799px, 0);
  }
  18.25% {
    clip: rect(388px, 1600px, 359px, 0);
  }
  18.5% {
    clip: rect(414px, 1600px, 487px, 0);
  }
  18.75% {
    clip: rect(262px, 1600px, 215px, 0);
  }
  19% {
    clip: rect(177px, 1600px, 240px, 0);
  }
  19.25% {
    clip: rect(883px, 1600px, 849px, 0);
  }
  19.5% {
    clip: rect(116px, 1600px, 89px, 0);
  }
  19.75% {
    clip: rect(451px, 1600px, 409px, 0);
  }
  20% {
    clip: rect(237px, 1600px, 292px, 0);
  }
  20.25% {
    clip: rect(572px, 1600px, 613px, 0);
  }
  20.5% {
    clip: rect(667px, 1600px, 692px, 0);
  }
  20.75% {
    clip: rect(331px, 1600px, 337px, 0);
  }
  21% {
    clip: rect(647px, 1600px, 623px, 0);
  }
  21.25% {
    clip: rect(68px, 1600px, 30px, 0);
  }
  21.5% {
    clip: rect(947px, 1600px, 938px, 0);
  }
  21.75% {
    clip: rect(861px, 1600px, 928px, 0);
  }
  22% {
    clip: rect(234px, 1600px, 217px, 0);
  }
  22.25% {
    clip: rect(814px, 1600px, 770px, 0);
  }
  22.5% {
    clip: rect(220px, 1600px, 217px, 0);
  }
  22.75% {
    clip: rect(286px, 1600px, 270px, 0);
  }
  23% {
    clip: rect(37px, 1600px, 63px, 0);
  }
  23.25% {
    clip: rect(393px, 1600px, 401px, 0);
  }
  23.5% {
    clip: rect(244px, 1600px, 200px, 0);
  }
  23.75% {
    clip: rect(18px, 1600px, 78px, 0);
  }
  24% {
    clip: rect(567px, 1600px, 632px, 0);
  }
  24.25% {
    clip: rect(37px, 1600px, 14px, 0);
  }
  24.5% {
    clip: rect(197px, 1600px, 238px, 0);
  }
  24.75% {
    clip: rect(46px, 1600px, 37px, 0);
  }
  25% {
    clip: rect(373px, 1600px, 398px, 0);
  }
  25.2% {
    clip: rect(0, 0, 0, 0);
  }
}
@keyframes glitch-img-2 {
  0% {
    clip: rect(453px, 1600px, 413px, 0);
  }
  0.25% {
    clip: rect(628px, 1600px, 582px, 0);
  }
  0.5% {
    clip: rect(480px, 1600px, 512px, 0);
  }
  0.75% {
    clip: rect(381px, 1600px, 445px, 0);
  }
  1% {
    clip: rect(409px, 1600px, 400px, 0);
  }
  1.25% {
    clip: rect(504px, 1600px, 578px, 0);
  }
  1.5% {
    clip: rect(237px, 1600px, 224px, 0);
  }
  1.75% {
    clip: rect(45px, 1600px, 52px, 0);
  }
  2% {
    clip: rect(934px, 1600px, 900px, 0);
  }
  2.25% {
    clip: rect(398px, 1600px, 422px, 0);
  }
  2.5% {
    clip: rect(246px, 1600px, 283px, 0);
  }
  2.75% {
    clip: rect(683px, 1600px, 684px, 0);
  }
  3% {
    clip: rect(355px, 1600px, 424px, 0);
  }
  3.25% {
    clip: rect(17px, 1600px, 93px, 0);
  }
  3.5% {
    clip: rect(745px, 1600px, 745px, 0);
  }
  3.75% {
    clip: rect(449px, 1600px, 475px, 0);
  }
  4% {
    clip: rect(524px, 1600px, 575px, 0);
  }
  4.25% {
    clip: rect(522px, 1600px, 557px, 0);
  }
  4.5% {
    clip: rect(19px, 1600px, 86px, 0);
  }
  4.75% {
    clip: rect(157px, 1600px, 202px, 0);
  }
  5% {
    clip: rect(208px, 1600px, 252px, 0);
  }
  5.25% {
    clip: rect(858px, 1600px, 821px, 0);
  }
  5.5% {
    clip: rect(223px, 1600px, 226px, 0);
  }
  5.75% {
    clip: rect(257px, 1600px, 286px, 0);
  }
  6% {
    clip: rect(440px, 1600px, 390px, 0);
  }
  6.25% {
    clip: rect(61px, 1600px, 95px, 0);
  }
  6.5% {
    clip: rect(792px, 1600px, 815px, 0);
  }
  6.75% {
    clip: rect(541px, 1600px, 498px, 0);
  }
  7% {
    clip: rect(980px, 1600px, 1044px, 0);
  }
  7.25% {
    clip: rect(753px, 1600px, 744px, 0);
  }
  7.5% {
    clip: rect(761px, 1600px, 839px, 0);
  }
  7.75% {
    clip: rect(864px, 1600px, 869px, 0);
  }
  8% {
    clip: rect(643px, 1600px, 703px, 0);
  }
  8.25% {
    clip: rect(655px, 1600px, 692px, 0);
  }
  8.5% {
    clip: rect(671px, 1600px, 721px, 0);
  }
  8.75% {
    clip: rect(796px, 1600px, 755px, 0);
  }
  9% {
    clip: rect(539px, 1600px, 516px, 0);
  }
  9.25% {
    clip: rect(435px, 1600px, 447px, 0);
  }
  9.5% {
    clip: rect(481px, 1600px, 494px, 0);
  }
  9.75% {
    clip: rect(440px, 1600px, 429px, 0);
  }
  10% {
    clip: rect(431px, 1600px, 483px, 0);
  }
  10.25% {
    clip: rect(849px, 1600px, 840px, 0);
  }
  10.5% {
    clip: rect(894px, 1600px, 875px, 0);
  }
  10.75% {
    clip: rect(645px, 1600px, 711px, 0);
  }
  11% {
    clip: rect(144px, 1600px, 110px, 0);
  }
  11.25% {
    clip: rect(406px, 1600px, 482px, 0);
  }
  11.5% {
    clip: rect(378px, 1600px, 425px, 0);
  }
  11.75% {
    clip: rect(882px, 1600px, 961px, 0);
  }
  12% {
    clip: rect(976px, 1600px, 944px, 0);
  }
  12.25% {
    clip: rect(262px, 1600px, 322px, 0);
  }
  12.5% {
    clip: rect(746px, 1600px, 796px, 0);
  }
  12.75% {
    clip: rect(163px, 1600px, 215px, 0);
  }
  13% {
    clip: rect(4px, 1600px, -8px, 0);
  }
  13.25% {
    clip: rect(788px, 1600px, 842px, 0);
  }
  13.5% {
    clip: rect(936px, 1600px, 922px, 0);
  }
  13.75% {
    clip: rect(107px, 1600px, 131px, 0);
  }
  14% {
    clip: rect(475px, 1600px, 503px, 0);
  }
  14.25% {
    clip: rect(181px, 1600px, 178px, 0);
  }
  14.5% {
    clip: rect(265px, 1600px, 259px, 0);
  }
  14.75% {
    clip: rect(135px, 1600px, 152px, 0);
  }
  15% {
    clip: rect(230px, 1600px, 285px, 0);
  }
  15.25% {
    clip: rect(171px, 1600px, 223px, 0);
  }
  15.5% {
    clip: rect(490px, 1600px, 486px, 0);
  }
  15.75% {
    clip: rect(411px, 1600px, 463px, 0);
  }
  16% {
    clip: rect(89px, 1600px, 122px, 0);
  }
  16.25% {
    clip: rect(789px, 1600px, 774px, 0);
  }
  16.5% {
    clip: rect(950px, 1600px, 1024px, 0);
  }
  16.75% {
    clip: rect(825px, 1600px, 802px, 0);
  }
  17% {
    clip: rect(90px, 1600px, 93px, 0);
  }
  17.25% {
    clip: rect(712px, 1600px, 709px, 0);
  }
  17.5% {
    clip: rect(117px, 1600px, 85px, 0);
  }
  17.75% {
    clip: rect(3px, 1600px, 61px, 0);
  }
  18% {
    clip: rect(748px, 1600px, 799px, 0);
  }
  18.25% {
    clip: rect(388px, 1600px, 359px, 0);
  }
  18.5% {
    clip: rect(414px, 1600px, 487px, 0);
  }
  18.75% {
    clip: rect(262px, 1600px, 215px, 0);
  }
  19% {
    clip: rect(177px, 1600px, 240px, 0);
  }
  19.25% {
    clip: rect(883px, 1600px, 849px, 0);
  }
  19.5% {
    clip: rect(116px, 1600px, 89px, 0);
  }
  19.75% {
    clip: rect(451px, 1600px, 409px, 0);
  }
  20% {
    clip: rect(237px, 1600px, 292px, 0);
  }
  20.25% {
    clip: rect(572px, 1600px, 613px, 0);
  }
  20.5% {
    clip: rect(667px, 1600px, 692px, 0);
  }
  20.75% {
    clip: rect(331px, 1600px, 337px, 0);
  }
  21% {
    clip: rect(647px, 1600px, 623px, 0);
  }
  21.25% {
    clip: rect(68px, 1600px, 30px, 0);
  }
  21.5% {
    clip: rect(947px, 1600px, 938px, 0);
  }
  21.75% {
    clip: rect(861px, 1600px, 928px, 0);
  }
  22% {
    clip: rect(234px, 1600px, 217px, 0);
  }
  22.25% {
    clip: rect(814px, 1600px, 770px, 0);
  }
  22.5% {
    clip: rect(220px, 1600px, 217px, 0);
  }
  22.75% {
    clip: rect(286px, 1600px, 270px, 0);
  }
  23% {
    clip: rect(37px, 1600px, 63px, 0);
  }
  23.25% {
    clip: rect(393px, 1600px, 401px, 0);
  }
  23.5% {
    clip: rect(244px, 1600px, 200px, 0);
  }
  23.75% {
    clip: rect(18px, 1600px, 78px, 0);
  }
  24% {
    clip: rect(567px, 1600px, 632px, 0);
  }
  24.25% {
    clip: rect(37px, 1600px, 14px, 0);
  }
  24.5% {
    clip: rect(197px, 1600px, 238px, 0);
  }
  24.75% {
    clip: rect(46px, 1600px, 37px, 0);
  }
  25% {
    clip: rect(373px, 1600px, 398px, 0);
  }
  25.2% {
    clip: rect(0, 0, 0, 0);
  }
}
@-webkit-keyframes dlc-img-2 {
  0%,
  49.5% {
    clip: rect(0, 0, 0, 0);
  }
  50% {
    clip: rect(145px, 200px, 200px, 0);
  }
  51% {
    clip: rect(227px, 200px, 250px, 0);
  }
  52% {
    clip: rect(20px, 200px, 17px, 0);
  }
  53% {
    clip: rect(131px, 200px, 96px, 0);
  }
  54% {
    clip: rect(105px, 200px, 110px, 0);
  }
  55% {
    clip: rect(181px, 200px, 177px, 0);
  }
  56% {
    clip: rect(209px, 200px, 213px, 0);
  }
  57% {
    clip: rect(295px, 200px, 267px, 0);
  }
  58% {
    clip: rect(13px, 200px, 65px, 0);
  }
  59% {
    clip: rect(267px, 200px, 257px, 0);
  }
  60% {
    clip: rect(8px, 200px, 64px, 0);
  }
  61% {
    clip: rect(52px, 200px, 75px, 0);
  }
  62% {
    clip: rect(285px, 200px, 276px, 0);
  }
  63% {
    clip: rect(50px, 200px, 53px, 0);
  }
  64% {
    clip: rect(284px, 200px, 351px, 0);
  }
  65% {
    clip: rect(277px, 200px, 255px, 0);
  }
  66% {
    clip: rect(194px, 200px, 270px, 0);
  }
  67% {
    clip: rect(290px, 200px, 268px, 0);
  }
  68% {
    clip: rect(274px, 200px, 325px, 0);
  }
  69% {
    clip: rect(196px, 200px, 160px, 0);
  }
  70% {
    clip: rect(285px, 200px, 279px, 0);
  }
  71% {
    clip: rect(174px, 200px, 132px, 0);
  }
  72% {
    clip: rect(55px, 200px, 11px, 0);
  }
  73% {
    clip: rect(78px, 200px, 52px, 0);
  }
  74% {
    clip: rect(49px, 200px, 24px, 0);
  }
  75% {
    clip: rect(85px, 200px, 136px, 0);
  }
  76% {
    clip: rect(24px, 200px, -3px, 0);
  }
  77% {
    clip: rect(139px, 200px, 155px, 0);
  }
  78% {
    clip: rect(286px, 200px, 363px, 0);
  }
  79% {
    clip: rect(240px, 200px, 217px, 0);
  }
  80% {
    clip: rect(254px, 200px, 220px, 0);
  }
  81% {
    clip: rect(225px, 200px, 220px, 0);
  }
  82% {
    clip: rect(77px, 200px, 120px, 0);
  }
  83% {
    clip: rect(201px, 200px, 231px, 0);
  }
  84% {
    clip: rect(137px, 200px, 101px, 0);
  }
  85% {
    clip: rect(179px, 200px, 193px, 0);
  }
  86% {
    clip: rect(279px, 200px, 272px, 0);
  }
  87% {
    clip: rect(137px, 200px, 137px, 0);
  }
  88% {
    clip: rect(64px, 200px, 94px, 0);
  }
  89% {
    clip: rect(41px, 200px, -2px, 0);
  }
  90% {
    clip: rect(121px, 200px, 107px, 0);
  }
  91% {
    clip: rect(164px, 200px, 200px, 0);
  }
  92% {
    clip: rect(242px, 200px, 262px, 0);
  }
  93% {
    clip: rect(76px, 200px, 84px, 0);
  }
  94% {
    clip: rect(61px, 200px, 66px, 0);
  }
  95% {
    clip: rect(234px, 200px, 310px, 0);
  }
  96% {
    clip: rect(147px, 200px, 102px, 0);
  }
  97% {
    clip: rect(8px, 200px, -26px, 0);
  }
  98% {
    clip: rect(110px, 200px, 139px, 0);
  }
  99% {
    clip: rect(213px, 200px, 212px, 0);
  }
  100% {
    clip: rect(256px, 200px, 331px, 0);
  }
}
@keyframes dlc-img-2 {
  0%,
  49.5% {
    clip: rect(0, 0, 0, 0);
  }
  50% {
    clip: rect(145px, 200px, 200px, 0);
  }
  51% {
    clip: rect(227px, 200px, 250px, 0);
  }
  52% {
    clip: rect(20px, 200px, 17px, 0);
  }
  53% {
    clip: rect(131px, 200px, 96px, 0);
  }
  54% {
    clip: rect(105px, 200px, 110px, 0);
  }
  55% {
    clip: rect(181px, 200px, 177px, 0);
  }
  56% {
    clip: rect(209px, 200px, 213px, 0);
  }
  57% {
    clip: rect(295px, 200px, 267px, 0);
  }
  58% {
    clip: rect(13px, 200px, 65px, 0);
  }
  59% {
    clip: rect(267px, 200px, 257px, 0);
  }
  60% {
    clip: rect(8px, 200px, 64px, 0);
  }
  61% {
    clip: rect(52px, 200px, 75px, 0);
  }
  62% {
    clip: rect(285px, 200px, 276px, 0);
  }
  63% {
    clip: rect(50px, 200px, 53px, 0);
  }
  64% {
    clip: rect(284px, 200px, 351px, 0);
  }
  65% {
    clip: rect(277px, 200px, 255px, 0);
  }
  66% {
    clip: rect(194px, 200px, 270px, 0);
  }
  67% {
    clip: rect(290px, 200px, 268px, 0);
  }
  68% {
    clip: rect(274px, 200px, 325px, 0);
  }
  69% {
    clip: rect(196px, 200px, 160px, 0);
  }
  70% {
    clip: rect(285px, 200px, 279px, 0);
  }
  71% {
    clip: rect(174px, 200px, 132px, 0);
  }
  72% {
    clip: rect(55px, 200px, 11px, 0);
  }
  73% {
    clip: rect(78px, 200px, 52px, 0);
  }
  74% {
    clip: rect(49px, 200px, 24px, 0);
  }
  75% {
    clip: rect(85px, 200px, 136px, 0);
  }
  76% {
    clip: rect(24px, 200px, -3px, 0);
  }
  77% {
    clip: rect(139px, 200px, 155px, 0);
  }
  78% {
    clip: rect(286px, 200px, 363px, 0);
  }
  79% {
    clip: rect(240px, 200px, 217px, 0);
  }
  80% {
    clip: rect(254px, 200px, 220px, 0);
  }
  81% {
    clip: rect(225px, 200px, 220px, 0);
  }
  82% {
    clip: rect(77px, 200px, 120px, 0);
  }
  83% {
    clip: rect(201px, 200px, 231px, 0);
  }
  84% {
    clip: rect(137px, 200px, 101px, 0);
  }
  85% {
    clip: rect(179px, 200px, 193px, 0);
  }
  86% {
    clip: rect(279px, 200px, 272px, 0);
  }
  87% {
    clip: rect(137px, 200px, 137px, 0);
  }
  88% {
    clip: rect(64px, 200px, 94px, 0);
  }
  89% {
    clip: rect(41px, 200px, -2px, 0);
  }
  90% {
    clip: rect(121px, 200px, 107px, 0);
  }
  91% {
    clip: rect(164px, 200px, 200px, 0);
  }
  92% {
    clip: rect(242px, 200px, 262px, 0);
  }
  93% {
    clip: rect(76px, 200px, 84px, 0);
  }
  94% {
    clip: rect(61px, 200px, 66px, 0);
  }
  95% {
    clip: rect(234px, 200px, 310px, 0);
  }
  96% {
    clip: rect(147px, 200px, 102px, 0);
  }
  97% {
    clip: rect(8px, 200px, -26px, 0);
  }
  98% {
    clip: rect(110px, 200px, 139px, 0);
  }
  99% {
    clip: rect(213px, 200px, 212px, 0);
  }
  100% {
    clip: rect(256px, 200px, 331px, 0);
  }
}
@-webkit-keyframes dlc-img {
  0%,
  49.5% {
    clip: rect(0, 0, 0, 0);
  }
  50% {
    clip: rect(296px, 200px, 350px, 0);
  }
  51% {
    clip: rect(105px, 200px, 101px, 0);
  }
  52% {
    clip: rect(190px, 200px, 198px, 0);
  }
  53% {
    clip: rect(125px, 200px, 187px, 0);
  }
  54% {
    clip: rect(105px, 200px, 182px, 0);
  }
  55% {
    clip: rect(146px, 200px, 130px, 0);
  }
  56% {
    clip: rect(53px, 200px, 83px, 0);
  }
  57% {
    clip: rect(30px, 200px, 57px, 0);
  }
  58% {
    clip: rect(19px, 200px, 69px, 0);
  }
  59% {
    clip: rect(292px, 200px, 260px, 0);
  }
  60% {
    clip: rect(298px, 200px, 249px, 0);
  }
  61% {
    clip: rect(31px, 200px, -12px, 0);
  }
  62% {
    clip: rect(219px, 200px, 226px, 0);
  }
  63% {
    clip: rect(243px, 200px, 224px, 0);
  }
  64% {
    clip: rect(72px, 200px, 136px, 0);
  }
  65% {
    clip: rect(30px, 200px, 103px, 0);
  }
  66% {
    clip: rect(53px, 200px, 83px, 0);
  }
  67% {
    clip: rect(165px, 200px, 143px, 0);
  }
  68% {
    clip: rect(258px, 200px, 280px, 0);
  }
  69% {
    clip: rect(79px, 200px, 142px, 0);
  }
  70% {
    clip: rect(219px, 200px, 212px, 0);
  }
  71% {
    clip: rect(164px, 200px, 162px, 0);
  }
  72% {
    clip: rect(47px, 200px, 90px, 0);
  }
  73% {
    clip: rect(215px, 200px, 266px, 0);
  }
  74% {
    clip: rect(284px, 200px, 347px, 0);
  }
  75% {
    clip: rect(124px, 200px, 129px, 0);
  }
  76% {
    clip: rect(22px, 200px, -16px, 0);
  }
  77% {
    clip: rect(97px, 200px, 55px, 0);
  }
  78% {
    clip: rect(125px, 200px, 104px, 0);
  }
  79% {
    clip: rect(22px, 200px, 21px, 0);
  }
  80% {
    clip: rect(59px, 200px, 120px, 0);
  }
  81% {
    clip: rect(193px, 200px, 167px, 0);
  }
  82% {
    clip: rect(223px, 200px, 211px, 0);
  }
  83% {
    clip: rect(70px, 200px, 136px, 0);
  }
  84% {
    clip: rect(96px, 200px, 110px, 0);
  }
  85% {
    clip: rect(263px, 200px, 224px, 0);
  }
  86% {
    clip: rect(244px, 200px, 305px, 0);
  }
  87% {
    clip: rect(84px, 200px, 35px, 0);
  }
  88% {
    clip: rect(127px, 200px, 103px, 0);
  }
  89% {
    clip: rect(163px, 200px, 237px, 0);
  }
  90% {
    clip: rect(197px, 200px, 156px, 0);
  }
  91% {
    clip: rect(125px, 200px, 130px, 0);
  }
  92% {
    clip: rect(176px, 200px, 214px, 0);
  }
  93% {
    clip: rect(4px, 200px, 62px, 0);
  }
  94% {
    clip: rect(40px, 200px, 42px, 0);
  }
  95% {
    clip: rect(26px, 200px, -4px, 0);
  }
  96% {
    clip: rect(59px, 200px, 57px, 0);
  }
  97% {
    clip: rect(217px, 200px, 296px, 0);
  }
  98% {
    clip: rect(115px, 200px, 169px, 0);
  }
  99% {
    clip: rect(274px, 200px, 287px, 0);
  }
  100% {
    clip: rect(61px, 200px, 57px, 0);
  }
}
@keyframes dlc-img {
  0%,
  49.5% {
    clip: rect(0, 0, 0, 0);
  }
  50% {
    clip: rect(296px, 200px, 350px, 0);
  }
  51% {
    clip: rect(105px, 200px, 101px, 0);
  }
  52% {
    clip: rect(190px, 200px, 198px, 0);
  }
  53% {
    clip: rect(125px, 200px, 187px, 0);
  }
  54% {
    clip: rect(105px, 200px, 182px, 0);
  }
  55% {
    clip: rect(146px, 200px, 130px, 0);
  }
  56% {
    clip: rect(53px, 200px, 83px, 0);
  }
  57% {
    clip: rect(30px, 200px, 57px, 0);
  }
  58% {
    clip: rect(19px, 200px, 69px, 0);
  }
  59% {
    clip: rect(292px, 200px, 260px, 0);
  }
  60% {
    clip: rect(298px, 200px, 249px, 0);
  }
  61% {
    clip: rect(31px, 200px, -12px, 0);
  }
  62% {
    clip: rect(219px, 200px, 226px, 0);
  }
  63% {
    clip: rect(243px, 200px, 224px, 0);
  }
  64% {
    clip: rect(72px, 200px, 136px, 0);
  }
  65% {
    clip: rect(30px, 200px, 103px, 0);
  }
  66% {
    clip: rect(53px, 200px, 83px, 0);
  }
  67% {
    clip: rect(165px, 200px, 143px, 0);
  }
  68% {
    clip: rect(258px, 200px, 280px, 0);
  }
  69% {
    clip: rect(79px, 200px, 142px, 0);
  }
  70% {
    clip: rect(219px, 200px, 212px, 0);
  }
  71% {
    clip: rect(164px, 200px, 162px, 0);
  }
  72% {
    clip: rect(47px, 200px, 90px, 0);
  }
  73% {
    clip: rect(215px, 200px, 266px, 0);
  }
  74% {
    clip: rect(284px, 200px, 347px, 0);
  }
  75% {
    clip: rect(124px, 200px, 129px, 0);
  }
  76% {
    clip: rect(22px, 200px, -16px, 0);
  }
  77% {
    clip: rect(97px, 200px, 55px, 0);
  }
  78% {
    clip: rect(125px, 200px, 104px, 0);
  }
  79% {
    clip: rect(22px, 200px, 21px, 0);
  }
  80% {
    clip: rect(59px, 200px, 120px, 0);
  }
  81% {
    clip: rect(193px, 200px, 167px, 0);
  }
  82% {
    clip: rect(223px, 200px, 211px, 0);
  }
  83% {
    clip: rect(70px, 200px, 136px, 0);
  }
  84% {
    clip: rect(96px, 200px, 110px, 0);
  }
  85% {
    clip: rect(263px, 200px, 224px, 0);
  }
  86% {
    clip: rect(244px, 200px, 305px, 0);
  }
  87% {
    clip: rect(84px, 200px, 35px, 0);
  }
  88% {
    clip: rect(127px, 200px, 103px, 0);
  }
  89% {
    clip: rect(163px, 200px, 237px, 0);
  }
  90% {
    clip: rect(197px, 200px, 156px, 0);
  }
  91% {
    clip: rect(125px, 200px, 130px, 0);
  }
  92% {
    clip: rect(176px, 200px, 214px, 0);
  }
  93% {
    clip: rect(4px, 200px, 62px, 0);
  }
  94% {
    clip: rect(40px, 200px, 42px, 0);
  }
  95% {
    clip: rect(26px, 200px, -4px, 0);
  }
  96% {
    clip: rect(59px, 200px, 57px, 0);
  }
  97% {
    clip: rect(217px, 200px, 296px, 0);
  }
  98% {
    clip: rect(115px, 200px, 169px, 0);
  }
  99% {
    clip: rect(274px, 200px, 287px, 0);
  }
  100% {
    clip: rect(61px, 200px, 57px, 0);
  }
}
.ico-glitch {
  position: relative;
}
.ico-glitch::after {
  position: absolute;
  top: 0;
  left: -1px;
  visibility: hidden;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-glitch:hover::after,
a:hover .ico-glitch::after,
button:hover .ico-glitch::after {
  visibility: visible;
  text-shadow: 2px 0 #c60e4d;
  clip: rect(0, 0, 0, 0);
  animation: hover-glitch-text 2s 1 linear alternate-reverse;
}
.ico-glitch.icon-left-open:after {
  content: '\e800';
}
.ico-glitch.icon-right-open:after {
  content: '\e801';
}
.ico-glitch.icon-download:after {
  content: '\e802';
}
.ico-glitch.icon-ok:after {
  content: '\e803';
}
.ico-glitch.icon-play:after {
  content: '\e804';
}
.ico-glitch.icon-nintendo:after {
  content: '\e805';
}
.ico-glitch.icon-playstation:after {
  content: '\e806';
}
.ico-glitch.icon-steam:after {
  content: '\e807';
}
.ico-glitch.icon-xbox:after {
  content: '\e808';
}
.ico-glitch.icon-discord:after {
  content: '\e809';
}
.ico-glitch.icon-heart:after {
  content: '\e80a';
}
.ico-glitch.icon-ok-circled:after {
  content: '\e80b';
}
.ico-glitch.icon-cancel-circled:after {
  content: '\e80c';
}
.ico-glitch.icon-clock:after {
  content: '\e80d';
}
.ico-glitch.icon-close:after {
  content: '\e80e';
}
.ico-glitch.icon-quote:after {
  content: '\e80f';
}
.ico-glitch.icon-arrow-down:after {
  content: '\e810';
}
.ico-glitch.icon-arrow-left:after {
  content: '\e811';
}
.ico-glitch.icon-arrow-right:after {
  content: '\e812';
}
.ico-glitch.icon-arrow-up:after {
  content: '\e813';
}
.ico-glitch.icon-down-open:after {
  content: '\e814';
}
.ico-glitch.icon-up-open:after {
  content: '\e815';
}
.ico-glitch.icon-playstation-full:after {
  content: '\e816';
}
.ico-glitch.icon-steam-full:after {
  content: '\e817';
}
.ico-glitch.icon-xbox-full:after {
  content: '\e818';
}
.ico-glitch.icon-arr-bottom:after {
  content: '\e819';
}
.ico-glitch.icon-arr-left:after {
  content: '\e81a';
}
.ico-glitch.icon-gog:after {
  content: '\e81b';
}
.ico-glitch.icon-arr-right:after {
  content: '\e81c';
}
.ico-glitch.icon-arr-up:after {
  content: '\e81d';
}
.ico-glitch.icon-ghostrunner:after {
  content: '\e81e';
}
.ico-glitch.icon-rectangle:after {
  content: '\e81f';
}
.ico-glitch.icon-epic:after {
  content: '\e820';
}
.ico-glitch.icon-gog-full:after {
  content: '\e821';
}
.ico-glitch.icon-switch-full:after {
  content: '\e822';
}
.ico-glitch.icon-505:after {
  content: '\e823';
}
.ico-glitch.icon-corsair:after {
  content: '\e824';
}
.ico-glitch.icon-icue:after {
  content: '\e825';
}
.ico-glitch.icon-asus-acura:after {
  content: '\e826';
}
.ico-glitch.icon-twitter:after {
  content: '\f099';
}
.ico-glitch.icon-facebook:after {
  content: '\f09a';
}
.ico-glitch.icon-linkedin:after {
  content: '\f0e1';
}
.ico-glitch.icon-angle-left:after {
  content: '\f104';
}
.ico-glitch.icon-angle-right:after {
  content: '\f105';
}
.ico-glitch.icon-angle-up:after {
  content: '\f106';
}
.ico-glitch.icon-angle-down:after {
  content: '\f107';
}
.ico-glitch.icon-youtube-play:after {
  content: '\f16a';
}
.ico-glitch.icon-instagram:after {
  content: '\f16d';
}
.icon-ghostrunner::after {
  text-align: left;
  width: 2.7em;
  margin: 0;
}
a.icon-ghostrunner:hover::after {
  color: #d03361;
  text-shadow: 1px 0 #fff, 0 0 3px rgba(113, 255, 92, 0.6);
}
.hamburger {
  padding-top: 4px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger__box {
  width: 2.30769231rem;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
  width: 2.30769231rem;
  height: 3px;
  background-color: #FF3EAB;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger__inner::before,
.hamburger__inner::after {
  content: "";
  display: block;
}
.hamburger__inner::before {
  top: -9px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger__inner::after {
  bottom: -9px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger:hover .hamburger__inner,
.hamburger:hover .hamburger__inner::before,
.hamburger:hover .hamburger__inner::after {
  background-color: #FF3EAB;
}
body.is-menu .hamburger .hamburger__inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.is-menu .hamburger .hamburger__inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
body.is-menu .hamburger .hamburger__inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1,
h2,
h3,
h4 {
  margin: 1em 0 0.5em;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
h1,
h2 {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0px 6px 0px rgba(90, 39, 19, 0.18);
}
@media (max-width : 650px) {
  h1,
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 1.5rem;
}
.hide-on-desktop {
  margin-top: 1em;
}
@media only screen and (min-width : 801px) {
  .hide-on-desktop {
    display: none;
  }
}
.video-yt--image {
  display: inline-block;
  position: relative;
}
.video-yt--image img {
  display: block;
}
.video-yt--image::after {
  content: '\e804';
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  color: #fff;
  margin: -0.5em 0 0 -0.5em;
  width: 1em;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.video-yt--image:hover::after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.btn {
  font-weight: 400;
  line-height: 1;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  outline: 0;
  border: 1px solid #c60e4d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.5em 2.2em 0.5em;
  min-height: 2.519em;
  background: transparent;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 1.25em 0 rgba(198, 14, 77, 0.5), inset 0 0 1.5em 0 rgba(198, 14, 77, 0.4);
          box-shadow: 0 0 1.25em 0 rgba(198, 14, 77, 0.5), inset 0 0 1.5em 0 rgba(198, 14, 77, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn:hover {
  background: #c60e4d;
  color: #fff !important;
  -webkit-box-shadow: 0 0 2em 0 rgba(198, 14, 77, 0.5), inset 0 0 1.5em 0 rgba(198, 14, 77, 0.4);
          box-shadow: 0 0 2em 0 rgba(198, 14, 77, 0.5), inset 0 0 1.5em 0 rgba(198, 14, 77, 0.4);
}
.btn::before,
.btn::after,
.btn__text::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.btn__text::after {
  border-style: solid;
  border-width: 0 0 0.66em 0.66em;
  border-color: transparent transparent #060607 transparent;
}
.btn::before {
  border-style: solid;
  border-width: 0 0 0.77em 0.77em;
  border-color: transparent transparent #c60e4d transparent;
}
.btn::after {
  border-style: solid;
  border-width: 0 0 0.55em 0.55em;
  border-color: transparent transparent #c60e4d transparent;
}
.btn--secondary {
  background: #c60e4d;
  color: #fff !important;
}
.btn--secondary::before,
.btn--secondary::after {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn--secondary:hover {
  background: #fff;
  border-color: #fff;
  color: #c60e4d !important;
}
.btn--secondary:hover::before {
  border-color: transparent transparent #fff transparent;
}
.btn--secondary:hover::after {
  border-color: transparent transparent #fff transparent;
}
@media only screen and (max-width : 800px) {
  .btn--mw {
    min-width: 13rem;
  }
}
.btn:hover .hover-glitch-text,
.dlc-info:hover .hover-glitch-text {
  position: relative;
  display: inline-block;
}
.btn:hover .hover-glitch-text::before,
.dlc-info:hover .hover-glitch-text::before,
.btn:hover .hover-glitch-text::after,
.dlc-info:hover .hover-glitch-text::after {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
}
.btn:hover .hover-glitch-text::before,
.dlc-info:hover .hover-glitch-text::before {
  left: -2px;
  top: 0px;
  text-shadow: 2px 0 #fff;
  /* Creates an initial clip for our glitch. This works in
            a typical top,right,bottom,left fashion and creates a mask
            to only show a certain part of the glitch at a time. */
  clip: rect(0, 0, 0, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
            with an alternating animation to keep things fresh. */
  animation: hover-glitch-text 2s 1 linear alternate-reverse;
}
.btn:hover .hover-glitch-text::after,
.dlc-info:hover .hover-glitch-text::after {
  left: 2px;
  top: 0px;
  clip: rect(0, 0, 0, 0);
  text-shadow: -2px 0 #c60e4d, 1px 1px #fff;
  -webkit-animation: hover-glitch-text 1s 1 linear;
          animation: hover-glitch-text 1s 1 linear;
}
.btn-wrapper {
  text-align: center;
  margin-top: 2.625em;
}
.btn-wrapper .btn {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.responsive-video__inner {
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-video--mockup .responsive-video__inner::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(162, 162, 162, 0.2);
}
.responsive-video--mockup .responsive-video__inner::after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e804';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2em;
  margin: -0.5em 0 0 -0.5em;
}
.responsive-video video,
.responsive-video embed,
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1021;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 660px;
  padding: 60px 50px 50px;
  background: #c60e4d url(../img/popup-bg.jpg) no-repeat 50% 50% / cover;
  color: #fff;
  width: 90%;
  -webkit-transform: translate(-50%, -500%);
      -ms-transform: translate(-50%, -500%);
          transform: translate(-50%, -500%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width : 650px) {
  .popup .close-popup {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.popup .close-popup:hover {
  text-decoration: none;
  background: #c60e4d;
}
.popup .close-popup span::before,
.popup .close-popup i::before {
  margin: 0;
}
#video-popup.popup {
  background: #000;
  max-width: 900px;
  padding: 25px;
}
#video-popup.popup .close-popup {
  width: 25px;
  height: 25px;
  font-size: 22px;
  line-height: 25px;
  background: #c60e4d;
}
#video-popup.popup iframe,
#video-popup.popup embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width : 650px) {
  .popup {
    top: 80px;
    left: 10px;
    right: 10px;
    max-height: 80%;
    padding: 25px;
    width: auto;
    overflow: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.popup.show {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width : 650px) {
  .popup.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.responsive-video__inner {
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-video video,
.responsive-video embed,
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ps-region {
  -webkit-mask: url(../img/lang-popup.png) 50% 0 no-repeat;
          mask: url(../img/lang-popup.png) 50% 0 no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: #fff;
  width: 20em;
  height: 8em;
  text-align: center;
  z-index: 1023;
  font-size: 1.11111111rem;
  padding: 1em;
}
@media (max-width : 650px) {
  .ps-region {
    top: 50%;
    left: 50%;
    right: auto;
    max-height: 80%;
    height: auto;
    padding: 1em;
    width: 15em;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ps-region.show {
    -webkit-transform: translate(-50%, -250%);
        -ms-transform: translate(-50%, -250%);
            transform: translate(-50%, -250%);
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media (max-width : 650px) and (max-width : 650px) {
  .ps-region.show {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ps-region__inner {
  color: #c60e4d;
  font-size: 1.2em;
  font-family: Orbitron, sans-serif;
  font-weight: 700;
}
#ps-region .ps-region__inner {
  font-size: 2em;
}
.ps-region__inner a {
  display: inline-block;
  padding: 0.5em 0.5em;
  margin: 0 0.5em;
  color: #c60e4d;
  text-decoration: none;
}
.ps-region__inner a:hover {
  text-decoration: underline;
}
.ps-region .close-popup {
  color: #fff;
  background: #c60e4d;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
}
.ps-region .close-popup::before {
  content: "×";
  display: block;
  font-size: 1.5em;
  line-height: 0.5;
  margin-top: 0.02em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ps-region .close-popup:hover {
  color: #c60e4d;
  background: transparent;
}
.preorder {
  -webkit-mask: url(../img/popup-mask.png) 50% 0 no-repeat;
          mask: url(../img/popup-mask.png) 50% 0 no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  text-align: center;
}
.preorder h3 {
  font-size: 1.55555556rem;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.preorder ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 30rem;
  min-height: 9rem;
  margin-top: 1rem;
}
.preorder ul li {
  margin: 1em;
}
.preorder ul li.is-btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.preorder ul span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
}
.preorder ul a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  line-height: 1;
}
.preorder ul a i::before,
.preorder ul a i::after {
  margin: 0;
}
.preorder ul a i::after {
  color: #ffffff;
}
.preorder i {
  font-size: 2rem;
  display: block;
}
@media (max-width : 650px) {
  .preorder i {
    font-size: 1.5rem;
  }
}
.preorder img {
  max-height: 1.75rem;
}
.preorder button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  display: block;
  outline: 0;
  font-size: 3rem;
}
.preorder button i {
  font-size: 3rem;
  pointer-events: none;
}
.preorder button i::before,
.preorder button i::after {
  margin: 0;
}
.preorder button i::after {
  color: #ffffff;
}
.input {
  position: relative;
}
.input__error-message {
  font-size: 14px;
  font-weight: 700;
  color: #FF0000;
  position: absolute;
  margin: 0;
}
.input--checkbox {
  margin: 30px 0;
  position: relative;
  text-align: left;
  color: #fff;
}
.input--checkbox a {
  color: inherit;
}
.input--checkbox a:hover {
  text-decoration: none;
}
.input--checkbox .input__error-message {
  top: 100%;
  left: 66px;
}
.input--checkbox label > .input--checkbox__label {
  padding: 0 0 0.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.2rem;
  letter-spacing: 0.1em;
}
.input--checkbox label > .input--checkbox__label p {
  margin: 0;
}
.input--checkbox label > .input--checkbox__label::before,
.input--checkbox label > .input--checkbox__label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.input--checkbox label > .input--checkbox__label::before {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-shadow: inset 0 0 0 1px #c60e4d;
          box-shadow: inset 0 0 0 1px #c60e4d;
  background: transparent;
}
.input--checkbox label > .input--checkbox__label::after {
  top: 0.75rem;
  left: 0.75rem;
  width: 1rem;
  height: 1rem;
  background: #c60e4d;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.34, 2) 0s;
  -o-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.34, 2) 0s;
  transition: all 0.2s cubic-bezier(0.18, 0.89, 0.34, 2) 0s;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.input--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.input--checkbox input:checked ~ .input--checkbox__label::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.input--checkbox label {
  display: block;
}
.newsletter-form {
  max-width: 29.88888889rem;
}
.newsletter-form__agree {
  text-align: left;
  margin-left: 0.75em;
  padding-right: 0.75em;
}
.newsletter-form__agree a {
  text-decoration: underline;
}
.newsletter-form__input {
  font-size: 1.375rem;
  margin-bottom: 2em;
  position: relative;
}
.newsletter-form__input::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: url(../img/newsletter.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 100%;
  max-width: 33.625rem;
  height: 3.9375rem;
  pointer-events: none;
  margin-top: -1rem;
}
.newsletter-form__input .input__error-message {
  bottom: 3px;
  left: 34px;
}
.newsletter-form__submit {
  text-align: right;
  padding-right: 0.75em;
}
@media (max-width : 650px) {
  .newsletter-form__submit {
    text-align: center;
  }
}
.newsletter-form input[type=text],
.newsletter-form input[type=email] {
  width: 100%;
  display: block;
  font-size: 1em;
  line-height: 1;
  height: 2.8125em;
  padding: 0.875em 0.5em 0.9375em 1em;
  outline: 0;
  text-align: left;
  border: 0;
  color: #fff;
  background: transparent;
  letter-spacing: 0.1em;
}
.newsletter-form input[type=text]::-webkit-input-placeholder,
.newsletter-form input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-form input[type=text]:-moz-placeholder,
.newsletter-form input[type=email]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-form input[type=text]::-moz-placeholder,
.newsletter-form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-form input[type=text]:-ms-input-placeholder,
.newsletter-form input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-form input[type=text]:focus,
.newsletter-form input[type=email]:focus {
  outline: 0;
}
.newsletter-form input[type=text]::-webkit-input-placeholder,
.newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form input[type=text]:-moz-placeholder,
.newsletter-form input[type=email]:-moz-placeholder {
  color: #fff;
}
.newsletter-form input[type=text]::-moz-placeholder,
.newsletter-form input[type=email]::-moz-placeholder {
  color: #fff;
}
.newsletter-form input[type=text]:-ms-input-placeholder,
.newsletter-form input[type=email]:-ms-input-placeholder {
  color: #fff;
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(198, 14, 77, 0.5);
          box-shadow: 0 0 0 5px rgba(198, 14, 77, 0.5);
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #c60e4d;
  color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #c60e4d;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(198, 14, 77, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #c60e4d;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}
.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}
.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: 7px;
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #c60e4d;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #c60e4d;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgba(198, 14, 77, 0.5);
          box-shadow: 0 0 0 5px rgba(198, 14, 77, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(198, 14, 77, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(198, 14, 77, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
      -ms-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
      -ms-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.content-style {
  color: #fff;
}
.content-style a {
  color: inherit;
  text-decoration: underline;
}
.content-style a:hover {
  text-decoration: none;
}
.content-style .article-icons {
  font-size: 1.65em;
  text-align: center;
}
.content-style .article-icons a {
  text-decoration: none;
  margin: 0 0.5em;
}
.content-style .article-icons a:hover {
  color: #c60e4d;
}
.content-style iframe {
  max-width: 100%;
}
.content-style h1 {
  font-size: 2.75rem;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  text-transform: none;
}
.content-style h1:first-child {
  margin-top: 0;
}
@media only screen and (max-width : 800px) {
  .content-style h1 {
    font-size: 2.25rem;
  }
}
@media (max-width : 650px) {
  .content-style h1 {
    font-size: 1.75rem;
  }
}
.content-style h2 {
  font-size: 2.2rem;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-weight: 400;
  text-transform: none;
}
.content-style h2:first-child {
  margin-top: 0;
}
@media only screen and (max-width : 800px) {
  .content-style h2 {
    font-size: 2.25rem;
  }
}
@media (max-width : 650px) {
  .content-style h2 {
    font-size: 2rem;
  }
}
@media (max-width : 650px) {
  .content-style h2 br {
    display: none;
  }
}
.content-style h3 {
  font-size: 1.8rem;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-weight: 400;
  text-transform: none;
}
.content-style h3:first-child {
  margin-top: 0;
}
@media (max-width : 650px) {
  .content-style h3 {
    font-size: 1.625rem;
  }
}
.content-style h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1.5em 0 0.75em;
}
.content-style h4:first-child {
  margin-top: 0;
}
@media (max-width : 650px) {
  .content-style h4 {
    font-size: 1.25rem;
  }
}
.content-style h5 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 1.5em 0 0.75em;
}
.content-style h5:first-child {
  margin-top: 0;
}
@media (max-width : 650px) {
  .content-style h5 {
    font-size: 1.125rem;
  }
}
.content-style a {
  color: inherit;
  text-decoration: underline;
}
.content-style a:hover {
  text-decoration: none;
}
.content-style .highlighted {
  font-size: 1.33333333rem;
  line-height: 1.5;
}
.content-style .wp-caption {
  width: 100% !important;
  margin: 1em auto;
  font-size: 0.7em;
}
.content-style .wp-caption-text {
  margin-top: 0.5em;
}
.content-style .alignleft {
  float: left;
  margin: 0.9em 25px 1em 0px;
  max-width: 50%;
}
@media (max-width : 650px) {
  .content-style .alignleft {
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.content-style .alignright {
  float: right;
  margin: 0.9em 0 1em 25px;
  max-width: 50%;
}
@media (max-width : 650px) {
  .content-style .alignright {
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.content-style .aligncenter {
  display: block;
  float: none;
  text-align: center;
  margin: 2em auto;
}
.content-style .wp-post-image {
  margin: 2em 0;
  display: block;
}
.content-style .wp-block-video {
  margin: 2em 0;
  display: block;
}
.content-style .wp-block-video video {
  width: 100%;
  height: auto;
}
.content-style .wp-block-image {
  margin: 2em 0;
  display: block;
}
.content-style .wp-block-image img {
  display: block;
}
.content-style .wp-block-image figcaption {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9em;
  text-align: center;
}
.content-style blockquote,
.content-style .wp-block-quote.is-large,
.content-style .wp-block-quote.is-style-large {
  border-left: 4px solid #d5d5d6;
  padding: 1em 0 1em 2em;
  margin: 2em 0;
}
.content-style blockquote p,
.content-style .wp-block-quote.is-large p,
.content-style .wp-block-quote.is-style-large p {
  font-size: 1.5rem;
  color: #c60e4d;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
.content-style blockquote p:first-child,
.content-style .wp-block-quote.is-large p:first-child,
.content-style .wp-block-quote.is-style-large p:first-child {
  margin-top: 0;
}
.content-style blockquote p:last-child,
.content-style .wp-block-quote.is-large p:last-child,
.content-style .wp-block-quote.is-style-large p:last-child {
  margin-bottom: 0;
}
.content-style blockquote cite,
.content-style .wp-block-quote.is-large cite,
.content-style .wp-block-quote.is-style-large cite {
  color: #d5d5d6;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
.content-style .wp-block-pullquote {
  padding: 0;
  margin: 3.5em 0;
}
.content-style .wp-block-pullquote blockquote {
  border: 4px solid #d5d5d6;
  border-left: 0;
  border-right: 0;
  padding: 3em 1em;
}
.content-style .wp-block-pullquote blockquote p {
  font-size: 2em;
}
.content-style ol {
  list-style: none;
  counter-reset: ordered-list;
  padding-left: 1.875em;
}
.content-style ol > li {
  counter-increment: ordered-list;
  margin: 0.8em 0;
  position: relative;
}
.content-style ol > li::before {
  content: counter(ordered-list);
  color: #c60e4d;
  font-weight: 700;
  font-family: Orbitron, sans-serif;
  position: absolute;
  left: -1.875em;
  text-align: left;
  width: 1.5em;
}
.content-style ol ol {
  list-style: lower-latin;
  padding-left: 1.25em;
}
.content-style ol ul {
  list-style: circle;
  padding-left: 1.25em;
}
.content-style ol ul li {
  margin: 0.5em 0;
}
.content-style ul {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}
.content-style ul > li {
  position: relative;
  padding: 0 0 0 1.875em;
  margin: 1em 0;
}
.content-style ul > li:before {
  content: '●';
  position: absolute;
  color: #c60e4d;
  font-size: 0.6em;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1.77777778rem;
}
.content-style ul.wp-block-gallery,
.content-style ul.blocks-gallery-grid {
  margin-bottom: 0;
}
.content-style ul.wp-block-gallery + p[style="text-align:center"],
.content-style ul.blocks-gallery-grid + p[style="text-align:center"] {
  margin-top: 0;
}
.content-style figcaption.blocks-gallery-caption {
  width: 100%;
  text-align: center;
}
.content-style .wp-block-image img {
  display: block;
}
.content-style .wp-block-image figcaption {
  width: 100%;
  text-align: center;
}
.content-style ul.wp-block-gallery,
.content-style ul.blocks-gallery-grid {
  list-style: none;
}
.content-style ul.wp-block-gallery > li,
.content-style ul.blocks-gallery-grid > li {
  padding: 0;
}
.content-style ul.wp-block-gallery > li::before,
.content-style ul.blocks-gallery-grid > li::before {
  display: none;
}
.content-style .wp-block-embed-youtube {
  margin-bottom: 3em;
}
.content-style .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.content-style .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-style img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.content-style p {
  margin: 1em 0 1.25em;
}
.content-style p:first-child {
  margin-top: 0;
}
.content-style .wp-block-columns {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.content-style .wp-block-columns:first-child {
  margin-top: 0;
}
.content-style .wp-block-column p:last-child {
  margin-bottom: 0;
}
.wp-block-table table {
  border-collapse: collapse;
  table-layout: auto;
  font-size: 0.875rem;
}
@media (max-width : 650px) {
  .wp-block-table table {
    font-size: 0.8125rem;
  }
}
.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 8px;
}
.wp-block-table table tr:nth-of-type(even) td,
.wp-block-table table tr:nth-of-type(even) th {
  background: rgba(255, 255, 255, 0.05);
}
.investor .wp-block-table table td,
.investor .wp-block-table table th {
  border-color: rgba(5, 45, 90, 0.4);
}
.investor .wp-block-table table tr:nth-of-type(even) td,
.investor .wp-block-table table tr:nth-of-type(even) th {
  background: rgba(5, 45, 90, 0.05);
}
.unordered-list {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
.unordered-list > li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 1em 0;
}
.unordered-list > li:before {
  content: '+';
  font-weight: 700;
  position: absolute;
  color: #c60e4d;
  font-size: 1.2em;
  left: 0;
  top: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 0.8;
  border-radius: 30px;
  border: 2px solid #c60e4d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-icon-block {
  list-style: none;
  margin-bottom: 1em;
}
.list-icon-block > li {
  padding-left: 100px;
  margin-bottom: 3em;
  position: relative;
}
.list-icon-block > li:last-child {
  margin-bottom: 2em;
}
.list-icon-block__icon {
  position: absolute;
  left: 0;
  width: 75px;
  font-size: 57px;
}
.list-icon-block__icon span {
  display: block;
  line-height: 1;
  color: #c60e4d;
}
.list-icon-block__icon span::before {
  margin: 0;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 3vh;
  z-index: 10;
}
.main-header__inner {
  max-width: 1920px;
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header__logo {
  width: 13rem;
}
@media (max-width : 650px) {
  .main-header__logo {
    width: 9.5rem;
  }
}
.main-header__logo a {
  display: block;
  font-size: 4.38888889rem;
  color: #c60e4d;
  text-shadow: 0px 0.03em 0.2em #c60e4d66, 0 0.20253165em 0.13924051em rgba(0, 0, 0, 0.3);
  text-decoration: none;
  position: relative;
  line-height: 1;
}
.main-header__logo a img {
  display: block;
}
@media (min-width: 651px) {
  .main-header__logo a:hover img {
    -webkit-animation-name: glitch-anim-text;
            animation-name: glitch-anim-text;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
.main-header__nav {
  margin-left: auto;
  font-size: 1.125rem;
}
.main-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header__nav__menu > li {
  margin: 0 1em;
  text-align: center;
}
.main-header__nav__menu > li:last-child {
  margin-right: 0;
}
.main-header__nav a {
  color: #fff;
  text-decoration: none;
}
.main-header__nav a:hover {
  text-decoration: underline;
}
@media only screen and (max-width : 800px) {
  .main-header__cta {
    display: none;
  }
}
.section-inner {
  width: 79.6875%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
.section-inner--narrow {
  width: 72.91666667%;
  max-width: 77.77777778rem;
}
@media (max-width: 1100px) {
  .section-inner {
    width: 93.75%;
  }
  .section-inner--narrow {
    width: 93.75%;
  }
}
.page-wrapper {
  position: relative;
  margin-top: -34px;
}
@media (min-width: 1920px) {
  .page-wrapper {
    margin-top: -1.77083333vw;
  }
}
.page-wrapper::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  background: url(../img/separator.png) no-repeat 50% 50%;
  width: 100%;
  max-width: 1920px;
  height: 178px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .page-wrapper::before {
    max-width: none;
    top: -1.35416667vw;
    background-size: 100%;
    height: 9.27083333vw;
  }
}
.page .page-wrapper::before {
  top: 8rem;
}
@media (min-width: 1920px) {
  .page .page-wrapper::before {
    top: 8rem;
  }
}
@media (max-width : 650px) {
  .page-wrapper {
    margin-top: -10px;
  }
  .page-wrapper::before {
    display: none;
  }
}
.page-wrapper > div {
  overflow: hidden;
  background: #141414 url(../img/bg-content-22.jpg) no-repeat 50% 0% / cover;
  position: relative;
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .page-wrapper > div {
    background-position: 50% 100%;
  }
}
@media (min-width: 1920px) {
}
@media (max-width : 650px) {
}
.page-wrapper > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pattern.png);
  pointer-events: none;
}
.page-content {
  position: relative;
}
.about-section {
  max-width: 1920px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.about-section + .section-text {
  margin-top: -3rem;
}
@media only screen and (max-width : 800px) {
  .about-section {
    margin-bottom: 4rem;
  }
  .about-section + .section-text {
    margin-top: -2rem;
  }
}
@media (max-width : 650px) {
  .about-section {
    margin-bottom: 3rem;
  }
  .about-section + .section-text {
    margin-top: -1rem;
  }
}
.hero-section {
  min-height: 640px;
  height: 100vh;
  max-height: 1350px;
  background: url(../img/bg2.jpg) no-repeat 50% 50% / cover;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 7vh 3.125% 37px;
  line-height: 0;
  text-align: center;
  -webkit-mask: url(../img/hero-mask.png) 50% 100% no-repeat;
          mask: url(../img/hero-mask.png) 50% 100% no-repeat;
  -webkit-mask-size: 1920px auto;
          mask-size: 1920px auto;
  z-index: 1;
}
@media (min-width: 1920px) {
  .hero-section {
    padding-top: 1.77083333vw;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
@media (min-height: 1080px) {
  .hero-section {
    padding-bottom: 84px;
  }
}
@media (max-width : 650px) {
  .hero-section {
    -webkit-mask: unset;
            mask: unset;
    height: auto;
    min-height: 100vh;
  }
}
.hero-section .btn {
  z-index: 10;
  position: relative;
}
.hero-section::before,
.hero-section__bg::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-section::before {
  background: url(../img/pattern.png);
}
.hero-section__bg::before {
  background: url(../img/tower.png) no-repeat 50% 50%;
  background-size: auto 100%;
}
@media only screen and (max-width : 800px) {
  .hero-section__bg::before {
    display: none;
  }
}
.hero-section .glitch-img {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-section .glitch-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.hero-section .glitch-img > img:nth-child(2),
.hero-section .glitch-img > img:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
}
.hero-section .glitch-img > img:nth-child(2),
.hero-section .glitch-img > img:nth-child(3) {
  clip: rect(0, 0, 0, 0);
}
.hero-section .glitch-img > img:nth-child(2) {
  left: 2px;
  animation: glitch-img 2.5s infinite linear alternate-reverse;
}
.hero-section .glitch-img > img:nth-child(3) {
  left: -2px;
  -webkit-filter: hue-rotate(106deg);
          filter: hue-rotate(106deg);
  animation: glitch-img-2 4s infinite linear alternate-reverse;
}
.hero-section__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-section__bg img {
  display: block;
  height: 92vh;
  max-height: 1247px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}
@media (min-width: 651px) {
  .hero-section__bg img {
    min-height: 560px;
  }
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100vw;
  height: 100vw;
  background: -o-radial-gradient(circle, rgba(30, 29, 42, 0.8) 0%, rgba(30, 29, 42, 0) 70%);
  background: radial-gradient(circle, rgba(30, 29, 42, 0.8) 0%, rgba(30, 29, 42, 0) 70%);
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  mix-blend-mode: multiply;
}
.hero-section__inner {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 4;
}
.hero-section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  pointer-events: none;
  z-index: 5;
}
@media only screen and (min-width : 801px) {
  .hero-section__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width : 650px) {
  .hero-section__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.65em;
  padding: 0;
}
.hero-section li {
  margin: 0.25rem 0.65em;
}
.hero-section li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  line-height: 1;
  display: block;
}
.hero-section li a img {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.hero-section li a::before,
.hero-section li a::after {
  margin: 0;
}
.hero-section li a:hover {
  color: #fff;
}
.hero-section li a:hover img {
  opacity: 1;
}
.hero-section__main {
  width: 100%;
  text-align: center;
  padding-bottom: 3vh;
}
.hero-section__socials {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.22222222em;
  padding-bottom: 3vh;
  pointer-events: auto;
}
.hero-section__socials li {
  margin-left: 1em;
  margin-right: 1em;
}
.hero-section__socials li:first-child {
  margin-left: 0.65em;
}
.hero-section__socials li:last-child {
  margin-left: 0.65em;
}
.hero-section__platforms {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  pointer-events: auto;
  padding-bottom: 3vh;
  font-size: 1.22222222em;
}
.hero-section__platforms ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-section__platforms li {
  margin-left: 1em;
  margin-right: 1em;
}
.hero-section__platforms li:first-child {
  margin-left: 0.65em;
}
.hero-section__platforms li:last-child {
  margin-left: 0.65em;
}
.hero-section__platforms span {
  font-size: 1.38888889rem;
  color: #fff;
  opacity: 0.6;
}
.hero-section__socials,
.hero-section__platforms {
  width: 50%;
}
.hero-section h1,
.hero-section h2 {
  font-size: 2.05555556rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
.hero-section h1 strong,
.hero-section h2 strong {
  font-size: 1.40540541em;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (min-width : 801px) {
  .hero-section h1,
  .hero-section h2 {
    margin-left: -12%;
    margin-right: -12%;
  }
}
@media only screen and (max-width : 800px) {
  .hero-section h1,
  .hero-section h2 {
    font-size: 2rem;
  }
  .hero-section__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section__main {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2rem;
    padding-top: 12rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .hero-section__socials {
    width: 50%;
    padding-bottom: 0;
  }
  .hero-section__platforms {
    width: 50%;
    padding-bottom: 0;
  }
}
@media (max-width : 650px) {
  .hero-section {
    min-height: 300px;
    padding-bottom: 1rem;
  }
  .hero-section h1,
  .hero-section h2 {
    font-size: 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 2rem;
  }
  .hero-section h1 strong,
  .hero-section h2 strong {
    font-size: 1.125rem;
  }
  .hero-section__main {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 17rem;
    padding-bottom: 2rem;
  }
  .hero-section__socials {
    width: 100%;
    padding-top: 1rem;
  }
  .hero-section__socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-section__platforms {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .hero-section__platforms a {
    font-size: 1.2rem;
  }
  .hero-section__platforms ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-section__bg img {
    height: 100vh;
  }
}
.language-selector {
  min-width: 6em;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-family: Orbitron, sans-serif;
}
@media (max-width : 650px) {
  .language-selector {
    min-width: 4em;
  }
}
.language-selector .current-language {
  display: block;
  width: 100%;
  border: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  padding: 0.5em 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width : 650px) {
  .language-selector .current-language {
    padding-top: 0;
  }
}
.language-selector .current-language:hover {
  text-decoration: underline;
}
.language-selector .current-language:focus {
  outline: 0;
}
.language-selector__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  max-height: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.language-selector__list a {
  display: block;
}
.language-selector__list a:hover {
  text-decoration: underline;
}
.language-selector.is-selected .language-selector__list {
  max-height: 29rem;
}
.newsletter {
  max-width: 29.88888889rem;
  margin-left: auto;
  padding: 1.5rem 0;
}
@media only screen and (max-width : 800px) {
  .newsletter {
    margin-right: auto;
  }
}
@media (max-width : 650px) {
  .newsletter {
    padding-bottom: 0;
  }
}
.main-footer .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.3rem;
  margin-bottom: 4.5rem;
  padding-left: 0.64285714%;
  padding-right: 0.64285714%;
}
.main-footer__newsletter {
  width: 50%;
}
.main-footer__newsletter h1,
.main-footer__newsletter h2 {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.8em;
  margin-left: 0.75rem;
}
.main-footer__newsletter h1 strong,
.main-footer__newsletter h2 strong {
  font-size: 1.40540541em;
  display: block;
}
.main-footer__more {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-footer__more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -1em;
  padding: 0;
}
.main-footer__more li {
  margin: 0.5em 1em;
}
.main-footer__more li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  line-height: 1;
  display: block;
}
.main-footer__more li a img {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.main-footer__more li a::before,
.main-footer__more li a::after {
  margin: 0;
}
.main-footer__more li a:hover {
  color: #fff;
}
.main-footer__more li a:hover img {
  opacity: 1;
}
@media only screen and (max-width : 800px) {
  .main-footer__newsletter {
    width: 100%;
  }
  .main-footer__more {
    width: 100%;
  }
}
.main-footer__btns {
  padding: 2rem 0;
}
.main-footer__socials {
  padding: 2.5rem 0 1.5rem;
  font-size: 1.22222222rem;
}
.main-footer__platforms {
  padding: 1.5rem 0 1.5rem;
}
.main-footer__platforms a {
  font-size: 1.75rem;
}
.main-footer__platforms span {
  font-size: 1.75rem;
  color: #fff;
  opacity: 0.6;
  display: block;
  line-height: 1;
}
.main-footer__platforms a::before,
.main-footer__platforms span::before,
.main-footer__platforms a::after,
.main-footer__platforms span::after {
  margin: 0;
}
.main-footer__platforms a.icon-asus-acura,
.main-footer__platforms span.icon-asus-acura {
  font-size: 2.25rem;
}
.main-footer__logos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
}
.main-footer__logos img {
  display: block;
  max-height: 2.77777778rem;
}
.main-footer__logos a {
  display: block;
  margin: 0 1em;
  opacity: 0.6;
}
.main-footer__logos a:hover {
  opacity: 1;
}
@media only screen and (max-width : 800px) {
  .main-footer__logos {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-footer__logos a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (max-width : 650px) {
  .main-footer__more {
    text-align: center;
    margin-top: 3rem;
    position: relative;
  }
  .main-footer__more ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer__more::before,
  .main-footer__more::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #c60e4d;
    -webkit-box-shadow: 0 0 1.25em 0 rgba(198, 14, 77, 0.5);
            box-shadow: 0 0 1.25em 0 rgba(198, 14, 77, 0.5);
  }
  .main-footer__more::before {
    top: 0;
  }
  .main-footer__more::after {
    bottom: 0;
  }
  .main-footer__btns {
    padding: 3rem 0 1.5rem;
  }
  .main-footer__platforms,
  .main-footer__socials {
    padding: 1.5rem 0;
  }
  .main-footer__platforms a {
    font-size: 1.75rem;
  }
  .main-footer__logos {
    margin-top: 3.5rem;
  }
  .main-footer__logos img {
    margin: 0 auto;
  }
  .main-footer__logos a {
    width: calc(50% - 3.5em);
  }
  .main-footer__logos a:first-child {
    width: 50%;
  }
}
.about__content-box:not(.slick-slider) .about__text + .about__text {
  display: none;
}
.about__content {
  position: relative;
}
.about__content .section-inner {
  padding-right: 29.5%;
  padding-top: 11.4%;
  padding-bottom: 10%;
}
.about__content.anim-out .about__character img {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0;
}
.about__text {
  padding-left: 26%;
  max-width: 53rem;
  font-size: 0.83333333vw;
}
.about__text h3 {
  margin-top: 0.5em;
  font-size: 2em;
  line-height: 1.5;
  position: relative;
}
.about__text h3::before {
  font-size: 0.6em;
  position: absolute;
  margin: 0;
  top: 0.9em;
  left: -2em;
  color: #c60e4d;
  text-shadow: 0px 0.03em 0.5em rgba(198, 14, 77, 0.9), 0 0.20253165em 0.13924051em rgba(0, 0, 0, 0.3);
}
@media (max-width : 650px) {
  .about__text h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1100px) {
  .about__text {
    padding-left: 13%;
    padding-right: 13%;
    font-size: 0.75rem;
  }
}
.slick-active .about__text {
  -webkit-animation-name: glitch-anim-text;
          animation-name: glitch-anim-text;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.about__text p {
  line-height: 2.1875;
  color: #fff;
  margin-left: 5.75%;
  letter-spacing: 0.1em;
}
.about__character {
  position: absolute;
  top: 0;
  right: 0;
  height: 54.16666667vw;
  max-height: 1040px;
  width: 40.41666667vw;
  max-width: 776px;
}
.about__character__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.about__character__inner.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.about__character::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 114%;
  width: 139.56185567%;
  background: url(../img/game.png) no-repeat 100% 0;
  background-size: auto 100%;
  pointer-events: none;
}
.about__character img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: none;
  height: 90%;
  max-height: 947px;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: all 290ms ease 0s;
  -o-transition: all 290ms ease 0s;
  transition: all 290ms ease 0s;
}
[data-current="0"] .about__character img:nth-of-type(1) {
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
  opacity: 1;
}
[data-current="1"] .about__character img:nth-of-type(2) {
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
  opacity: 1;
}
[data-current="2"] .about__character img:nth-of-type(3) {
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
  opacity: 1;
}
.about__loading {
  position: absolute;
  bottom: 0px;
  right: -10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.about__slider.show-loader .about__loading {
  opacity: 1;
}
.about__loading::before,
.about__loading::after,
.about__loading__spinner::before,
.about__loading__spinner::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
}
.about__loading::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.about__loading::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.about__loading__spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
}
.about__loading__spinner::before {
  top: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.about__loading__spinner::after {
  top: 0;
  right: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.about__loading .loader-spinner {
  width: 1.11111111rem;
  display: block;
}
.about__loading .loader-spinner:nth-of-type(1) {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.about__loading .loader-spinner:nth-of-type(2) {
  -webkit-animation: spin 1.15s infinite linear;
          animation: spin 1.15s infinite linear;
}
.about__loading .loader-spinner:nth-of-type(3) {
  -webkit-animation: spin 1.3s infinite linear;
          animation: spin 1.3s infinite linear;
}
.about__slider {
  width: 29.6875vw;
  max-width: 31.66666667rem;
  position: relative;
  margin-bottom: 2.5rem;
  z-index: 2;
}
@media (max-width: 960px) {
  .about__slider {
    margin-bottom: 3.5rem;
  }
}
.about__slider__nav {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding-bottom: 0.1em;
  font-size: 1.125em;
}
.about__slider__arrow {
  padding: 0;
  border: 0;
  background: transparent;
  color: #c60e4d;
  margin: 0 0.35em;
  text-shadow: 0 0.1em 0.3em #c60e4d;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.about__slider__arrow:hover {
  outline: 0;
}
.about__slider__arrow--prev:hover {
  -webkit-transform: translate(-7%, 0);
      -ms-transform: translate(-7%, 0);
          transform: translate(-7%, 0);
  text-shadow: 0 0.1em 0.4em #c60e4d;
}
.about__slider__arrow--next:hover {
  -webkit-transform: translate(7%, 0);
      -ms-transform: translate(7%, 0);
          transform: translate(7%, 0);
  text-shadow: 0 0.1em 0.4em #c60e4d;
}
@media (max-width: 960px) {
  .about__character {
    bottom: auto;
    padding-bottom: 55%;
  }
  .about__content .section-inner {
    padding-right: 0%;
    padding-top: 14%;
    padding-bottom: 0%;
  }
  .about__slider {
    width: 45%;
  }
  .about__slider__nav {
    bottom: auto;
    top: 100%;
    margin-top: 2rem;
  }
  .about__text {
    padding-left: 0;
    padding-right: 0;
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
  }
}
@media (max-width : 650px) {
  .about__text p {
    line-height: 1.5;
  }
  .about__content .section-inner {
    padding-top: 70%;
    padding-bottom: 0;
  }
  .about__character {
    padding-bottom: 100%;
  }
  .about__character::before {
    width: 200%;
  }
  .about__slider {
    width: 65%;
  }
}
.section-text {
  padding-right: 29.5%;
  margin-bottom: 5rem;
}
.section-text__inner {
  padding-left: 26%;
  max-width: 53rem;
  font-size: 0.83333333vw;
}
.section-text h2,
.section-text h3,
.section-text h4 {
  line-height: 1.5;
  margin: 1.5em 0 0.75em;
}
.section-text h2:first-child,
.section-text h3:first-child,
.section-text h4:first-child {
  margin-top: 0;
}
.section-text h2 {
  font-size: 2.5em;
}
.section-text h3 {
  font-size: 2em;
}
.section-text h4 {
  font-size: 1.75em;
}
.section-text p {
  line-height: 2.1875;
  color: #fff;
  margin-left: 5.75%;
  letter-spacing: 0.1em;
}
.section-text__text {
  padding-left: 0;
  padding-right: 0;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8rem;
}
.section-text__text p {
  line-height: 1.5;
}
@media (max-width: 960px) {
  .section-text {
    padding-right: 0%;
    margin-bottom: 4rem;
  }
  .section-text__inner {
    font-size: 0.8rem;
    padding-left: 0;
  }
  .section-text p {
    margin-left: 4.2%;
  }
}
.about-slider {
  width: 60%;
  pointer-events: auto;
}
.about-slider__inner {
  padding-bottom: 37.25490196%;
  position: relative;
}
.slider-stack {
  width: 100%;
  padding: 0;
  padding-bottom: 68.42105263%;
  margin: 0;
  list-style: none;
}
.slider-stack li {
  display: block;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  list-style: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}
.slider-stack li img {
  display: block;
  -webkit-mask: url(../img/gallery-mask.png) 50% 0 no-repeat;
          mask: url(../img/gallery-mask.png) 50% 0 no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.slider-stack li::before {
  content: "";
  position: absolute;
  top: -1.2755102%;
  bottom: -3.31632653%;
  left: -1.57894737%;
  right: -1.57894737%;
  background: url(../img/gallery-shadow.png) no-repeat;
  background-size: 100% 100%;
}
.slider-stack li.activeNow {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}
.slider-stack li:nth-child(1) {
  -webkit-transform: translate(20px, 20px);
      -ms-transform: translate(20px, 20px);
          transform: translate(20px, 20px);
}
.slider-stack li:nth-child(2) {
  -webkit-transform: translate(10px, 10px);
      -ms-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
.slider-stack li:nth-child(3) {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
    opacity: 0;
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
    opacity: 0;
  }
}
.transformThis {
  -webkit-animation: scaleDown 250ms;
          animation: scaleDown 250ms;
}
.transformPrev {
  -webkit-animation: scaleUp 250ms;
          animation: scaleUp 250ms;
}
.media-wrapper {
  max-width: 85rem;
  position: relative;
  margin: 0 auto 0;
}
@media (min-width: 1024px) {
  .media-wrapper {
    margin: 0 auto 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.media-video::after {
  content: '\f16a';
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2em;
  color: #c60e4d;
  pointer-events: none;
}
.media-slider__big {
  line-height: 0;
}
@media (min-width: 1024px) {
  .media-slider__big {
    padding-top: 1.56342247%;
    padding-top: 0.8%;
    width: 77%;
  }
}
.media-slider__big:not(.slick-slider) .media-slider__big__item {
  display: none;
}
.media-slider__big:not(.slick-slider) .media-slider__big__item:first-child {
  display: block;
}
.media-slider__big__item {
  outline: 0;
  padding: 0.64874884% 0.83410565% 1.94624653%;
}
.media-slider__big__item__mask {
  -webkit-mask: url(../img/media-mask.png) 50% 50% no-repeat;
          mask: url(../img/media-mask.png) 50% 50% no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.media-slider__big__item .responsive-video__inner {
  padding-bottom: 56.60377358%;
}
.media-slider__big__item .plyr__video-embed {
  padding-bottom: 56.60377358%;
}
.media-slider__big__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/media-shadow.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.media-slider__nav {
  line-height: 1;
  display: none;
}
@media (min-width: 1024px) {
  .media-slider__nav {
    display: block;
    width: 17.5%;
    margin-right: 3%;
    margin-left: 2.5%;
  }
  .media-slider__nav.slick-vertical .slick-slide {
    border: 0;
  }
}
.media-slider__nav.slick-slider {
  position: static;
}
.media-slider__nav .slick-prev,
.media-slider__nav .slick-next {
  color: #c60e4d;
  font-size: 1rem;
  right: 0;
  left: auto;
  top: 50%;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  text-shadow: 0 0.1em 0.3em #c60e4d;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.media-slider__nav .slick-prev:hover,
.media-slider__nav .slick-next:hover {
  text-shadow: 0 0.1em 0.4em #c60e4d;
}
.media-slider__nav .slick-prev::before,
.media-slider__nav .slick-next::before {
  margin: 0;
}
.media-slider__nav .slick-prev {
  margin-top: -2.3em;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.media-slider__nav .slick-prev:hover {
  -webkit-transform: translate(0, -7%);
      -ms-transform: translate(0, -7%);
          transform: translate(0, -7%);
}
.media-slider__nav .slick-next {
  margin-top: 0.5em;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.media-slider__nav .slick-next:hover {
  -webkit-transform: translate(0, 7%);
      -ms-transform: translate(0, 7%);
          transform: translate(0, 7%);
}
.media-slider__nav:not(.slick-slider) .media-slider__nav__item {
  display: none;
}
.media-slider__nav:not(.slick-slider) .media-slider__nav__item:first-child {
  display: block;
}
.media-slider__nav .slick-slide:nth-of-type(even) .media-slider__nav__item {
  padding-left: 11%;
  padding-right: 5%;
}
.media-slider__nav .slick-slide:nth-of-type(odd) .media-slider__nav__item {
  padding-right: 11%;
  padding-left: 5%;
}
.media-slider__nav__item {
  outline: 0;
  padding: 6.95652174% 0;
}
.media-slider__nav-mobile {
  margin: 1.5625em -0.75em 0;
}
@media (min-width: 1024px) {
  .media-slider__nav-mobile {
    display: none;
  }
}
.media-slider__nav-mobile:not(.slick-slider) .media-slider__nav__item {
  display: none;
}
.media-slider__nav-mobile:not(.slick-slider) .media-slider__nav__item:first-child {
  display: block;
}
@media (min-width: 1024px) {
  .media-slider__nav-mobile {
    width: 23.07692308%;
    margin: -0.74766355% 0;
  }
}
.media-slider__nav-mobile__item {
  padding: 0 0.75em;
  outline: 0;
}
@media (min-width: 1024px) {
  .media-slider__nav-mobile__item {
    padding: 2.96296296% 0;
  }
}
@media (max-width : 650px) {
  .media-slider__nav-mobile {
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
  .media-slider__nav-mobile__item {
    padding: 0 0.25em;
  }
}
.media-slider__mini-mask {
  position: relative;
  display: block;
  margin-bottom: 2%;
}
.media-slider__mini-mask img {
  display: block;
  -webkit-mask: url(../img/thb-mask.png) 50% 0 no-repeat;
          mask: url(../img/thb-mask.png) 50% 0 no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.media-slider__mini-mask::before {
  content: "";
  position: absolute;
  top: -10.31746032%;
  bottom: -14.28571429%;
  left: -5.58139535%;
  right: -6.04651163%;
  background: url(../img/thb-shadow.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}
.media-slider__download {
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .media-slider__download {
    position: absolute;
    padding-top: 0;
    bottom: 0;
    right: 32%;
  }
}
.xpaystation-widget-lightbox {
  z-index: 1024 !important;
}
.single-page {
  padding-top: 17rem;
  padding-bottom: 5rem;
}
.single-page .section-inner {
  max-width: 50rem;
}
.single-page__title {
  margin-bottom: 2rem;
}
.single-page__title h1 {
  font-size: 2.75rem;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}
.single-page__title h1:first-child {
  margin-top: 0;
}
@media only screen and (max-width : 800px) {
  .single-page__title h1 {
    font-size: 2.25rem;
  }
}
@media (max-width : 650px) {
  .single-page__title h1 {
    font-size: 1.75rem;
  }
}
.single-page__title p {
  font-size: 1.125em;
  color: #c60e4d;
  margin: 0;
}
.last-news {
  margin-top: 5rem;
  margin-bottom: 8rem;
}
.last-news h2 {
  font-size: 2.75rem;
}
.last-news__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem -0.5rem 0;
}
.last-news__item {
  padding: 0.5rem;
  width: 33.33%;
}
.last-news__item a {
  color: #c60e4d;
  display: block;
  text-decoration: none;
}
.last-news__item a:hover {
  text-decoration: underline;
}
.last-news__item a:hover .last-news__item__thb {
  -webkit-box-shadow: 0 0 1.5rem rgba(198, 14, 77, 0.6), inset 0 0 2rem rgba(198, 14, 77, 0.45);
          box-shadow: 0 0 1.5rem rgba(198, 14, 77, 0.6), inset 0 0 2rem rgba(198, 14, 77, 0.45);
}
.last-news__item__text {
  color: #fff;
  padding: 1rem 0;
}
.last-news__item__text span {
  color: #c60e4d;
}
.last-news__item__thb {
  position: relative;
  -webkit-box-shadow: 0 0 1rem rgba(198, 14, 77, 0.6), inset 0 0 1.5rem rgba(198, 14, 77, 0.45);
          box-shadow: 0 0 1rem rgba(198, 14, 77, 0.6), inset 0 0 1.5rem rgba(198, 14, 77, 0.45);
  border: 1px solid #c60e4d;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.last-news__item__thb img {
  display: block;
  width: 100%;
  max-width: none;
}
.last-news__item__thb::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 2em 2em;
  border-color: transparent transparent #c60e4d transparent;
}
.last-news__item__inner {
  position: relative;
  overflow: hidden;
}
@media (max-width : 650px) {
  .last-news {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
  }
  .last-news__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0 0;
  }
  .last-news__item {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.dlc-info {
  position: absolute;
  bottom: 20%;
  right: 0;
  font-size: 1rem;
  width: 27%;
  max-width: 18.88888889rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  text-decoration: none;
  color: #fff;
  z-index: 4;
}
.dlc-info:hover .dlc-info__text {
  background: #d40e50;
}
.dlc-info.show {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.dlc-info .hover-glitch-text:nth-last-of-type(1),
.dlc-info .hover-glitch-text:nth-last-of-type(2) {
  font-weight: bold;
}
.dlc-info__img {
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 50%;
  max-width: 11.94444444rem;
}
.dlc-info__img .glitch-img-dlc {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.dlc-info__img .glitch-img-dlc > img:nth-child(2),
.dlc-info__img .glitch-img-dlc > img:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
}
.dlc-info__img .glitch-img-dlc > img:nth-child(2),
.dlc-info__img .glitch-img-dlc > img:nth-child(3) {
  clip: rect(0, 0, 0, 0);
}
.dlc-info__img .glitch-img-dlc > img:nth-child(2) {
  left: 1px;
  animation: dlc-img 2.5s infinite linear alternate-reverse;
}
.dlc-info__img .glitch-img-dlc > img:nth-child(3) {
  left: -1px;
  -webkit-filter: hue-rotate(106deg);
          filter: hue-rotate(106deg);
  animation: dlc-img-2 4s infinite linear alternate-reverse;
}
.dlc-info__text {
  padding: 1em;
  text-align: right;
  text-transform: uppercase;
  background: #c60e4d;
  line-height: 1.4;
  color: #fff;
  -webkit-box-shadow: 0 0.88888889rem 0.55555556rem 0 rgba(37, 11, 11, 0.6), 0 0 1rem 0 rgba(255, 18, 28, 0.3), 0 0 1.25em 0 rgba(198, 14, 77, 0.5);
          box-shadow: 0 0.88888889rem 0.55555556rem 0 rgba(37, 11, 11, 0.6), 0 0 1rem 0 rgba(255, 18, 28, 0.3), 0 0 1.25em 0 rgba(198, 14, 77, 0.5);
  padding-left: 12%;
}
.dlc-info__text p {
  margin: 0 auto;
  max-width: 13.33333333rem;
}
.dlc-info .btn__text::after {
  display: none;
}
@media (max-width: 1180px) {
  .dlc-info {
    bottom: 30%;
  }
}
@media (max-width: 960px) {
  .dlc-info {
    bottom: 35%;
  }
}
@media only screen and (max-width : 800px) {
  .dlc-info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 90%;
    margin: 0 auto;
    margin-top: 2em;
  }
  .dlc-info__text {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width : 650px) {
  .hero-section .glitch-img {
    top: 4rem;
  }
  .hero-section__bg img {
    height: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
