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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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);
  -ms-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;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

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

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-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);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@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);
  }
  to {
    -webkit-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: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

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

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

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

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

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

.animated.flip {
  -webkit-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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

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

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

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

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

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

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

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

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) 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;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(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(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(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(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(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(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

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

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

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-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;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  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%, 80% {
    -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;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  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%, 80% {
    -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;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

@font-face {
  font-family: 'Wisdom Script';
  font-style: normal;
  font-weight: 400;
  src: local("Wisdom Script"), local("WisdomScript-Regular"), url(../fonts/wisdom-script-v6-latin-regular.woff2) format("woff2"), url(../fonts/wisdom-script-v6-latin-regular.woff) format("woff");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #616161;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}

.no-scroll {
  overflow: hidden;
}

.header.header-fixed {
  position: fixed;
  -webkit-animation: menu-down .7s ease;
          animation: menu-down .7s ease;
}

@-webkit-keyframes menu-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  85% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  85% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
  }
}

.btn {
  display: inline-block;
  background-color: #FC5F45;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 41px 13px;
  border-radius: 25px;
}

.number-main {
  display: inline-block;
  font-size: 273px;
  line-height: 220px;
  color: rgba(224, 224, 224, 0.302);
  font-weight: 700;
}

.title-main {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  color: #313131;
  margin-bottom: 22px;
  font-weight: 700;
}

.subtitle-main {
  font-size: 18px;
  color: #616161;
  line-height: 30px;
}

.header {
  padding: 17px 0 17px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}

.header::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  display: none;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  font-family: "Wisdom Script";
  font-size: 35px;
  text-transform: capitalize;
  position: relative;
  z-index: 20;
}

.header__logo a {
  display: inline-block;
  color: #616161;
}

.header__logo a::first-letter {
  color: #fc5f45;
}

.header__menu {
  position: relative;
}

.header__menu .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu .header__list li {
  margin-right: 18px;
}

.header__menu .header__list li:last-child {
  margin-right: 0;
}

.header__menu .header__list li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #616161;
}

.header__menu .header__list li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2.5px;
  background-color: #616161;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header__menu .header__list li a:hover:after {
  width: 100%;
}

.intro {
  background-image: url("../img/intro-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
}

.intro__content {
  text-align: center;
}

.intro__content .intro__title {
  font-family: "Libre Baskerville", serif;
  font-size: 60px;
  line-height: 85px;
  width: 90%;
  margin: 0 auto;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.intro__content .intro__btn {
  margin-bottom: 83px;
}

.intro__content .intro__btn .btn {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.intro__content .intro__btn .btn:hover {
  background-color: #fff;
  color: #FC5F45;
}

.intro__content .intro__case-box {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.intro__content .intro__case-box .intro__case-item {
  width: 28%;
  text-align: center;
}

.intro__content .intro__case-box .intro__case-item .intro__case-icon {
  margin-bottom: 32px;
}

.intro__content .intro__case-box .intro__case-item .intro__case-subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.intro__content .intro__case-box .intro__case-item .case-one {
  color: #38C695;
}

.intro__content .intro__case-box .intro__case-item .case-two {
  color: #B27CF5;
}

.intro__content .intro__case-box .intro__case-item .case-three {
  color: #FEB960;
}

.about {
  padding: 150px 0;
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__box .about__item-img {
  width: 50%;
}

.about__box .about__item-img img {
  width: 100%;
  height: auto;
}

.about__box .about__item-content {
  width: 63%;
  padding: 82px 81px 90px 83px;
  margin-left: -70px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.about__box .about__item-content .intro__number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.about__box .about__item-content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fc5f45), color-stop(25%, #38c695), color-stop(50%, #38c695), color-stop(50%, #b27cf5), color-stop(75%, #b27cf5), color-stop(75%, #feb960));
  background: -o-linear-gradient(left, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%);
  background: linear-gradient(to right, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%);
}

.about__box .about__item-content-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 32px;
  color: #313131;
}

.about__box .about__item-content-text {
  line-height: 27px;
}

.about__box .about__item-content-text span {
  display: block;
  padding-top: 30px;
}

.focus {
  background-color: #f7f7f7;
  padding: 133px 0 150px;
  position: relative;
}

.focus__number {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.focus__promo {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 78px;
}

.focus__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.focus__item {
  width: 23.6%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 65px 24px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.focus__item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
}

.focus__item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}

.focus__item-icon {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.focus__item-title {
  font-size: 20px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 27px;
}

.focus__item-text {
  line-height: 25px;
}

.focus__orange.focus__item::after {
  content: '';
  background-color: #FC5F45;
}

.focus__green.focus__item::after {
  content: '';
  background-color: #38C695;
}

.focus__violet.focus__item::after {
  content: '';
  background-color: #B27CF5;
}

.focus__yellow.focus__item::after {
  content: '';
  background-color: #FEB960;
}

.explore {
  background-image: url("../img/explore-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.explore__play {
  text-align: center;
}

.explore__play .explore__title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.explore__play .explore__btn-play {
  margin-bottom: 37px;
}

.explore__play .explore__subtitle {
  color: #fff;
}

.portfolio {
  padding: 132px 0 150px;
  position: relative;
}

.portfolio__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.portfolio__promo {
  text-align: center;
  margin-bottom: 74px;
  position: relative;
  z-index: 3;
}

.portfolio__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio__item {
  width: 32%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 16px;
}

.portfolio__item img {
  width: 100%;
  height: 100%;
}

.portfolio__item .portfolio__item-title {
  text-align: center;
  padding: 23px 0 20px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.9px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -50%;
  -webkit-transition: all  .4s linear;
  -o-transition: all  .4s linear;
  transition: all  .4s linear;
}

.portfolio__item .portfolio__item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fc5f45), color-stop(25%, #38c695), color-stop(50%, #38c695), color-stop(50%, #b27cf5), color-stop(75%, #b27cf5), color-stop(75%, #feb960));
  background: -o-linear-gradient(left, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%);
  background: linear-gradient(to right, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%);
  height: 3px;
  width: 100%;
}

.portfolio__item .portfolio__item-title a {
  color: #313131;
  display: inline-block;
}

.portfolio__item:hover .portfolio__item-title {
  bottom: 0;
}

.team {
  background-color: #f7f7f7;
  padding: 136px 0 150px;
  position: relative;
}

.team__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team__promo {
  text-align: center;
  margin-bottom: 75px;
  position: relative;
  z-index: 3;
}

.team__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.team__item {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  width: 23%;
  background-color: #fff;
  position: relative;
}

.team__item:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.team__item-img img {
  width: 100%;
  height: 100%;
}

.team__item-info {
  text-align: center;
  padding: 10px 0 17px;
}

.team__item-info-person {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.team__item-info-work {
  font-size: 13px;
  color: #616161;
}

.team__item.team-orange::after {
  content: '';
  background-color: #FC5F45;
}

.person-orange {
  color: #FC5F45;
}

.team__item.team-green::after {
  content: '';
  background-color: #38C695;
}

.person-green {
  color: #38C695;
}

.team__item.team-violet::after {
  content: '';
  background-color: #B27CF5;
}

.person-violet {
  color: #B27CF5;
}

.team__item.team-yellow:after {
  content: '';
  background-color: #FEB960;
}

.person-yellow {
  color: #FEB960;
}

.about__team {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 70px 75px 66px 85px;
  position: relative;
  z-index: 3;
}

.about__team::before {
  content: '';
  border-style: solid;
  border-width: 0 30px 40px 30px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 90px;
  top: -40px;
}

.about__team-title {
  font-size: 20px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 23px;
}

.about__team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__team-item-text {
  line-height: 27px;
  width: 70%;
}

.about__team-item-links {
  width: 23%;
}

.about__team-item-links .team__links-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team__links-item-detail {
  padding-right: 34px;
}

.team__links-social {
  padding-left: 24px;
  position: relative;
}

.team__links-social::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #EFEFEF;
}

.team__links-social ul li {
  margin-bottom: 10px;
}

.team__links-social ul li:last-child {
  margin-bottom: 0;
}

.team__links-social ul li a {
  display: inline-block;
  font-size: 15px;
  color: #616161;
  line-height: 5px;
}

.team__links-social ul li a img {
  vertical-align: middle;
  margin-right: 5px;
}

.case {
  background-image: url("../img/case-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 464px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case__item {
  width: 15%;
  text-align: center;
}

.case__item-icon {
  height: 50px;
  margin-bottom: 22px;
}

.case__item-static {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.case__item-subtitle {
  font-size: 15px;
  color: #949498;
  margin-bottom: 35px;
}

.case__item .case__circle {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}

.case__item .case__dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.circle__orange.case__circle {
  border-color: #FC5F45;
}

.dot__orange.case__dot {
  background-color: #fc5f45;
}

.circle__green.case__circle {
  border-color: #38C695;
}

.dot__green.case__dot {
  background-color: #38C695;
}

.circle__violet.case__circle {
  border-color: #B27CF5;
}

.dot__violet.case__dot {
  background-color: #B27CF5;
}

.circle__yellow.case__circle {
  border-color: #FEB960;
}

.dot__yellow.case__dot {
  background-color: #FEB960;
}

.steps {
  padding: 135px 0 150px;
  position: relative;
}

.steps__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.steps__promo {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 115px;
}

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

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.steps__item img {
  width: 52%;
  height: 300px;
}

.steps__item-info {
  padding: 48px 56px 70px 124px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: 43%;
  position: absolute;
  z-index: 3;
  top: -60px;
}

.steps__item-info.steps__item-first {
  left: 0;
}

.steps__item-info.steps__item-second {
  right: 0;
}

.steps__item-info::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}

.steps__item-info .steps__item-number {
  position: absolute;
  left: 38px;
  top: 25px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 50px;
  color: #e0e0e0;
  line-height: 60px;
}

.steps__item-info-title {
  font-size: 25px;
  color: #272727;
  margin-bottom: 18px;
}

.steps__item-info-text {
  line-height: 27px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.steps__item:nth-child(1) .steps__item-info::after {
  background-color: #FC5F45;
}

.steps__item:nth-child(2) .steps__item-info::after {
  background-color: #38C695;
}

.steps__item:nth-child(3) .steps__item-info::after {
  background-color: #B27CF5;
}

.steps__item:nth-child(4) .steps__item-info::after {
  background-color: #FEB960;
}

.price {
  padding: 134px 0 150px;
  background-color: #f7f7f7;
  position: relative;
}

.price__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.price__promo {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 76px;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price__item {
  width: 32%;
  text-align: center;
  padding: 31px 0 37px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.price__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
}

.price__item .price__title {
  font-size: 20px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 28px;
}

.price__item .price__circle-bg {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}

.price__item .price__circle-price {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  line-height: 20px;
  padding-top: 28px;
}

.price__item .price__circle-price span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}

.price__item .price__nav ul li {
  margin-bottom: 25px;
}

.price__item .price__nav ul li:last-child {
  margin-bottom: 30px;
}

.price__item .price__nav ul li span {
  color: #272727;
  font-weight: 500;
  margin-right: 4px;
}

.price__item .price__btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 38px 13px;
  border: 2px solid #000;
  color: #000;
  border-radius: 25px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.price__item-green.price__item::before {
  background-color: #38C695;
}

.price-green {
  background-color: #38C695;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(56, 198, 149, 0.004);
          box-shadow: 0px 0px 0px 3px rgba(56, 198, 149, 0.004);
}

.price__btn.price__btn-green a {
  color: #38C695;
  border-color: #38C695;
}

.price__btn.price__btn-green a:hover {
  color: #fff;
  background-color: #38C695;
}

.price__item-orange.price__item::before {
  background-color: #FC5F45;
}

.price-orange {
  background-color: #FC5F45;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(252, 95, 69, 0.004);
          box-shadow: 0px 0px 0px 3px rgba(252, 95, 69, 0.004);
}

.price__btn.price__btn-orange a {
  color: #FC5F45;
  border-color: #FC5F45;
}

.price__btn.price__btn-orange a:hover {
  color: #fff;
  background-color: #FC5F45;
}

.price__item-violet.price__item::before {
  background-color: #B27CF5;
}

.price-violet {
  background-color: #B27CF5;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(178, 124, 245, 0.004);
          box-shadow: 0px 0px 0px 3px rgba(178, 124, 245, 0.004);
}

.price__btn.price__btn-violet a {
  color: #B27CF5;
  border-color: #B27CF5;
}

.price__btn.price__btn-violet a:hover {
  color: #fff;
  background-color: #B27CF5;
}

.testimonials {
  padding: 133px 0 140px;
  background-color: #3f4049;
  position: relative;
}

.testimonials__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonials__number.number-main {
  color: #484951;
}

.testimonials__promo {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}

.testimonials__promo .title-main {
  color: #fff;
}

.testimonials__promo .subtitle-main {
  color: #fff;
}

.testimonials__slaider {
  position: relative;
}

.testimonials__slaider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.testimonials__slaider .slick-dots li {
  margin-right: 9px;
}

.testimonials__slaider .slick-dots li:last-child {
  margin-right: 0;
}

.testimonials__slaider .slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #FFFFFF;
  cursor: pointer;
}

.testimonials__slaider .slick-dots li button:focus {
  outline: none;
}

.testimonials__slaider .slick-dots .slick-active button {
  border-color: #FC5F45;
  position: relative;
}

.testimonials__slaider .slick-dots .slick-active button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fc5f45;
  border-radius: 50%;
}

.testi__item-content {
  margin-right: 5px;
}

.testi__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testi__item-photo {
  width: 39.4%;
}

.testi__item-photo img {
  width: 100%;
  height: auto;
}

.testi__item-content {
  margin-left: -14px;
  background-color: #fff;
  padding: 37px 30px 38px 53px;
  width: 72%;
  position: relative;
}

.testi__item-content::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fc5f45;
  position: absolute;
  left: 0;
  bottom: 0;
}

.testi__item-content .testi__item-lap {
  font-family: "Libre Baskerville", serif;
  font-size: 338px;
  color: #f6f6f6;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 1;
}

.testi__item-content-text {
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.testi__item-content-sub {
  font-family: "Sacramento", cursive;
  font-size: 40px;
  margin-bottom: 10px;
  color: #272727;
}

.testi__item-content-person {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 5px;
}

.testi__item-content-work {
  color: #FC5F45;
  font-size: 13px;
}

.select {
  padding: 133px 0 150px;
  position: relative;
}

.select__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.select__promo {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 72px;
}

.select__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select__item {
  width: 30%;
  margin-bottom: 60px;
}

.select__item .select__sub {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}

.select__item .select__sub .select__sub-icon {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.select__item .select__sub .select__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #272727;
}

.select__item .select__sub .select__title span {
  display: block;
}

.select__item .select__text {
  line-height: 26px;
}

.select__start-box {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select__start-box .select__start-subtitle {
  margin-right: 24px;
  color: #272727;
  font-size: 25px;
}

.blog {
  padding: 135px 0 150px;
  background-color: #f7f7f7;
  position: relative;
}

.blog__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog__promo {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 76px;
}

.blog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__item {
  width: 49%;
}

.blog__item-left {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.blog__item-photo {
  position: relative;
}

.blog__item-photo img {
  width: 100%;
  height: auto;
}

.blog__item-photo .blog__item-info {
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  bottom: 35px;
  vertical-align: middle;
}

.blog__item-photo .blog__item-info span {
  font-size: 13px;
  font-weight: 400;
  color: #616161;
  margin-left: 20px;
}

.blog__content-left {
  padding: 10px 40px 18px;
  position: relative;
}

.blog__content-left::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog__content-left-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: #272727;
  margin-bottom: 21px;
}

.blog__content-left-text {
  line-height: 27px;
}

.blog__content-left-text a {
  color: #272727;
  font-weight: 500;
  font-size: 15px;
}

.blog__content {
  padding: 28px 30px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 21px;
  position: relative;
}

.blog__content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}

.blog__content:last-child {
  margin-bottom: 0;
}

.blog__content .blog__item-info {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog__content .blog__item-info span {
  font-size: 13px;
  font-weight: 400;
  color: #616161;
  text-transform: uppercase;
  margin-left: 24px;
}

.blog__content-title {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  line-height: 35px;
}

.blog__content-text {
  line-height: 27px;
}

.blog__content-text a {
  font-weight: 500;
}

.blog__content-orange.blog__content-left::after {
  content: '';
  background-color: #fc5f45;
}

.blog__info-orange.blog__item-info {
  color: #fc5f45;
}

.blog__info-orange.blog__item-info span {
  color: #d9d9d9;
}

.blog__content-green.blog__content::after {
  content: '';
  background-color: #38C695;
}

.blog__content-green .blog__item-info {
  color: #38C695;
}

.blog__content-text .blog__content-green-link {
  color: #38C695;
}

.blog__content-violet.blog__content::after {
  content: '';
  background-color: #B27CF5;
}

.blog__content-violet .blog__item-info {
  color: #B27CF5;
}

.blog__content-text .blog__content-violet-link {
  color: #B27CF5;
}

.blog__content-yellow.blog__content::after {
  content: '';
  background-color: #FEB960;
}

.blog__content-yellow .blog__item-info {
  color: #FEB960;
}

.blog__content-text .blog__content-yellow-link {
  color: #FEB960;
}

.subscribe {
  padding: 140px 0;
}

.subscribe__content {
  text-align: center;
}

.subscribe__content .subscribe__title {
  font-size: 30px;
  color: #272727;
  margin-bottom: 43px;
}

.subscribe__content .subscribe__email-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe__content .subscribe__email-content .subscribe__email-input {
  border: 1px solid #efefef;
  background-color: #f7f7f7;
  padding: 14px 10px 15px 25px;
  border-radius: 25px 0 0 25px;
  width: 300px;
  font-size: 14px;
  line-height: 20px;
  height: 50px;
}

.subscribe__content .subscribe__email-content .subscribe__email-input:focus {
  outline: none;
}

.subscribe__content .subscribe__email-content .subscribe__email-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #616161;
}

.subscribe__content .subscribe__email-content .subscribe__email-input::-moz-placeholder {
  font-size: 16px;
  color: #616161;
}

.subscribe__content .subscribe__email-content .subscribe__email-input:-ms-input-placeholder {
  font-size: 16px;
  color: #616161;
}

.subscribe__content .subscribe__email-content .subscribe__email-input::-ms-input-placeholder {
  font-size: 16px;
  color: #616161;
}

.subscribe__content .subscribe__email-content .subscribe__email-input::placeholder {
  font-size: 16px;
  color: #616161;
}

.subscribe__content .subscribe__email-content .subscribe__email-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background-color: #FC5F45;
  border-radius: 0 25px 25px 0;
  padding: 15px 24px 12px;
  height: 50px;
  text-transform: uppercase;
  color: #fff;
}

.touch {
  background-color: #cccccc;
  padding: 135px 0 126px;
  position: relative;
}

.touch__number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.touch__promo {
  text-align: center;
  margin-bottom: 77px;
  position: relative;
  z-index: 3;
}

.touch__forms {
  width: 70%;
  margin: 0 auto;
}

.touch__forms-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.touch__forms-box input {
  width: 48%;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  margin-bottom: 25px;
  padding: 14px 10px 13px;
  border-radius: 4px;
}

.touch__forms-box input::-webkit-input-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-box input::-moz-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-box input:-ms-input-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-box input::-ms-input-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-box input::placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-box input:focus {
  outline: none;
}

.touch__forms-coment {
  margin-bottom: 50px;
}

.touch__forms-coment textarea {
  width: 100%;
  background-color: #fff;
  height: 200px;
  border-radius: 4px;
  padding: 14px 10px;
  border: 1px solid #EFEFEF;
  resize: none;
}

.touch__forms-coment textarea:focus {
  outline: none;
}

.touch__forms-coment textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-coment textarea::-moz-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-coment textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-coment textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

.touch__forms-coment textarea::placeholder {
  font-size: 16px;
  color: #616161;
  text-align: center;
}

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

.footer {
  margin-top: 145px;
  background-color: #3f4049;
  padding: 61px 0 73px;
  position: relative;
}

.footer:after {
  content: '';
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fc5f45), color-stop(25%, #38c695), color-stop(50%, #38c695), color-stop(50%, #b27cf5), color-stop(75%, #b27cf5), color-stop(75%, #feb960));
  background: -o-linear-gradient(left, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%);
  background: linear-gradient(to right, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__box .footer__item-logo {
  width: 20%;
  margin-top: 15px;
}

.footer__box .footer__item-logo a {
  display: inline-block;
  font-family: "Wisdom Script";
  color: #fff;
  font-size: 50px;
}

.footer__box .footer__item-logo a::first-letter {
  color: #fc5f45;
}

.footer__box .footer__item {
  width: 20%;
}

.footer__box .footer__item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.footer__box .footer__item-text {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}

.footer__box .footer__item-text span {
  display: block;
}

.footer__box .footer__item-soc {
  margin-top: 35px;
}

.footer__box .footer__item-soc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__box .footer__item-soc ul li {
  margin-right: 15px;
}

.footer__box .footer__item-soc ul li:last-child {
  margin-right: 0;
}

.footer__item-title-green.footer__item-title {
  color: #38C695;
}

.footer__item-title-violet.footer__item-title {
  color: #B27CF5;
}

.footer__item-title-yellow.footer__item-title {
  color: #feb960;
}

@media (max-width: 1110px) {
  .blog__item {
    width: 65%;
    margin-bottom: 21px;
  }
  .blog__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog {
    padding: 130px 0 80px;
  }
  .blog__promo {
    margin-bottom: 60px;
  }
  .subscribe {
    padding: 100px 0;
  }
}

@media (max-width: 1065px) {
  .testimonials__slaider .slick-dots {
    right: 25px;
  }
  .testi__item-content {
    padding: 25px 25px 38px 45px;
    width: 60%;
  }
  .testi__item-content .testi__item-lap {
    left: -10px;
    top: -30px;
  }
  .testi__item-photo {
    width: 40%;
  }
}

@media (max-width: 1060px) {
  .intro__content .intro__case-box {
    width: 90%;
  }
}

@media (max-width: 1050px) {
  .about__box .about__item-content {
    padding: 62px 61px 70px 63px;
  }
  .about {
    padding: 110px 0;
  }
  .portfolio {
    padding: 130px 0 110px;
  }
  .team {
    padding: 130px 0 110px;
  }
  .about__team-item-links {
    width: 25%;
  }
  .case__item {
    width: 20%;
  }
  .steps__item-info {
    padding: 48px 20px 50px 124px;
  }
  .steps {
    padding: 130px 0 110px;
  }
  .price {
    padding: 130px 0 120px;
  }
  .testimonials {
    padding: 130px 0 110px;
  }
  .select {
    padding: 130px 0 100px;
  }
  .blog__item {
    width: 80%;
  }
}

@media (max-width: 1000px) {
  .focus {
    background-color: #f7f7f7;
    padding: 120px 0 110px;
  }
  .focus__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .focus__item {
    width: 30%;
    margin: 0 20px;
    margin-bottom: 35px;
  }
  .explore {
    min-height: 430px;
  }
  .select__item {
    width: 31%;
  }
}

@media (max-width: 980px) {
  .about__box .about__item-content {
    margin-left: -100px;
    padding: 47px 46px 55px 48px;
  }
  .about__team {
    padding: 70px 45px 66px 65px;
  }
  .team__promo {
    margin-bottom: 55px;
  }
}

@media (max-width: 950px) {
  .header::before {
    display: block;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 35px;
    height: 20px;
    z-index: 20;
  }
  .header__burger span {
    background-color: #fc5f45;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 8.5px;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    background-color: #fc5f45;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger::before {
    top: 0px;
  }
  .header__burger::after {
    bottom: 0px;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .header__burger.active::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
  }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    padding: 110px 10px 0px 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .header__menu.active {
    top: 0;
  }
  .header__menu .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__menu .header__list li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .header__menu .header__list li a {
    font-size: 22px;
  }
  .portfolio__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio__item {
    width: 45%;
  }
  .portfolio__item:nth-child(2n) {
    margin-left: 20px;
  }
  .about__team-item-links {
    width: 28%;
  }
  .about__team-item-text {
    width: 63%;
  }
  .steps__item-info .steps__item-number {
    left: 20px;
    top: 15px;
  }
  .steps__item-info {
    padding: 48px 20px 40px 100px;
  }
  .price__promo {
    margin-bottom: 55px;
  }
  .price {
    padding: 130px 0 100px;
  }
  .testi__item-content {
    padding: 20px 20px 30px 40px;
    width: 62%;
  }
  .testi__item-content .testi__item-lap {
    left: -10px;
    top: -30px;
  }
  .testi__item-photo {
    width: 43%;
  }
  .testimonials__slaider .slick-dots {
    right: 10px;
    bottom: 0;
  }
  .touch {
    padding: 130px 0 90px;
  }
  .touch__promo {
    text-align: center;
    margin-bottom: 60px;
  }
  .footer__box .footer__item {
    width: 25%;
  }
  .footer {
    margin-top: 100px;
  }
}

@media (max-width: 900px) {
  .number-main {
    font-size: 230px;
    line-height: 200px;
  }
  .about__box .about__item-content {
    margin-left: -140px;
    padding: 40px 40px 50px 43px;
  }
  .focus {
    background-color: #f7f7f7;
    padding: 110px 0 90px;
  }
  .focus__promo {
    margin-bottom: 60px;
  }
  .focus__item {
    width: 34%;
  }
  .portfolio {
    padding: 120px 0 90px;
  }
  .portfolio__promo {
    margin-bottom: 60px;
  }
  .about__team {
    padding: 50px 40px 50px 55px;
  }
  .about__team::before {
    left: 60px;
  }
  .steps__item img {
    width: 60%;
    height: 300px;
  }
  .steps__item-info {
    width: 48%;
  }
  .testi__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonials__slaider .slick-dots {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .testi__item-content {
    width: 95%;
  }
  .testi__item-photo {
    width: 45%;
  }
  .subscribe {
    padding: 80px 0;
  }
}

@media (max-width: 860px) {
  .about__box .about__item-content {
    width: 67%;
  }
  .about__box .about__item-content-title {
    font-size: 47px;
    margin-bottom: 20px;
  }
  .about__box .about__item-content-text span {
    padding-top: 20px;
  }
}

@media (max-width: 850px) {
  .select__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .select__item {
    width: 40%;
  }
  .select__item:nth-child(2n) {
    margin-left: 40px;
  }
  .select__start-box {
    padding-top: 50px;
  }
  .footer__box .footer__item-logo {
    width: 95%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .footer {
    margin-top: 80px;
    padding: 40px 0 50px;
  }
  .touch {
    padding: 130px 0 60px;
  }
  .footer__box .footer__item {
    width: 30%;
  }
  .footer__box .footer__item-soc {
    margin-top: 15px;
  }
}

@media (max-width: 830px) {
  .team__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .team__item {
    width: 45%;
    margin-bottom: 25px;
  }
  .team__item:nth-child(2n) {
    margin-left: 30px;
  }
  .team__promo {
    margin-bottom: 45px;
  }
  .about__team {
    padding: 35px 30px 35px 35px;
  }
  .team {
    padding: 120px 0 100px;
  }
  .price__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price__item {
    width: 47%;
    margin-bottom: 25px;
  }
  .price__item:last-child {
    margin-bottom: 0;
  }
  .price__item:nth-child(2n) {
    margin-left: 25px;
  }
  .price {
    padding: 130px 0 90px;
  }
}

@media (max-width: 810px) {
  .about__box .about__item-content {
    margin-left: -200px;
    padding: 30px 30px 40px 33px;
    width: 73%;
  }
  .about__box .about__item-img {
    width: 53%;
  }
  .focus__item {
    width: 38%;
  }
}

@media (max-width: 800px) {
  .about__team-item-links {
    width: 30%;
  }
  .steps__item-info {
    padding: 40px 20px 40px 100px;
  }
  .steps__item img {
    width: 70%;
    height: 300px;
  }
  .steps__item-info {
    width: 55%;
  }
  .testimonials {
    padding: 130px 0 85px;
  }
  .blog {
    padding: 130px 0 70px;
  }
  .blog__item {
    width: 85%;
  }
  .touch__forms {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 780px) {
  .intro__content .intro__title {
    font-size: 56px;
    width: 98%;
  }
  .intro__content .intro__case-box {
    width: 95%;
  }
  .intro__content .intro__case-box .intro__case-item .intro__case-subtitle {
    font-size: 17px;
  }
  .intro__content .intro__btn {
    margin-bottom: 70px;
  }
  .portfolio {
    padding: 115px 0 80px;
  }
  .case__item {
    width: 23%;
  }
  .testi__item-photo {
    width: 55%;
  }
}

@media (max-width: 750px) {
  .about__box .about__item-content-text {
    line-height: 24px;
    font-size: 14px;
  }
  .about__box .about__item-content-title {
    font-size: 44px;
    margin-bottom: 15px;
  }
  .about__box .about__item-content-text span {
    padding-top: 15px;
  }
  .about__box .about__item-img {
    width: 55%;
  }
  .about {
    padding: 80px 0;
  }
  .focus {
    padding: 110px 0 80px;
  }
  .title-main {
    margin-bottom: 15px;
  }
  .focus__item {
    width: 42%;
    margin: 0 15px;
    margin-bottom: 25px;
  }
  .about__team-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__team-item-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .team {
    padding: 120px 0 100px;
  }
  .about__team-item-links {
    width: 100%;
  }
  .team__links-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .steps__item img {
    width: 75%;
    height: 300px;
  }
  .steps__item-info {
    width: 60%;
  }
  .touch__forms {
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .intro__content .intro__title {
    font-size: 47px;
    line-height: 75px;
  }
  .focus__item {
    width: 45%;
  }
  .portfolio__promo {
    margin-bottom: 50px;
  }
  .portfolio {
    padding: 115px 0 60px;
  }
  .about__team::before {
    left: 46px;
  }
  .case__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .case__item {
    width: 40%;
    margin: 30px 0;
  }
  .case__item-subtitle {
    margin-bottom: 20px;
  }
  .steps__item img {
    width: 80%;
    height: 300px;
  }
  .steps__item-info {
    width: 65%;
  }
  .testi__item-content-text {
    font-size: 14px;
  }
  .team__item {
    width: 48%;
  }
  .select__start-box {
    padding-top: 30px;
  }
  .footer__box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 20px;
  }
  .footer__box .footer__item {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer__box .footer__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  .about__box .about__item-content {
    margin-left: -210px;
    padding: 20px 20px 30px 23px;
    width: 75%;
  }
  .about__box .about__item-img {
    width: 57%;
  }
  .touch__forms {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  .steps__item img {
    width: 85%;
    height: 300px;
  }
  .steps__item-info {
    width: 70%;
  }
  .testi__item-photo {
    width: 65%;
  }
  .testimonials__promo {
    margin-bottom: 30px;
  }
  .blog__item {
    width: 90%;
  }
  .touch__forms {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .about__box .about__item-content {
    margin-left: -230px;
    width: 78%;
  }
  .about__box .about__item-img {
    width: 75%;
  }
  .focus__item {
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .portfolio__item {
    width: 65%;
    margin-bottom: 25px;
  }
  .portfolio__item:last-child {
    margin-bottom: 0;
  }
  .portfolio__item:last-child {
    margin-bottom: 0;
  }
  .portfolio__item:nth-child(2n) {
    margin-left: 0;
  }
  .price__item {
    width: 60%;
    margin-bottom: 40px;
  }
  .price__item:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .intro__content .intro__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .focus {
    padding: 110px 0 70px;
  }
  .title-main {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .subtitle-main {
    font-size: 17px;
  }
  .focus__promo {
    margin-bottom: 55px;
  }
  .portfolio__item {
    width: 75%;
  }
  .team {
    padding: 120px 0 80px;
  }
  .team__item {
    width: 48%;
  }
  .case__item {
    width: 50%;
    margin: 30px 0;
  }
  .steps__item img {
    width: 90%;
    height: 300px;
  }
  .steps__item-info {
    width: 75%;
  }
  .price__item {
    width: 65%;
  }
  .testi__item-content {
    width: 100%;
    margin: 0 5px;
  }
  .testi__item-content {
    padding: 15px 10px 30px 20px;
  }
  .select__start-box .select__start-subtitle {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .select__start-box {
    padding-top: 20px;
  }
}

@media (max-width: 570px) {
  .about__box .about__item-content-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .about__box .about__item-content-text {
    line-height: 22px;
    font-size: 13px;
  }
  .about__box .about__item-content-text span {
    padding-top: 10px;
  }
  .about__box .about__item-img {
    width: 80%;
  }
  .about__box .about__item-content {
    margin-left: -250px;
    width: 80%;
  }
  .steps__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps__item-info {
    position: relative;
  }
  .steps__item img {
    width: 100%;
    height: auto;
  }
  .steps__promo {
    margin-bottom: 50px;
  }
  .steps {
    padding: 120px 0 25px;
  }
  .steps__item-info {
    width: 85%;
  }
  .price {
    padding: 120px 0 80px;
  }
  .testimonials {
    padding: 120px 0 70px;
  }
  .select {
    padding: 120px 0 85px;
  }
  .blog {
    padding: 120px 0 40px;
  }
}

@media (max-width: 550px) {
  .focus__item {
    margin: 0;
    margin-bottom: 40px;
    width: 55%;
  }
  .focus__item:last-child {
    margin-bottom: 0;
  }
  .portfolio__item {
    width: 85%;
  }
  .team__item {
    width: 70%;
  }
  .team__item:nth-child(2n) {
    margin-left: 0;
  }
  .price__item {
    width: 75%;
  }
  .testi__item-photo {
    width: 70%;
  }
  .select__item {
    width: 75%;
  }
  .select__item:nth-child(2n) {
    margin-left: 0;
  }
  .select__promo {
    margin-bottom: 60px;
  }
  .blog__item {
    width: 95%;
  }
  .blog__content-left-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .blog__content-left-text {
    line-height: 27px;
    font-size: 14px;
  }
  .blog__content-text {
    line-height: 27px;
    font-size: 14px;
  }
  .blog__content {
    padding: 28px 20px 25px;
  }
  .blog__content-left {
    padding: 10px 20px 18px;
  }
  .blog__content-title {
    line-height: 30px;
  }
  .subscribe__content .subscribe__title {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .subscribe {
    padding: 65px 0;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-btn {
    font-size: 15px;
    padding: 17px 24px 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    width: 270px;
    padding: 14px 10px 15px 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-btn {
    font-size: 14px;
    padding: 17px 15px 12px;
  }
  .touch__promo {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .intro__content .intro__title {
    font-size: 36px;
    line-height: 65px;
  }
  .intro__content .intro__btn {
    margin-bottom: 60px;
  }
  .about__box .about__item-img {
    width: 95%;
  }
  .about__box .about__item-content {
    margin-left: -280px;
    width: 95%;
  }
  .title-main {
    font-size: 47px;
  }
  .focus__item {
    margin-bottom: 40px;
    width: 70%;
  }
  .explore__play .explore__title {
    font-size: 28px;
  }
  .explore {
    min-height: 400px;
  }
  .portfolio__item {
    width: 90%;
  }
  .team__item {
    width: 80%;
  }
  .steps__item-info .steps__item-number {
    left: 10px;
    top: 10px;
  }
  .steps__item-info {
    padding: 35px 15px 44px 90px;
  }
  .steps__item-info {
    width: 90%;
  }
  .steps__promo {
    margin-bottom: 40px;
  }
  .price__item {
    width: 80%;
  }
  .testi__item-photo {
    width: 80%;
  }
  .touch__forms {
    width: 99%;
    margin: 0 auto;
  }
}

@media (max-width: 460px) {
  .about__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__box .about__item-content {
    margin-left: 0px;
    width: 100%;
    margin-top: -2px;
    padding: 40px 20px 40px 23px;
  }
  .about__box .about__item-img {
    width: 100%;
  }
  .about__box .about__item-content-title {
    margin-bottom: 20px;
  }
  .about__box .about__item-content-text span {
    padding-top: 20px;
  }
  .about {
    padding: 60px 0 70px;
  }
}

@media (max-width: 450px) {
  .intro {
    padding: 120px 0 30px;
  }
  .intro__content .intro__title {
    font-size: 32px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .intro__content .intro__case-box .intro__case-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .intro__content .intro__case-box .intro__case-item .intro__case-icon {
    margin-bottom: 10px;
  }
  .intro__content .intro__btn {
    margin-bottom: 45px;
  }
  .focus__item {
    width: 80%;
  }
  .number-main {
    font-size: 220px;
    line-height: 180px;
  }
  .portfolio__item {
    width: 95%;
  }
  .case__box {
    padding: 30px 0;
  }
  .steps__item-info-title {
    font-size: 23px;
  }
  .steps__item-info-text {
    font-size: 14px;
  }
  .price__item {
    width: 80%;
  }
  .select__item {
    width: 85%;
  }
  .select__promo {
    margin-bottom: 50px;
  }
  .blog__item {
    width: 99%;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-btn {
    font-size: 13px;
    padding: 16px 15px 12px;
    height: 45px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    height: 45px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    width: 240px;
    font-size: 13px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::-moz-placeholder {
    font-size: 13px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input:-ms-input-placeholder {
    font-size: 13px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::-ms-input-placeholder {
    font-size: 13px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::placeholder {
    font-size: 13px;
  }
  .touch__forms-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .touch__forms-box input {
    width: 99%;
  }
}

@media (max-width: 420px) {
  .intro__content .intro__title {
    font-size: 30px;
    line-height: 50px;
  }
  .intro__content .intro__case-box .intro__case-item .intro__case-subtitle {
    font-size: 15px;
  }
  .intro__content .intro__btn .btn {
    font-size: 15px;
  }
  .focus__item {
    width: 85%;
  }
  .team__item {
    width: 90%;
  }
  .about__team-item-text {
    font-size: 14px;
  }
  .about__team {
    padding: 25px 20px 25px 25px;
  }
  .steps__item-info {
    padding: 40px 15px 25px 90px;
  }
  .steps__item-info-title {
    font-size: 21px;
    margin-bottom: 13px;
  }
  .price__item {
    width: 90%;
  }
  .testi__item-photo {
    width: 90%;
  }
  .select__item {
    width: 90%;
  }
  .blog__promo {
    margin-bottom: 45px;
  }
  .blog__item-photo .blog__item-info {
    left: 20px;
    bottom: 25px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    width: 210px;
    font-size: 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-btn {
    font-size: 11px;
    padding: 14px 13px 12px;
    height: 40px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    height: 40px;
  }
  .subscribe__content .subscribe__title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 400px) {
  .intro__content .intro__title {
    font-size: 29px;
    margin-bottom: 25px;
  }
  .intro__content .intro__btn {
    margin-bottom: 30px;
  }
  .intro__content .intro__case-box .intro__case-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .intro__content .intro__case-box .intro__case-item .intro__case-subtitle {
    font-size: 14px;
  }
  .intro__content .intro__btn .btn {
    font-size: 14px;
  }
  .about__box .about__item-content-text {
    line-height: 22px;
    font-size: 12px;
  }
  .about__box .about__item-content-title {
    font-size: 38px;
  }
  .about {
    padding: 50px 0 60px;
  }
  .title-main {
    font-size: 45px;
  }
  .focus__item {
    width: 90%;
  }
  .explore__play .explore__title {
    font-size: 25px;
  }
  .portfolio__item {
    width: 99%;
  }
  .steps__item-info-title {
    font-size: 19px;
  }
  .select__item {
    width: 95%;
  }
  .select__start-box .select__start-subtitle {
    font-size: 23px;
    line-height: 27px;
  }
  .blog__content-left-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .blog__content-title {
    font-size: 17px;
  }
}

@media (max-width: 375px) {
  .header__menu {
    padding: 100px 10px 0px 15px;
  }
  .header__menu .header__list li {
    margin-bottom: 30px;
  }
  .header {
    padding: 14px 0;
  }
  .focus__item {
    width: 95%;
  }
  .focus__item-text {
    font-size: 14px;
  }
  .title-main {
    font-size: 43px;
  }
  .team {
    padding: 115px 0 60px;
  }
  .steps__item-info-title {
    font-size: 18px;
  }
  .price__item {
    width: 95%;
  }
  .testi__item-photo {
    width: 93%;
  }
  .select__item {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .explore__play .explore__title {
    font-size: 23px;
  }
  .explore {
    min-height: 380px;
  }
  .team__item {
    width: 95%;
  }
  .case__item {
    width: 51%;
    margin-bottom: 20px;
  }
  .steps__item {
    margin-bottom: 30px;
  }
  .steps__item-info {
    width: 100%;
    top: 0;
  }
  .title-main {
    font-size: 40px;
  }
  .title-main {
    font-size: 39px;
  }
  .blog__content-left-title {
    font-size: 16px;
  }
  .blog__content-left-text {
    font-size: 13px;
  }
  .blog__content-title {
    font-size: 16px;
  }
  .blog__content-text {
    line-height: 25px;
  }
  .blog__content .blog__item-info {
    font-size: 13px;
  }
  .blog__item-photo .blog__item-info {
    font-size: 14px;
    left: 10px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    width: 195px;
    font-size: 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    padding: 14px 4px 15px 8px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::-moz-placeholder {
    font-size: 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input:-ms-input-placeholder {
    font-size: 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::-ms-input-placeholder {
    font-size: 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input::placeholder {
    font-size: 12px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-btn {
    font-size: 10px;
    padding: 15px 7px 12px;
  }
  .subscribe__content .subscribe__title {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .subscribe {
    padding: 55px 0;
  }
  .intro__content .intro__title {
    font-size: 27px;
    line-height: 44px;
  }
  .intro__content .intro__btn .btn {
    font-size: 13px;
  }
  .intro {
    padding: 95px 0 30px;
  }
}

@media (max-width: 340px) {
  .intro__content .intro__title {
    font-size: 26px;
    line-height: 43px;
  }
}

@media (max-width: 330px) {
  .header__menu {
    padding: 85px 10px 0px 15px;
  }
  .header {
    padding: 10px 0;
  }
  .header__menu .header__list li {
    margin-bottom: 28px;
  }
  .intro__content .intro__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .about__box .about__item-content-title {
    margin-bottom: 15px;
  }
  .about {
    padding: 40px 0 55px;
  }
  .focus__item {
    width: 98%;
  }
  .title-main {
    font-size: 36px;
  }
  .focus__item {
    padding: 65px 20px;
  }
  .explore__play .explore__title {
    font-size: 20px;
  }
  .team__item {
    width: 99%;
  }
  .steps__item-info-title {
    font-size: 17px;
  }
  .steps__item-info-text {
    font-size: 13px;
  }
  .steps__item-info .steps__item-number {
    left: 5px;
    top: 10px;
  }
  .steps__item-info {
    padding: 40px 15px 25px 85px;
  }
  .price__item {
    width: 99%;
  }
  .blog__content .blog__item-info span {
    font-size: 12px;
    margin-left: 20px;
  }
  .subscribe__content .subscribe__email-content .subscribe__email-input {
    font-size: 11px;
    padding: 15px 4px 15px 8px;
  }
  .subscribe__content .subscribe__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
