body, .wash__text, .instruction__material-text--light, .disclaimer__text {
  font-family: 'Circe-Regular';
  font-weight: 400;
}

h1, .wash__subtitle, .instruction__type-text, .instruction__material-text, .interview__subtitle, .interview__item, .interview__statistics, .game-page__subtitle {
  font-family: 'Circe-Bold';
  font-weight: 700;
}

h2, .button, .wash__title, .hero__subtitle, .interview__total, .game-page__total, .game-page__button, .game-result__you {
  font-family: 'Circe-ExtraBold';
  font-weight: 800;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  perspective: 1200px;
}

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

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

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

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

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

.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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

.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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  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: .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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Circe-Regular';
  src: local("Circe-Regular"), local("Circe-Regular"), url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circe-Bold';
  src: local("Circe-Bold"), local("Circe-Bold"), url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Circe-ExtraBold';
  src: local("Circe-ExtraBold"), local("Circe-ExtraBold"), url("../fonts/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
}

body {
  color: #FFFFFF;
  height: auto;
}

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

button {
  text-align: left;
}

.wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}

.page-content {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 9999;
}

@media (max-width: 1023px) {
  .page-content {
    min-height: auto;
    height: auto !important;
  }
}

.container {
  position: relative;
  max-width: 78.90625vw;
  padding: 0 0.78125vw;
  width: 100%;
  margin: 0 auto;
}

.header-fixed .logo__text {
  /*position: absolute;
        z-index: -1;
        transform: translateX(-300%);
        white-space: nowrap;*/
  transition: all .5s;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

h1 {
  position: relative;
  margin: 0;
  font-size: 6.25vw;
  line-height: 6.25vw;
  text-transform: uppercase;
  transition: .3s;
  z-index: 5;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 7.14286vw;
    line-height: 7.14286vw;
  }
}

@media (max-width: 650px) {
  h1 {
    font-size: 13.33333vw;
    line-height: 13.33333vw;
  }
}

h2 {
  font-size: 3.125vw;
  line-height: 3.75vw;
  text-align: center;
  text-transform: uppercase;
  color: #16478E;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 3.71429vw;
    line-height: 4.42857vw;
  }
}

@media (max-width: 650px) {
  h2 {
    font-size: 6.93333vw;
    line-height: 8.26667vw;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.83333vw 2.1875vw;
  background-color: #16478E;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
}

@media (max-width: 1023px) {
  .button {
    padding: 1vw 2.85714vw;
  }
}

@media (max-width: 650px) {
  .button {
    padding: 1.86667vw 5.33333vw;
  }
}

.button:hover {
  background-color: #3474CF;
}

.wash {
  display: none;
  padding: 0;
  max-width: 73.4375vw;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  cursor: auto !important;
}

@media (max-width: 1023px) {
  .wash {
    border-radius: 0;
    max-width: 53.57143vw;
  }
}

@media (max-width: 650px) {
  .wash {
    max-width: 100vw;
  }
}

.wash__inner {
  display: flex;
  max-height: 40.10417vw;
  background-color: #D6EEFC;
  border-radius: 30px;
}

@media (max-width: 1023px) {
  .wash__inner {
    max-height: none;
    flex-direction: column;
    justify-content: center;
  }
}

.wash__img-block {
  width: 32.44792vw;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1023px) {
  .wash__img-block {
    max-width: 100%;
    width: 100%;
    max-height: 45.71429vw;
  }
}

@media (max-width: 650px) {
  .wash__img-block {
    height: 100%;
    max-height: 100vw;
  }
}

.wash__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1023px) {
  .wash__img {
    position: static;
    border-radius: 0;
    object-position: bottom;
    height: 100vw;
  }
  .wash__img--mobile {
    display: block;
    width: 100%;
  }
}

.wash__text-block {
  padding: 3.4375vw 3.59375vw 3.22917vw 4.16667vw;
  background-color: #D6EEFC;
  max-width: 40.88542vw;
  max-height: 39.84375vw;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .wash__text-block {
    padding: 4.42857vw 3vw 6.42857vw;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 650px) {
  .wash__text-block {
    padding: 8.26667vw 5.6vw 12vw;
  }
}

.wash__title {
  font-size: 3.125vw;
  line-height: 3.33333vw;
  color: #16478E;
}

@media (max-width: 1023px) {
  .wash__title {
    font-size: 3.14286vw;
    line-height: 4.57143vw;
  }
}

@media (max-width: 650px) {
  .wash__title {
    font-size: 5.86667vw;
    line-height: 8.53333vw;
  }
}

.wash__subtitle {
  font-size: 1.45833vw;
  text-transform: uppercase;
  color: #16478E;
}

@media (max-width: 1023px) {
  .wash__subtitle {
    font-size: 1.71429vw;
    line-height: 3.71429vw;
  }
}

@media (max-width: 650px) {
  .wash__subtitle {
    font-size: 3.2vw;
    line-height: 6.93333vw;
  }
}

.wash__text {
  margin-top: 1.30208vw;
  font-size: 1.04167vw;
  line-height: 1.45833vw;
  color: #000000;
}

.wash__text--blue {
  color: #16478E;
}

@media (max-width: 1023px) {
  .wash__text {
    font-size: 1.85714vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .wash__text {
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

.wash .fancybox-close-small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 3.54167vw;
  height: 3.54167vw;
  top: 1.30208vw;
  right: 1.14583vw !important;
  border-radius: 50%;
  border: 1px solid #16478E;
  background-color: #FFFFFF;
}

.wash .fancybox-close-small svg {
  width: 1.77083vw;
  height: 1.77083vw;
  color: #16478E;
}

@media (max-width: 1023px) {
  .wash .fancybox-close-small svg {
    width: 3.57143vw;
    height: 3.57143vw;
  }
}

@media (max-width: 650px) {
  .wash .fancybox-close-small svg {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

@media (max-width: 1023px) {
  .wash .fancybox-close-small {
    width: 5.42857vw;
    height: 5.42857vw;
    right: 50% !important;
    transform: translateX(50%);
    top: 1.28571vw;
  }
}

@media (max-width: 650px) {
  .wash .fancybox-close-small {
    width: 10.13333vw;
    height: 10.13333vw;
    top: 2.4vw;
  }
}

.fancybox-bg {
  background-color: #FFFFFF;
  opacity: 1;
}

.fancybox-navigation .fancybox-button {
  opacity: 1;
}

.fancybox-button {
  display: flex;
  visibility: visible !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #16478E;
  width: 3.4375vw !important;
  height: 3.4375vw !important;
  border-radius: 50%;
  cursor: pointer;
  background-color: #FFFFFF;
  z-index: 10;
}

@media (max-width: 1023px) {
  .fancybox-button {
    width: 5.28571vw !important;
    height: 5.28571vw !important;
  }
}

@media (max-width: 650px) {
  .fancybox-button {
    display: none;
    width: 9.86667vw !important;
    height: 9.86667vw !important;
  }
}

.fancybox-button > div {
  display: flex;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}

.fancybox-button--arrow_right {
  right: 5vw !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.fancybox-button--arrow_left {
  left: 5vw !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.fancybox-button svg {
  color: #16478E;
  width: 2.34375vw;
  height: 1.30208vw;
}

@media (max-width: 1023px) {
  .fancybox-button svg {
    height: 1.71429vw;
    width: 6.42857vw;
    height: 2.85714vw;
  }
}

@media (max-width: 650px) {
  .fancybox-button svg {
    height: 3.2vw;
    width: 12vw;
    height: 5.33333vw;
  }
}

html, body {
  overflow: hidden !important;
}

@media (max-width: 1023px) {
  html, body {
    overflow: initial !important;
  }
}

.blue {
  background-color: #4CABE5;
}

.header {
  position: fixed;
  top: 1.45833vw;
  left: 2.60417vw;
  z-index: 5;
}

@media (max-width: 1023px) {
  .header {
    top: 3.71429vw;
  }
}

@media (max-width: 650px) {
  .header {
    top: 6.93333vw;
    left: 5.33333vw;
  }
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 4;
  height: 6.30208vw;
}

@media (max-width: 1023px) {
  .logo {
    height: 10.71429vw;
  }
}

@media (max-width: 650px) {
  .logo {
    height: 20vw;
  }
}

.logo::before {
  content: "";
  position: absolute;
  width: 10.41667vw;
  height: 8.17708vw;
  background-image: url(../images/logo-light.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  left: -3.125vw;
  top: -1.45833vw;
}

@media (max-width: 1023px) {
  .logo::before {
    width: 21.42857vw;
    height: 14.28571vw;
    left: -5.71429vw;
    top: -2.57143vw;
  }
}

@media (max-width: 650px) {
  .logo::before {
    width: 40vw;
    height: 26.66667vw;
    left: -10.66667vw;
    top: -4vw;
  }
}

.logo__img {
  position: relative;
  z-index: 5;
  max-width: 6.77083vw;
  height: 6.30208vw;
}

@media (max-width: 1023px) {
  .logo__img {
    max-width: 11.57143vw;
    height: 10.71429vw;
  }
}

@media (max-width: 650px) {
  .logo__img {
    max-width: 21.6vw;
    height: 20vw;
  }
}

.logo__text {
  margin-left: 2.23958vw;
  font-size: 1.25vw;
  line-height: 1.45833vw;
}

@media (max-width: 1023px) {
  .logo__text {
    display: block;
    min-width: 20vw;
    font-size: 1.85714vw;
    line-height: 2.71429vw;
  }
}

@media (max-width: 650px) {
  .logo__text {
    min-width: 37.33333vw;
    font-size: 3.46667vw;
    line-height: 5.06667vw;
  }
}

@media (max-width: 1200px) {
  .fp-tableCell {
    display: flex;
    align-items: center;
    max-height: 100%;
  }
}

@media (max-width: 1023px) {
  .fp-tableCell {
    height: auto !important;
  }
}

.hero {
  padding: 10.98958vw 0 7.08333vw 13.80208vw;
  background-color: #4CABE5;
  z-index: 3;
}

@media (max-width: 1023px) {
  .hero {
    padding: 16vw 5.71429vw 4.28571vw 2.85714vw;
  }
}

@media (max-width: 650px) {
  .hero {
    padding: 29.86667vw 10.66667vw 60.8vw 5.33333vw;
  }
}

.hero__inner-img {
  position: absolute;
  z-index: 5;
}

.hero__inner-img-1 {
  top: 0;
  left: 0;
  width: 2.76042vw;
  height: 10.36458vw;
}

@media (max-width: 650px) {
  .hero__inner-img-1 {
    top: auto;
    bottom: 0;
  }
}

.hero__inner-img-2 {
  left: 0;
  top: 17.44792vw;
  width: 2.91667vw;
  height: 2.91667vw;
}

.hero__inner-img-3 {
  left: 0;
  top: 20.72917vw;
  width: 1.97917vw;
  height: 1.97917vw;
}

.hero__inner-img-4 {
  left: 2.8125vw;
  top: 24.89583vw;
  width: 7.86458vw;
  height: 7.86458vw;
}

@media (max-width: 650px) {
  .hero__inner-img-4 {
    left: 20.26667vw;
    top: 21.33333vw;
    width: 5.86667vw;
    height: 5.86667vw;
  }
}

.hero__inner-img-5 {
  left: 40.20833vw;
  top: 5.83333vw;
  width: 1.5625vw;
  height: 1.5625vw;
}

.hero__inner-img-6 {
  left: 40.20833vw;
  top: 43.4375vw;
  width: 4.27083vw;
  height: 4.27083vw;
}

@media (max-width: 650px) {
  .hero__inner-img-6 {
    left: 68.26667vw;
    top: 106.66667vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.hero__inner-img-7 {
  left: 63.02083vw;
  top: 5.41667vw;
  width: 2.91667vw;
  height: 2.91667vw;
}

@media (max-width: 650px) {
  .hero__inner-img-7 {
    left: 71.2vw;
    top: 50.4vw;
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.hero__inner-img-8 {
  left: 76.35417vw;
  top: 0.52083vw;
  width: 4.27083vw;
  height: 4.27083vw;
}

@media (max-width: 650px) {
  .hero__inner-img-8 {
    left: 73.06667vw;
    top: 44.53333vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.hero__text-block {
  max-width: 32.8125vw;
}

@media (max-width: 1023px) {
  .hero__text-block {
    max-width: 100%;
    width: 50%;
  }
}

@media (max-width: 650px) {
  .hero__text-block {
    width: 100%;
  }
}

.hero__subtitle {
  position: relative;
  margin-top: 0.78125vw;
  font-size: 2.29167vw;
  line-height: 1.97917vw;
  text-transform: uppercase;
  z-index: 5;
}

@media (max-width: 1023px) {
  .hero__subtitle {
    font-size: 2.57143vw;
    line-height: 3.14286vw;
  }
}

@media (max-width: 650px) {
  .hero__subtitle {
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
}

.hero__text {
  position: relative;
  margin-top: 1.71875vw;
  font-size: 1.25vw;
  line-height: 1.77083vw;
  z-index: 5;
}

@media (max-width: 1023px) {
  .hero__text {
    width: 100%;
    font-size: 1.85714vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .hero__text {
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

.hero__button {
  position: relative;
  font-size: 1.25vw;
  line-height: 2.08333vw;
  margin-top: 3.125vw;
  max-width: 18.33333vw;
  width: 100%;
  z-index: 5;
}

@media (max-width: 1023px) {
  .hero__button {
    font-size: 1.85714vw;
    line-height: 2.42857vw;
    max-width: 28.57143vw;
  }
}

@media (max-width: 650px) {
  .hero__button {
    font-size: 3.46667vw;
    line-height: 4.53333vw;
    max-width: 53.33333vw;
  }
}

.hero__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: 76.51042vw;
}

.hero__img img {
  transform: scaleX(-1);
  width: 100%;
  display: block;
}

@media (max-width: 1023px) {
  .hero__img {
    max-width: 54.57143vw;
  }
}

@media (max-width: 650px) {
  .hero__img {
    max-width: 101.86667vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .hero__img {
    max-width: 106.11111vh;
  }
}

.instruction .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media (max-width: 1023px) {
  .instruction {
    padding: 3.28571vw 0 4vw;
  }
}

@media (max-width: 650px) {
  .instruction {
    padding: 6.13333vw 0 7.46667vw;
  }
}

.instruction__row {
  margin-top: 4.79167vw;
}

@media (max-width: 1023px) {
  .instruction__row {
    margin-top: 4.28571vw;
  }
}

@media (max-width: 650px) {
  .instruction__row {
    margin-top: 8vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .instruction__row {
    margin-top: 2.77778vh;
  }
}

.instruction__item {
  position: relative;
  max-width: 21.77083vw;
  height: 20.57292vw;
  padding: 2.60417vw 2.08333vw 2.5vw 2.60417vw;
  background-color: #D6EEFC;
  border: 0.06354vw solid #B7DDF5;
  border-radius: 30px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .instruction__item {
    padding: 2.14286vw 2.85714vw 4.28571vw;
    max-width: 100%;
    height: 28.57143vw;
  }
}

@media (max-width: 650px) {
  .instruction__item {
    display: block !important;
    padding: 8vw 5.33333vw 8vw;
    height: 53.33333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .instruction__item {
    padding: 8.33333vh 5.55556vh 8.33333vh;
    height: 55.55556vh;
  }
}

.instruction__type {
  display: flex;
  align-items: center;
}

.instruction__type-img-block {
  margin-right: 1.35417vw;
  min-width: 4.0625vw;
}

@media (max-width: 1023px) {
  .instruction__type-img-block {
    margin-right: 2.14286vw;
  }
}

@media (max-width: 650px) {
  .instruction__type-img-block {
    margin-right: 4vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .instruction__type-img-block {
    margin-right: 4.16667vh;
  }
}

.instruction__type-img {
  max-width: 3.69792vw;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .instruction__type-img {
    max-width: 5.85714vw;
  }
}

@media (max-width: 650px) {
  .instruction__type-img {
    max-width: 10.93333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .instruction__type-img {
    max-width: 11.38889vh;
  }
}

.instruction__type-text {
  font-size: 1.25vw;
  line-height: 1.77083vw;
  color: #000000;
}

@media (max-width: 1023px) {
  .instruction__type-text {
    font-size: 1.85714vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .instruction__type-text {
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .instruction__type-text {
    font-size: 3.61111vh;
    line-height: 5vh;
  }
}

.instruction__material {
  display: flex;
  align-items: center;
  margin-top: 2.08333vw;
}

@media (max-width: 1023px) {
  .instruction__material {
    margin-top: 4.28571vw;
  }
}

@media (max-width: 650px) {
  .instruction__material {
    margin-top: 6.66667vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .instruction__material {
    margin-top: 6.94444vh;
  }
}

.instruction__material-img-block {
  margin-right: 1.35417vw;
  min-width: 4.0625vw;
}

@media (max-width: 1023px) {
  .instruction__material-img-block {
    margin-right: 2vw;
  }
}

@media (max-width: 650px) {
  .instruction__material-img-block {
    margin-right: 3.73333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .instruction__material-img-block {
    margin-right: 3.88889vh;
  }
}

.instruction__material-img {
  max-width: 3.69792vw;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .instruction__material-img {
    max-width: 5.71429vw;
  }
}

@media (max-width: 650px) {
  .instruction__material-img {
    max-width: 10.66667vw;
  }
}

.instruction__material-text {
  font-size: 1.25vw;
  line-height: 1.77083vw;
  color: #000000;
}

@media (max-width: 1023px) {
  .instruction__material-text {
    font-size: 1.85714vw;
    line-height: 2.42857vw;
  }
}

@media (max-width: 650px) {
  .instruction__material-text {
    font-size: 3.46667vw;
    line-height: 4.53333vw;
  }
}

.instruction__button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 13.95833vw;
  width: 100%;
  min-height: 3.38542vw;
  bottom: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25vw;
  line-height: 1.51042vw;
}

@media (max-width: 1023px) {
  .instruction__button {
    max-width: 18.57143vw;
    min-height: 2.85714vw;
    font-size: 1.57143vw;
    line-height: 2.42857vw;
  }
}

@media (max-width: 650px) {
  .instruction__button {
    max-width: 34.66667vw;
    min-height: 5.33333vw;
    font-size: 2.93333vw;
    line-height: 4.53333vw;
    bottom: 8vw;
  }
}

.instruction .slide-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #16478E;
  width: 3.4375vw;
  height: 3.4375vw;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 1023px) {
  .instruction .slide-arrow {
    width: 5.28571vw;
    height: 5.28571vw;
  }
}

@media (max-width: 650px) {
  .instruction .slide-arrow {
    width: 9.86667vw;
    height: 9.86667vw;
  }
}

.instruction .arrow-next {
  right: -6.09375vw;
  top: 50%;
  transform: translateY(-50%);
}

.instruction .arrow-next .icon {
  fill: #16478E;
  stroke: #16478E;
  width: 2.34375vw;
  height: 1.30208vw;
}

@media (max-width: 1023px) {
  .instruction .arrow-next .icon {
    height: 1.71429vw;
  }
}

@media (max-width: 650px) {
  .instruction .arrow-next .icon {
    height: 3.2vw;
  }
}

@media (max-width: 1023px) {
  .instruction .arrow-next {
    right: -5vw;
  }
}

@media (max-width: 650px) {
  .instruction .arrow-next {
    right: -9.33333vw;
  }
}

.instruction .arrow-prev {
  left: -6.09375vw;
  top: 50%;
  transform: translateY(-50%);
}

.instruction .arrow-prev .icon {
  fill: #16478E;
  stroke: #16478E;
  width: 2.34375vw;
  height: 1.30208vw;
}

@media (max-width: 1023px) {
  .instruction .arrow-prev .icon {
    height: 1.71429vw;
  }
}

@media (max-width: 650px) {
  .instruction .arrow-prev .icon {
    height: 3.2vw;
  }
}

@media (max-width: 1023px) {
  .instruction .arrow-prev {
    left: -5vw;
  }
}

@media (max-width: 650px) {
  .instruction .arrow-prev {
    left: -9.33333vw;
  }
}

.instruction .slick-slide {
  padding: 0 1.5625vw;
}

.interview {
  height: 100%;
}

.interview__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1023px) {
  .interview__inner {
    padding: 5.14286vw 0 11.42857vw;
  }
}

@media (max-width: 650px) {
  .interview__inner {
    padding: 9.6vw 0 21.33333vw;
  }
}

.interview__total {
  margin-top: 1.5625vw;
  font-size: 1.5625vw;
  line-height: 1.25vw;
  text-align: center;
  text-transform: uppercase;
  color: #16478E;
}

@media (max-width: 1023px) {
  .interview__total {
    margin-top: 4.28571vw;
    font-size: 1.85714vw;
    line-height: 1.71429vw;
  }
}

@media (max-width: 650px) {
  .interview__total {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 3.2vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__total {
    margin-top: 2.77778vh;
    font-size: 3.61111vh;
    line-height: 3.33333vh;
  }
}

.interview__subtitle {
  margin-top: 1.04167vw;
  text-transform: none;
  min-height: 5.20833vw;
  line-height: 1.1;
}

@media (max-width: 1023px) {
  .interview__subtitle {
    font-size: 2.28571vw;
    line-height: 3.42857vw;
    margin-top: 2.85714vw;
  }
}

@media (max-width: 650px) {
  .interview__subtitle {
    margin-top: 2.66667vw;
    font-size: 4.26667vw;
    line-height: 6.4vw;
  }
}

.interview__row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.interview__row--mt {
  padding-top: 8.33333vw;
  padding-bottom: 8.33333vw;
}

@media (max-width: 650px) {
  .interview__row--mt {
    padding-top: 21.33333vw;
    padding-bottom: 0vw;
  }
  .interview__row--mt.pb {
    padding-bottom: 18.66667vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__row--mt {
    padding-top: 13.88889vh;
  }
  .interview__row--mt.pb {
    padding-bottom: 11.11111vh;
  }
}

@media (max-width: 650px) {
  .interview__row {
    flex-direction: column;
  }
}

.interview__container {
  margin-top: 1.04167vw;
}

@media (max-width: 1023px) {
  .interview__container {
    margin-top: 2.85714vw;
  }
}

@media (max-width: 650px) {
  .interview__container {
    margin-top: 8vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__container {
    margin-top: 8.33333vh;
  }
}

.interview__item {
  position: relative;
  display: block;
  padding-left: 6.45833vw;
  border: none;
  background-color: transparent;
  color: #4CABE5;
  font-size: 2.29167vw;
  line-height: 3.38542vw;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .interview__item {
    padding-left: 9.14286vw;
    font-size: 2.28571vw;
    line-height: 3.42857vw;
  }
}

@media (max-width: 650px) {
  .interview__item {
    padding-left: 17.06667vw;
    font-size: 4.26667vw;
    line-height: 6.4vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__item {
    padding-left: 17.77778vh;
    font-size: 3.61111vh;
    line-height: 4.72222vh;
  }
}

.interview__item:hover {
  color: #DB423B;
}

.interview__item:hover:before {
  border-color: #DB423B;
}

.interview__item::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 4.89583vw;
  height: 4.89583vw;
  border-radius: 50%;
  border: 2px solid #4CABE5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.29167vw;
  line-height: 1.45833vw;
}

@media (max-width: 1023px) {
  .interview__item::before {
    font-size: 2.28571vw;
    line-height: 2vw;
    width: 6.92857vw;
    height: 6.92857vw;
    border-width: 1px;
  }
}

@media (max-width: 650px) {
  .interview__item::before {
    font-size: 4.26667vw;
    line-height: 3.73333vw;
    width: 12.93333vw;
    height: 12.93333vw;
  }
}

.interview__item:nth-child(2)::before {
  content: "B";
}

.interview__item:nth-child(3)::before {
  content: "C";
}

.interview__item + .interview__item {
  margin-top: 3.4375vw;
}

@media (max-width: 1023px) {
  .interview__item + .interview__item {
    margin-top: 4.85714vw;
  }
}

@media (max-width: 650px) {
  .interview__item + .interview__item {
    margin-top: 9.06667vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__item + .interview__item {
    margin-top: 12.5vh;
  }
}

.interview__statistics {
  position: relative;
  text-align: center;
  color: #16478E;
  max-width: 17.70833vw;
  font-size: 2.08333vw;
  line-height: 2.29167vw;
  z-index: 2;
}

.interview__statistics--big {
  font-size: 4.6875vw;
  line-height: 4.79167vw;
}

@media (max-width: 1023px) {
  .interview__statistics--big {
    font-size: 5.71429vw;
    line-height: 6vw;
  }
}

@media (max-width: 650px) {
  .interview__statistics--big {
    font-size: 8vw;
    line-height: 8vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__statistics--big {
    font-size: 8.33333vh;
    line-height: 8.33333vh;
  }
}

@media (max-width: 1023px) {
  .interview__statistics {
    max-width: 18.28571vw;
    font-size: 2.28571vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .interview__statistics {
    max-width: 34.13333vw;
    font-size: 4.26667vw;
    line-height: 4.8vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__statistics {
    max-width: 35.55556vh;
    font-size: 3.88889vh;
    line-height: 5vh;
  }
}

.interview__statistics svg {
  position: absolute;
  width: 26.04167vw;
  height: 26.04167vw;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1023px) {
  .interview__statistics svg {
    width: 29.85714vw;
    height: 29.85714vw;
  }
}

@media (max-width: 650px) {
  .interview__statistics svg {
    width: 55.73333vw;
    height: 55.73333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .interview__statistics svg {
    width: 47.22222vh;
    height: 47.22222vh;
  }
}

.interview__button {
  margin-left: 10.41667vw;
  font-size: 1.25vw;
  line-height: 2.08333vw;
}

@media (max-width: 1023px) {
  .interview__button {
    font-size: 1.85714vw;
    line-height: 2.42857vw;
    margin-left: 10vw;
  }
}

@media (max-width: 650px) {
  .interview__button {
    line-height: 11.73333vw;
    margin-left: 0;
    margin-top: 21.33333vw;
    font-size: 3.46667vw;
    line-height: 4.53333vw;
  }
}

.interview-second .interview__inner {
  padding-bottom: 10.9375vw;
}

@media (max-width: 1023px) {
  .interview-second .interview__inner {
    padding-bottom: 17.14286vw;
  }
}

@media (max-width: 650px) {
  .interview-second .interview__inner {
    padding-bottom: 22.66667vw;
  }
}

.interview-result {
  margin-bottom: 250px;
}

.interview-result__bubble {
  position: absolute;
}

@media (max-width: 767px) {
  .interview-result__bubble {
    display: none;
  }
}

.interview-result__bubble-2 {
  top: 17vw;
  right: 21vw;
}

@media (max-width: 767px) {
  .interview-result__bubble-2 {
    display: block;
    width: 34px;
    height: 34px;
    top: 124vw;
    right: auto;
    left: -6vw;
  }
}

.interview-result__bubble-2--second {
  top: 22vw;
  right: 23vw;
}

@media (max-width: 767px) {
  .interview-result__bubble-2--second {
    top: 83vw;
    right: 0;
    left: auto;
  }
}

.interview-result__bubble-6 {
  top: 2vw;
  right: 0;
}

@media (max-width: 767px) {
  .interview-result__bubble-6 {
    display: block;
    width: 38px;
    height: 38px;
    left: 13vw;
    top: 90vw;
  }
}

.interview-result__bubble-6--second {
  top: auto;
  bottom: 12vw;
  right: -1vw;
}

@media (max-width: 767px) {
  .interview-result__bubble-6--second {
    bottom: 129vw;
    right: 0;
    left: auto;
  }
}

.interview-result__bubble-9 {
  top: 15.5vw;
  left: -6vw;
}

@media (max-width: 767px) {
  .interview-result__bubble-9 {
    display: block;
    width: 13px;
    height: 13px;
    top: 109vw;
    left: 7vw;
  }
}

.interview-result__bubble-9--second {
  bottom: 8vw;
  left: 31.5vw;
  top: auto;
}

@media (max-width: 767px) {
  .interview-result__bubble-9--second {
    top: 114vw;
    right: 14vw;
    left: auto;
  }
}

.interview-result__bubble-9--third {
  top: auto;
  bottom: 23.5vw;
  right: 25.5vw;
  left: auto;
}

@media (max-width: 767px) {
  .interview-result__bubble-9--third {
    display: none;
  }
}

.interview-result__bubble-10 {
  top: 4vw;
  left: 12vw;
}

@media (max-width: 767px) {
  .interview-result__bubble-10 {
    display: block;
    width: 20px;
    height: 20px;
    top: 106vw;
    left: auto;
    right: 16vw;
  }
}

.interview-result__bubble-11 {
  bottom: 12vw;
  left: 35vw;
}

.interview-result__bubble-12 {
  top: 4vw;
  right: 30vw;
}

.interview-result__bubble-13 {
  top: 19vw;
  right: -3vw;
}

@media (max-width: 767px) {
  .interview-result__bubble-13 {
    display: block;
    top: auto;
    right: auto;
    bottom: 114vw;
    left: -5vw;
  }
}

.interview-result__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .interview-result__wrapper {
    flex-direction: column;
  }
}

.interview-result__left {
  max-width: 905px;
  margin-right: 130px;
}

@media (max-width: 767px) {
  .interview-result__left {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .interview-result__left {
    margin-right: 30px;
  }
}

.interview-result__title {
  font-size: 60px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 80px;
}

@media (max-width: 650px) {
  .interview-result__title {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.interview-result__text {
  font-size: 24px;
}

@media (max-width: 650px) {
  .interview-result__text {
    font-size: 13px;
    line-height: 18px;
  }
}

.interview-result__buy {
  margin-left: 0;
}

@media (max-width: 767px) {
  .interview-result__buy {
    margin: 0 auto;
    width: 123px;
    height: 44px;
  }
}

@media (min-width: 768px) {
  .interview-result__buy {
    margin-top: 50px;
    width: 242px;
    height: 80px;
  }
}

@media (min-width: 1024px) {
  .interview-result__buy {
    margin-top: 110px;
  }
}

.interview-result__img-container {
  width: 260.467vw;
  height: 77.4vw;
}

@media (max-width: 767px) {
  .interview-result__img-container {
    display: none;
  }
}

@media (min-width: 1024px) {
  .interview-result__img-container {
    width: 118.467vw;
    height: 41.4vw;
  }
}

@media (min-width: 1280px) {
  .interview-result__img-container {
    width: 78.467vw;
  }
}

.interview-result__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-result__img-container--mobile {
  display: none;
  width: 46.467vw;
  height: 77.4vw;
}

@media (max-width: 767px) {
  .interview-result__img-container--mobile {
    display: block;
    margin: 40px auto;
  }
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.41667vw 1.5625vw;
  background-color: #EBEBEB;
}

@media (max-width: 1023px) {
  .footer {
    padding: 1.71429vw 1.14286vw;
  }
}

@media (max-width: 650px) {
  .footer {
    padding: 3.2vw 2.13333vw;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__social {
  margin-left: 2.60417vw;
}

@media (max-width: 1023px) {
  .footer__social {
    margin-left: 2.85714vw;
  }
}

.footer__social-link:hover .icon {
  fill: #4CABE5;
}

.footer__social-link .icon {
  max-height: 1.04167vw;
  max-width: 0.9375vw;
  transition: .3s;
}

@media (max-width: 1023px) {
  .footer__social-link .icon {
    max-width: 2.03571vw;
    max-height: 2.42857vw;
  }
}

@media (max-width: 650px) {
  .footer__social-link .icon {
    max-width: 3.8vw;
    max-height: 4.53333vw;
  }
}

.footer__social-link + .footer__social-link {
  margin-left: 1.5625vw;
}

@media (max-width: 1023px) {
  .footer__social-link + .footer__social-link {
    margin-left: 2vw;
  }
}

@media (max-width: 650px) {
  .footer__social-link + .footer__social-link {
    margin-left: 3.73333vw;
  }
}

.footer__copy {
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  color: #000000;
}

@media (max-width: 1023px) {
  .footer__copy {
    font-size: 1.85714vw;
    line-height: 2.71429vw;
  }
}

@media (max-width: 650px) {
  .footer__copy {
    font-size: 3.46667vw;
    line-height: 5.06667vw;
  }
}

.interview-step.noactive,
.game-step.noactive,
.game-question.noactive,
.game-answer.noactive {
  display: none;
}

.interview-step.active,
.game-step.active,
.game-question.active,
.game-answer.active {
  display: block;
}

.game-question.active,
.game-answer.active {
  display: flex;
}

.game {
  padding: 4.47917vw 0 7.60417vw;
  background-color: #4CABE5;
}

@media (max-width: 1023px) {
  .game {
    padding: 4.28571vw 0 4.28571vw;
  }
}

@media (max-width: 650px) {
  .game {
    padding: 3.46667vw 0 7.73333vw;
  }
}

.game__microbes {
  position: absolute;
}

.game__microbes-1 {
  width: 5.3125vw;
  height: 7.44792vw;
  left: 5.20833vw;
  top: 7.8125vw;
}

@media (max-width: 650px) {
  .game__microbes-1 {
    width: 10.13333vw;
    height: 14.13333vw;
    left: 26.66667vw;
    top: 1.33333vw;
    transform: rotate(270deg);
  }
}

.game__microbes-2 {
  width: 6.71875vw;
  height: 7.44792vw;
  left: 4.6875vw;
  top: 40.9375vw;
}

@media (max-width: 650px) {
  .game__microbes-2 {
    width: 16vw;
    height: 17.86667vw;
    left: 6.66667vw;
    top: 115.2vw;
  }
}

.game__microbes-3 {
  width: 3.59375vw;
  height: 3.69792vw;
  right: 6.875vw;
  top: 8.85417vw;
}

@media (max-width: 650px) {
  .game__microbes-3 {
    width: 10.66667vw;
    height: 11.2vw;
    right: 10.66667vw;
    top: 14.66667vw;
  }
}

.game__microbes-4 {
  width: 5vw;
  height: 7.08333vw;
  right: 12.29167vw;
  top: 27.08333vw;
}

@media (max-width: 650px) {
  .game__microbes-4 {
    width: 10.13333vw;
    height: 14.13333vw;
    right: 8vw;
    top: 108vw;
  }
}

.game__microbes-5 {
  width: 5.72917vw;
  height: 5.9375vw;
  right: 1.875vw;
  bottom: 6.40625vw;
}

@media (max-width: 650px) {
  .game__microbes-5 {
    width: 11.46667vw;
    height: 12vw;
    right: 2.93333vw;
    bottom: 39.73333vw;
  }
}

.game__inner {
  display: flex;
}

@media (max-width: 1023px) {
  .game__inner {
    flex-direction: column;
  }
}

.game__title {
  text-align: left;
  color: #FFFFFF;
}

.game__title br {
  display: none;
}

@media (max-width: 650px) {
  .game__title br {
    display: inline;
  }
}

.game__text-block {
  width: 50%;
}

@media (max-width: 1023px) {
  .game__text-block {
    width: 100%;
  }
}

.game__text {
  margin-top: 1.82292vw;
  font-size: 1.25vw;
  line-height: 1.77083vw;
}

@media (max-width: 1023px) {
  .game__text {
    margin-top: 4.28571vw;
    font-size: 1.85714vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .game__text {
    margin-top: 8vw;
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

.game__button {
  margin-top: 3.125vw;
  font-size: 1.25vw;
  line-height: 2.08333vw;
}

@media (max-width: 1023px) {
  .game__button {
    margin-top: 2.85714vw;
    font-size: 1.85714vw;
    line-height: 2.42857vw;
  }
}

@media (max-width: 650px) {
  .game__button {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 4.53333vw;
  }
}

.game__img-block {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 46.5625vw;
  width: 44.84375vw;
}

@media (max-width: 1023px) {
  .game__img-block {
    margin-top: 1.42857vw;
    height: 42vw;
    width: 40.42857vw;
  }
}

@media (max-width: 650px) {
  .game__img-block {
    margin-top: 2.66667vw;
    height: 78.4vw;
    width: 75.46667vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game__img-block {
    margin-top: 2.77778vh;
    height: 81.66667vh;
    width: 78.61111vh;
  }
}

.game__img {
  display: block;
  width: 100%;
  height: 100%;
}

.game-page {
  /*padding: vw(148) 0 vw(175);
    background-color: $light-blue;
    @include for-md{
        padding: vw2(14) 0 vw2(38);
    }
    @include for-tiny-tablet{
        padding: vw3(14) 0 vw3(38);
    }
    @include for-sm-height{
        padding: vh4(20) 0 vh4(38);
    }*/
}

.game-page.stage-1 {
  padding-top: 3.125vw;
}

@media (max-width: 1023px) {
  .game-page.stage-1 {
    padding-top: 0;
  }
}

.game-page__text-container {
  width: 50%;
}

@media (max-width: 1023px) {
  .game-page__text-container {
    width: 100%;
  }
}

.game-page__total {
  font-size: 1.5625vw;
  line-height: 1.25vw;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .game-page__total {
    font-size: 1.85714vw;
    line-height: 3.42857vw;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .game-page__total {
    font-size: 3.46667vw;
    line-height: 6.4vw;
  }
}

.game-page__title {
  line-height: 1.97917vw;
  margin-top: 1.97917vw;
  color: #FFFFFF;
  text-align: left;
  text-transform: none;
}

@media (max-width: 1023px) {
  .game-page__title {
    margin-top: 1.42857vw;
    font-size: 3.14286vw;
    line-height: 3.42857vw;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .game-page__title {
    margin-top: 2.66667vw;
    font-size: 5.86667vw;
    line-height: 6.4vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-page__title {
    margin-top: 2.77778vh;
    font-size: 6.11111vh;
    line-height: 6.66667vh;
  }
}

.game-page__inner {
  display: flex;
}

@media (max-width: 1023px) {
  .game-page__inner {
    flex-direction: column-reverse;
  }
}

.game-page__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .game-page__row {
    flex-direction: row;
    justify-content: center;
  }
}

.game-page__container {
  margin-top: 5.72917vw;
}

@media (max-width: 1023px) {
  .game-page__container {
    margin-top: 1.85714vw;
  }
}

@media (max-width: 650px) {
  .game-page__container {
    margin-top: 3.46667vw;
  }
}

.game-page--item {
  padding-left: 6.45833vw;
  color: #FFFFFF;
  cursor: pointer;
}

.game-page--item:hover {
  color: rgba(255, 255, 255, 0.6);
}

.game-page--item:hover:before {
  border-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1023px) {
  .game-page--item {
    padding-left: 7.85714vw;
  }
}

@media (max-width: 650px) {
  .game-page--item {
    padding-left: 14.66667vw;
  }
}

.game-page--item::before {
  border: 2px solid #FFFFFF;
}

@media (max-width: 1023px) {
  .game-page--item::before {
    width: 5.71429vw;
    height: 5.71429vw;
    font-size: 2.28571vw;
    line-height: 1.71429vw;
    border-width: 1px;
  }
}

@media (max-width: 650px) {
  .game-page--item::before {
    width: 10.66667vw;
    height: 10.66667vw;
    font-size: 4.26667vw;
    line-height: 3.2vw;
  }
}

.game-page__item:nth-child(2)::before {
  content: 'B';
}

.game-page__item:nth-child(3)::before {
  content: 'C';
}

.game-page__item + .game-page__item {
  margin-top: 3.4375vw;
}

@media (max-width: 1023px) {
  .game-page__item + .game-page__item {
    margin-top: 4.28571vw;
  }
}

@media (max-width: 650px) {
  .game-page__item + .game-page__item {
    margin-top: 8vw;
  }
}

.game-page__img-block {
  width: 36.97917vw;
  height: 31.71875vw;
}

@media (max-width: 1023px) {
  .game-page__img-block {
    width: 40vw;
    height: 34.28571vw;
    margin: 1.42857vw auto 0;
  }
}

@media (max-width: 650px) {
  .game-page__img-block {
    margin-top: 2.66667vw;
    width: 74.66667vw;
    height: 64vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-page__img-block {
    margin-top: 0;
    width: 77.77778vh;
    height: 66.66667vh;
  }
}

.game-page__img-block-2 {
  width: 36.97917vw;
  height: 31.71875vw;
  margin-top: 3.125vw;
}

@media (max-width: 1023px) {
  .game-page__img-block-2 {
    margin: 1.42857vw auto 0;
    width: 40vw;
    height: 34.14286vw;
  }
}

@media (max-width: 650px) {
  .game-page__img-block-2 {
    margin: 2.66667vw auto 0;
    width: 74.66667vw;
    height: 63.73333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-page__img-block-2 {
    margin: 0 auto;
    width: 77.77778vh;
    height: 66.38889vh;
  }
}

.game-page__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-page__subtitle {
  margin-top: 0.52083vw;
  font-size: 2.29167vw;
  line-height: 2.5vw;
}

@media (max-width: 1023px) {
  .game-page__subtitle {
    margin-top: 2vw;
    font-size: 3.42857vw;
    line-height: 4vw;
  }
}

@media (max-width: 650px) {
  .game-page__subtitle {
    margin-top: 3.73333vw;
    font-size: 6.4vw;
    line-height: 7.46667vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-page__subtitle {
    margin-top: 0.55556vh;
    font-size: 5vh;
    line-height: 6.11111vh;
  }
}

.game-page__text {
  margin-top: 0.78125vw;
  font-size: 1.25vw;
  line-height: 1.77083vw;
}

.game-page__text--blue {
  color: #16478E;
}

.game-page__text--blue a {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .game-page__text {
    margin-top: 1.57143vw;
    font-size: 1.85714vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .game-page__text {
    margin-top: 2.93333vw;
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-page__text {
    margin-top: 1.38889vh;
    font-size: 3.05556vh;
    line-height: 4.44444vh;
  }
}

.game-page__button {
  margin-top: 1.5625vw;
  min-height: 4.14583vw;
  font-size: 1.25vw;
  line-height: 1.45833vw;
}

@media (max-width: 1023px) {
  .game-page__button {
    margin-top: 2.85714vw;
    min-height: 6.28571vw;
    font-size: 1.85714vw;
    line-height: 1.85714vw;
  }
}

@media (max-width: 650px) {
  .game-page__button {
    margin-top: 5.33333vw;
    min-height: 11.73333vw;
    font-size: 3.46667vw;
    line-height: 3.46667vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-page__button {
    margin-top: 1.38889vh;
    min-height: 12.22222vh;
    font-size: 3.33333vh;
    line-height: 4.44444vh;
  }
}

.game-step--1 {
  padding-top: 1.5625vw;
}

@media (max-width: 1023px) {
  .game-step--1 {
    padding: 0 2.85714vw;
    max-width: 66%;
  }
}

@media (max-width: 650px) {
  .game-step--1 {
    padding: 5.33333vw 0 69.33333vw 5.33333vw;
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .game-step--2 {
    width: 100%;
  }
}

.game-step--3 {
  padding-top: 4.16667vw;
}

@media (max-width: 1023px) {
  .game-step--3 {
    padding: 0 2.85714vw;
    max-width: 66%;
  }
}

@media (max-width: 650px) {
  .game-step--3 {
    padding: 2.66667vw 0 69.33333vw 5.33333vw;
    max-width: 100%;
  }
}

.game-result {
  /*
    padding: vw(160) 0 vw(136);
    background-color: $light-blue;
    @include for-md{
        padding: vw2(14) 0 vw2(320);
    }
    @include for-tiny-tablet{
        padding: vw3(14) 0 vw3(320);
    }
    @include for-sm-height{
        padding: vh4(30) 0 vh4(320);
    }*/
}

.game-result__bubble {
  position: absolute;
  z-index: 0;
}

.game-result__bubble-2 {
  left: 0;
  top: 17.44792vw;
  width: 2.91667vw;
  height: 2.91667vw;
}

.game-result__bubble-3 {
  left: 0;
  top: 20.72917vw;
  width: 1.97917vw;
  height: 1.97917vw;
}

.game-result__bubble-4 {
  left: 2.8125vw;
  top: 24.89583vw;
  width: 7.86458vw;
  height: 7.86458vw;
}

.game-result__bubble-5 {
  left: 40.20833vw;
  top: 5.83333vw;
  width: 1.5625vw;
  height: 1.5625vw;
}

.game-result__bubble-6 {
  left: 40.20833vw;
  top: 43.4375vw;
  width: 4.27083vw;
  height: 4.27083vw;
}

.game-result__bubble-7 {
  left: 63.02083vw;
  top: 5.41667vw;
  width: 2.91667vw;
  height: 2.91667vw;
}

.game-result__bubble-8 {
  left: 76.35417vw;
  top: 0.52083vw;
  width: 4.27083vw;
  height: 4.27083vw;
}

.game-result__text-container {
  width: 40%;
}

@media (max-width: 1023px) {
  .game-result__text-container {
    width: 100%;
  }
}

.game-result__title {
  text-transform: none;
  color: #FFFFFF;
  text-align: left;
}

@media (max-width: 1023px) {
  .game-result__title {
    font-size: 3.14286vw;
    line-height: 5.42857vw;
  }
}

@media (max-width: 650px) {
  .game-result__title {
    font-size: 5.86667vw;
    line-height: 10.13333vw;
  }
}

.game-result__you {
  margin-bottom: 1.04167vw;
  font-size: 1.5625vw;
  line-height: 1.25vw;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .game-result__you {
    margin-bottom: 1.42857vw;
    font-size: 1.85714vw;
    line-height: 2.42857vw;
  }
}

@media (max-width: 650px) {
  .game-result__you {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 4.53333vw;
  }
}

.game-result__text {
  margin-top: 0.78125vw;
  font-size: 1.25vw;
  line-height: 1.77083vw;
}

@media (max-width: 1023px) {
  .game-result__text {
    margin-top: 0.71429vw;
    font-size: 1.85714vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .game-result__text {
    margin-top: 1.33333vw;
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

.game-result__social {
  margin-top: 2.60417vw;
}

@media (max-width: 1023px) {
  .game-result__social {
    margin-top: 2.85714vw;
  }
}

@media (max-width: 650px) {
  .game-result__social {
    margin-top: 5.33333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-result__social {
    margin-top: 2.77778vh;
  }
}

.game-result__social-text {
  font-size: 1.25vw;
  line-height: 1.77083vw;
}

@media (max-width: 1023px) {
  .game-result__social-text {
    font-size: 1.85714vw;
    line-height: 2.57143vw;
  }
}

@media (max-width: 650px) {
  .game-result__social-text {
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

.game-result__social-row {
  margin-top: 0.57292vw;
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .game-result__social-row {
    margin-top: 1.42857vw;
  }
}

@media (max-width: 650px) {
  .game-result__social-row {
    margin-top: 2.66667vw;
  }
}

.game-result__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375vw;
  height: 3.4375vw;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: .3s;
}

@media (max-width: 1023px) {
  .game-result__social-link {
    width: 5.52286vw;
    height: 5.52286vw;
  }
}

@media (max-width: 650px) {
  .game-result__social-link {
    width: 10.30933vw;
    height: 10.30933vw;
  }
}

.game-result__social-link:hover {
  background-color: #16478E;
  border-color: #16478E;
}

.game-result__social-link .icon {
  max-width: 1.51042vw;
  max-height: 1.77083vw;
  fill: #FFFFFF;
}

@media (max-width: 1023px) {
  .game-result__social-link .icon {
    max-width: 2.36143vw;
    max-height: 2.85714vw;
  }
}

@media (max-width: 650px) {
  .game-result__social-link .icon {
    max-width: 4.408vw;
    max-height: 5.33333vw;
  }
}

.game-result__social-link + .game-result__social-link {
  margin-left: 1.5625vw;
}

@media (max-width: 1023px) {
  .game-result__social-link + .game-result__social-link {
    margin-left: 1.85714vw;
  }
}

@media (max-width: 650px) {
  .game-result__social-link + .game-result__social-link {
    margin-left: 3.46667vw;
  }
}

.game-result__button {
  margin-top: 4.6875vw;
  font-size: 1.25vw;
  line-height: 2.08333vw;
}

@media (max-width: 1023px) {
  .game-result__button {
    min-height: 6.28571vw;
    font-size: 1.85714vw;
    line-height: 2.42857vw;
  }
}

@media (max-width: 650px) {
  .game-result__button {
    min-height: 11.73333vw;
    font-size: 3.46667vw;
    line-height: 4.53333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-result__button {
    margin-top: 5.55556vh;
    min-height: 12.22222vh;
    font-size: 3.61111vh;
    line-height: 4.72222vh;
  }
}

.game-result__img-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61.97917vw;
  height: 48.02083vw;
}

@media (max-width: 1023px) {
  .game-result__img-container {
    width: 66.14286vw;
    height: 38.14286vw;
  }
}

@media (max-width: 650px) {
  .game-result__img-container {
    width: 120.26667vw;
    height: 85.33333vw;
  }
}

@media (max-height: 600px) and (min-width: 1024px) {
  .game-result__img-container {
    width: vw4(451);
    height: vw4(320);
  }
}

.game-result__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.disclaimer {
  padding: 0.52083vw 4.16667vw 0.78125vw;
  height: auto !important;
  width: 100%;
  background-color: #EBEBEB;
}

@media (max-width: 1023px) {
  .disclaimer {
    padding-bottom: 2.14286vw;
  }
}

@media (max-width: 650px) {
  .disclaimer {
    padding-bottom: 4vw;
  }
}

.disclaimer .fp-tableCell {
  height: auto !important;
}

.disclaimer__text {
  font-size: 1.04167vw;
  line-height: 1.51042vw;
  color: rgba(0, 0, 0, 0.35);
}

@media (max-width: 1023px) {
  .disclaimer__text {
    font-size: 1.71429vw;
    line-height: 2.28571vw;
  }
}

@media (max-width: 650px) {
  .disclaimer__text {
    font-size: 3.2vw;
    line-height: 4.26667vw;
  }
}

.disclaimer__text + .disclaimer__text {
  margin-top: 1.5625vw;
}

@media (max-width: 1023px) {
  .disclaimer__text + .disclaimer__text {
    margin-top: 2.85714vw;
  }
}

@media (max-width: 650px) {
  .disclaimer__text + .disclaimer__text {
    margin-top: 5.33333vw;
  }
}
