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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@keyframes zoomIn-90 {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomOut-90 {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale3d(.9,.9,.9);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }

  to {
    opacity: 1;
  }
}

@keyframes serviceSprite {
  0% {
    background-position: 0;
  }

  50% {
    background-position: 100%;
  }

  to {
    background-position: 0;
  }
}

body,
html {
  min-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background-color: #0a0707;
  color: #fff;
  cursor: url(/assets/files/cursor-7a9b3faed488618828327248f3875d92.png),auto;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: 600;
}

html.blocked-scroll,
html.blocked-scroll .page-wrapper,
html.blocked-scroll body {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

html[class*=noscroll],
html[class*=noscroll] body {
  overflow: hidden;
}

a {
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
}

a.link.white {
  color: #fff;
  display: inline-block;
  line-height: 1.2em;
  padding: .333333333em .166666667em;
  position: relative;
  text-decoration: none;
  transition: color .3s,background-color .3s;
}

a.link.white:before {
  background-color: #fff;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: .3;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  z-index: 1;
}

.no-touchevents a.link.white:hover,
a.link.white:active {
  background-color: #fff;
  color: #000;
}

.no-touchevents a.link.white:hover:before,
a.link.white:active:before {
  opacity: 0;
}

a.link.red {
  border-bottom: 2px solid rgba(237,65,89,.5);
  color: rgba(237,65,89,.8);
  display: inline;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.no-touchevents a.link.red:hover,
.touchevents a.link.red:active {
  color: #fff;
}

a.link.red-only {
  color: #e4376e;
  text-decoration: underline;
}

a.link.white-magenta {
  border-bottom: 2px solid rgba(237,65,89,.5);
  color: #fff;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.no-touchevents a.link.white-magenta:hover,
.touchevents a.link.white-magenta:active {
  color: #ed4159;
}

.page-wrapper {
  position: relative;
  z-index: 2;
}

.video-transparent .buffer,
.video-transparent video {
  display: none;
}

.video {
  display: block;
  overflow: hidden;
  padding-top: 56.2592047%;
  position: relative;
}

.video .video-container,
.video .video-container .poster-fallback {
  background-color: #000;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video div.video-container {
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
}

.video.youtube-video div.video-container:after {
  background: url(/assets/files/youtube-button-5268e08f24348efeec77646ed6c86f0c.svg) 0 0 no-repeat;
  content: "";
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -42px;
  position: absolute;
  top: 50%;
  width: 84px;
}

.video div.video-container .poster-fallback {
  transform: scaleX(1);
  transition: transform .2s ease-in-out;
}

.no-touchevents .video:hover div.video-container .poster-fallback {
  transform: scale3d(1.02,1.02,1);
}

.video-preview {
  background: linear-gradient(119deg,#ff435d,#b0208e);
  display: block;
  padding: .25em;
}

.video-preview .preview {
  display: block;
  overflow: hidden;
  padding-top: 54.4520548%;
  position: relative;
}

.video-preview .preview i {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1);
  transition: transform .2s ease-in-out;
  width: 100%;
}

.no-touchevents .video-preview:hover .preview i {
  transform: scale3d(1.02,1.02,1);
}

.video-preview.youtube-video .preview:after {
  background: url(/assets/files/youtube-button-5268e08f24348efeec77646ed6c86f0c.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  height: 28%;
  left: 50%;
  margin: -7% 0 0 -10%;
  position: absolute;
  top: 50%;
  width: 20%;
  z-index: 15;
}

.popup {
  display: none;
}

.popup .popup-window {
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  max-width: 100%;
}

.popup .popup-window .popup-header {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-align: right;
  text-transform: uppercase;
}

.popup .popup-window .popup-header:before,
.popup .popup-window .popup-header a.popup-close {
  display: block;
  flex: 0 0 auto;
  height: 3em;
  width: 3em;
}

.popup .popup-window .popup-header:before {
  content: "";
  margin-right: 1em;
}

@media only screen and (max-width:480px) {
  .popup .popup-window .popup-header:before {
    display: none;
  }
}

.popup .popup-window .popup-header a.popup-close {
  background: url(/assets/files/close-d5ed1d44a403c2811f0e6dc6c2ac776e.svg) 50% 50% no-repeat;
  background-size: auto 1em;
  margin-left: 1em;
  opacity: .7;
  transition: opacity .3s ease-in-out;
}

.no-touchevents .popup .popup-window .popup-header a.popup-close:hover,
.popup .popup-window .popup-header a.popup-close:active {
  opacity: 1;
}

.popup .popup-window .popup-header span {
  display: block;
  flex: 1 1 auto;
  padding: .6em 0;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .popup .popup-window .popup-header span {
    padding-left: 2em;
    text-align: left;
  }
}

.popup .popup-window .popup-content {
  display: block;
  flex: 0 0 auto;
  position: relative;
}

.popup.popup-fixed {
  align-items: center;
  background-size: cover;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: center;
  left: -5000px;
  opacity: 0;
  position: fixed;
  top: -5000px;
  transition: opacity .3s ease-in-out;
  width: 100%;
}

.popup.popup-fixed.close,
.popup.popup-fixed.opened,
.popup.popup-fixed.opening {
  left: 0;
  opacity: 1;
  top: 0;
  z-index: 500;
}

.popup.popup-fixed.close {
  opacity: 0;
}

.popup.popup-fixed .popup-window {
  max-height: 100%;
}

@media only screen and (max-width:767px) {
  .popup.popup-fixed .popup-window {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
}

.popup.popup-fixed.opening .popup-window {
  animation: zoomIn-90 ease-in-out .3s;
}

.popup.popup-fixed.close .popup-window {
  animation: zoomOut-90 ease-in-out .3s;
}

.popup.popup-fixed .popup-window .popup-content {
  -webkit-overflow-scrolling: touch;
  flex: 0 1 auto;
  overflow: hidden;
  overflow-anchor: none;
  overflow-scrolling: touch;
  overflow-y: auto;
}

.popup.popup-not-fixed {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.popup.popup-not-fixed .popup-overlay {
  background: rgba(0,0,0,.6);
  height: 100%;
  left: -5000px;
  opacity: 0;
  position: fixed;
  top: -5000px;
  transition: opacity .3s ease-in-out;
  width: 100%;
}

.popup.popup-not-fixed .popup-window-wrapper {
  align-items: center;
  background-size: cover;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  left: -5000px;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 20px;
  position: absolute;
  transition: opacity .3s ease-in-out;
  width: 100%;
}

.popup.popup-not-fixed.close .popup-overlay,
.popup.popup-not-fixed.opened .popup-overlay,
.popup.popup-not-fixed.opening .popup-overlay {
  left: 0;
  opacity: 1;
  top: 0;
  z-index: 400;
}

.popup.popup-not-fixed.close .popup-window-wrapper,
.popup.popup-not-fixed.opened .popup-window-wrapper,
.popup.popup-not-fixed.opening .popup-window-wrapper {
  left: 0;
  opacity: 1;
  z-index: 500;
}

.popup.popup-not-fixed.close .popup-overlay,
.popup.popup-not-fixed.close .popup-window-wrapper {
  opacity: 0;
}

.popup.popup-not-fixed.opening .popup-window {
  animation: zoomIn-90 ease-in-out .3s;
}

.popup.popup-not-fixed.close .popup-window {
  animation: zoomOut-90 ease-in-out .3s;
}

.popup.black {
  background: rgba(0,0,0,.4);
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
}

@media only screen and (max-width:767px) {
  .popup.black {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.popup.black .popup-window {
  background: #000;
  border: 3px solid #fff;
  position: relative;
}

.popup.black .popup-window:before {
  background-image: linear-gradient(96deg,#ff435d,#b0208e);
  box-shadow: 0 0 9.0625em #000;
  content: "";
  display: block;
  height: 100%;
  left: .5em;
  opacity: 0;
  position: absolute;
  top: .5em;
  visibility: hidden;
  width: 100%;
  z-index: -5;
}

.popup.black.opened .popup-window:before {
  opacity: 1;
  transition: opacity .1s ease-in-out;
  visibility: visible;
}

.popup.black .popup-window .popup-header {
  border-bottom: 3px solid #fff;
  color: #ee4167;
  flex-basis: 5.5em;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  padding-left: 8.5%;
}

.popup.black .popup-window .popup-header:before {
  display: none;
}

.popup.black .popup-window .popup-header span {
  padding: .6em 0;
  text-align: left;
}

.popup.black .popup-window .popup-header a.popup-close {
  margin-right: 1.5em;
}

.popup.black .popup-window .popup-content .wrap-cont {
  padding: 1em 8.5% 2.5em;
}

.popup.hightlight {
  background: rgba(0,0,0,.8);
}

.popup.hightlight .popup-window {
  position: relative;
}

.popup.hightlight .popup-window:after,
.popup.hightlight .popup-window:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.popup.hightlight .popup-window:after {
  background-image: linear-gradient(279deg,#2286ff,#ed4159);
}

.popup.hightlight .popup-window:before {
  background-image: linear-gradient(302deg,#3023ae,#c86dd7);
  left: 15px;
  top: 15px;
}

.popup.hightlight .popup-window .popup-header {
  align-items: stretch;
  color: #2effcf;
  display: flex;
  flex-flow: row nowrap;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 1.3px;
  line-height: 1.6em;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media only screen and (max-width:767px) {
  .popup.hightlight .popup-window .popup-header {
    font-size: 14px;
    letter-spacing: 1.3px;
  }
}

.popup.hightlight .popup-window .popup-header:before,
.popup.hightlight .popup-window .popup-header a.popup-close {
  display: block;
  flex: 0 0 auto;
  min-height: 3.5em;
  width: 3.5em;
}

.popup.hightlight .popup-window .popup-header:before {
  content: "";
  margin-right: 1em;
}

@media only screen and (max-width:767px) {
  .popup.hightlight .popup-window .popup-header:before {
    display: none;
  }
}

.popup.hightlight .popup-window .popup-header a.popup-close {
  background: url(/assets/files/close-d5ed1d44a403c2811f0e6dc6c2ac776e.svg) 50% 50% no-repeat,linear-gradient(0deg,#2286ff,#2effcf);
  background-size: 1.642857143em 1.285714286em,cover;
  height: auto;
  margin-left: 1em;
  padding: 0;
}

.popup.hightlight .popup-window .popup-header span {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  justify-content: center;
}

@media only screen and (max-width:767px) {
  .popup.hightlight .popup-window .popup-header span {
    padding-left: 10px;
    text-align: left;
  }
}

.popup.hightlight .popup-window .popup-content {
  padding: 0 6px 6px;
  z-index: 3;
}

.popup.video-popup .popup-window {
  max-width: 771px;
  width: 100%;
}

@media only screen and (max-width:767px) {
  .popup.video-popup .popup-window {
    height: auto;
  }
}

.popup.image-popup .popup-window {
  height: auto;
  width: auto;
}

@media only screen and (max-width:767px) {
  .popup.image-popup .popup-window {
    height: auto;
    width: auto;
  }
}

.popup.image-popup .popup-content img {
  max-width: 100%;
}

.popup.gallery-popup .popup-content,
.popup.gallery-popup .popup-content .img-content {
  position: relative;
}

.popup.gallery-popup .popup-content .switch-image {
  display: block;
  height: 36px;
  margin-top: -18px;
  opacity: .8;
  position: absolute;
  top: 50%;
  transition: opacity .3s ease-in-out;
  width: 30px;
}

.no-touchevents .popup.gallery-popup .popup-content .switch-image:hover,
.popup.gallery-popup .popup-content .switch-image:active {
  opacity: 1;
}

.popup.gallery-popup .popup-content .switch-image:before {
  background-image: url(/assets/files/arrow-87e800a721c881b13ef98a0b220f60a0.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.popup.gallery-popup .popup-content .switch-image.back {
  left: 0;
}

.popup.gallery-popup .popup-content .switch-image.back:before {
  transform: rotate(180deg);
}

.popup.gallery-popup.hightlight .popup-content .switch-image.back {
  background: linear-gradient(-90deg,#2286ff,#ed4159);
}

.popup.gallery-popup .popup-content .switch-image.next {
  right: 0;
}

.popup.gallery-popup.hightlight .popup-content .switch-image.next {
  background: linear-gradient(-90deg,#2286ff,#2effcf);
}

.bg-video-container {
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity .5s ease-in-out;
  width: 100%;
  z-index: 1;
}

.bg-video-trigger-enabled .bg-video-container {
  opacity: 0;
}

.bg-video-trigger-enabled.bg-video-trigger-finished .bg-video-container {
  visibility: hidden;
}

.bg-video-container video {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}

.ios .bg-video-container video {
  display: none;
}

@media only screen and (max-width:767px) {
  .bg-video-container video {
    display: none;
  }
}

.bg-video-container.landscape video {
  height: auto;
  width: 100%;
}

.bg-video-container.portrait video {
  height: 100%;
  width: auto;
}

.wrap-cont {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width:767px) {
  .wrap-cont {
    padding: 0 10px;
  }
}

ol.simple,
ol.simple>li,
ul.simple,
ul.simple>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.simple,
ul.simple {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 600;
}

ol.simple>li,
ul.simple>li {
  margin: 1.2em 0 0;
}

ul.simple>li {
  margin-top: .5em;
  padding-left: 1.5em;
  position: relative;
}

ul.simple>li:before {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: .8em;
  width: 1em;
}

ol.simple {
  counter-reset: list;
}

ol.simple>li {
  padding-left: 2em;
  position: relative;
}

ol.simple>li:before {
  color: #00eaff;
  content: counters(list,".") ".";
  counter-increment: list;
  display: block;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: .8em;
  font-weight: 400;
  left: 0;
  position: absolute;
}

ul.menu,
ul.menu li,
ul.social,
ul.social li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu,
ul.social {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

ul.menu li,
ul.social li {
  margin: .5em 0 0 .8em;
}

ul.menu li a,
ul.social li a {
  background: none;
  color: hsla(0,0%,100%,.5);
  display: block;
  padding: 0;
}

ul.menu li a img,
ul.social li a img {
  display: block;
  opacity: .5;
  transition: opacity .5s;
}

.no-touchevents ul.menu li a:hover,
.no-touchevents ul.social li a:hover {
  background: none;
  color: #fff;
}

.no-touchevents ul.menu li a:hover img,
.no-touchevents ul.social li a:hover img {
  opacity: 1;
}

ul.menu li a:active,
ul.social li a:active {
  background: none;
  color: #fff;
}

ul.menu li a:active img,
ul.social li a:active img {
  opacity: 1;
}

ul.social {
  margin-right: 4.8em;
}

ul.social li {
  margin: .5em 0 0 1.28em;
}

.button {
  color: #2effcf;
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
  display: block;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 1;
}

.button:active:before,
.no-touchevents .button:hover:before {
  opacity: 1;
}

.button:active:before {
  transition: none;
}

.button>div {
  padding: 14px 10px 12px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0,0,0,.91);
  z-index: 2;
}

.button.magenta {
  background: linear-gradient(90deg,#ff435d,#b0208e);
  border-color: #ffc2d4 #80075d #80075d #ffc2d4;
  border-style: solid;
  border-width: 3px;
  color: #fff;
}

.button.magenta>div {
  text-shadow: 1px 1px 0 #80075d;
}

.button.magenta:before {
  background: linear-gradient(270deg,#ff435d,#b0208e);
}

.button.magenta:active {
  border-color: #80075d #ffc2d4 #ffc2d4 #80075d;
}

.button.red {
  background: linear-gradient(73deg,#ff435d,#b0208e);
  border-color: #ff6996 #802c46 #802c46 #ff6996;
  border-style: solid;
  border-width: 3px;
  color: #ffd2e0;
}

.button.red>div {
  text-shadow: 0 1px 0 #802c46;
}

.button.red:before {
  background: linear-gradient(253deg,#ff435d,#b0208e);
}

.button.red:active {
  border-color: #802c46 #ff6996 #ff6996 #802c46;
}

.button.purple {
  background: linear-gradient(117deg,#ff435d,#b0208e);
  border-color: #ff73e1 #900078 #900078 #ff73e1;
  border-style: solid;
  border-width: 3px;
  color: #ffd2e0;
}

.button.purple>div {
  text-shadow: 0 1px 0 #802c46;
}

.button.purple:before {
  background: linear-gradient(297deg,#ff435d,#b0208e);
}

.button.purple:active {
  border-color: #900078 #ff73e1 #ff73e1 #900078;
}

.button.green {
  background: linear-gradient(90deg,#348f50,#56b4d3);
  border-color: #a4fd8b #034a00 #034a00 #a4fd8b;
  border-style: solid;
  border-width: 3px;
  color: #fffd9d;
}

.button.green:before {
  background: linear-gradient(270deg,#56b4d3,#348f50);
}

.button.green:active {
  border-color: #034a00 #a4fd8b #a4fd8b #034a00;
  border-style: solid;
  border-width: 3px;
}

.button.orange {
  background: linear-gradient(103deg,#ede574,#ed4159);
  border-color: #ff73e1 #900078 #900078 #ff73e1;
  border-style: solid;
  border-width: 3px;
  color: #900078;
}

.button.orange:before {
  background: linear-gradient(103deg,#ed4159,#ede574);
}

.button.orange:active {
  border-color: #900078 #ff73e1 #ff73e1 #900078;
  border-style: solid;
  border-width: 3px;
}

.swiper-container {
  z-index: 10;
}

.swiper-container .swiper-wrapper {
  backface-visibility: hidden;
}

.swiper-container .swiper-wrapper,
.swiper-container .swiper-wrapper .swiper-slide {
  transform: translateZ(0);
  will-change: transform;
}

.widget-external-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.bg-pattern-canvas {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-pattern-canvas canvas {
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  width: 100%;
}

.global-links {
  background: #240054;
  color: #fff;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.global-links .cont-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media only screen and (max-width:767px) {
  .global-links .cont-wrap {
    padding: 0 10px;
  }
}

.global-links .items {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -.8em;
  padding-bottom: .5em;
}

@media only screen and (min-width:768px) {
  .global-links .view-phone {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .global-links .hide-phone {
    display: none;
  }
}

.logo,
.video-logo {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 110px auto 0;
  max-width: 720px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width:767px) {
  .logo,
  .video-logo {
    padding: 0 10px;
  }
}

.logo:not(.playing),
.video-logo:not(.playing) {
  background-image: url(/assets/files/404-logo-text@2x-227df92f02d0855aa1bc9278b654b366.png);
}

@media only screen and (max-width:767px) {
  .logo,
  .video-logo {
    margin-top: 14.3415906%;
  }
}

.logo .main,
.video-logo .main {
  height: auto;
  width: 100%;
}

.logo:before {
  content: "";
  display: block;
  padding: 36.569579288% 0 0;
}

.nav-anchor,
nav {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .nav-anchor,
  nav {
    font-size: 10px;
  }
}

.nav-anchor,
.nav-anchor a {
  position: absolute;
}

.nav-anchor a {
  top: -6.6em;
  visibility: hidden;
}

@media only screen and (max-width:767px) {
  .nav-anchor a {
    top: -1em;
  }
}

nav {
  display: block;
  z-index: 10;
}

nav .wrap-cont {
  max-width: 1176px;
}

@media only screen and (max-width:767px) {
  html:not(.nav-open) nav .wrap-cont {
    margin: 0;
    width: auto;
  }
}

nav .nav-wrap {
  height: 4.1em;
}

@media only screen and (max-width:767px) {
  nav .nav-wrap {
    height: 0;
  }
}

nav .nav {
  box-sizing: border-box;
  padding: .6em 0 0;
}

@media only screen and (min-width:768px) {
  .nav-fixed nav .nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
}

@media only screen and (max-width:767px) {
  nav .nav {
    height: 7.5em;
    left: auto;
    padding: 4em 0 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: height 1s ease,width 1s ease;
    width: 10em;
    z-index: 200;
  }

  .nav-open nav .nav {
    height: 100%;
    left: 0;
    overflow: hidden;
    right: 0;
    transition: none;
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  nav .nav .menu {
    -webkit-overflow-scrolling: touch;
    bottom: 100%;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    overflow-anchor: none;
    overflow-scrolling: touch;
    overflow-y: auto;
    position: absolute;
    top: 7.5em;
    transition: all 1s ease .41666667s,opacity .41666667s ease;
    visibility: hidden;
    width: 100%;
  }

  .nav-open nav .nav .menu {
    bottom: 0;
    opacity: 1;
    transition: opacity .41666667s ease .41666667s;
    visibility: visible;
  }
}

nav .nav .menu .mobile-menu-logo {
  display: none;
  padding: 2em 0 0;
  text-align: center;
}

nav .nav .menu .mobile-menu-logo a {
  display: inline-block;
}

nav .nav .menu .mobile-menu-logo a:before {
  background-image: url(/assets/files/mob-menu@2x-7cd19f109baef1166ea760b4f54e7edc.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 70px;
  width: 215px;
}

@media only screen and (max-width:767px) {
  nav .nav .menu .mobile-menu-logo {
    display: block;
  }
}

nav .nav .menu ul,
nav .nav .menu ul>li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .nav .menu ul {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

@media only screen and (max-width:767px) {
  nav .nav .menu ul {
    display: block;
  }
}

nav .nav .menu ul>li {
  flex: 1 1 100%;
  position: relative;
}

nav .nav .menu ul>li.mobile-social-links {
  margin: 2em 0;
}

nav .nav .menu ul>li.mobile-social-links ul {
  margin-bottom: 0;
}

nav .nav .menu ul>li.mobile-social-links .vk img {
  position: relative;
  top: 1px;
}

@media only screen and (min-width:768px) {
  nav .nav .menu ul>li.mobile-social-links {
    display: none;
  }
}

nav .nav .menu ul>li a {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s ease-in-out,background .3s ease-in-out;
}

@media only screen and (min-width:768px) {
  nav .nav .menu ul>li a {
    background: #0b0909;
    border: 2px solid #fff;
    height: 3.5em;
    padding: 0 .5em;
    white-space: nowrap;
  }

  nav .nav .menu ul>li a.a-link-timepad {
    border-right: 2px solid #fff!important;
  }

  .nav-transparent nav .nav .menu ul>li a {
    background: transparent;
  }

  .no-touchevents nav .nav .menu ul>li a:hover,
  nav .nav .menu ul>li a.active,
  nav .nav .menu ul>li a:active {
    background: #fff;
    color: #0b0909;
  }
}

@media only screen and (min-width:768px) and (min-width:768px) {
  nav .nav .menu ul>li:not(:last-child) a {
    border-right: none;
  }
}

@media only screen and (min-width:768px) and (min-width:768px) {
  .nav-fixed nav .nav .menu ul>li a {
    background: #0b0909;
  }

  .nav-fixed nav .nav .menu ul>li a.active,
  .nav-fixed nav .nav .menu ul>li a:active,
  .no-touchevents .nav-fixed nav .nav .menu ul>li a:hover {
    background: #fff;
    color: #0b0909;
  }
}

@media only screen and (max-width:767px) {
  nav .nav .menu ul>li a {
    padding: 1em 0;
  }
}

@media only screen and (min-width:768px) {
  nav .nav .menu ul>li:after {
    background: #0b0909;
    border: none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    content: "";
    display: block;
    height: .769230769em;
    left: 0;
    position: absolute;
    top: 100%;
    transform: skewX(45deg);
    transform-origin: 0 0;
    width: 100%;
  }

  .nav-transparent nav .nav .menu ul>li:after {
    background: transparent;
  }

  .nav-fixed nav .nav .menu ul>li:after {
    background: #0b0909;
  }
}

@media only screen and (max-width:767px) {
  nav .nav .menu ul>li {
    margin-top: 2em;
  }
}

@media only screen and (min-width:768px) {
  nav .nav .menu ul:after {
    background: #0b0909;
    border: 2px solid #fff;
    border-left: none;
    box-sizing: border-box;
    content: "";
    display: block;
    flex: 0 0 auto;
    transform: skewY(45deg);
    transform-origin: 0 0;
    width: .769230769em;
  }

  .nav-transparent nav .nav .menu ul:after {
    background: transparent;
  }

  .nav-fixed nav .nav .menu ul:after {
    background: #0b0909;
  }
}

nav .nav .menu ul.social {
  display: none;
}

@media only screen and (max-width:767px) {
  nav .nav .menu ul.social {
    display: flex;
    margin: 0 auto .8em;
    width: 236px;
  }

  nav .nav .menu ul.social li {
    margin-top: 0;
  }
}

nav .nav .ico {
  background: rgba(10,7,7,.8);
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 3.5em;
  margin: 0 0 0 auto;
  text-decoration: none;
  width: 3.5em;
}

@media only screen and (max-width:767px) {
  nav .nav .ico {
    display: block;
  }
}

nav .nav .ico b {
  height: 1.14286em;
  margin-left: .92857em;
  margin-top: 1.17857em;
  position: absolute;
  width: 1.64286em;
}

nav .nav .ico b i {
  background: #fff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: translateZ(0);
  transition: all .26666667s ease-in-out 33.33333ms;
  width: 100%;
}

nav .nav .ico b i.top {
  top: 0;
}

.nav-open nav .nav .ico b i.top {
  margin-top: -1px;
  top: 50%;
  transform: rotate(45deg) translateZ(0);
  transition: top 233.33333ms ease-in-out 33.33333ms,transform .26666667s ease-in-out .33333333s;
}

nav .nav .ico b i.middle {
  margin-top: -1px;
  top: 50%;
}

.nav-open nav .nav .ico b i.middle {
  transform: rotate(45deg) translateZ(0);
  transition: transform .26666667s ease-in-out .33333333s;
}

nav .nav .ico b i.bottom {
  bottom: 0;
}

.nav-open nav .nav .ico b i.bottom {
  bottom: 50%;
  margin-top: -1px;
  transform: rotate(-45deg) translateZ(0);
  transition: bottom 233.33333ms ease-in-out 33.33333ms,transform .3s ease-in-out .33333333s;
}

nav .nav .ico:before {
  background: #0a0707;
  border-radius: 1.75em;
  content: "";
  height: 3.5em;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 4em;
  transition: all .63333333s ease,opacity .63333333s ease .41666667s;
  width: 3.5em;
  z-index: -1;
}

@media only screen and (max-width:767px) {
  nav .nav .ico:before {
    right: 10px;
  }
}

.nav-open nav .nav .ico:before {
  border-radius: 150vw;
  height: 300vw;
  margin: -150vw -150vw 0 0;
  opacity: 1;
  right: 50%;
  top: 50%;
  transition: all .63333333s ease,opacity 1ms ease;
  width: 300vw;
}

nav .nav .menu ul>li a.a-link-timepad {
  color: #ee4167;
}

.no-touchevents nav .nav .menu ul>li a.a-link-timepad:hover,
nav .nav .menu ul>li a.a-link-timepad:active {
  color: #0b0909;
}

@media only screen and (max-width:767px) {
  .no-touchevents nav .nav .menu ul>li a.a-link-timepad:hover,
  nav .nav .menu ul>li a.a-link-timepad:active {
    color: #ee4167;
  }
}

.banner-slides {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin: 6em 0 4em;
}

@media only screen and (max-width:767px) {
  .banner-slides {
    font-size: 14px;
    line-height: 1.7em;
    margin: 0;
    overflow: hidden;
    padding: 4em 0;
  }
}

.banner-slides .slides {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

@media only screen and (max-width:767px) {
  .banner-slides .slides {
    display: block;
    margin: 0 auto;
    width: 400px;
  }
}

@media only screen and (max-width:480px) {
  .banner-slides .slides {
    width: 300px;
  }
}

.banner-slides .slides .swiper-container {
  flex: 1 1 auto;
  margin: 0;
  max-width: 940px;
  overflow: visible;
}

@media only screen and (min-width:768px) {
  .banner-slides .slides .swiper-container {
    background-image: linear-gradient(320deg,#370c31,#000);
    box-shadow: 1.9375em 1.9375em 6.0625em -.5em rgba(0,115,255,.38),-1.3125em -.5em 3.125em -.5625em rgba(237,65,89,.58);
    overflow: hidden;
  }
}

.banner-slides .slides .swiper-container .swiper-wrapper {
  align-items: stretch;
}

.banner-slides .slides .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}

@media only screen and (max-width:767px) {
  .banner-slides .slides .swiper-container .swiper-wrapper .swiper-slide {
    opacity: .2;
    transition: opacity .3s ease-in-out;
  }

  .banner-slides .slides .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.banner-slides .slides .swiper-button-next,
.banner-slides .slides .swiper-button-prev {
  background: url(/assets/files/i-arrow@2x-b4e0e435b512c8cd32828d8a9adf4e27.png) no-repeat;
  background-size: 12.1875em auto;
  bottom: 0;
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
  flex: 0 0 auto;
  height: 4.0625em;
  left: 0;
  margin: 0;
  outline: none;
  position: relative;
  right: 0;
  top: 0;
  width: 4.0625em;
}

@media only screen and (max-width:1024px) {
  .banner-slides .slides .swiper-button-next,
  .banner-slides .slides .swiper-button-prev {
    display: none;
  }
}

.banner-slides .slides .swiper-button-prev {
  margin-right: 2%;
}

.no-touchevents .banner-slides .slides .swiper-button-prev:hover {
  background-position: -4.0625em 0;
}

.no-touchevents .banner-slides .slides .swiper-button-prev:active,
.touchevents .banner-slides .slides .swiper-button-prev:active {
  background-position: -8.125em 0;
}

.banner-slides .slides .swiper-button-next {
  background-position: 0 -4.0625em;
  margin-left: 2%;
}

.no-touchevents .banner-slides .slides .swiper-button-next:hover {
  background-position: -4.0625em -4.0625em;
}

.no-touchevents .banner-slides .slides .swiper-button-next:active,
.touchevents .banner-slides .slides .swiper-button-next:active {
  background-position: -8.125em -4.0625em;
}

.banner-slides .swiper-pagination {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  left: 0;
  margin-top: 1.25em;
  min-height: 18px;
  position: relative;
  right: 0;
  top: 0;
}

.banner-slides .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border-radius: 0;
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
  display: block;
  height: auto;
  opacity: 1;
  outline: none;
  padding: 6px;
  width: auto;
}

.banner-slides .swiper-pagination .swiper-pagination-bullet:before {
  background-color: #5d5d6c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  transition: background-color .3s ease-in-out;
  width: 6px;
}

.banner-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #ed4159;
}

.banner-slides .item {
  align-items: stretch;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  outline: none;
  padding: 1em;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  .banner-slides .item {
    background-image: linear-gradient(320deg,#370c31,#000);
    box-shadow: 1.9375em 1.9375em 6.0625em -.5em rgba(0,115,255,.38),-1.3125em -.5em 3.125em -.5625em rgba(237,65,89,.58);
    padding: 2em;
  }
}

.banner-slides .item picture {
  align-items: center;
  background-image: url(/assets/files/banner-bg-1-70c234567ff352544e8b5e9ebfb2cbfc.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-flow: row nowrap;
  height: 164px;
  justify-content: center;
  position: relative;
  width: 164px;
}

.banner-slides .item:nth-child(2n) picture {
  background-image: url(/assets/files/banner-bg-3-e2516f4621b99c375a1b72d2e9003f8c.svg);
}

.banner-slides .item:nth-child(3n) picture {
  background-image: url(/assets/files/banner-bg-5-ac696569a5a562e1da126afedf13bc94.svg);
}

@media only screen and (max-width:767px) {
  .banner-slides .item picture {
    height: 255px;
    width: 255px;
  }
}

@media only screen and (max-width:480px) {
  .banner-slides .item picture {
    height: 164px;
    width: 164px;
  }
}

.banner-slides .item picture img {
  border-radius: 50%;
  display: block;
  height: 74.39024%;
  position: relative;
  width: 74.39024%;
}

.banner-slides .item .body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: center;
  margin-left: 164px;
  padding: 0 5%;
  position: relative;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .banner-slides .item .body {
    display: block;
    margin-left: 0;
    padding: 0;
  }
}

@media only screen and (min-width:768px) {
  .banner-slides .item .body .picture-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    left: -164px;
    position: absolute;
    top: 0;
  }
}

@media only screen and (max-width:767px) {
  .banner-slides .item .body .picture-inner picture {
    margin: 2em auto 1.2em;
  }
}

.banner-slides .item .body h2 {
  color: #fff;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.8em;
  margin: .2em 0;
  text-shadow: 0 .125em 0 #1e6ef2;
}

@media only screen and (max-width:767px) {
  .banner-slides .item .body h2 {
    margin-bottom: 1.15em;
  }
}

@media only screen and (max-width:480px) {
  .banner-slides .item .body h2 {
    font-size: 20px;
    line-height: 1.8em;
  }
}

@media only screen and (min-width:1025px) {
  .banner-slides .item .body h2.big {
    font-size: 34px;
    line-height: 1.8em;
    margin: 0;
  }
}

.banner-slides .item .body p {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56em;
  margin: .5em 0;
}

@media only screen and (max-width:480px) {
  .banner-slides .item .body p {
    font-size: 14px;
    line-height: 1.56em;
  }
}

.banner-slides .item .body p.present {
  font-size: 12px;
  letter-spacing: .166666667em;
  line-height: 1.56em;
  text-transform: uppercase;
}

@media only screen and (max-width:480px) {
  .banner-slides .item .body p.present {
    font-size: 10px;
    line-height: 1.56em;
  }
}

.banner-slides .item .body p.red {
  color: #e74557;
}

.banner-slides .item .body .soft {
  display: inline-block;
  margin: 0 .46875em .46875em;
}

.banner-slides .item .body .soft img {
  display: block;
}

.banner-slides .item>picture {
  align-self: center;
  background-image: url(/assets/files/banner-bg-2-4aa89c24167663b0775f0f0001fee1ff.svg);
  flex: 0 0 auto;
}

.banner-slides .item:nth-child(2n)>picture {
  background-image: url(/assets/files/banner-bg-4-3d8b7b483e6eb55f1ba2ac3a63b0df04.svg);
}

@media only screen and (max-width:767px) {
  .banner-slides .item>picture {
    display: none;
  }
}

.banner-slides .item>picture img {
  background: #000;
}

footer {
  background: #1d1f26;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  padding: 1em 0 0;
}

@media only screen and (max-width:767px) {
  footer {
    font-size: 14px;
    line-height: 1.7em;
  }
}

@media only screen and (max-width:480px) {
  footer {
    padding: 2em 0 0;
  }
}

footer .wrap-cont {
  max-width: 1172px;
}

footer .links .items {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: -2em;
}

@media only screen and (max-width:1024px) {
  footer .links .items {
    flex-flow: row wrap;
    margin-left: -10%;
  }
}

@media only screen and (max-width:480px) {
  footer .links .items {
    display: block;
    margin-left: 0;
  }
}

footer .links .items .item {
  flex: 0 1 280px;
  margin-left: 2em;
  margin-top: 4em;
}

@media only screen and (max-width:1024px) {
  footer .links .items .item {
    flex: 0 0 auto;
    margin-left: 9.090909091%;
    width: 40.909090909%;
  }
}

@media only screen and (max-width:480px) {
  footer .links .items .item {
    margin-left: 0;
    width: auto;
  }
}

footer .links h2 {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 1.8em;
  text-transform: uppercase;
}

footer .links p {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.86em;
}

footer .made-in {
  background: linear-gradient(90deg,#a639b1 0,#f62d4b);
  margin: 7.5em 0 0;
  padding: 2.5em 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width:480px) {
  footer .made-in {
    margin-top: 2.5em;
  }
}

footer .made-in .wrap-cont {
  position: relative;
}

footer .made-in a {
  color: #fff;
  display: inline-block;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: .8;
  text-decoration: none;
  transition: opacity .15s;
}

.no-touchevents footer .made-in a:hover,
.touchevents footer .made-in a,
.touchevents footer .made-in a:active {
  opacity: 1;
}

footer .made-in a img,
footer .made-in a span {
  display: inline-block;
  vertical-align: middle;
}

footer .made-in a img {
  height: 40px;
}

.anchors {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2em;
  position: fixed;
  right: 20px;
  top: 0;
  width: 3.33333em;
  z-index: 20;
}

@media only screen and (max-width:767px) {
  .anchors {
    display: none;
  }
}

.anchors a {
  background-color: #0a0707;
  border-radius: 1.666666667em;
  justify-content: flex-end;
  margin: 1em 0;
  min-width: 3.33333em;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}

.anchors a,
.anchors a i {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}

.anchors a i {
  background: #0a0707;
  height: 3.33333em;
  justify-content: center;
  width: 3.33333em;
}

.anchors a svg {
  color: #424141;
  display: block;
  max-height: 2em;
  max-width: 2em;
  transition: color .15s ease-in-out;
}

.anchors a span {
  color: #fff;
  display: block;
  margin-right: -20em;
  opacity: 0;
  padding: 0 1em 0 1.5em;
  text-transform: uppercase;
  transition: opacity .15s ease-in-out,margin-right .15s ease-in-out .15s;
}

.anchors a.active svg {
  color: #ed4159;
}

.no-touchevents .anchors a:hover span {
  margin-right: 0;
  opacity: 1;
  transition: opacity .15s ease-in-out .15s,margin-right .15s ease-in-out;
}

.no-touchevents .anchors a:hover svg {
  color: #ed4159;
}

.anchors a.active span {
  color: #fff;
}

.anchors a:active svg {
  color: #ed4159;
}

.gallery {
  overflow: hidden;
}

.gallery .wrap-cont {
  max-width: 1600px;
}

.gallery .swiper-container {
  overflow: visible;
  padding: 15px 0;
}

.gallery .swiper-container .items.swiper-wrapper {
  align-items: center;
  height: auto;
  justify-content: space-between;
  width: auto;
}

.gallery .swiper-container.swiper-container-horizontal .items.swiper-wrapper {
  justify-content: flex-start;
}

.gallery .swiper-container .items.swiper-wrapper .item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  font-size: 0;
  height: 342px;
  justify-content: center;
  width: 424px;
}

.gallery .swiper-container.swiper-container-horizontal .items.swiper-wrapper .item {
  height: auto;
  width: 390px;
}

.gallery .swiper-container .items.swiper-wrapper .item picture {
  display: inline-block;
  position: relative;
}

.gallery .swiper-container .items.swiper-wrapper .item picture:before {
  background: #ed4159;
  content: "";
  height: 100%;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 100%;
}

.gallery .swiper-container .items.swiper-wrapper .item:nth-child(2n) picture:before {
  background: #b0208e;
  left: 5px;
  top: 5px;
}

.gallery .swiper-container .items.swiper-wrapper .item:nth-child(3n) picture:before {
  background: #ed4159;
  left: -10px;
  top: 10px;
}

.gallery .swiper-container .items.swiper-wrapper .item:nth-child(4n) picture:before {
  background-color: rgba(146,161,174,.25);
  left: 10px;
  top: -10px;
}

.gallery .swiper-container .items.swiper-wrapper .item picture img {
  display: block;
  height: 240px;
  position: relative;
  transition: all .3s ease-in-out;
  width: auto;
}

.gallery .swiper-container .items.swiper-wrapper .item picture b,
.gallery .swiper-container .items.swiper-wrapper .item picture b i {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery .swiper-container .items.swiper-wrapper .item picture b:after,
.gallery .swiper-container .items.swiper-wrapper .item picture b:before,
.gallery .swiper-container .items.swiper-wrapper .item picture b i:after,
.gallery .swiper-container .items.swiper-wrapper .item picture b i:before {
  border: 3px solid #fff;
  content: "";
  height: 2%;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 2%;
}

.gallery .swiper-container .items.swiper-wrapper .item picture b {
  left: 15px;
  top: 15px;
}

.gallery .swiper-container .items.swiper-wrapper .item:nth-child(2n) picture b,
.gallery .swiper-container .items.swiper-wrapper .item:nth-child(3n) picture b {
  left: 15px;
  top: -15px;
}

.gallery .swiper-container .items.swiper-wrapper .item:nth-child(4n) picture b {
  left: 10px;
  top: -10px;
}

.gallery .swiper-container .items.swiper-wrapper .item picture b:before {
  border-bottom: none;
  border-right: none;
  left: 0;
  top: 0;
}

.gallery .swiper-container .items.swiper-wrapper .item picture b:after {
  border-bottom: none;
  border-left: none;
  right: 0;
  top: 0;
}

.gallery .swiper-container .items.swiper-wrapper .item picture b i:before {
  border-right: none;
  border-top: none;
  bottom: 0;
  left: 0;
}

.gallery .swiper-container .items.swiper-wrapper .item picture b i:after {
  border-left: none;
  border-top: none;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width:768px) {
  .no-touchevents .gallery .swiper-container .items.swiper-wrapper .item.hover-active picture img {
    height: 280px;
  }

  .no-touchevents .gallery .swiper-container .items.swiper-wrapper .item.hover-next picture img,
  .no-touchevents .gallery .swiper-container .items.swiper-wrapper .item.hover-prev picture img {
    height: 250px;
  }
}

.sponsors {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  padding: 1px 0 7.5%;
}

@media only screen and (max-width:767px) {
  .sponsors {
    font-size: 16px;
    line-height: 1.7em;
  }
}

.sponsors h2 {
  color: #1d1f26;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.64em;
  margin: 5.5em 0 .5em;
  text-align: center;
  text-transform: none;
}

@media only screen and (max-width:767px) {
  .sponsors h2 {
    font-size: 18px;
    line-height: 1.64em;
  }
}

.sponsors a.banner {
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  display: block;
  max-width: 240px;
  text-decoration: none;
}

.sponsors a.banner img,
.sponsors a.banner svg {
  border: none;
  display: block;
  height: auto;
  width: 100%;
}

.sponsors .full-links h2 {
  color: #e4376e;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.64em;
  margin-top: 4.2em;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (max-width:767px) {
  .sponsors .full-links h2 {
    font-size: 22px;
    line-height: 1.64em;
  }
}

.sponsors .full-links .item {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-top: 4.4em;
}

@media only screen and (max-width:767px) {
  .sponsors .full-links .item {
    display: block;
    margin-top: 3em;
  }
}

.sponsors .full-links .item a.banner {
  flex: 0 0 auto;
  margin-right: 4.5%;
}

.sponsors .full-links .item h3 {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.53em;
  margin: 0 0 .5em;
  text-transform: uppercase;
}

@media only screen and (max-width:767px) {
  .sponsors .full-links .item h3 {
    font-size: 17px;
    line-height: 1.53em;
  }
}

.sponsors .full-links .item .desc {
  flex: 1 1 auto;
}

@media only screen and (max-width:767px) {
  .sponsors .full-links .item .desc {
    display: block;
    margin-top: 1em;
  }
}

.sponsors .short-links {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
}

@media only screen and (max-width:767px) {
  .sponsors .short-links {
    padding: 0 10px;
  }
}

.sponsors .short-links .items {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 0 -30px;
}

.sponsors .short-links .items a.banner {
  flex: 0 0 auto;
  margin: 30px 0 0 30px;
}

.sponsors .be-sponsor {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin: 8.7em 0 0;
}

@media only screen and (max-width:767px) {
  .sponsors .be-sponsor {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.sponsors .be-sponsor p {
  color: #271646;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin: 1em 0 0;
}

@media only screen and (max-width:767px) {
  .sponsors .be-sponsor p {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.sponsors .be-sponsor .button-content {
  margin: 0 auto;
  max-width: 360px;
  position: relative;
}

.sponsors .be-sponsor .content {
  margin: 2.5em auto 0;
  max-width: 570px;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .sponsors .be-sponsor .content {
    text-align: left;
  }
}

.want-join {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  margin: 2.7em 0 4em;
  overflow: hidden;
}

@media only screen and (max-width:767px) {
  .want-join {
    font-size: 12px;
    line-height: 1.2;
  }
}

.want-join .button {
  flex: 0 0 auto;
  margin: 0 32px;
}

.want-join .button>div {
  padding-left: 22px;
  padding-right: 22px;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/files/Montserrat-Regular-9c46095118380d38f12e67c916b427f9.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/files/Montserrat-Medium-a98626e1aef6ceba5dfc1ee7112e235a.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/files/Montserrat-SemiBold-c88cecbffad6d8e731fd95de49561ebd.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/files/Montserrat-Bold-88932dadc42e1bba93b21a76de60ef7a.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/files/Montserrat-Black-6d1796a9f798ced8961baf3c79f894b6.ttf) format("truetype");
}

@font-face {
  font-family: Press Start\ 2P;
  src: url(/assets/files/PressStart2P-Regular-ccb1dfce06ad3883f8e3b5ae011aa795.ttf) format("truetype");
}

.page-wrapper .EVWG_ContentContainer {
  box-shadow: none;
  font-weight: 400;
  max-width: none;
}

.page-wrapper .EVWG_ContentContainer,
.page-wrapper .EVWG_ContentContainer * {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 500;
}

.page-wrapper .EVWG_Session--Report {
  margin-left: 0;
}

.EVWG_ContentContainer .EVWG_Session__Speaker .EVWG_Session__Speaker-Name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71em;
  margin-top: 0;
}

.EVWG_ContentContainer .EVWG_Session__Speaker .EVWG_Session__Speaker-Position {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
}

.EVWG_ContentContainer .EVWG_Speakers__Speaker .EVWG_Speakers__Speaker-Name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71em;
  margin-top: 0;
}

.EVWG_ContentContainer .EVWG_Speakers__Speaker .EVWG_Speakers__Speaker-Position {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
}

.EVWG_ContentContainer .EVWG_Schedule__Header .EVWG_Schedule__Dates {
  margin-bottom: 20px;
  padding: 13px 0 0;
}

.EVWG_ContentContainer .EVWG_Schedule__Header .EVWG_Schedule__Locations {
  margin-bottom: 8px;
}

.EVWG_ContentContainer .EVWG_Schedule__Header .EVWG_Schedule__Locations .EVWG_LocationBtn {
  font-size: 16px;
  margin-right: 16px;
}

.EVWG_ContentContainer .EVWG_Schedule__Header .EVWG_Schedule__Header-Body {
  margin-bottom: 41px;
}

.EVWG_ContentContainer .EVWG_ScheduleList .EVWG_SessionGroup {
  margin-bottom: 40px;
}

.EVWG_ContentContainer .EVWG_ScheduleList .EVWG_SessionGroup__Date {
  font-size: 16px;
  letter-spacing: .6px;
  line-height: 1.5em;
  padding-right: 30px;
}

.EVWG_ContentContainer .EVWG_ScheduleList .EVWG_SessionGroup__Date .EVWG_SessionGroup__Date-Box>div>div {
  font-size: 16px;
  line-height: 1.5em;
}

.EVWG_ContentContainer .EVWG_Session__Info {
  border: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.EVWG_ContentContainer .EVWG_Speakers {
  padding: 0;
}

.EVWG_ContentContainer .EVWG_Session__Title {
  font-size: 17px;
  line-height: 1.47em;
  margin-bottom: 14px;
}

.EVWG_ContentContainer .EVWG_Speakers__Title {
  display: none;
}

.EVWG_ContentContainer .EVWG_ScheduleList {
  padding: 0;
}

.EVWG_ContentContainer .EVWG_Track {
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
}

.EVWG_Modal__Container {
  box-shadow: 4px 4px 0 0 #b0208e;
  color: #2a333d;
}

.EVWG_Modal__Container,
.EVWG_Modal__Container * {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
}

.EVWG_Modal__Container a {
  color: #e4376e;
}

.EVWG_Modal__Container .EVWG_SpeakerDetail__About-Text,
.EVWG_Modal__Container li,
.EVWG_Modal__Container p {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.7em;
}

@media only screen and (max-width:767px) {
  .EVWG_Modal__Container .EVWG_SpeakerDetail__About-Text,
  .EVWG_Modal__Container li,
  .EVWG_Modal__Container p {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.EVWG_Modal__Container li {
  margin-top: 1em;
}

.EVWG_Modal__Container .EVWG_SpeakerDetail__Section-Title {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.64em;
}

@media only screen and (max-width:767px) {
  .EVWG_Modal__Container .EVWG_SpeakerDetail__Section-Title {
    font-size: 18px;
    line-height: 1.64em;
  }
}

.EVWG_Modal__Container .EVWG_SpeakerDetail__Report:hover {
  background: rgba(228,55,110,.2);
}

.EVWG_Modal__Container .EVWG_SpeakerDetail__Report-Name {
  margin-bottom: 0;
}

.EVWG_Modal__Container .EVWG_SessionModal__Info,
.EVWG_Modal__Container .EVWG_SpeakerDetail__Report-Info {
  font-weight: 600;
  line-height: 1.5em;
}

.EVWG_Modal__Container .EVWG_Session-Modal__Speaker:hover .EVWG_Session-Modal__Speaker-Name {
  color: #ee4167;
}

.EVWG_Modal__Container .EVWG_Modal__Title {
  background: #ee4167;
}

.page-wrapper .EVWG_ContentContainer {
  background: transparent;
}

.page-wrapper .EVWG_ContentContainer,
.page-wrapper .EVWG_ContentContainer * {
  color: #fff;
}

.EVWG_ContentContainer a {
  color: #ee4167;
}

.EVWG_ContentContainer .EVWG_Session__Speaker .EVWG_Session__Speaker-Name,
.EVWG_ContentContainer a:active,
.EVWG_ContentContainer a:hover {
  color: #fff;
}

.EVWG_ContentContainer .EVWG_Session__Speaker:hover .EVWG_Session__Speaker-Name {
  color: #ee4167;
}

.EVWG_ContentContainer .EVWG_Speakers__Speaker .EVWG_Speakers__Speaker-Name {
  color: #fff;
}

.EVWG_ContentContainer .EVWG_Speakers__Speaker:hover .EVWG_Speakers__Speaker-Name {
  color: #ee4167;
}

.EVWG_ContentContainer .EVWG_Session__Track {
  color: #000;
}

.EVWG_ContentContainer .EVWG_ScheduleList__Tracks {
  background: transparent;
}

.EVWG_ContentContainer .EVWG_Session__Title {
  color: #fff;
}

.EVWG_ContentContainer .EVWG_Session__Title:hover {
  color: #ee4167;
}

.anchor-trigger {
  position: relative;
}

.anchor-trigger .trigger {
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@media only screen and (min-width:768px) {
  .anchors {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    z-index: -20;
  }

  .anchor-trigger-disabled .anchors,
  .anchor-trigger-enabled .anchors {
    opacity: 0;
    visibility: visible;
    z-index: 20;
  }

  .anchor-trigger-enabled .anchors {
    opacity: 1;
  }

  .anchor-trigger-disabled.anchor-trigger-finished .anchors {
    visibility: hidden;
    z-index: -20;
  }
}

.gallery {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin-top: 5em;
}

@media only screen and (max-width:767px) {
  .gallery {
    font-size: 14px;
    line-height: 1.7em;
  }
}

nav {
  position: relative;
  z-index: 18;
}

@media only screen and (max-width:767px) {
  .banner {
    margin-top: -61px;
  }
}

.mesh-background {
  font-size: 0;
  height: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.mesh-background:before {
  background-image: url(/assets/files/mesh-1ed66716c138dbb32e961099d81ceac9.svg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 2720px auto;
  content: "";
  display: block;
  height: 668px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width:767px) {
  .mesh-background:before {
    background-size: 1750px auto;
    height: 486px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .mesh-background:before {
    background-size: 2720px auto;
    height: 570px;
  }
}

.rabbit-header {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}

@media only screen and (max-width:767px) {
  .rabbit-header {
    padding: 0 10px;
  }
}

@media only screen and (min-width:768px) {
  .rabbit-header {
    margin-bottom: -8px;
  }
}

.rabbit-header-container {
  height: 632px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media only screen and (max-width:767px) {
  .rabbit-header-container {
    height: 596px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .rabbit-header-container {
    height: 530px;
  }
}

.logo-404 {
  background-image: url(/assets/files/404-logo@2x-c52e1a4495e9a2caba8499274b007403.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 244px;
  left: 8px;
  top: 168px;
  width: 612px;
}

@media only screen and (max-width:767px) {
  .logo-404 {
    height: 113px;
    left: 50%;
    margin-left: -141px;
    top: 347px;
    width: 282px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .logo-404 {
    height: 225px;
    top: 123px;
    width: 564px;
  }
}

.date-404 {
  background-image: url(/assets/files/map@2x-2513f4ca79ee35c753841975be6b7362.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 70px;
  left: 12px;
  top: 437px;
  width: 352px;
}

@media only screen and (max-width:767px) {
  .date-404 {
    background-image: url(/assets/files/map-phone@2x-9c8fff63cc0a235e42aa637e76e37aff.png);
    bottom: 59px;
    height: 60px;
    left: 50%;
    margin-left: -150px;
    top: auto;
    width: 300px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .date-404 {
    left: 14px;
    top: 373px;
  }
}

.date-404,
.logo-404 {
  position: absolute;
  z-index: 3;
}

.rabbit-404 {
  background-image: url(/assets/files/rabbit-c1d35d470a6847f2d6331557d51332ae.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -112px;
  height: 862px;
  position: absolute;
  right: -23px;
  width: 537px;
  z-index: 1;
}

@media only screen and (max-width:767px) {
  .rabbit-404 {
    bottom: 178px;
    height: 324px;
    left: 50%;
    margin-left: -105px;
    width: 210px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .rabbit-404 {
    bottom: -46px;
    height: 493px;
    right: -20px;
    width: 320px;
  }
}

.love {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.26em;
  margin: 0 auto;
  padding-top: 34px;
  position: relative;
  text-align: center;
  z-index: 3;
}

@media only screen and (max-width:767px) {
  .love {
    padding-right: 6em;
    text-align: left;
  }

  .love,
  .love a.link.white {
    color: #c0b1d5;
  }

  .love a.link.white:hover {
    background-color: #c0b1d5;
  }
}

@media only screen and (max-width:1024px) {
  .love {
    padding-top: 30px;
  }
}

.love b {
  font-weight: 400;
}

@media only screen and (min-width:768px) {
  .love b {
    white-space: nowrap;
  }

  .love b:first-child:before,
  .love b:last-child:after {
    background: url(/assets/files/heart-006e4e0b06b32f3da8dc7c70443af2c5.svg) 50% 50% no-repeat;
    content: "";
    display: inline-block;
    height: 1.833333333em;
    vertical-align: middle;
    width: 2.25em;
  }

  .love b:first-child:before {
    margin-right: .8em;
  }

  .love b:last-child:after {
    margin-left: .8em;
  }
}

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

.event {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.36;
  margin-top: 3.4em;
  padding: 1.2em 0 1.1em;
  text-align: center;
  z-index: 3;
}

@media only screen and (max-width:767px) {
  .event {
    font-size: 18px;
    line-height: 1.36em;
  }
}

.event .item {
  display: inline-block;
  left: .3em;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.event .item .marker:after,
.event .item .marker:before,
.event .item .marker>div:after,
.event .item .marker>div:before,
.event .item .when:before,
.event .item .where:after,
.event .item .where:before {
  content: "";
  display: block;
  height: .269230769em;
  position: absolute;
  width: .384615385em;
  z-index: 1;
}

.event .item .marker {
  left: -.3em;
  pointer-events: none;
  position: absolute;
  top: -.884615385em;
  z-index: 1;
}

.event .item .marker i {
  animation: serviceSprite 1.8s steps(19) infinite;
  background-image: url(/assets/files/location-02@2x-1c277001da04c6023f71929586944eee.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-left: -32%;
  padding: 164% 0 0;
  position: absolute;
  width: 164%;
}

.event .item .marker:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  left: -.153846154em;
  top: -.192307692em;
}

.event .item .marker:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: -.153846154em;
  top: -.192307692em;
}

.event .item .marker>div {
  height: 5.153846154em;
  position: relative;
  width: 3.346153846em;
}

.event .item .marker>div:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  bottom: -.461538462em;
  left: -.153846154em;
}

.event .item .marker>div:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -.461538462em;
  right: -.153846154em;
}

.event .item .when,
.event .item .where {
  margin-left: 1.538461538em;
  padding: .269230769em 1em .269230769em 1.538461538em;
  position: relative;
  text-align: left;
}

.event .item .when small,
.event .item .where small {
  font-size: inherit;
}

@media only screen and (max-width:767px) {
  .event .item .when small,
  .event .item .where small {
    font-size: .6em;
    font-weight: 400;
  }
}

.event .item .when {
  background: linear-gradient(92deg,#2784fb,#c24f7c,#ed4159);
  display: inline-block;
  margin-left: 2.5em;
}

@media only screen and (max-width:767px) {
  .event .item .when {
    display: block;
  }
}

.event .item .when:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: -.230769231em;
  top: -.230769231em;
}

.event .item .where {
  background: linear-gradient(92deg,#2784fb,#ed4159);
  border-top-left-radius: 1.2em;
  padding-left: 2.2em;
}

.event .item .where:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: -.230769231em;
  top: -.230769231em;
}

.event .item .where:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -.230769231em;
  right: -.230769231em;
}

.event-pin {
  font-size: 26px;
  line-height: 1.36;
  margin-top: 3.4em;
}

@media only screen and (max-width:767px) {
  .event-pin {
    font-size: 18px;
    line-height: 1.36em;
  }
}

.event-pin a {
  display: block;
  margin: 0 auto;
  max-width: 558px;
}

.event-pin img {
  display: block;
  width: 100%;
}

.about {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
}

@media only screen and (max-width:767px) {
  .about {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.about h2 {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.64em;
  margin: 1em 0;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .about h2 {
    font-size: 22px;
    line-height: 1.64em;
  }
}

@media only screen and (max-width:480px) {
  .about h2 {
    text-align: left;
  }
}

.about p {
  margin: 0;
}

.about .last-time {
  overflow: hidden;
}

.about .last-time h3 {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin: 0;
}

@media only screen and (max-width:767px) {
  .about .last-time h3 {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.about .last-time h3 b {
  display: block;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1.64em;
  margin: 1em 0 0;
  text-transform: uppercase;
}

@media only screen and (max-width:767px) {
  .about .last-time h3 b {
    font-size: 18px;
    line-height: 1.64em;
  }
}

@media (min-width:768px) and (max-width:1352px) {
  .about .last-time h3 b {
    font-size: 1.479289941vw;
  }
}

.about .last-time .wrap-cont {
  max-width: 1162px;
}

.about .last-time .swiper-container {
  overflow: visible;
}

.about .last-time .swiper-container .items.swiper-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -5%;
  width: auto;
}

@media only screen and (max-width:767px) {
  .about .last-time .swiper-container .items.swiper-wrapper {
    flex-flow: row nowrap;
    margin-left: 0;
  }
}

.about .last-time .swiper-container .items.swiper-wrapper .item {
  display: block;
  flex: 0 0 auto;
  margin-left: 4.7619048%;
  margin-top: 2em;
  max-width: 18.7em;
  width: 28.571428533%;
}

@media only screen and (max-width:767px) {
  .about .last-time .swiper-container .items.swiper-wrapper .item {
    margin-left: 0;
    margin-right: 1em;
    width: 18.7em;
  }
}

.about .intro {
  margin: 3em auto 4em;
  max-width: 852px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .about .intro {
    text-align: left;
  }
}

.about .intro p {
  margin: 1em 0;
  position: relative;
}

.about .intro p.accent {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
}

@media only screen and (max-width:767px) {
  .about .intro p.accent {
    font-size: 16px;
    line-height: 1.7em;
  }
}

.bulletin {
  background-color: #1d1f26;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin-top: 7em;
  overflow: hidden;
  padding: 0 0 4.5em;
}

@media only screen and (max-width:767px) {
  .bulletin {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.bulletin .wrap-cont {
  max-width: 1176px;
}

.bulletin .items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: -2em;
  margin-top: -1em;
}

@media only screen and (max-width:1024px) {
  .bulletin .items {
    flex-flow: row wrap;
    margin-left: -10%;
  }
}

@media only screen and (max-width:480px) {
  .bulletin .items {
    display: block;
    margin-left: 0;
  }
}

.bulletin .items .item {
  display: block;
  flex: 0 1 274px;
  margin-left: 2em;
  margin-top: 5em;
}

@media only screen and (max-width:1024px) {
  .bulletin .items .item {
    flex: 0 0 auto;
    margin-left: 9.090909091%;
    width: 40.909090909%;
  }
}

@media only screen and (max-width:480px) {
  .bulletin .items .item {
    margin-left: 0;
    width: auto;
  }
}

.bulletin h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(111deg,#ff435d,#ff435d 19%,#b0208e);
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.64em;
  margin: 0 0 .6em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  .bulletin h2 {
    font-size: 22px;
    line-height: 1.64em;
  }
}

.bulletin h2 span {
  display: none;
}

.bulletin h2 img {
  display: block;
  max-width: 100%;
}

.bulletin p {
  margin: .7em 0 0;
}

.take-place {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .take-place {
    font-size: 14px;
    line-height: 1.7em;
  }
}

@media only screen and (max-width:480px) {
  .take-place {
    text-align: left;
  }
}

.take-place .wrap-cont {
  max-width: 720px;
}

.take-place h2 {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.64em;
  margin: 4em 0 0;
}

@media only screen and (max-width:767px) {
  .take-place h2 {
    font-size: 22px;
    line-height: 1.64em;
  }
}

.take-place p {
  margin: 1em 0 0;
}

.take-place p.accent {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  margin-top: 1.2em;
}

@media only screen and (max-width:767px) {
  .take-place p.accent {
    font-size: 16px;
    line-height: 1.7em;
  }
}

.popup.black.payment-popup .popup-window {
  max-width: 450px;
  width: 100%;
}

@media only screen and (max-width:767px) {
  .popup.black.payment-popup .popup-window {
    box-shadow: none;
    height: 100%;
    max-width: 100%;
  }
}

.popup.black.theme-popup .popup-window {
  max-width: 700px;
}

.popup.black.theme-popup .popup-content p {
  font-weight: 500;
  margin: 1em 0 0;
}

.popup.black.theme-popup .popup-content h2 {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.64em;
  margin: 2em 0 1em;
}

@media only screen and (max-width:767px) {
  .popup.black.theme-popup .popup-content h2 {
    font-size: 18px;
    line-height: 1.64em;
  }
}

.popup.black.theme-popup .popup-content .leading {
  margin-top: 2.5em;
}

.popup.black.theme-popup .popup-content .leading .lead {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 1em 0 0;
}

.no-touchevents .popup.black.theme-popup .popup-content .leading .lead.widget-open:active,
.no-touchevents .popup.black.theme-popup .popup-content .leading .lead.widget-open:hover,
.touchevents .popup.black.theme-popup .popup-content .leading .lead.widget-open:active {
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
}

.no-touchevents .popup.black.theme-popup .popup-content .leading .lead.widget-open:active .info h3,
.no-touchevents .popup.black.theme-popup .popup-content .leading .lead.widget-open:hover .info h3,
.touchevents .popup.black.theme-popup .popup-content .leading .lead.widget-open:active .info h3 {
  color: #ee4167;
}

.popup.black.theme-popup .popup-content .leading .lead picture {
  flex: 0 0 auto;
  margin-right: 1em;
  width: 4em;
}

.popup.black.theme-popup .popup-content .leading .lead picture img {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
}

.popup.black.theme-popup .popup-content .leading .lead .info {
  flex: 1 1 auto;
}

.popup.black.theme-popup .popup-content .leading .lead .info h3 {
  font-weight: 700;
  margin: 0;
}

.popup.black.theme-popup .popup-content .leading .lead .info p {
  margin: 0;
}

.popup.black.theme-popup .popup-content .EVWG_ContentContainer .EVWG_ScheduleList__Tracks {
  display: none;
}

.popup.black.theme-popup .popup-content .EVWG_ContentContainer .EVWG_ScheduleList__Sessions {
  padding-right: 0;
  width: auto;
}

.popup.black.theme-popup .popup-content .EVWG_ContentContainer .EVWG_ScheduleList .EVWG_SessionGroup {
  margin-bottom: 20px;
}

.popup.black.theme-popup .popup-content .EVWG_ContentContainer .EVWG_Session__Info {
  display: none;
}

.popup.black.theme-popup .popup-content .EVWG_Session__Speaker-Logo {
  background: none;
}

.popup.black.theme-popup .popup-content .EVWG_Session__Speaker-Name {
  margin-top: 0;
}

.tickets {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin: 1em 0 -6.0625em;
  padding-bottom: 6.0625em;
  position: relative;
}

@media only screen and (max-width:767px) {
  .tickets {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.tickets h2 {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.64em;
  margin: 4em auto 0;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .tickets h2 {
    font-size: 22px;
    line-height: 1.64em;
  }
}

@media only screen and (max-width:480px) {
  .tickets h2 {
    text-align: left;
  }
}

.tickets .intro {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .tickets .intro {
    text-align: left;
  }
}

.tickets .tickets-wrap {
  overflow: hidden;
  position: relative;
}

.tickets .swiper-container {
  margin: 0 auto;
  overflow: visible;
  padding: 0 20px;
}

@media only screen and (max-width:767px) {
  .tickets .swiper-container {
    padding: 0 10px;
  }
}

.tickets .swiper-container .items {
  height: auto;
  justify-content: center;
  padding: 80px 0 0;
}

.tickets .swiper-container.swiper-container-horizontal .items {
  justify-content: flex-start;
}

.tickets .swiper-container .items .item {
  height: auto;
  padding: 0 19px;
  width: auto;
}

.tickets .swiper-container .items .item:first-child {
  z-index: 2;
}

.tickets .ticket {
  padding: 28px 0 0 8px;
  position: relative;
}

.tickets .ticket .ticket-container {
  position: relative;
  z-index: 2;
}

.tickets .ticket .ticket-container>div {
  left: -8px;
  padding: 3px;
  position: relative;
  top: -28px;
}

.tickets .ticket .ticket-container>div>div {
  background-color: #1e1e1e;
  box-sizing: border-box;
  min-height: 352px;
  padding: 40px 24px 0;
  position: relative;
  width: 264px;
}

.tickets .ticket.disabled .ticket-container {
  opacity: .4;
}

.tickets .ticket.disabled .ticket-container>div:after {
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.tickets .ticket .ticket-container .badge span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 900;
  left: -20px;
  line-height: 1;
  padding: 6px 7px;
  position: absolute;
  text-transform: uppercase;
  top: -18px;
  z-index: 23;
}

.tickets .ticket .ticket-container .price {
  display: block;
  height: 35px;
  margin: 0 auto;
  width: 215px;
}

.tickets .ticket .ticket-container .button {
  margin-top: 28px;
}

.tickets .ticket .ticket-container a.payment {
  align-items: center;
  color: #ff435d;
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
  justify-content: flex-start;
  line-height: 1.64;
  text-decoration: none;
  transition: color .15s ease-in-out;
}

.tickets .ticket .ticket-container a.payment svg {
  display: block;
  flex: 0 1 auto;
  height: 1.5em;
  margin-right: .25em;
  width: 1.5em;
}

.tickets .ticket .ticket-container a.payment span {
  border-bottom: 1px dashed #ff435d;
  flex: 0 1 auto;
  transition: border-color .15s ease-in-out;
}

.no-touchevents .tickets .ticket .ticket-container a.payment:hover {
  color: #ff9ba9;
}

.no-touchevents .tickets .ticket .ticket-container a.payment:hover span {
  border-color: #ff9ba9;
}

.tickets .ticket .ticket-container a.payment:active {
  color: #bf2238;
}

.tickets .ticket .ticket-container a.payment:active span {
  border-color: #bf2238;
}

.tickets .ticket .ticket-container p {
  font-size: 16px;
  line-height: 1.44;
  margin: 0;
  padding: 10px 0 0;
}

.tickets .ticket .ticket-container p:first-of-type {
  padding-top: 21px;
}

.tickets .ticket.plum .ticket-container,
.tickets .ticket.plum .ticket-container>div {
  background: linear-gradient(141deg,#3023ae,#ed4159);
}

.tickets .ticket.magenta .ticket-container,
.tickets .ticket.magenta .ticket-container>div {
  background-image: linear-gradient(96deg,#ff435d,#b0208e);
}

.tickets .ticket.red .ticket-container,
.tickets .ticket.red .ticket-container>div {
  background-image: linear-gradient(148deg,#3023ae,#ed4159);
}

.tickets .ticket.purple .ticket-container,
.tickets .ticket.purple .ticket-container>div {
  background-color: #b2218c;
}

.tickets .ticket.teal .ticket-container,
.tickets .ticket.teal .ticket-container>div {
  background: linear-gradient(141deg,#348f50,#56b4d3);
}

.tickets .ticket.orange .ticket-container,
.tickets .ticket.orange .ticket-container>div {
  background: linear-gradient(141deg,#ede574,#ed4159);
}

.tickets .sold-out {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 128px;
  font-weight: 400;
  justify-content: center;
  left: 0;
  line-height: 1.64em;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 80px;
  z-index: 12;
}

@media only screen and (max-width:767px) {
  .tickets .sold-out {
    font-size: 72px;
    line-height: 1.64em;
  }
}

.buy-afterparty {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.64em;
  margin: 3em 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .buy-afterparty {
    font-size: 18px;
    line-height: 1.64em;
  }
}

.buy-afterparty p {
  margin: .5em 0;
}

.theme-speakers {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  overflow: hidden;
}

@media (max-width:530px) {
  .theme-speakers {
    font-size: 12px;
    line-height: 1.43;
  }
}

.theme-speakers h2.section {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.64;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .theme-speakers h2.section {
    font-size: 22px;
    line-height: 1.64;
  }
}

.theme-speakers .themes .wrap-cont {
  max-width: 1182px;
}

.theme-speakers .themes h2.section {
  margin: 2em 0 0;
}

.theme-speakers .themes .items,
.theme-speakers .themes .items .item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-speakers .themes .items {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -2%;
  margin-top: 2.5%;
  position: relative;
}

.theme-speakers .themes .items .item {
  background-color: #1d1f26;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  margin-left: 1.6%;
  margin-top: 1.6%;
  min-height: 15em;
  padding: 1.8em;
  text-align: left;
  text-decoration: none;
  transition: background-color .15s ease-in-out;
  width: 23.0392157%;
}

@media only screen and (max-width:1024px) {
  .theme-speakers .themes .items .item {
    width: 31.372549033%;
  }
}

@media only screen and (max-width:767px) {
  .theme-speakers .themes .items .item {
    width: 48.0392157%;
  }
}

.theme-speakers .themes .items a.item:active,
.theme-speakers .themes .items a.item:hover {
  background-color: #271646;
}

.theme-speakers .themes .items h3 {
  color: #ed4159;
  flex: 0 0 auto;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33em;
  margin: 0 0 .2em;
  min-height: 2.66em;
  text-transform: uppercase;
}

@media only screen and (max-width:1024px) {
  .theme-speakers .themes .items h3 {
    font-size: 16px;
    line-height: 1.33em;
  }
}

@media only screen and (max-width:480px) {
  .theme-speakers .themes .items h3 {
    font-size: 13px;
    line-height: 1.33em;
  }
}

.theme-speakers .themes .items .members {
  flex: 0 0 auto;
}

.theme-speakers .themes .items .members .name {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.06em;
  margin-top: 1em;
}

@media only screen and (max-width:1024px) {
  .theme-speakers .themes .items .members .name {
    font-size: 15px;
    line-height: 1.06em;
  }
}

@media only screen and (max-width:480px) {
  .theme-speakers .themes .items .members .name {
    font-size: 13px;
    line-height: 1.35em;
  }
}

.theme-speakers .themes .items .members p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23em;
  margin: .3em 0 0;
}

.theme-speakers .speakers h2.section {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 4em auto 0;
  max-width: 815px;
}

@media only screen and (max-width:767px) {
  .theme-speakers .speakers h2.section {
    display: block;
  }
}

.theme-speakers .speakers h2.section span {
  display: block;
  flex: 0 1 auto;
}

.theme-speakers .speakers h2.section i {
  animation: serviceSprite 2.2s steps(20) infinite;
  background-image: url(/assets/files/mic@2x-1c9c47eb0d19dc72eb4d43e4ff234e06.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex: 0 0 auto;
  height: 5.909090909em;
  margin-left: -5.909090909em;
  margin-right: 1em;
  width: 5.909090909em;
}

@media only screen and (max-width:767px) {
  .theme-speakers .speakers h2.section i {
    margin: 0 auto;
  }
}

.theme-speakers .speakers .wrap-cont {
  max-width: 1144px;
}

.theme-speakers .speakers .items {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -5%;
  padding-bottom: 4.7%;
}

@media (max-width:530px) {
  .theme-speakers .speakers .items {
    margin-left: -15%;
  }
}

.theme-speakers .speakers .items .item {
  display: block;
  flex: 0 0 auto;
  margin-left: 4.7619048%;
  margin-top: 6em;
  text-align: center;
  width: 20.2380952%;
}

.theme-speakers .speakers .items .item.widget-open {
  cursor: url(/assets/files/hand-107bfc389ff488f8ce2eb1a3af99c28b.png) 14 0,pointer;
}

.no-touchevents .theme-speakers .speakers .items .item.widget-open:hover h3,
.touchevents .theme-speakers .speakers .items .item.widget-open:active h3 {
  color: #ee4167;
}

.theme-speakers .speakers .items .item.link.red {
  border-bottom: none;
}

.theme-speakers .speakers .items .item.link.red span {
  border-bottom: 2px solid rgba(237,65,89,.5);
}

.theme-speakers .speakers .items .item.link.red h3 {
  transition: none;
}

@media only screen and (max-width:1024px) {
  .theme-speakers .speakers .items .item {
    margin-top: 4em;
    width: 28.571428533%;
  }
}

@media only screen and (max-width:767px) {
  .theme-speakers .speakers .items .item {
    margin-top: 3em;
    width: 45.2380952%;
  }
}

@media (max-width:530px) {
  .theme-speakers .speakers .items .item {
    margin-left: 13.0434783%;
    width: 36.9565217%;
  }
}

.theme-speakers .speakers .items .item picture:after,
.theme-speakers .speakers .items .item picture:before {
  content: "";
  display: block;
  height: 85%;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(1n) picture:before {
  background: linear-gradient(45deg,#ede073,#ed495a);
  border-radius: 8%;
  height: 85%;
  left: 5%;
  top: 5%;
  transform: rotate(-15deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(2n) picture:before {
  background: linear-gradient(90deg,#397eec,#ed4159);
  border-radius: 8%;
  height: 85%;
  left: 5%;
  top: 5%;
  transform: rotate(15deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(3n) picture:before {
  background: linear-gradient(45deg,#d73d62,#4326a5);
  border-radius: 32% 26%;
  height: 97%;
  left: 18%;
  top: 4%;
  transform: rotate(-34deg);
  width: 90%;
}

.theme-speakers .speakers .items .item:nth-child(4n) picture:before {
  background: linear-gradient(180deg,#ec415f,#bf2784);
  border-radius: 46% 48%;
  height: 96%;
  left: 6%;
  top: -6%;
  transform: rotate(-69deg);
  width: 100%;
}

.theme-speakers .speakers .items .item:nth-child(5n) picture:before {
  background: linear-gradient(45deg,#cb2c7d,#fc415e);
  border-radius: 8%;
  height: 85%;
  left: 21%;
  top: 1%;
  transform: rotate(-22deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(6n) picture:before {
  background: linear-gradient(135deg,#ede073,#ed4a5a);
  border-radius: 8%;
  height: 85%;
  left: 8%;
  top: 14%;
  transform: rotate(-5deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(7n) picture:before {
  background: linear-gradient(135deg,#f73f62,#b82489);
  border-radius: 29% 31%;
  height: 90%;
  left: 11%;
  top: -1%;
  transform: rotate(18deg);
  width: 97%;
}

.theme-speakers .speakers .items .item:nth-child(8n) picture:before {
  background: linear-gradient(180deg,#ed4159,#2286ff);
  border-radius: 7%;
  height: 85%;
  left: 12%;
  top: 5%;
  transform: rotate(73deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(9n) picture:before {
  background: linear-gradient(90deg,#d83276,#ee3c67);
  border-radius: 50%;
  height: 85%;
  left: 25%;
  top: -7%;
  transform: rotate(45deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(9n) picture:after {
  background: linear-gradient(90deg,#a9227b,#d63176);
  border-radius: 50%;
  height: 85%;
  left: -1%;
  top: 22%;
  transform: rotate(45deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(10n) picture:before {
  background: linear-gradient(139deg,#ede574,#ed4159);
  border-radius: 29% 31%;
  height: 85%;
  left: 17%;
  top: -2%;
  transform: rotate(-230deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(11n) picture:before {
  background: linear-gradient(67deg,#00eaff,#ed4159);
  border-radius: 14%;
  height: 85%;
  left: -2%;
  top: 1%;
  transform: rotate(-230deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(12n) picture:before {
  background: linear-gradient(151deg,#6500a9,#0fa1d5);
  border-radius: 50%;
  height: 85%;
  left: 23%;
  top: 15%;
  transform: rotate(120deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(12n) picture:after {
  background: linear-gradient(151deg,#6500a9,#0fa1d5);
  border-radius: 50%;
  height: 85%;
  left: -4%;
  top: 1%;
  transform: rotate(45deg);
  width: 85%;
}

.theme-speakers .speakers .items .item:nth-child(13n) picture:before {
  background: linear-gradient(-45deg,#46a294,#54b2cc);
  border-radius: 8%;
  height: 77%;
  left: 0;
  top: -1%;
  transform: rotate(-53deg);
  width: 77%;
}

.theme-speakers .speakers .items .item:nth-child(14n) picture:before {
  background: linear-gradient(134deg,#ff435d,#b0208e);
  border-radius: 25%;
  height: 87%;
  left: 0;
  top: -6%;
  transform: rotate(-230deg);
  width: 91%;
}

.theme-speakers .speakers .items .item:nth-child(15n) picture:before {
  background: linear-gradient(90deg,#ed9567,#edc16e);
  border-radius: 50%;
  height: 80%;
  left: 24%;
  top: -1%;
  transform: rotate(45deg);
  width: 80%;
}

.theme-speakers .speakers .items .item:nth-child(15n) picture:after {
  background: linear-gradient(90deg,#ed8264,#eda66a);
  border-radius: 50%;
  height: 85%;
  left: -5%;
  top: 12%;
  transform: rotate(45deg);
  width: 85%;
}

.theme-speakers .speakers figure,
.theme-speakers .speakers picture {
  display: block;
  margin: 0 auto;
  max-width: 12.857142857em;
  position: relative;
  width: 100%;
}

.theme-speakers .speakers figure img,
.theme-speakers .speakers picture img {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
}

.theme-speakers .speakers figure:before {
  background: url(/assets/files/zaytsy-shape-c9784dd81f470ebd563643c9598f7357.png) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 120%;
  left: -9%;
  position: absolute;
  top: -13%;
  width: 120%;
}

.theme-speakers .speakers h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  margin: 1.45em 0 0;
  transition: color .15s ease-in-out;
}

@media (max-width:530px) {
  .theme-speakers .speakers h3 {
    font-size: 14px;
    line-height: 1.15;
  }
}

.theme-speakers .speakers p {
  margin: .5em 0 0;
}

.sponsors-block {
  overflow: hidden;
}

.sponsors-block h2.spec {
  color: #fff;
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.64em;
  margin: 2em auto 0;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .sponsors-block h2.spec {
    font-size: 22px;
    line-height: 1.64em;
  }
}

.sponsors-block h2.spec:before {
  background-image: url(/assets/files/glasses-b03002d4aa6fc39415f55c0fbd15e9c5.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 4.214285714em;
  margin: 0 auto;
  pointer-events: none;
  width: 6.142857143em;
}

.sponsors-block h2.spec span {
  display: block;
  margin: .85em auto 0;
}

.sponsors-block .items-links,
.sponsors-block .wrap-cont {
  max-width: 1200px;
}

.sponsors-block .sponsors {
  margin-top: 0;
  padding-bottom: 0;
}

.sponsors-block .sponsors h2 {
  color: #fff;
}

.sponsors-block .sponsors h2.gen,
.sponsors-block .sponsors h2.kilo,
.sponsors-block .sponsors h2.meg {
  color: #e4376e;
}

.sponsors-block .sponsors .be-sponsor p {
  color: #fff;
}

.sponsors-block .sponsors .short-links .items a.banner {
  border: none;
  box-shadow: 4px 4px 0 0 #ed4159;
}

.rabbit {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  overflow: hidden;
}

@media only screen and (max-width:767px) {
  .rabbit {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.rabbit .wrap-cont {
  max-width: 768px;
  position: relative;
  z-index: 3;
}

.rabbit .text {
  margin-top: 21%;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .rabbit .text {
    text-align: left;
  }
}

.rabbit .text p {
  margin: 1em 0 0;
}

.rabbit .text p.call {
  font-family: Press Start\ 2P,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width:767px) {
  .rabbit .text p.call {
    font-size: 10px;
    line-height: 1.7em;
  }
}

.rabbit .items {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 3em;
}

.rabbit .items .left {
  flex: 0 0 auto;
  width: 51%;
}

.rabbit .items .left .tooltip {
  margin-top: 10%;
}

.rabbit .items picture {
  display: block;
  flex: 0 0 auto;
  margin: 0 -33% 0 0;
  width: 82%;
}

.rabbit .items picture img,
.rabbit .tooltip {
  display: block;
  width: 100%;
}

.rabbit .tooltip {
  background: url(/assets/files/bubble-d004d8726ee9ad6cb1411ae3f58ea44a.svg) no-repeat 50% 50%;
  background-size: contain;
  color: #fff;
  padding: 53.865979381% 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.rabbit .tooltip .tooltip-content {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 95%;
}

.rabbit .tooltip .steps {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.rabbit .tooltip .steps .step {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1em;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.rabbit .tooltip .steps .step.active,
.rabbit .tooltip .steps .step.pass {
  animation-duration: .3s;
  animation-fill-mode: both;
  backface-visibility: hidden;
  transform: translateZ(0);
  visibility: visible;
  will-change: transform;
}

.rabbit .tooltip .steps .step.active {
  animation-name: zoomIn-90;
  z-index: 2;
}

.rabbit .tooltip .steps .step.pass {
  animation-name: zoomOut-90;
}

.rabbit .tooltip .steps .step b {
  font-weight: 600;
}

.rabbit .tooltip .steps .step span {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45em;
  margin: auto 0;
}

@media (max-width:808px) {
  .rabbit .tooltip .steps .step span {
    font-size: 2.722772277vw;
    line-height: 1.45em;
  }
}

.rabbit .tooltip .steps .step span a {
  color: #fff;
  text-decoration: underline;
}

.no-touchevents .rabbit .tooltip .steps .step span a:hover {
  color: #c6edff;
}

.rabbit .tooltip .steps .step span a:active {
  color: #63073a;
}

.rabbit .tooltip .step-reset {
  align-items: center;
  background-image: linear-gradient(135deg,#3023ae,#ed4159);
  border-radius: 50%;
  box-shadow: 0 .125em .25em 0 #8c0215;
  display: flex;
  flex-flow: row nowrap;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: -3px;
  top: -9px;
  transition: box-shadow .15s ease-in-out,background-image .15s ease-in-out;
  width: 40px;
  z-index: 3;
}

@media only screen and (max-width:767px) {
  .rabbit .tooltip .step-reset {
    height: 36px;
    top: -8px;
    width: 36px;
  }
}

@media only screen and (max-width:480px) {
  .rabbit .tooltip .step-reset {
    height: 22px;
    right: -2px;
    top: -5px;
    width: 22px;
  }
}

.rabbit .tooltip .step-reset:hover {
  background-image: linear-gradient(135deg,#2e32ca,#ef5494);
  box-shadow: 0 .125em .75em .125em #bd1f35;
}

.rabbit .tooltip .step-reset:active {
  background-image: linear-gradient(135deg,#23159d,#c72b5a);
  box-shadow: 0 1px 1px 0 #8c0215;
}

.rabbit .tooltip .step-reset svg {
  display: block;
  height: auto;
  width: 18px;
}

@media only screen and (max-width:767px) {
  .rabbit .tooltip .step-reset svg {
    width: 16px;
  }
}

@media only screen and (max-width:480px) {
  .rabbit .tooltip .step-reset svg {
    width: 10px;
  }
}

.rabbit .social-bottom {
  bottom: 5%;
  font-size: 14px;
  left: 0;
  line-height: 1.2em;
  position: absolute;
  text-align: center;
  width: 51%;
}

.rabbit .social-bottom ul.social {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-left: -.8em;
  margin-right: 3%;
}

@media only screen and (max-width:767px) {
  .rabbit .social-bottom {
    display: none;
  }
}

