/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
:root {
  --swiper-theme-color: #000; }

.swiper-container-initialized {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  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; }

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  -webkit-background-clip: content-box;
          background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

* {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0; }

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  button[disabled] {
    cursor: not-allowed; }

button {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    text-align: left; }

@media only screen and (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media only screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .visible-sm {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important; } }

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important; } }

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left; }
  img .alignleft, img
  .float-left {
    margin-right: 24px; }

.alignright,
.float-right {
  float: right; }
  img .alignright, img
  .float-right {
    margin-left: 24px; }

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  img .aligncenter, img
  .float-center {
    margin-bottom: 24px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/**
* Text aligments
*/
.align-text-left {
  text-align: left; }

.align-text-right {
  text-align: right; }

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

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important; }
  @media screen and (max-width: 480px) {
    .visible-on-mobile {
      display: block !important; } }

.visible-on-tablet {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-on-tablet {
      display: block !important; } }
  @media screen and (max-width: 480px) {
    .visible-on-tablet {
      display: none !important; } }

@media screen and (max-width: 768px) {
  .visible-on-desktop {
    display: none !important; } }

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body {
  color: #000;
  font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 16px;
  font-size: 1rem; }
  body::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
            box-shadow: inset 0 0 6px white; }
  body::-webkit-scrollbar-thumb {
    background-color: black;
    outline: 1px solid black; }
  body.loaded .header {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: opacity 0.8s ease-out 1s;
    -moz-transition: opacity 0.8s ease-out 1s;
    -webkit-transition: opacity 0.8s ease-out 1s;
    -o-transition: opacity 0.8s ease-out 1s; }
  body.loaded .main {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: opacity 0.8s ease-out 1.6s;
    -moz-transition: opacity 0.8s ease-out 1.6s;
    -webkit-transition: opacity 0.8s ease-out 1.6s;
    -o-transition: opacity 0.8s ease-out 1.6s; }

.main {
  opacity: 0; }

.preloader {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999999;
  opacity: 1;
  pointer-events: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  p:last-child,
  hr:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/**
 * Basic styles for links
 */
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: underline; }

a[href^="tel"] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit; }

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #000; }

.fancybox-button {
  background-color: #000; }

.fancybox-button svg path {
  fill: #fff; }

@-ms-viewport {
  width: device-width; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5vw;
  width: 100%;
  margin: 0 auto; }

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.alignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.grid {
  position: relative;
  margin: 0 5vw; }
  .grid__columns {
    display: grid;
    grid-template-columns: repeat(24, 1fr); }
  .grid--gg10 {
    grid-gap: 10px; }
  .grid--gg20 {
    grid-gap: 20px; }
  .grid--gg30 {
    grid-gap: 30px; }
  .grid--gg40 {
    grid-gap: 40px; }
  .grid--nopr {
    padding-right: 0; }
  .grid--nopl {
    padding-left: 0; }
  .grid--2rows {
    grid-template-rows: auto 1fr; }

.h100 {
  height: 100%; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1490px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

/**
 * This file contains all @font-face declarations, if any.
 */
@font-face {
  font-family: 'HelveticaNowDisplay Medium';
  src: url("../assets/fonts/HelveticaNowDisplay-Md.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplay-Md.woff") format("woff"), url("../assets/fonts/HelveticaNowDisplay-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNowDisplay Regular';
  src: url("../assets/fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplay-Regular.woff") format("woff"), url("../assets/fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNowDisplay Bold';
  src: url("../assets/fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplay-Bold.woff") format("woff"), url("../assets/fonts/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top; }
  img.bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover"; }
  @media screen and (max-width: 1200px) {
    img.parallax {
      width: auto;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }
  img.parallaxFull {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto; }

*:focus {
  outline: 0; }

input,
select,
textarea {
  background-color: #fff;
  border-bottom: solid 1px #7c7c7c;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #000;
  height: 50px;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.01em;
  line-height: 30px;
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif; }

textarea {
  height: 120px; }

input[type="checkbox"],
input[type="radio"] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto; }

input[type="file"] {
  line-height: normal;
  height: auto;
  padding: 6px 12px; }

input[type="submit"] {
  -webkit-border-radius: 0;
          border-radius: 0; }

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed; }

select {
  line-height: normal;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

.contact {
  margin-top: 113px; }
  .contact__details {
    padding: 75px 0;
    color: #fff;
    background-color: #000; }
    .contact__details p {
      margin-bottom: 0;
      font-size: 18px;
      font-size: 1.125rem; }
      @media screen and (min-width: 1200px) {
        .contact__details p {
          font-size: 24px;
          font-size: 1.5rem; } }
      .contact__details p > strong {
        font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif; }
      .contact__details p > a {
        color: #fff; }
        .contact__details p > a:hover {
          text-decoration: underline; }
    @media screen and (min-width: 1200px) {
      .contact__details {
        padding: 75px 0 110px 0; } }
  .contact__detailsTitle {
    grid-column: 1 / span 24;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: -0.01em;
    color: #fff; }
    @media screen and (min-width: 1200px) {
      .contact__detailsTitle {
        font-size: 48px;
        font-size: 3rem;
        line-height: 84px; } }
  .contact__address {
    grid-column: 1 / span 24; }
    @media screen and (max-width: 768px) {
      .contact__address {
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      .contact__address {
        grid-column: 1 / span 11; } }
  .contact__social {
    grid-column: 1 / span 24; }
    @media screen and (min-width: 768px) {
      .contact__social {
        grid-column: 12 / span 10; } }
  .contact__wrap {
    grid-column: 1 / span 24;
    padding: 75px 0; }
    @media screen and (min-width: 1200px) {
      .contact__wrap {
        padding: 130px 0; } }
  .contact .gfield {
    margin-bottom: 40px; }
    @media screen and (min-width: 1200px) {
      .contact .gfield {
        margin-bottom: 80px; } }
  .contact .gfield_label {
    display: none; }
  .contact .ginput_container_select {
    position: relative; }
    .contact .ginput_container_select select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .contact .ginput_container_select:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0px;
      height: 0px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #000; }
  .contact ::-webkit-input-placeholder {
    color: #000; }
  .contact ::-moz-placeholder {
    color: #000; }
  .contact ::-ms-input-placeholder {
    color: #000; }
  .contact ::-moz-placeholder {
    color: #000; }

li > ul,
li > ol {
  margin-bottom: 0; }

em {
  font-style: italic; }

small {
  font-size: .75em; }

.section__titleWrap {
  grid-column: 1 / span 25;
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .section__titleWrap {
      grid-column: 1 / span 12; } }
  .section__titleWrap--white {
    grid-column: 1 / span 24;
    margin-bottom: 45px; }
    @media screen and (min-width: 1200px) {
      .section__titleWrap--white {
        grid-column: 2 / span 10;
        margin-bottom: 75px; } }
    .section__titleWrap--white .section__title {
      color: #fff; }
  .section__titleWrap--full {
    grid-column: 1 / span 25; }
    @media screen and (min-width: 1200px) {
      .section__titleWrap--full {
        grid-column: 1 / span 22; } }

.section__smallTitle {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #7c7c7c; }

.section__title {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.01em;
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  line-height: 38px;
  color: #000; }
  @media screen and (min-width: 768px) {
    .section__title {
      font-size: 48px;
      font-size: 3rem;
      line-height: 54px; } }
  @media screen and (min-width: 1200px) {
    .section__title--large {
      font-size: 80px;
      font-size: 5rem;
      line-height: 84px; } }

.section__leading {
  margin-top: 40px; }
  @media screen and (min-width: 1200px) {
    .section__leading {
      margin-bottom: 75px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34px; } }

.standardContent {
  padding: 60px 0; }
  @media screen and (min-width: 1200px) {
    .standardContent {
      padding: 90px 0 130px 0; } }
  .standardContent p {
    font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 1200px) {
      .standardContent p {
        line-height: 34px;
        font-size: 24px;
        font-size: 1.5rem; } }
  .standardContent h3 {
    margin-bottom: 0;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 1200px) {
      .standardContent h3 {
        line-height: 34px;
        font-size: 24px;
        font-size: 1.5rem; } }
  .standardContent__title {
    margin-bottom: 35px;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    line-height: 44px;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -0.005em; }
    @media screen and (min-width: 1200px) {
      .standardContent__title {
        line-height: 84px;
        font-size: 80px;
        font-size: 5rem;
        letter-spacing: -0.01em; } }
  .standardContent__wrap {
    grid-column: 1 / span 24; }
    @media screen and (min-width: 480px) {
      .standardContent__wrap {
        grid-column: 1 / span 15; } }
    @media screen and (min-width: 1200px) {
      .standardContent__wrap {
        grid-column: 1 / span 11; } }

.header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 50;
  -webkit-transition: background-color 400ms ease;
  -o-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  opacity: 0; }
  .header__logo {
    position: relative;
    display: block;
    z-index: 50; }
    .header__logo svg {
      height: 37px; }
    .header__logo.open .logoText {
      fill: #fff; }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .header__wrap {
        padding: 35px 0; } }
  .header__navigationWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__nav {
    padding-right: 45px; }
  .header--game {
    position: fixed;
    background-color: transparent; }
    .header--game .header__logo .logoText {
      fill: #fff; }
    .header--game .nav li a {
      color: #fff; }
    .header--game.header--sticky {
      background-color: #000; }

.banner {
  height: calc(100vh - 92px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .banner.load {
    height: calc(100vh - 92px); }
  .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .banner__title {
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    line-height: 34px;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: -0.005em; }
    @media screen and (min-width: 768px) {
      .banner__title {
        max-width: 90%;
        line-height: 54px;
        font-size: 50px;
        font-size: 3.125rem;
        letter-spacing: -0.01em; } }
    @media screen and (min-width: 1200px) {
      .banner__title {
        max-width: 90%;
        line-height: 74px;
        font-size: 70px;
        font-size: 4.375rem;
        letter-spacing: -0.01em; } }
    @media screen and (min-width: 1490px) {
      .banner__title {
        line-height: 84px;
        font-size: 80px;
        font-size: 5rem; } }
    .banner__title > a {
      text-decoration: underline; }
  .banner__arrow {
    position: absolute;
    left: calc(50% + 11px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 25px;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 19px solid #000; }
    @media screen and (min-width: 1200px) {
      .banner__arrow {
        bottom: 50px; } }
  .banner--standard {
    height: 50vh; }
    .banner--standard .banner__content {
      grid-column: 1 / span 24; }
      @media screen and (min-width: 1200px) {
        .banner--standard .banner__content {
          grid-column: 1 / span 22; } }
      @media screen and (min-width: 1490px) {
        .banner--standard .banner__content {
          grid-column: 1 / span 17; } }

.gamesBanner__wrap {
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000; }
  .gamesBanner__wrap .swiper-pagination {
    width: 100%;
    bottom: 20px;
    color: #fff;
    text-align: center;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 768px) {
      .gamesBanner__wrap .swiper-pagination {
        padding: 0 5vw;
        bottom: 40px;
        line-height: 34px;
        font-size: 24px;
        font-size: 1.5rem;
        text-align: right; } }

.gamesBanner__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%; }

.gamesBanner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 10; }

.gamesBanner__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center; }

.gamesBanner__title {
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  line-height: 44px;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.005em;
  color: #fff; }
  @media screen and (min-width: 1200px) {
    .gamesBanner__title {
      line-height: 84px;
      font-size: 80px;
      font-size: 5rem;
      letter-spacing: -0.01em; } }

.gamesBanner__smallText p {
  margin: 0;
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  line-height: 34px;
  font-size: 24px;
  font-size: 1.5rem; }

.gamesBanner__controlsWrapper {
  position: relative;
  margin-top: 25px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .gamesBanner__controlsWrapper {
      margin-top: 45px; } }
  .gamesBanner__controlsWrapper .swiper-button {
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .gamesBanner__controlsWrapper .swiper-button.swiper-button-prev {
      margin-right: 20px;
      left: 0;
      width: 0px;
      height: 0px;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 14px solid #000; }
      @media screen and (min-width: 1200px) {
        .gamesBanner__controlsWrapper .swiper-button.swiper-button-prev {
          margin-right: 100px; } }
    .gamesBanner__controlsWrapper .swiper-button.swiper-button-next {
      right: 0;
      width: 0px;
      height: 0px;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 14px solid #000; }
    .gamesBanner__controlsWrapper .swiper-button:after {
      font-size: 0; }

.gamesBanner__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .footer__ctaWrap {
    padding: 0; } }

.footer__cta {
  width: 100%;
  padding: 30px 15px;
  background-color: #000; }
  .footer__cta p {
    margin: 0;
    font-family: "HelveticaNowDisplay Medium", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .footer__cta p {
        font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
        font-size: 22px;
        font-size: 1.375rem; } }
    .footer__cta p > a {
      color: #fff;
      text-decoration: underline; }

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0; }

.footer__goTop {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 1200px) {
    .footer__goTop {
      font-size: 16px;
      font-size: 1rem; } }

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0;
  border-top: 1px solid #e3e3e3; }
  @media screen and (min-width: 768px) {
    .footer__bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.footer__social svg, .footer__social g, .footer__social path {
  fill: #000; }

@media screen and (max-width: 768px) {
  .footer__navigation {
    margin-bottom: 20px; } }

.footer__copyright {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 1200px) {
    .footer__copyright {
      font-size: 16px;
      font-size: 1rem; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 12px 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  height: 58px;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-color: #000; }
  .btn--inverse {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff; }
    .btn--inverse:hover {
      background-color: #000;
      color: #fff;
      border-color: #fff; }
  .btn--wide {
    padding: 0 25px; }
  .btn--form {
    padding: 8px 25px; }
  .btn--play {
    padding: 12px 12px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif; }
    .btn--play:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 0px;
      height: 0px;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 14px solid #000; }
  .btn--share {
    padding: 0 12px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee; }
    .btn--share:after {
      content: '';
      width: 32px;
      height: 32px;
      -webkit-background-size: contain;
              background-size: contain;
      background-image: url("../assets/icons/share.svg"); }
    .btn--share:hover {
      background-color: #eeeeee;
      border: 1px solid #eeeeee; }

.btn--block {
  display: block;
  width: 100%; }
  .btn--block + .btn--block {
    margin-top: 6px; }

.btn--link {
  background-color: transparent;
  color: #000; }

/**
 * Hamburger menu
 */
.nav-burger {
  position: relative;
  z-index: 550;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .nav-burger__line {
    display: block;
    width: 31px;
    height: 2px;
    background-color: #000;
    margin: 8px auto;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .nav-burger.open .nav-burger__line {
      background-color: #fff; }
      .nav-burger.open .nav-burger__line:nth-child(2) {
        opacity: 0; }
      .nav-burger.open .nav-burger__line:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
            -ms-transform: translateY(10px) rotate(45deg);
                transform: translateY(10px) rotate(45deg); }
      .nav-burger.open .nav-burger__line:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(-45deg);
            -ms-transform: translateY(-11px) rotate(-45deg);
                transform: translateY(-11px) rotate(-45deg); }
  .nav-burger--game .nav-burger__line {
    background-color: #fff; }

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0; }
  .nav > li {
    display: inline-block;
    margin-right: 24px; }
    .nav > li:last-child {
      margin-right: 0; }
    .nav > li > a {
      display: block;
      font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .nav > li > a:hover {
        opacity: 0.5;
        text-decoration: none; }
    .nav > li.current-menu-item > a {
      opacity: 0.5; }
  .nav--header {
    display: none; }
    @media screen and (min-width: 1200px) {
      .nav--header {
        display: block; } }
  .nav--footer > li > a {
    display: block;
    font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 768px) {
      .nav--footer > li > a {
        font-size: 16px;
        font-size: 1rem; } }
    .nav--footer > li > a:hover {
      text-decoration: underline; }

.megaMenu__nav {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease;
  opacity: 0;
  z-index: 10;
  background: #000; }
  .megaMenu__nav.open {
    height: 100%;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    background-color: #000;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    -o-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease; }
  .megaMenu__nav ul.nav--mega {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1200px) {
      .megaMenu__nav ul.nav--mega {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .megaMenu__nav ul.nav--mega > li {
      width: 100%;
      margin: 0; }
      @media screen and (min-width: 1200px) {
        .megaMenu__nav ul.nav--mega > li {
          width: auto; } }
      @media screen and (min-width: 1200px) {
        .megaMenu__nav ul.nav--mega > li:not(:last-child) {
          padding-right: 5vw; } }
      @media screen and (max-width: 1200px) {
        .megaMenu__nav ul.nav--mega > li:not(:last-child) > a {
          margin-bottom: 20px; } }
      .megaMenu__nav ul.nav--mega > li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #fff;
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: -0.01em;
        line-height: 34px;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        @media screen and (max-width: 1200px) {
          .megaMenu__nav ul.nav--mega > li > a {
            width: 100%;
            border-bottom: 1px solid #7c7c7c;
            padding-bottom: 20px; } }
        @media screen and (min-width: 1200px) {
          .megaMenu__nav ul.nav--mega > li > a {
            font-size: 5vw;
            line-height: 84px; } }
        .megaMenu__nav ul.nav--mega > li > a:hover {
          opacity: 0.5; }

.megaMenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 1200px) {
    .megaMenu__content {
      height: 50vh; } }
  .megaMenu__content p {
    color: #898989;
    max-width: 350px;
    font-size: 16px;
    font-size: 1rem; }
    .megaMenu__content p > a {
      color: #fff;
      text-decoration: underline; }
  .megaMenu__content a {
    color: #898989;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .megaMenu__content a:hover {
      opacity: 0.5; }

.megaMenu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (min-width: 1200px) {
    .megaMenu__bottom {
      padding-top: 0;
      padding-bottom: 45px; } }

.megaMenu__social {
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .megaMenu__social {
      margin-bottom: 50px; } }

.megaMenu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .megaMenu__info {
      padding-bottom: 70px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 24px; }
  .alert.alert--success {
    color: #5CB85C;
    border-color: #5CB85C; }
  .alert.alert--info {
    color: #000;
    border-color: #000; }
  .alert.alert--warning {
    color: #F0AD4E;
    border-color: #F0AD4E; }
  .alert.alert--danger {
    color: #D9534F;
    border-color: #D9534F; }

.socialList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0px; }
  .socialList li {
    display: inline-block;
    padding: 0; }
    .socialList li:not(:last-child) {
      margin-right: 15px; }

.video {
  position: relative;
  height: 55vh; }
  @media screen and (min-width: 1200px) {
    .video {
      height: calc(100vh - 108px); } }
  .video__image {
    bottom: 0;
    height: calc(100% + 1px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    .video__image--overlay:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 5; }
  .video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    z-index: 1;
    pointer-events: none;
    overflow: hidden; }
    .video__video iframe {
      width: 100vw;
      height: 56.25vw;
      min-height: 100vh;
      min-width: 177.77vh;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .video__content {
    grid-column: 1 / span 24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    place-content: center;
    z-index: 5; }
    @media screen and (min-width: 1200px) {
      .video__content {
        grid-column: 1 / span 10; } }
    .video__content--games {
      grid-column: 2 / span 24; }
  .video__title {
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: -0.01em;
    color: #fff; }
    @media screen and (min-width: 1200px) {
      .video__title {
        font-size: 72px;
        font-size: 4.5rem;
        letter-spacing: -0.01em;
        line-height: 84px; } }

.imageContent {
  margin: 40px 0; }
  @media screen and (min-width: 1200px) {
    .imageContent {
      margin: 60px 0; } }
  @media screen and (min-width: 1200px) {
    .imageContent {
      margin: 120px 0; } }
  .imageContent__media {
    grid-column: 2 / span 22; }
    @media screen and (max-width: 768px) {
      .imageContent__media {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1200px) {
      .imageContent__media {
        grid-row: 1;
        grid-column: 1 / span 9; } }
  .imageContent__mediaBg {
    height: 50vw;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 1200px) {
      .imageContent__mediaBg {
        height: 50vw; } }
  .imageContent__content {
    grid-column: 2 / span 22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    place-content: center; }
    @media screen and (min-width: 1200px) {
      .imageContent__content {
        grid-row: 1;
        grid-column: 12 / span 12; } }
  .imageContent__smallTitle {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #7c7c7c; }
  .imageContent__title {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: -0.01em;
    line-height: 42px;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    color: #000; }
    @media screen and (min-width: 768px) {
      .imageContent__title {
        font-size: 68px;
        font-size: 4.25rem;
        line-height: 72px; } }
    @media screen and (min-width: 1200px) {
      .imageContent__title {
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 74px; } }
    @media screen and (min-width: 1490px) {
      .imageContent__title {
        font-size: 80px;
        font-size: 5rem;
        line-height: 84px; } }
  .imageContent__leading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
    color: #313131; }
    @media screen and (min-width: 768px) {
      .imageContent__leading {
        max-width: 95%; } }
    @media screen and (min-width: 1200px) {
      .imageContent__leading {
        max-width: 85%;
        margin-bottom: 45px;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 34px; } }
    .imageContent__leading--italic {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 24px;
      font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
      color: #313131;
      font-style: italic; }
      @media screen and (min-width: 1200px) {
        .imageContent__leading--italic {
          max-width: 85%;
          margin-bottom: 45px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 28px; } }
  .imageContent--black {
    background-color: #000; }
    @media screen and (max-width: 1200px) {
      .imageContent--black .imageContent__media {
        margin-bottom: 40px; } }
    @media screen and (max-width: 1200px) {
      .imageContent--black {
        padding: 40px 0; } }
    .imageContent--black .imageContent__smallTitle {
      color: #fff; }
    .imageContent--black .imageContent__title {
      color: #fff; }
    .imageContent--black .imageContent__leading {
      color: #fff; }
  .imageContent--reverse .imageContent__media {
    grid-column: 1 / span 24; }
    @media screen and (max-width: 768px) {
      .imageContent--reverse .imageContent__media {
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      .imageContent--reverse .imageContent__media {
        grid-column: 14 / span 12;
        grid-row: 1; } }
    @media screen and (min-width: 1200px) {
      .imageContent--reverse .imageContent__media {
        grid-column: 15 / span 10; } }
  .imageContent--reverse .imageContent__mediaBg {
    height: 100vw; }
    @media screen and (min-width: 768px) {
      .imageContent--reverse .imageContent__mediaBg {
        height: 50vw; } }
    @media screen and (min-width: 1200px) {
      .imageContent--reverse .imageContent__mediaBg {
        height: 40vw; } }
  .imageContent--reverse .imageContent__content {
    grid-column: 1 / span 24; }
    @media screen and (min-width: 768px) {
      .imageContent--reverse .imageContent__content {
        grid-column: 1 / span 12; } }
    @media screen and (min-width: 1200px) {
      .imageContent--reverse .imageContent__content {
        grid-column: 1 / span 12; } }

.sliderContent {
  position: relative;
  height: 100vh; }
  .sliderContent__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .sliderContent__block {
    position: relative;
    height: 100vh; }
    .sliderContent__block .simpleParallax {
      height: 100vh; }
      .sliderContent__block .simpleParallax img {
        height: 100vh; }
    .sliderContent__block:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 5; }
  .sliderContent__content {
    grid-column: 1 / span 24;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    place-content: center;
    z-index: 5; }
    @media screen and (min-width: 1200px) {
      .sliderContent__content {
        grid-column: 1 / span 10; } }
  .sliderContent__smallTitle {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff; }
  .sliderContent__title {
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: -0.01em;
    color: #fff; }
    @media screen and (min-width: 1200px) {
      .sliderContent__title {
        font-size: 72px;
        font-size: 4.5rem;
        letter-spacing: -0.01em;
        line-height: 84px; } }
  .sliderContent__lead {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .sliderContent__lead {
        max-width: 95%; } }
    @media screen and (min-width: 1200px) {
      .sliderContent__lead {
        max-width: 85%;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 34px; } }
  .sliderContent .swiper-numbers {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    z-index: 5;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01em;
    color: white; }
    .sliderContent .swiper-numbers .chevron {
      position: relative; }
      .sliderContent .swiper-numbers .chevron:after {
        content: '';
        display: block;
        margin: 0 30px;
        width: 11px;
        height: 15px;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../assets/icons/chevron.svg"); }

.recentReleases__wrap {
  margin: 55px 0; }
  @media screen and (min-width: 1200px) {
    .recentReleases__wrap {
      margin: 105px 0; } }

.recentReleases__blocks {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  gap: 10px;
  height: 100%; }
  @media screen and (min-width: 1200px) {
    .recentReleases__blocks {
      gap: 10px;
      grid-template-rows: 1fr;
      grid-template-columns: repeat(2, 1fr); } }

.recentReleases__blockWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }
  .recentReleases__blockWrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5; }

.recentReleases__block {
  position: relative;
  padding-top: 56.25%;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .recentReleases__block {
      padding-top: 75%; } }

.recentReleases__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.recentReleases__content {
  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: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  @media screen and (min-width: 1200px) {
    .recentReleases__content {
      padding: 50px; } }
  @media screen and (min-width: 1490px) {
    .recentReleases__content {
      padding: 70px; } }

.recentReleases__gameTitle {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  line-height: 34px;
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  color: #fff;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .recentReleases__gameTitle {
      max-width: 85%;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 52px; } }
  @media screen and (min-width: 1200px) {
    .recentReleases__gameTitle {
      margin-bottom: 35px;
      max-width: 90%;
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 70px; } }
  @media screen and (min-width: 1490px) {
    .recentReleases__gameTitle {
      max-width: 90%;
      font-size: 80px;
      font-size: 5rem;
      line-height: 84px; } }

.recentReleases__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: underline;
  z-index: 10; }
  @media screen and (min-width: 1200px) {
    .recentReleases__btn {
      font-size: 24px;
      font-size: 1.5rem; } }
  .recentReleases__btn:before {
    content: '+';
    display: block;
    position: absolute;
    left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
  .recentReleases__btn:hover {
    color: #fff; }

.ourLegacy {
  background-color: #000; }
  .ourLegacy__wrap {
    padding: 75px 0 110px 0; }
  .ourLegacy__blocks {
    display: grid;
    gap: 40px 0;
    grid-column: 1 / span 24; }
    @media screen and (min-width: 1200px) {
      .ourLegacy__blocks {
        gap: 110px 165px;
        grid-column: 2 / span 22;
        grid-template-columns: repeat(2, 1fr); } }
  .ourLegacy__block {
    position: relative;
    width: 100%; }
  .ourLegacy__media {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 56.25%;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover; }
  .ourLegacy__gameTitle {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 44px;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .ourLegacy__gameTitle {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 42px; } }
    @media screen and (min-width: 1200px) {
      .ourLegacy__gameTitle {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 54px; } }
  .ourLegacy__gameDesc {
    font-family: "HelveticaNowDisplay Medium", Helvetica, Arial, sans-serif;
    color: #7c7c7c; }
    @media screen and (min-width: 1200px) {
      .ourLegacy__gameDesc {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 29px; } }

.text {
  margin: 215px 0; }
  .text__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .text__title {
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    line-height: 44px;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -0.005em; }
    @media screen and (min-width: 1200px) {
      .text__title {
        max-width: 90%;
        line-height: 84px;
        font-size: 80px;
        font-size: 5rem;
        letter-spacing: -0.01em; } }
    .text__title > a {
      text-decoration: underline; }

.textArea {
  margin: 30px 0 35px 0; }
  @media screen and (min-width: 1200px) {
    .textArea {
      margin: 70px 0 75px 0; } }
  .textArea__content {
    grid-column: 1 / span 24; }
    @media screen and (min-width: 1200px) {
      .textArea__content {
        grid-column: 1 / span 18; } }
    @media screen and (min-width: 1490px) {
      .textArea__content {
        grid-column: 1 / span 13; } }
    .textArea__content p {
      font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
      line-height: 34px;
      font-size: 30px;
      font-size: 1.875rem;
      letter-spacing: -0.005em; }
      @media screen and (min-width: 1200px) {
        .textArea__content p {
          line-height: 44px;
          font-size: 38px;
          font-size: 2.375rem;
          letter-spacing: -0.01em; } }
      @media screen and (min-width: 1490px) {
        .textArea__content p {
          line-height: 54px;
          font-size: 48px;
          font-size: 3rem; } }
      .textArea__content p > a {
        text-decoration: underline; }

.clients {
  padding-top: 85px; }
  .clients__wrapper {
    padding-bottom: 85px;
    border-bottom: 1px solid #e3e3e3; }
  .clients__sliderWrapper {
    position: relative; }
  .clients__slider {
    position: relative;
    grid-column: 2 / span 22; }
    .clients__slider .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .clients__slider .swiper-slide img, .clients__slider .swiper-slide svg {
        width: auto;
        height: 120px; }
  .clients .swiper-button.swiper-button-prev {
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 14px solid #000; }
  .clients .swiper-button.swiper-button-next {
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #000; }
  .clients .swiper-button:after {
    font-size: 0; }

.awards {
  padding: 85px 0; }
  .awards__slider {
    position: relative;
    grid-column: 1 / span 24; }
    .awards__slider .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
         transition-timing-function: linear !important; }
    .awards__slider .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .awards__slider .swiper-slide img, .awards__slider .swiper-slide svg {
        width: 100%;
        height: 120px; }
  .awards__block {
    width: 100%; }
    .awards__block .media {
      padding-top: 75%;
      margin-bottom: 25px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center center; }
    .awards__block .content {
      text-align: center; }

.gamesGallery {
  margin-bottom: 100px; }
  @media screen and (min-width: 1200px) {
    .gamesGallery {
      margin-bottom: 200px; } }
  .gamesGallery__grid {
    display: grid; }
    @media screen and (min-width: 1200px) {
      .gamesGallery__grid {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr)); } }
  .gamesGallery__image {
    padding-top: 56.12366%;
    -webkit-background-size: cover;
            background-size: cover; }
    @media screen and (min-width: 1200px) {
      .gamesGallery__image:nth-last-child(1):nth-child(odd) {
        grid-column: 1 / span 2; } }

.gallery {
  margin-bottom: 100px; }
  @media screen and (min-width: 1200px) {
    .gallery {
      margin-bottom: 200px; } }
  .gallery__grid {
    display: grid; }
    @media screen and (min-width: 1200px) {
      .gallery__grid {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr)); } }
  .gallery__image {
    padding-top: 56.12366%;
    -webkit-background-size: cover;
            background-size: cover; }
    @media screen and (min-width: 1200px) {
      .gallery__image:nth-last-child(1):nth-child(odd) {
        grid-column: 1 / span 2; } }

.fullImageText {
  position: relative; }
  .fullImageText__contentWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .fullImageText__image--overlay:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5; }
  .fullImageText__content {
    grid-column: 1 / span 24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    place-content: flex-end;
    padding-bottom: 5vh;
    z-index: 5; }
    @media screen and (min-width: 1200px) {
      .fullImageText__content {
        grid-column: 1 / span 14; } }
  .fullImageText__title {
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: -0.01em;
    line-height: 46px;
    color: #fff; }
    @media screen and (min-width: 1200px) {
      .fullImageText__title {
        font-size: 52px;
        font-size: 3.25rem;
        line-height: 64px; } }
    @media screen and (min-width: 1490px) {
      .fullImageText__title {
        font-size: 72px;
        font-size: 4.5rem;
        line-height: 84px; } }

.perks {
  padding: 35px 0; }
  @media screen and (min-width: 1200px) {
    .perks {
      padding: 70px 0 120px 0; } }
  .perks__wrapper {
    display: grid;
    margin-top: 80px;
    gap: 95px; }
    @media screen and (min-width: 1200px) {
      .perks__wrapper {
        grid-template-columns: repeat(3, 1fr); } }
  .perks__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 1200px) {
      .perks__block {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .perks__blockTitle {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    line-height: 28px; }
  .perks__blockLeading {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
    line-height: 28px; }
  .perks__blockMedia {
    margin-right: 30px; }
    @media screen and (max-width: 1200px) {
      .perks__blockMedia {
        margin-bottom: 30px; } }
    .perks__blockMedia > img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 65px;
      max-width: 65px; }
      @media screen and (min-width: 1200px) {
        .perks__blockMedia > img {
          width: 105px;
          max-width: 105px; } }

.careers {
  padding: 45px 0; }
  @media screen and (min-width: 1200px) {
    .careers {
      padding: 90px 0; } }
  .careers__categories {
    grid-column: 1 / span 24;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      .careers__categories {
        grid-column: 1 / span 12;
        margin-bottom: 40px; } }
  .careers__categorySelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 1200px) {
      .careers__categorySelect {
        font-size: 24px;
        font-size: 1.5rem; } }
  .careers__currentCategory {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 1200px) {
      .careers__currentCategory {
        font-size: 24px;
        font-size: 1.5rem; } }
  .careers__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    border-bottom: 3px solid;
    font-weight: 600; }
    .careers__top .js-role-close {
      cursor: pointer; }
  .careers__grid {
    display: grid;
    gap: 40px 0;
    grid-column: 1 / span 24; }
    @media screen and (min-width: 768px) {
      .careers__grid {
        gap: 40px 40px;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1200px) {
      .careers__grid {
        gap: 40px 40px;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1490px) {
      .careers__grid {
        gap: 90px 165px;
        grid-column: 1 / span 24;
        grid-template-columns: repeat(3, 1fr); } }
  .careers__block {
    position: relative;
    height: 100%;
    min-height: 305px;
    border: 1px solid #7c7c7c;
    cursor: pointer; }
    .careers__block .title {
      margin-bottom: 15px;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif; }
      @media screen and (min-width: 1200px) {
        .careers__block .title {
          font-size: 32px;
          font-size: 2rem;
          line-height: 48px; } }
    .careers__block .category, .careers__block .date {
      display: block;
      font-family: "HelveticaNowDisplay Medium", Helvetica, Arial, sans-serif;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media screen and (min-width: 1200px) {
        .careers__block .category, .careers__block .date {
          font-size: 17px;
          font-size: 1.0625rem; } }
      @media screen and (min-width: 1490px) {
        .careers__block .category, .careers__block .date {
          font-size: 20px;
          font-size: 1.25rem; } }
    .careers__block .date {
      width: auto;
      margin-left: 20px; }
    .careers__block .btn {
      z-index: 10; }
    .careers__block:hover {
      background-color: #94D9FF;
      border: 1px solid #94D9FF; }
  .careers__block-open {
    background: #eeeeee;
    border: none; }
    .careers__block-open p {
      font-weight: 600; }
  .careers__blockFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .careers__blockBtn {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px; }
    @media screen and (min-width: 1200px) {
      .careers__blockBtn {
        padding: 24px; } }

.role__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column: 1 / span 24;
  margin-bottom: 45px; }
  @media screen and (min-width: 1200px) {
    .role__header {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 90px; } }
  .role__header .btn--wide {
    margin-right: 25px; }

.role__apply {
  position: relative;
  padding-right: 60px; }

.role__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column: 1 / span 24;
  margin-bottom: 45px;
  padding-bottom: 90px;
  border-bottom: 1px solid #000; }
  @media screen and (min-width: 1200px) {
    .role__footer {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 90px;
      padding-bottom: 190px; } }
  .role__footer .btn--wide {
    margin-right: 25px; }

.role__title {
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.01em;
  line-height: 46px; }
  @media screen and (min-width: 1200px) {
    .role__title {
      margin: 0;
      width: 70%;
      font-size: 70px;
      font-size: 4.375rem;
      line-height: 74px; } }
  @media screen and (min-width: 1490px) {
    .role__title {
      font-size: 80px;
      font-size: 5rem;
      line-height: 84px; } }

.role__description {
  margin-bottom: 45px;
  grid-column: 1 / span 24;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px; }
  @media screen and (min-width: 1200px) {
    .role__description {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34px;
      margin-bottom: 90px; } }

.role__content h2 {
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px; }
  @media screen and (min-width: 1200px) {
    .role__content h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

.role__content ul {
  list-style-type: disc;
  padding-left: 26px; }

.role__content strong {
  font-weight: 600; }

.role__experienceCols {
  display: grid;
  grid-column: 1 / span 24;
  margin-bottom: 40px; }
  @media screen and (min-width: 1200px) {
    .role__experienceCols {
      grid-template-columns: repeat(3, 1fr);
      gap: 90px;
      margin-bottom: 90px; } }
  .role__experienceCols .column {
    position: relative; }
    @media screen and (max-width: 1200px) {
      .role__experienceCols .column:not(:last-child) {
        margin-bottom: 40px; } }
    .role__experienceCols .column h2 {
      font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34px; }
    .role__experienceCols .column p {
      font-size: 18px;
      font-size: 1.125rem; }
    .role__experienceCols .column ul {
      list-style-type: disc; }
    @media screen and (min-width: 1200px) {
      .role__experienceCols .column:nth-child(1) {
        padding-right: 3vw; } }
    @media screen and (min-width: 1200px) {
      .role__experienceCols .column:nth-child(2) {
        padding-left: 2.5vw;
        padding-right: 2.5vw; }
        .role__experienceCols .column:nth-child(2):before, .role__experienceCols .column:nth-child(2):after {
          content: '';
          position: absolute;
          top: 0;
          display: block;
          width: 1px;
          height: 100%;
          background-color: #e3e3e3; }
        .role__experienceCols .column:nth-child(2):before {
          left: -2.5vw; }
        .role__experienceCols .column:nth-child(2):after {
          right: -2.5vw; } }
    @media screen and (min-width: 1200px) {
      .role__experienceCols .column:nth-child(3) {
        padding-left: 3vw; } }

.share {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }
  .share .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 12px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee; }
  .share .list {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style-type: none; }
    .share .list li {
      height: 58px;
      background-color: white;
      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;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .share .list li a {
        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;
        width: 100%;
        height: 100%;
        text-align: center; }
        .share .list li a img {
          max-width: 31px;
          vertical-align: middle; }
      .share .list li:hover {
        background-color: #e3e3e3; }
    .share .list .more {
      display: none; }

.fullWidthContent {
  margin: 100px 0; }
  @media screen and (min-width: 1200px) {
    .fullWidthContent {
      margin: 210px 0; } }

.testimonials__wrap {
  position: relative;
  height: calc(60vh - 92px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000; }
  @media screen and (min-width: 1200px) {
    .testimonials__wrap {
      height: calc(100vh - 92px); } }
  .testimonials__wrap .swiper-pagination {
    width: 100%;
    bottom: 20px;
    color: #fff;
    text-align: center;
    font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 768px) {
      .testimonials__wrap .swiper-pagination {
        padding: 0 5vw;
        bottom: 40px;
        line-height: 34px;
        font-size: 24px;
        font-size: 1.5rem;
        text-align: right; } }

.testimonials__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%; }
  .testimonials__slider .simpleParallax {
    height: 100%; }

.testimonials__contentWrap {
  position: absolute;
  left: 0;
  top: 0; }

.testimonials__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 45px;
  z-index: 10; }
  @media screen and (min-width: 1200px) {
    .testimonials__content {
      padding-top: 90px; } }

.testimonials__title {
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  line-height: 44px;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.005em;
  color: #fff; }
  @media screen and (min-width: 1200px) {
    .testimonials__title {
      line-height: 84px;
      font-size: 80px;
      font-size: 5rem;
      letter-spacing: -0.01em; } }

.testimonials__name {
  display: block;
  font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.005em;
  color: #fff; }
  @media screen and (min-width: 1200px) {
    .testimonials__name {
      line-height: 44px;
      font-size: 40px;
      font-size: 2.5rem;
      letter-spacing: -0.01em; } }

.testimonials__smallText p {
  margin: 0;
  font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 1200px) {
    .testimonials__smallText p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34px; } }

.testimonials__controlsWrapper {
  position: relative;
  margin-top: 25px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .testimonials__controlsWrapper {
      margin-top: 45px; } }
  .testimonials__controlsWrapper .swiper-button {
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .testimonials__controlsWrapper .swiper-button.swiper-button-prev {
      margin-right: 20px;
      left: 0;
      width: 0px;
      height: 0px;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 14px solid #000; }
      @media screen and (min-width: 1200px) {
        .testimonials__controlsWrapper .swiper-button.swiper-button-prev {
          margin-right: 100px; } }
    .testimonials__controlsWrapper .swiper-button.swiper-button-next {
      right: 0;
      width: 0px;
      height: 0px;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 14px solid #000; }
    .testimonials__controlsWrapper .swiper-button:after {
      font-size: 0; }

.testimonials__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.team {
  margin: 100px 0; }
  @media screen and (min-width: 1200px) {
    .team {
      margin: 200px 0; } }
  .team__wrapper {
    padding-top: 45px; }
    @media screen and (min-width: 1200px) {
      .team__wrapper {
        padding-top: 85px; } }
  .team__sliderWrapper {
    position: relative; }
  .team__slider {
    position: relative;
    grid-column: 2 / span 22; }
    .team__slider .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .team__slider .swiper-slide .media {
        width: 100%;
        padding-top: 100%;
        margin-bottom: 25px;
        background-color: #e3e3e3;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: top center; }
      .team__slider .swiper-slide .title {
        font-family: "HelveticaNowDisplay Bold", Helvetica, Arial, sans-serif; }
        .team__slider .swiper-slide .title > span {
          display: block;
          font-family: "HelveticaNowDisplay Regular", Helvetica, Arial, sans-serif; }
  .team .swiper-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: initial;
    cursor: pointer;
    z-index: 100; }
    @media screen and (min-width: 1200px) {
      .team .swiper-button {
        top: 91px; } }
    .team .swiper-button.swiper-button-prev {
      left: 0;
      width: 0px;
      height: 0px;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 14px solid #000; }
    .team .swiper-button.swiper-button-next {
      right: 0;
      width: 0px;
      height: 0px;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 14px solid #000; }
    .team .swiper-button:after {
      font-size: 0; }

/*# sourceMappingURL=styles.min.css.map */
