

@media (min-width: 768px) {
  .swiper-pagination-bullet:hover {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

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

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

.swiper-pagination-bullet-active {
  background: #3db7ef;
  -webkit-transform: scale(2.6);
  transform: scale(2.6);
}

@media (min-width: 768px) {
  .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

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

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

.swiper-container-horizontal > .swiper-pagination {
  bottom: 15px;
  left: 0;
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  z-index: 1;
}

@media (min-width: 1200px) {
  .swiper-container-horizontal > .swiper-pagination {
    bottom: 30px;
    text-align: left;
  }
}

@media (min-width: 1800px) {
  .swiper-container-horizontal > .swiper-pagination {
    bottom: 90px;
  }
}

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

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}

.swiper-slide {
  height: 100%;
  background-position: center;
}

.swiper-slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  white-space: nowrap;
}

.swiper-slide-caption:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: -4px;
  height: 100%;
}

.swiper-slide-caption .container {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  width: 1170px;
  max-width: 100%;
}

@media (min-width: 1800px) {
  .swiper-slide-caption .container {
    margin-top: -42px;
  }
}

.swiper-slide-caption h1 {
  font-size: 30px;
  line-height: 1.2;
}

.swiper-slide-caption h1 a:hover {
  color: #fff;
}

.swiper-slide-caption h5 {
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .swiper-slide-caption h1 {
    font-size: 54px;
    line-height: 1.2963;
  }
  .swiper-slide-caption h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  .swiper-slide-caption {
    z-index: 2;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%;
}

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #3db7ef;
  left: 0;
  top: 0;
}

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/** 3.9  Animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

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

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

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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;
  transform-origin: center bottom;
}

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -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) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -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) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -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) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

@-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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -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: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    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: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 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;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
  }
  100% {
    -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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

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

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

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

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

/** 3.10 Scroll To */
.scrollToNext {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  width: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);
}

.scrollToNext:before {
  display: block;
  transition: .5s;
  transition-delay: 1.4s;
}

.scrollToNext.toTop {
  animation: rotate 1.6s linear;
  animation-delay: 1s;
}

.scrollToNext.toTop:before {
  transform: rotate(180deg);
}

@keyframes rotate {
  0%, 100% {
    transform: scale(1);
  }
  30%, 60% {
    transform: scale(0.7);
  }
}

.scrollToNext:focus {
  color: #fff;
}

.scrollToNext:hover {
  color: #fff;
  text-decoration: none;
}

.scrollToNext.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile .scrollToNext,
.tablet .scrollToNext {
  display: none !important;
}

@media (min-width: 480px) {
  .scrollToNext {
    right: 40px;
    bottom: 40px;
  }
}

/** 3.11 Count To */
.counter {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .counters [class*="cell-"] + [class*="cell-"] {
    position: relative;
  }
  .counters [class*="cell-"] + [class*="cell-"]:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
  }
}

/** 3.12 Owl Carousel */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

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

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

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

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-carousel-classic {
  overflow: hidden;
}

.owl-carousel-classic .owl-prev,
.owl-carousel-classic .owl-next {
  position: absolute;
  top: 50%;
  transition: .3s;
  z-index: 1;
}

.owl-carousel-classic .owl-prev:before,
.owl-carousel-classic .owl-next:before {
  position: absolute;
  top: 30px;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  z-index: 1;
}

.owl-carousel-classic .owl-prev:after,
.owl-carousel-classic .owl-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 43px;
  border-color: transparent transparent transparent #fff;
}

.owl-carousel-classic .owl-prev {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.owl-carousel-classic .owl-prev, .owl-carousel-classic .owl-prev:before {
  left: 0;
}

.owl-carousel-classic .owl-next {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.owl-carousel-classic .owl-next, .owl-carousel-classic .owl-next:before {
  right: 0;
}

.owl-carousel-classic .owl-next:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-carousel-classic:hover .owl-prev,
.owl-carousel-classic:hover .owl-next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-carousel-classic .owl-dots {
  margin-left: -8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
}

.owl-carousel-classic .owl-dot {
  margin-left: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  background: #434345;
}

.owl-carousel-classic .owl-dot.active {
  background: #fff;
}

.owl-carousel-default .owl-prev,
.owl-carousel-default .owl-next {
  position: absolute;
  top: 50%;
  transition: .3s;
  z-index: 1;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: left;
  border-radius: 50%;
  border: 2px solid #9b9b9b;
  color: #9b9b9b;
  opacity: .3;
}

.owl-carousel-default .owl-prev:hover,
.owl-carousel-default .owl-next:hover {
  opacity: 1;
}

.owl-carousel-default .owl-dots {
  margin-top: 42px;
  margin-left: -20px;
  line-height: 8px;
  text-align: center;
}

@media (min-width: 992px) {
  .owl-carousel-default .owl-dots {
    text-align: left;
  }
}

.owl-carousel-default .owl-dot {
  margin-left: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 8px;
  border-radius: 50%;
  background: #b7b7b7;
  transition: 0.35s all ease;
}

.owl-carousel-default .owl-dot.active {
  position: relative;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  background: #3db7ef;
}

.owl-carousel-default .owl-dot:hover {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.owl-carousel-default .owl-next {
  right: 20px;
}

.owl-carousel-default .owl-prev {
  left: 20px;
}

.tablet .owl-carousel-default .owl-dots {
  display: block !important;
}

.tablet .owl-carousel-default .owl-nav {
  display: none !important;
}

.owl-carousel-default.owl-carousel-dots-lg-left .owl-dots {
  text-align: center;
}

@media (min-width: 1200px) {
  .owl-carousel-default.owl-carousel-dots-lg-left .owl-dots {
    text-align: left;
  }
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

.veil-owl-dots .owl-dots {
  display: none !important;
}

@media (min-width: 480px) {
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-lg-owl-dots .owl-dots {
    display: none !important;
  }
}

@media (min-width: 1800px) {
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xl-owl-dots .owl-dots {
    display: none !important;
  }
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

.reveal-owl-dots .owl-dots {
  display: block !important;
}

@media (min-width: 480px) {
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-lg-owl-dots .owl-dots {
    display: block !important;
  }
}

@media (min-width: 1800px) {
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xl-owl-dots .owl-dots {
    display: block !important;
  }
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

.veil-owl-nav .owl-nav {
  display: none !important;
}

@media (min-width: 480px) {
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-lg-owl-nav .owl-nav {
    display: none !important;
  }
}

@media (min-width: 1800px) {
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xl-owl-nav .owl-nav {
    display: none !important;
  }
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

.reveal-owl-nav .owl-nav {
  display: block !important;
}

@media (min-width: 480px) {
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
}

@media (min-width: 1800px) {
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xl-owl-nav .owl-nav {
    display: block !important;
  }
}