html {
  height: 100%;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

table {
  border-collapse: collapse; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  outline: none; }

td {
  vertical-align: top; }

textarea {
  overflow: auto; }

img {
  border: none;
  display: block; }

map {
  display: none; }

object, embed {
  display: block; }

.wf {
  width: 100%; }

.hf {
  height: 100%; }

.whf {
  width: 100%;
  height: 100%; }

.wh1 {
  width: 1px;
  height: 1px; }

.posrel {
  position: relative; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.ma {
  margin: auto; }

.m0a {
  margin: 0 auto; }

.curp {
  cursor: pointer; }

.nowrap {
  white-space: nowrap; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.dn {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.clr, .clear {
  clear: both; }

.clrf {
  display: block !important;
  float: none !important;
  width: 1px !important;
  height: 1px !important;
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important; }

.cl:after {
  content: "";
  display: table;
  clear: both; }

table.debug, .debug table {
  border: 1px dotted #CC3333;
  border-collapse: collapse; }

td.debug, .debug td {
  border: 1px dotted #FF7769; }

div.debug, .debug div {
  border: 1px dotted #3333CC; }

span.debug, .debug span {
  border: 1px dotted #33CC33; }

@media screen, handheld, projection, speech, tty, tv {
  .forPrint {
    display: none; } }

@media print {
  .forScreen {
    display: none; } }

.inv {
  display: fixed;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
  z-index: -1; }

ul.uns {
  list-style: none; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* perfect-scrollbar v0.6.11 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

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

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

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

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  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-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-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-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-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-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"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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-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;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-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;
  -moz-transform-style: preserve-3d;
  -ms-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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

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

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

.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-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; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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%;
  object-fit: contain; }

/* 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; }

/* 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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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); } }

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

html {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative; }

body {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  color: #434343;
  position: relative; }
  body * {
    color: #434343; }

.main_holder {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: transform .35s;
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0); }

h2 {
  letter-spacing: 3px;
  font-size: 48px;
  font-family: "CircularAirPro-Medium";
  margin-top: 0;
  margin-bottom: 14px; }
  @media screen and (max-width: 1100px) {
    h2 {
      font-size: 28px; } }

.small_text {
  font-size: 16px;
  font-family: "CircularAirPro-Light";
  letter-spacing: 1px;
  line-height: 153%; }

main {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: filter .35s .35s linear, box-shadow 2s;
  position: absolute;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  background: #f5f5f5;
  filter: blur(0px);
  box-shadow: inset 0px 0px 400px 0px transparent; }
  main.shadow_on {
    box-shadow: inset 0px 0px 400px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 1100px) {
      main.shadow_on {
        box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.25); } }
  @media screen and (max-width: 1100px) {
    main {
      box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.25); } }

.page {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform .5s, opacity .5s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  z-index: 1; }
  @media screen and (max-width: 1100px) {
    .page {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      width: 100vw;
      overflow-x: hidden; } }
  .page:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle; }
  .page.current {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .page.gone {
    transform: translate3d(0, -100px, 0);
    opacity: 0; }

.menu {
  min-width: 320px;
  width: 40vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1; }
  @media screen and (max-width: 1100px) {
    .menu {
      width: 100vw; } }
  .menu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transform-style: preserve-3d;
    perspective: 25px; }
    @media screen and (max-width: 1100px) {
      .menu .close {
        top: 15px;
        right: 15px;
        z-index: 2; } }
    .menu .close:before {
      display: block;
      position: absolute;
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      top: 0;
      right: 0;
      color: #ff3254;
      font-size: 18px;
      transition: transform 450ms, font-size 450ms, color 450ms;
      transform: translate3d(0, 0, 0) rotateY(0deg);
      transform-style: preserve-3d !important;
      transform-origin: center center !important; }
    .menu .close:hover:before {
      transform: translate3d(0, 0, 0) rotateY(180deg);
      font-size: 22px;
      color: #363335; }
  .menu .menu_links {
    width: 100%;
    height: 100%;
    display: table; }
    @media screen and (max-width: 1100px) {
      .menu .menu_links {
        overflow-y: scroll;
        display: flex;
        padding: 40px 20px;
        -webkit-overflow-scrolling: touch; } }
    .menu .menu_links .old_center {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      @media screen and (max-width: 1100px) {
        .menu .menu_links .old_center {
          margin: auto; } }
      .menu .menu_links .old_center .menu_link {
        color: transparent;
        background: #363335;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #363335 0%, #363335 50%, #ff3254 50%, #ff3254 50%, #ff3254 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #363335 0%, #363335 50%, #ff3254 50%, #ff3254 50%, #ff3254 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #363335 0%, #363335 50%, #ff3254 50%, #ff3254 50%, #ff3254 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-background-clip: text;
        font-size: 36px;
        background-size: 200%;
        background-position: 100% 100%;
        font-family: "CircularAirPro-Medium";
        cursor: pointer;
        transition: background 250ms linear;
        text-align: center;
        padding: 30px 15px;
        display: inline-block; }
        @media screen and (max-width: 1100px) {
          .menu .menu_links .old_center .menu_link {
            padding: 20px 15px; } }
        @media screen and (min-width: 1025px) {
          .menu .menu_links .old_center .menu_link:hover {
            background-position: 0% 0%; } }
        .menu .menu_links .old_center .menu_link.active {
          pointer-events: none;
          background-position: 0% 0%; }

.canvas_holder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transition: transform 2s, opacity 2s;
  transform: translate3d(0, 100px, 0);
  will-change: transform, opacity;
  opacity: 0; }
  @media screen and (max-width: 1100px) {
    .canvas_holder {
      display: none; } }
  .canvas_holder:before {
    display: block;
    content: '';
    z-index: 3;
    position: absolute;
    width: 200%;
    height: 100%;
    pointer-events: none;
    background: -moz-linear-gradient(left, transparent 0%, #f5f5f5 50%, #f5f5f5 100%);
    background: -webkit-linear-gradient(left, transparent 0%, #f5f5f5 50%, #f5f5f5 100%);
    background: linear-gradient(to right, transparent 0%, #f5f5f5 50%, #f5f5f5 100%);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 550ms linear, transform 550ms linear;
    transform: translate3d(50%, 0, 0);
    opacity: 1; }
  .canvas_holder.start {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .canvas_holder.finish {
    transform: translate3d(0, -100px, 0);
    opacity: 0; }
  .canvas_holder.hide:before {
    transform: translate3d(-50%, 0, 0);
    opacity: 1; }
  .canvas_holder.transition {
    transition: opacity 380ms, transform 380ms; }
  .canvas_holder iframe {
    display: block;
    width: 100vw;
    height: 100vh;
    margin: auto;
    transform: scale(0.85);
    border: none;
    position: absolute; }

.content {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 1100px) {
    .content {
      width: 100vw;
      padding: 20px; } }

.page_1 .content {
  pointer-events: none;
  width: 100%; }
  @media screen and (max-width: 1100px) {
    .page_1 .content {
      pointer-events: all; }
      .page_1 .content .discover {
        position: fixed;
        left: 21px; } }
    @media screen and (max-width: 1100px) and (max-height: 400px) {
      .page_1 .content .discover {
        position: relative;
        left: 0; } }
  .page_1 .content .name_holder {
    width: 300px;
    height: 69px;
    margin-bottom: 28px;
    transform: translate3d(0, 0, 0);
    transition: transform .35s; }
    @media screen and (max-width: 1100px) {
      .page_1 .content .name_holder {
        width: 280px;
        height: 64px;
        margin-bottom: 15px; } }
    .page_1 .content .name_holder #path_1,
    .page_1 .content .name_holder #path_2,
    .page_1 .content .name_holder #path_3,
    .page_1 .content .name_holder #path_4,
    .page_1 .content .name_holder #path_5,
    .page_1 .content .name_holder #path_6,
    .page_1 .content .name_holder #path_7 {
      fill: #f5f5f5; }
    .page_1 .content .name_holder #path_1,
    .page_1 .content .name_holder #path_2,
    .page_1 .content .name_holder #path_3,
    .page_1 .content .name_holder #path_4,
    .page_1 .content .name_holder #path_5,
    .page_1 .content .name_holder #path_6,
    .page_1 .content .name_holder #path_7 {
      stroke: #6d6e71;
      stroke-width: 10px;
      visibility: hidden; }

@media screen and (max-width: 1100px) {
  .page_2:before {
    display: none; } }

.page_2 * {
  user-select: none; }

.page_2 .real_logo {
  position: absolute; }

.page_2 .content {
  font-size: 24px;
  color: #000;
  transition: transform .35s;
  width: 100%;
  height: 100%;
  padding-left: 0; }
  @media screen and (max-width: 1100px) {
    .page_2 .content.mobile_only {
      padding: 45px 20px;
      height: auto; }
      .page_2 .content.mobile_only .work {
        padding: 45px 0;
        min-height: 100vh; }
        .page_2 .content.mobile_only .work .main_image {
          max-width: 100%;
          margin-bottom: 30px; } }

.page_2 a:not(.discover) {
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 18px;
  font-family: "CircularAirPro-Medium";
  line-height: 43px;
  white-space: nowrap;
  position: relative;
  margin-top: 40px;
  display: inline-block;
  padding: 0 22px;
  user-select: none;
  border-bottom: 1px solid #434343; }
  @media screen and (max-width: 1100px) {
    .page_2 a:not(.discover) {
      margin-top: 20px; } }
  .page_2 a:not(.discover) .border {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 100ms 100ms linear;
    width: 0;
    height: 43px;
    border-top: 1px solid #434343;
    user-select: none;
    pointer-events: none; }
    .page_2 a:not(.discover) .border:before {
      display: block;
      position: absolute;
      content: '';
      width: 1px;
      height: 0;
      transition: height 100ms 200ms linear;
      bottom: 0;
      left: 0;
      background: #434343; }
    .page_2 a:not(.discover) .border:after {
      display: block;
      position: absolute;
      content: '';
      width: 1px;
      height: 0;
      transition: height 100ms linear;
      top: 0;
      right: 0;
      background: #434343; }
  @media screen and (min-width: 1025px) {
    .page_2 a:not(.discover):hover .border {
      width: 100%;
      transition: width 100ms 100ms linear; }
      .page_2 a:not(.discover):hover .border:before, .page_2 a:not(.discover):hover .border:after {
        height: 100%; }
      .page_2 a:not(.discover):hover .border:before {
        transition: height 100ms linear; }
      .page_2 a:not(.discover):hover .border:after {
        transition: height 100ms 200ms linear; } }

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

.page_2 .swiper-slide {
  display: inline-flex;
  position: relative;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 2200ms; }
  .page_2 .swiper-slide.swiper-slide-active {
    opacity: 1; }
  .page_2 .swiper-slide .imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    right: 0; }
    .page_2 .swiper-slide .imgs .center {
      position: relative;
      margin: auto 0;
      width: 100%;
      height: 60.3vw; }
  .page_2 .swiper-slide .img {
    position: absolute; }
    .page_2 .swiper-slide .img.img1 {
      width: 24.92vw;
      right: 30.9vw;
      top: -2.3vw; }
    .page_2 .swiper-slide .img.img2 {
      width: 37.38vw;
      right: 38.5vw;
      top: 20vw; }
    .page_2 .swiper-slide .img.img3 {
      width: 38.4127vw;
      right: 11.9vw;
      top: 3.25vw; }
  .page_2 .swiper-slide .texts {
    margin: auto 0;
    padding-left: 100px;
    position: relative;
    z-index: 1; }

.page_2 .controls_holder {
  position: absolute;
  z-index: 1;
  left: 50%;
  height: 60px;
  bottom: 58px;
  font-size: 0;
  width: 491px;
  margin-left: -245px; }
  .page_2 .controls_holder .swipe_left,
  .page_2 .controls_holder .swipe_right {
    cursor: pointer;
    width: 65px;
    height: 100%;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px; }
    .page_2 .controls_holder .swipe_left:before,
    .page_2 .controls_holder .swipe_right:before {
      position: absolute;
      color: #fff;
      font-size: 20px;
      display: block;
      height: 60px;
      line-height: 60px;
      width: 100%;
      top: 0;
      transition: font-size 250ms;
      transform: translate3d(0, 0, 0); }
    .page_2 .controls_holder .swipe_left.hidden,
    .page_2 .controls_holder .swipe_right.hidden {
      pointer-events: none; }
      .page_2 .controls_holder .swipe_left.hidden:before,
      .page_2 .controls_holder .swipe_right.hidden:before {
        font-size: 0 !important; }
  .page_2 .controls_holder .swipe_left:before {
    padding-left: 20px;
    text-align: left; }
  @media screen and (min-width: 1025px) {
    .page_2 .controls_holder .swipe_left:hover:before {
      font-size: 35px; } }
  .page_2 .controls_holder .swipe_right {
    right: 0; }
    .page_2 .controls_holder .swipe_right:before {
      padding-right: 20px;
      text-align: right; }
    @media screen and (min-width: 1025px) {
      .page_2 .controls_holder .swipe_right:hover:before {
        font-size: 35px; } }
  .page_2 .controls_holder .line {
    width: calc(100% - 130px);
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    margin-left: 65px;
    margin-top: 18px;
    height: 25px;
    white-space: nowrap; }
    .page_2 .controls_holder .line:before {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      height: 1px;
      width: 28px;
      background: #fff;
      top: 12px; }
    .page_2 .controls_holder .line:after {
      display: block;
      position: absolute;
      content: '';
      right: 0;
      height: 1px;
      width: 28px;
      background: #fff;
      top: 12px; }
    .page_2 .controls_holder .line .bullet {
      width: 48px;
      height: 48px;
      cursor: pointer;
      position: relative;
      top: 50%;
      margin-top: -24px;
      margin-right: 80px;
      display: inline-block; }
      .page_2 .controls_holder .line .bullet:before {
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #fff;
        margin-left: -12px;
        margin-top: -12px;
        left: 50%;
        top: 50%;
        content: '';
        transition: transform 250ms;
        transform-origin: center center !important;
        transform: translate3d(0, 0, 0) scale(0.16667); }
      .page_2 .controls_holder .line .bullet:after {
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        content: '';
        border-radius: 50%;
        border: 1px solid #fff;
        margin-left: -12px;
        margin-top: -12px;
        top: 50%;
        left: 50%;
        opacity: 0;
        transition: opacity 250ms; }
      @media screen and (min-width: 1025px) {
        .page_2 .controls_holder .line .bullet:hover:before {
          transform: translate3d(0, 0, 0) scale(1); } }
      .page_2 .controls_holder .line .bullet span {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 45px;
        font-size: 0px;
        transition: font-size 250ms;
        user-select: none;
        pointer-events: none; }
        .page_2 .controls_holder .line .bullet span:after {
          display: block;
          position: absolute;
          content: '';
          top: -22px;
          right: -80px;
          height: 1px;
          width: 80px;
          background: #fff; }
      .page_2 .controls_holder .line .bullet.active span {
        font-size: 14px; }
      .page_2 .controls_holder .line .bullet.active:before {
        transform: translate3d(0, 0, 0) scale(0.33333); }
      .page_2 .controls_holder .line .bullet.active:after {
        opacity: 1; }
      @media screen and (min-width: 1025px) {
        .page_2 .controls_holder .line .bullet.active:hover:before {
          transform: translate3d(0, 0, 0) scale(1); }
        .page_2 .controls_holder .line .bullet.active:hover:after {
          opacity: 1; } }
      .page_2 .controls_holder .line .bullet:last-child {
        margin-right: 0px; }
        .page_2 .controls_holder .line .bullet:last-child span:after {
          display: none; }

@media screen and (max-width: 1100px) {
  .page_2 .discover {
    margin-top: 20px !important;
    left: 0;
    position: relative; }
    .page_2 .discover .icon_arrow {
      top: 30px; } }

.page_3 .content {
  font-size: 24px;
  color: #000;
  transition: transform .35s;
  width: 100%;
  height: 100%;
  padding-left: 0;
  overflow: hidden;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 1100px) {
    .page_3 .content {
      height: auto;
      padding: 80px 20px; } }
  .page_3 .content .paints_holder {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -960px;
    margin-top: -487px;
    width: 1920px;
    height: 975px; }
    @media screen and (max-width: 1100px) {
      .page_3 .content .paints_holder {
        display: none; } }
    .page_3 .content .paints_holder canvas {
      width: 1920px;
      height: 975px;
      transform-origin: center center !important;
      transform: translate3d(0, 0, 0) scale(1);
      opacity: .35; }
    .page_3 .content .paints_holder .paint_content_holder {
      width: 1920px;
      height: 975px;
      transform-origin: center center !important;
      transform: translate3d(0, 0, 0) scale(1);
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      margin-left: -960px;
      margin-top: -487px; }
      .page_3 .content .paints_holder .paint_content_holder h2 {
        display: block;
        position: absolute;
        cursor: pointer;
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-top: -50px; }
        .page_3 .content .paints_holder .paint_content_holder h2 span {
          left: 50%;
          top: 45px;
          width: 400px;
          margin-left: -200px;
          padding-top: 100px;
          margin-top: -50px;
          font-family: "CircularAirPro-Book";
          color: #9c9c9c;
          transition: color 400ms, letter-spacing 600ms;
          white-space: nowrap;
          letter-spacing: 1px;
          text-align: center;
          display: block;
          position: absolute;
          pointer-events: none; }
          @media screen and (min-width: 1921px) {
            .page_3 .content .paints_holder .paint_content_holder h2 span {
              font-size: 18px; } }
          @media screen and (max-width: 1920px) {
            .page_3 .content .paints_holder .paint_content_holder h2 span {
              font-size: 19px; } }
          @media screen and (max-width: 1600px) {
            .page_3 .content .paints_holder .paint_content_holder h2 span {
              font-size: 20px; } }
          @media screen and (max-width: 1200px) {
            .page_3 .content .paints_holder .paint_content_holder h2 span {
              font-size: 24px; } }
        @media screen and (min-width: 1025px) {
          .page_3 .content .paints_holder .paint_content_holder h2:hover span {
            color: #000;
            letter-spacing: 2px; } }

@media screen and (max-width: 1100px) {
  .page_3 .mobile_skills h2 {
    font-size: 20px;
    display: block;
    padding: 25px 0 25px 60px;
    position: relative;
    margin: 0; }
    .page_3 .mobile_skills h2:before {
      position: absolute;
      left: 0;
      display: block;
      font-size: 37px;
      height: 37px;
      width: 37px;
      transform: translate3d(0, 0, 0) rotateZ(22deg);
      line-height: 100%;
      margin-top: -18px;
      top: 50%;
      z-index: 1;
      animation: pulsar 2000ms infinite linear; }
    .page_3 .mobile_skills h2:after {
      background: #9c9c9c;
      display: block;
      position: absolute;
      width: 1px;
      content: '';
      height: 100%;
      left: 18px;
      bottom: -45px; }
    .page_3 .mobile_skills h2:last-child:after {
      display: none; } }

@media screen and (max-width: 1100px) {
  .page_3 .discover {
    margin-top: 40px !important;
    left: 0;
    position: relative; }
    .page_3 .discover .icon_arrow {
      top: 30px; } }

.page_4 {
  text-align: center; }
  @media screen and (max-width: 1100px) {
    .page_4 {
      display: flex; }
      .page_4:before {
        display: none; } }
  .page_4 .content {
    transition: transform .35s;
    transform: translate3d(0, 0, 0);
    padding-right: 100px; }
    @media screen and (max-width: 1100px) {
      .page_4 .content {
        padding: 80px 20px;
        height: auto;
        margin: auto; } }
    .page_4 .content * {
      text-decoration: none;
      color: #fff; }
    .page_4 .content h1 {
      letter-spacing: 2px;
      font-size: 36px;
      margin-top: 0; }
      @media screen and (max-width: 1100px) {
        .page_4 .content h1 {
          font-size: 26px; } }
    .page_4 .content a {
      font-size: 24px;
      font-family: 'CircularAirPro-Light';
      padding: 5px 20px;
      display: inline-block;
      overflow: hidden;
      position: relative;
      line-height: 140%; }
      @media screen and (max-width: 1100px) {
        .page_4 .content a {
          padding: 5px 20px;
          margin: 10px 0; }
          .page_4 .content a:before, .page_4 .content a:after {
            width: 50% !important; } }
      .page_4 .content a:before {
        display: block;
        position: absolute;
        bottom: 0;
        width: 0;
        transition: width 200ms;
        content: '';
        background: #fff;
        height: 1px;
        left: 0; }
      .page_4 .content a:after {
        display: block;
        position: absolute;
        bottom: 0;
        width: 0;
        transition: width 200ms;
        content: '';
        background: #fff;
        height: 1px;
        right: 0; }
      @media screen and (min-width: 1025px) {
        .page_4 .content a:hover:before, .page_4 .content a:hover:after {
          width: 50%; } }
    .page_4 .content .contact_holder.last a {
      margin-bottom: 0; }

.main_background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1500ms linear;
  z-index: -1; }
  .main_background .swiper-slide {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .main_background.active {
    opacity: 1; }

.video_holder {
  width: 100vw !important;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1500ms linear;
  z-index: -1; }
  .video_holder .video_background {
    width: 100vw !important;
    height: 100%; }
  .video_holder .video_canvas {
    width: 100vw !important; }
    .video_holder .video_canvas video {
      min-width: 100vw !important;
      height: auto; }
  .video_holder.active {
    opacity: 1; }

.letters {
  color: #363335;
  font-size: 36px;
  line-height: 120%;
  font-family: "CircularAirPro-Medium";
  transition: transform 2s, opacity 2s 1s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  padding-left: 5px;
  will-change: transform, opacity;
  user-select: none; }
  @media screen and (max-width: 1100px) {
    .letters {
      font-size: 20px; } }
  .letters.start {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .letters.after_start {
    transition: transform .35s; }

.main.opened .main_holder {
  transform: translate3d(-40vw, 0, 0); }
  @media screen and (max-width: 1100px) {
    .main.opened .main_holder {
      transform: translate3d(-100vw, 0, 0); } }

.main.opened main {
  pointer-events: none;
  filter: blur(5px); }
  @media screen and (max-width: 1100px) {
    .main.opened main {
      filter: blur(0px); } }

.main.opened .letters,
.main.opened .burger,
.main.opened .discover {
  transform: translate3d(40vw, 0, 0); }
  @media screen and (max-width: 1100px) {
    .main.opened .letters,
    .main.opened .burger,
    .main.opened .discover {
      transform: translate3d(100vw, 0, 0); } }

.main.opened .page_1 .content .name_holder {
  transform: translate3d(40vw, 0, 0); }
  @media screen and (max-width: 1100px) {
    .main.opened .page_1 .content .name_holder {
      transform: translate3d(100vw, 0, 0); } }

@media screen and (max-width: 1100px) {
  .main.opened .page_1 .content .top_logo_holder {
    transform: translate3d(100vw, 0, 0); } }

.main.opened .page_2 .content,
.main.opened .page_3 .content,
.main.opened .page_4 .content {
  transform: translate3d(40vw, 0, 0); }
  @media screen and (max-width: 1100px) {
    .main.opened .page_2 .content,
    .main.opened .page_3 .content,
    .main.opened .page_4 .content {
      transform: translate3d(100vw, 0, 0); } }

.burger {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 25px;
  top: 50%;
  margin-top: -25px;
  z-index: 7;
  cursor: pointer;
  transition: transform 2s, opacity 2s 1s;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  will-change: transform, opacity; }
  @media screen and (max-width: 1100px) {
    .burger {
      top: 10px;
      margin-top: 0;
      right: 10px;
      margin-right: 0; } }
  .burger.start {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .burger.after_start {
    transition: transform .35s; }
  .burger .plank {
    position: absolute;
    background: #363335;
    height: 2px;
    right: 13px;
    transition: width 200ms 200ms, transform 200ms 200ms, background 2000ms;
    transform: translate3d(0, 0, 0) rotateZ(0deg);
    transform-origin: center right !important; }
    .burger .plank:first-child {
      width: 22px;
      top: 19px; }
    .burger .plank:last-child {
      width: 16px;
      top: 27px; }
    .burger .plank:nth-child(2) {
      transition: opacity 200ms, transform 200ms, background 2000ms;
      opacity: 0;
      transform: translate3d(-7px, 0, 0);
      width: 38px;
      top: 23px;
      right: 12px;
      border-radius: 0 5px 5px 0; }
  @media screen and (min-width: 1025px) {
    .burger:hover .plank {
      transition: width 200ms, transform 200ms, background 2000ms; }
      .burger:hover .plank:first-child {
        transform: translate3d(0, 4px, 0) rotateZ(-45deg); }
      .burger:hover .plank:last-child {
        transform: translate3d(0, -4px, 0) rotateZ(45deg);
        width: 22px; }
      .burger:hover .plank:nth-child(2) {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: opacity 200ms 200ms, transform 200ms 200ms, background 2000ms; } }
  .burger.white .plank {
    background: #fff; }

.discover {
  position: fixed;
  z-index: 5;
  left: 100px;
  bottom: 22px;
  cursor: pointer;
  height: 54px;
  transition: transform 2s, opacity 2s 1s;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  will-change: transform, opacity;
  padding-left: 5px;
  color: inherit;
  text-decoration: none; }
  @media screen and (max-width: 1100px) {
    .discover {
      display: none !important; }
      .discover.only_mobile {
        display: block;
        position: relative;
        margin-top: 60px;
        left: 0; } }
  .discover.start {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .discover.after_start {
    transition: transform .35s; }
  .discover.hide {
    opacity: 0;
    pointer-events: none; }
  .discover > span:first-child {
    font-size: 12px;
    color: #363335;
    font-family: "CircularAirPro-Book"; }
  .discover > span.icon_arrow {
    position: absolute;
    height: 24px;
    top: 24px;
    display: block;
    animation: bounceBack 200ms forwards linear; }
    .discover > span.icon_arrow:before {
      color: #000;
      font-size: 24px; }
  @media screen and (min-width: 1025px) {
    .discover:hover > span.icon_arrow {
      animation: bounce 1.5s forwards linear; } }

.logo {
  position: absolute;
  transform: translate3d(0, 0, 0);
  transition: opacity 350ms, transform 350ms;
  width: 147px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 100px;
  top: 20px;
  z-index: 2; }
  @media screen and (max-width: 1100px) {
    .logo {
      left: 20px;
      top: 15px; } }
  .logo.left {
    transform: translate3d(40vw, 0, 0); }
    @media screen and (max-width: 1100px) {
      .logo.left {
        transform: translate3d(100vw, 0, 0); } }
  .logo.hidden {
    opacity: 0 !important;
    transform: translate3d(0, -100px, 0) !important; }
  .logo.scrolled {
    opacity: 0;
    transform: translate3d(0, -100px, 0); }

.video_holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.top_logo_holder {
  display: none; }
  @media screen and (max-width: 1100px) {
    .top_logo_holder {
      display: block;
      width: 150px;
      margin-bottom: 10px;
      transform: translate3d(0, 0, 0);
      transition: transform .35s; } }

@media screen and (max-width: 1100px) {
  .desktop_only {
    display: none !important; } }

.mobile_only {
  display: none !important; }
  @media screen and (max-width: 1100px) {
    .mobile_only {
      display: block !important; } }

.video_canvas {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }
  .video_canvas video {
    opacity: 1;
    position: absolute; }
  .video_canvas canvas {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1; }
  .video_canvas .IIV::-webkit-media-controls-play-button,
  .video_canvas video::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px; }

#sizer {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: -1;
  opacity: 0; }

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0); }
  10% {
    transform: translate3d(0, 20px, 0); }
  20% {
    transform: translate3d(0, 0, 0); }
  30% {
    transform: translate3d(0, 20px, 0); }
  40% {
    transform: translate3d(0, 5px, 0); }
  50% {
    transform: translate3d(0, 20px, 0); }
  60% {
    transform: translate3d(0, 10px, 0); }
  70% {
    transform: translate3d(0, 20px, 0); }
  80% {
    transform: translate3d(0, 15px, 0); }
  90% {
    transform: translate3d(0, 20px, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes bounceBack {
  0% {
    transform: translate3d(0, 20px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes pulsar {
  0% {
    color: #000000; }
  50% {
    color: #9c9c9c; }
  100% {
    color: #000000; } }
