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

.hidden {
  opacity: 0;
  visibility: hidden;
}

.show {
  opacity: 1;
  visibility: visible;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-dot {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner-dot>div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  opacity: 0.6;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-dot .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-dot .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.swal2-container .swal2-popup .swal2-styled.swal2-cancel, .btn--gray,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--gray,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--gray,
.grayscale {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}

.none-grayscale {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.has-title {
  position: relative;
}

.has-title:hover {
  z-index: 1;
}

.has-title:hover .title {
  opacity: 1;
}

.title {
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  font-size: 3vh;
  color: #fff;
  padding: 0.5vh 1vh;
  border: 1px solid #fff;
  border-radius: 1vh;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.has-title--right .title {
  right: 0;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

.has-title--left .title {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.owned,
.reward.owned {
  -webkit-filter: none;
  filter: none;
}

.owned>*,
.reward.owned>* {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

.owned:after,
.reward.owned:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-45%) translateY(-50%) rotate(45deg);
  transform: translateX(-45%) translateY(-50%) rotate(45deg);
  width: 3.3333333333vh;
  height: 5.9259259259vh;
  border-bottom: 1.1111111111vh solid #5ba512;
  border-right: 1.1111111111vh solid #5ba512;
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned:after,
  .reward.owned:after {
    width: 1.875vw;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned:after,
  .reward.owned:after {
    height: 3.3333333333vw;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned:after,
  .reward.owned:after {
    border-bottom: 0.625vw solid #5ba512;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned:after,
  .reward.owned:after {
    border-right: 0.625vw solid #5ba512;
  }
}

.owned-small,
.reward.owned-small {
  -webkit-filter: none !important;
  filter: none !important;
}

.owned-small>*,
.reward.owned-small>* {
  -webkit-filter: brightness(40%) !important;
  filter: brightness(40%) !important;
}

.owned-small:after,
.reward.owned-small:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-45%) translateY(-50%) rotate(45deg);
  transform: translateX(-45%) translateY(-50%) rotate(45deg);
  width: 1.6666666667vh;
  height: 2.962962963vh;
  border-bottom: 0.5555555556vh solid #5ba512;
  border-right: 0.5555555556vh solid #5ba512;
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned-small:after,
  .reward.owned-small:after {
    width: 0.9375vw;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned-small:after,
  .reward.owned-small:after {
    height: 1.6666666667vw;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned-small:after,
  .reward.owned-small:after {
    border-bottom: 0.3125vw solid #5ba512;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .owned-small:after,
  .reward.owned-small:after {
    border-right: 0.3125vw solid #5ba512;
  }
}

.app-screen-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  color: #e3e3e3;
  text-align: center;
  background-color: #2e215a;
}

.app-screen-popup.vertical .app-screen-icon {
  width: 50vw;
  height: 30vw;
  -webkit-animation: swingOne 1.5s ease infinite alternate;
  animation: swingOne 1.5s ease infinite alternate;
}

.app-screen-popup.vertical .app-screen-text {
  margin-top: 18.5185185185vh;
  font-size: 4.6296296296vh;
}

@media screen and (max-aspect-ratio: 1920 / 1080) {
  .app-screen-popup.vertical .app-screen-text {
    margin-top: 10.4166666667vw;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {
  .app-screen-popup.vertical .app-screen-text {
    font-size: 2.6041666667vw;
  }
}

.app-screen-popup.horizontal .app-screen-icon {
  width: 30vw;
  height: 18vw;
  -webkit-animation: swingTwo 1.5s ease infinite alternate;
  animation: swingTwo 1.5s ease infinite alternate;
}

.app-screen-popup.horizontal .app-screen-text {
  margin-top: 9.2592592593vh;
  font-size: 3.7037037037vh;
}

@media screen and (max-aspect-ratio: 1920 / 1080) {
  .app-screen-popup.horizontal .app-screen-text {
    margin-top: 5.2083333333vw;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {
  .app-screen-popup.horizontal .app-screen-text {
    font-size: 2.0833333333vw;
  }
}

.app-screen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5%;
}

.app-screen-icon {
  margin: auto;
  background: url("https://dl.dir.freefiremobile.com/common/web_event/common//cdn/scape.png") center/contain no-repeat;
}

@media screen and (orientation: portrait) {
  .app-screen-popup.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (orientation: landscape) {
  .app-screen-popup.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@-webkit-keyframes swingOne {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  30% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swingOne {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  30% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.h100 {
  height: 100vh;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.simplebar-track.simplebar-horizontal {
  display: none;
}

.simplebar-content {
  overflow-x: hidden;
}

.dot-carousel {
  position: relative;
  left: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  -webkit-box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  -webkit-animation: dot-carousel 1.5s infinite linear;
  animation: dot-carousel 1.5s infinite linear;
}

@-webkit-keyframes dot-carousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px #000, 9999px 0 0 1px #000, 10014px 0 0 -1px #000;
    box-shadow: 9984px 0 0 -1px #000, 9999px 0 0 1px #000, 10014px 0 0 -1px #000;
  }

  50% {
    -webkit-box-shadow: 10014px 0 0 -1px #000, 9984px 0 0 -1px #000, 9999px 0 0 1px #000;
    box-shadow: 10014px 0 0 -1px #000, 9984px 0 0 -1px #000, 9999px 0 0 1px #000;
  }

  100% {
    -webkit-box-shadow: 9999px 0 0 1px #000, 10014px 0 0 -1px #000, 9984px 0 0 -1px #000;
    box-shadow: 9999px 0 0 1px #000, 10014px 0 0 -1px #000, 9984px 0 0 -1px #000;
  }
}

@keyframes dot-carousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px #000, 9999px 0 0 1px #000, 10014px 0 0 -1px #000;
    box-shadow: 9984px 0 0 -1px #000, 9999px 0 0 1px #000, 10014px 0 0 -1px #000;
  }

  50% {
    -webkit-box-shadow: 10014px 0 0 -1px #000, 9984px 0 0 -1px #000, 9999px 0 0 1px #000;
    box-shadow: 10014px 0 0 -1px #000, 9984px 0 0 -1px #000, 9999px 0 0 1px #000;
  }

  100% {
    -webkit-box-shadow: 9999px 0 0 1px #000, 10014px 0 0 -1px #000, 9984px 0 0 -1px #000;
    box-shadow: 9999px 0 0 1px #000, 10014px 0 0 -1px #000, 9984px 0 0 -1px #000;
  }
}

.lib-list-slider-wrapper .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #180803;
  font-size: 1.25vw;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background-color: #000;
}

a {
  color: #773c14;
  text-decoration: none !important;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  outline: none !important;
}

a:hover, a:focus {
  color: #b77244;
}

button {
  outline: none !important;
}

img {
  display: inline-block;
  max-width: 100%;
}

.container {
  max-width: 100% !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

@font-face {
  font-family: "000 StoryBrush TB";
  src: url("/cdn/000StoryBrushTB.eot");
  src: url("/cdn/000StoryBrushTB.eot?#iefix") format("embedded-opentype"), url("/cdn/000StoryBrushTB.woff2") format("woff2"), url("/cdn/000StoryBrushTB.woff") format("woff"), url("/cdn/000StoryBrushTB.ttf") format("truetype"), url("/cdn/000StoryBrushTB.svg#000StoryBrushTB") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  20% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  20% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 20%, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 20%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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);
  }

  to {
    -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);
  }

  to {
    -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 {
  from {
    -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);
  }

  20%, 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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -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);
  }

  20%, 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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -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);
  }

  20% {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -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);
  }

  20% {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: 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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -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;
  }

  to {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  20% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  20% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -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-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  20% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  20% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -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-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(20%, 0, 0) skewX(-30deg);
    transform: translate3d(20%, 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;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(20%, 0, 0) skewX(-30deg);
    transform: translate3d(20%, 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;
  }

  to {
    -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 {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(20%, 0, 0) skewX(30deg);
    transform: translate3d(20%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(20%, 0, 0) skewX(30deg);
    transform: translate3d(20%, 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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: 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;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

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

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}

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

.simplebar-track {
  right: -0.78125vw !important;
}

.col--winners .simplebar-track {
  right: 0.2604166667vw !important;
}

.simplebar-track.simplebar-vertical {
  width: 8px !important;
  background: rgba(4, 45, 28, 0.5);
  border-radius: 1vh;
}

.simplebar-scrollbar::before {
  background: #00ff5b !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.swal2-container.swal2-backdrop-show {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.swal2-container.swal2-backdrop-show .swal2-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swal2-html-container {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.swal2-container {
  padding: 0 !important;
  z-index: 10000 !important;
}

.swal2-container.swal2-center .swal2-popup {
  height: auto !important;
  width: 61.9270833333vw;
  min-height: 43.125vw;
  padding: 2.6041666667vw 4.6875vw;
  background: url(/cdn/popup-bg.png) no-repeat center bottom;
  background-size: 100% 100%;
  border-radius: 0 !important;
  border: 0 !important;
}

.swal2-container.swal2-center .swal2-popup .swal2-close,
.swal2-container.swal2-center .swal2-popup .close {
  position: absolute;
  width: 1.5625vw;
  height: 3.0208333333vw;
  background: url(/cdn/close.png) no-repeat center;
  background-size: 100%;
  top: -1.0416666667vw;
  right: -1.5625vw;
  opacity: 1;
  font-size: 4rem;
  outline: none !important;
  color: #000 !important;
  font-family: serif;
  font-weight: 300;
  z-index: 9;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.swal2-container.swal2-center .swal2-popup #swal2-html-container {
  line-height: 150%;
  font-size: 1.4583333333vw;
  color: #000;
  margin: 0 auto;
  width: 100%;
}

.swal2-container.swal2-center .swal2-popup #swal2-html-container p {
  line-height: 150%;
  font-size: 1.4583333333vw;
  color: #000;
}

.swal2-container.swal2-center .swal2-popup #swal2-title,
.swal2-container.swal2-center .swal2-popup h2 {
  font-size: 3.2291666667vw;
  font-weight: 800;
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 120%;
  padding: 0;
  width: 100%;
  text-align: center;
  height: auto;
  text-transform: uppercase;
}

.form {
  max-width: 410px;
  margin: 0 auto;
}

.form .error {
  color: #9c0a0a;
  text-align: center;
  width: 100%;
  display: block;
}

button {
  border: 0;
  outline: none !important;
}

.form-line {
  margin-bottom: 1vh;
  font-size: 3.5vh;
}

.form-line:last-of-type {
  margin-bottom: 0;
}

.form-line label {
  font-size: 4vh;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0.5vh;
  font-size: 2.2222222222vh;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-aspect-ratio: 1920 / 1080) {
  .form-line label {
    font-size: 1.25vw;
  }
}

.form-line input[type=text],
.form-line input[type=email],
.form-line input[type=password],
.form-line input[type=number],
.form-line input[type=url],
.form-line input[type=search],
.form-line input[type=tel],
.form-line input[type=date],
.form-line input[type=datalist],
.form-line input[type=time],
.form-line textarea,
.form-line .selection {
  height: 4.4444444444vh;
  outline: none !important;
  width: 100%;
  padding-left: 1vh;
  padding-right: 1vh;
  border: 0;
  background-color: #000;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
  font-size: 16px;
  text-transform: none;
  color: #fff;
}

@media screen and (max-aspect-ratio: 1920 / 1080) {

  .form-line input[type=text],
  .form-line input[type=email],
  .form-line input[type=password],
  .form-line input[type=number],
  .form-line input[type=url],
  .form-line input[type=search],
  .form-line input[type=tel],
  .form-line input[type=date],
  .form-line input[type=datalist],
  .form-line input[type=time],
  .form-line textarea,
  .form-line .selection {
    height: 2.5vw;
  }
}

.form-line input[type=text]:focus, .form-line input[type=text]:active,
.form-line input[type=email]:focus,
.form-line input[type=email]:active,
.form-line input[type=password]:focus,
.form-line input[type=password]:active,
.form-line input[type=number]:focus,
.form-line input[type=number]:active,
.form-line input[type=url]:focus,
.form-line input[type=url]:active,
.form-line input[type=search]:focus,
.form-line input[type=search]:active,
.form-line input[type=tel]:focus,
.form-line input[type=tel]:active,
.form-line input[type=date]:focus,
.form-line input[type=date]:active,
.form-line input[type=datalist]:focus,
.form-line input[type=datalist]:active,
.form-line input[type=time]:focus,
.form-line input[type=time]:active,
.form-line textarea:focus,
.form-line textarea:active,
.form-line .selection:focus,
.form-line .selection:active {
  background-color: rgb(17, 17, 17);
}

.form-line input[type=text]::-webkit-input-placeholder,
.form-line input[type=email]::-webkit-input-placeholder,
.form-line input[type=password]::-webkit-input-placeholder,
.form-line input[type=number]::-webkit-input-placeholder,
.form-line input[type=url]::-webkit-input-placeholder,
.form-line input[type=search]::-webkit-input-placeholder,
.form-line input[type=tel]::-webkit-input-placeholder,
.form-line input[type=date]::-webkit-input-placeholder,
.form-line input[type=datalist]::-webkit-input-placeholder,
.form-line input[type=time]::-webkit-input-placeholder,
.form-line textarea::-webkit-input-placeholder,
.form-line .selection::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7e7e;
  font-style: italic;
}

.form-line input[type=text]::-moz-placeholder,
.form-line input[type=email]::-moz-placeholder,
.form-line input[type=password]::-moz-placeholder,
.form-line input[type=number]::-moz-placeholder,
.form-line input[type=url]::-moz-placeholder,
.form-line input[type=search]::-moz-placeholder,
.form-line input[type=tel]::-moz-placeholder,
.form-line input[type=date]::-moz-placeholder,
.form-line input[type=datalist]::-moz-placeholder,
.form-line input[type=time]::-moz-placeholder,
.form-line textarea::-moz-placeholder,
.form-line .selection::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7e7e;
  font-style: italic;
}

.form-line input[type=text]:-ms-input-placeholder,
.form-line input[type=email]:-ms-input-placeholder,
.form-line input[type=password]:-ms-input-placeholder,
.form-line input[type=number]:-ms-input-placeholder,
.form-line input[type=url]:-ms-input-placeholder,
.form-line input[type=search]:-ms-input-placeholder,
.form-line input[type=tel]:-ms-input-placeholder,
.form-line input[type=date]:-ms-input-placeholder,
.form-line input[type=datalist]:-ms-input-placeholder,
.form-line input[type=time]:-ms-input-placeholder,
.form-line textarea:-ms-input-placeholder,
.form-line .selection:-ms-input-placeholder {
  /* IE 10+ */
  color: #7e7e7e;
  font-style: italic;
}

.form-line input[type=text]:-moz-placeholder,
.form-line input[type=email]:-moz-placeholder,
.form-line input[type=password]:-moz-placeholder,
.form-line input[type=number]:-moz-placeholder,
.form-line input[type=url]:-moz-placeholder,
.form-line input[type=search]:-moz-placeholder,
.form-line input[type=tel]:-moz-placeholder,
.form-line input[type=date]:-moz-placeholder,
.form-line input[type=datalist]:-moz-placeholder,
.form-line input[type=time]:-moz-placeholder,
.form-line textarea:-moz-placeholder,
.form-line .selection:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7e7e;
  font-style: italic;
}

.text-warning {
  margin-bottom: 0 !important;
  color: yellow !important;
}

.btn,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel {
  background: url(/cdn/btn.png) no-repeat !important;
  background-size: 100% 100% !important;
  font-size: 1.40625vw;
  text-transform: uppercase;
  color: #773c14 !important;
  min-width: 7.7083333333vw;
  height: 3.28125vw;
  line-height: 3.28125vw;
  padding-right: 0.2604166667vw;
  padding-left: 0.2604166667vw;
  padding-top: 0;
  padding-bottom: 0;
  outline: none !important;
  border: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  z-index: 1;
  vertical-align: middle;
  text-shadow: 1px 0 0 #fff2cd;
  white-space: nowrap;
  -webkit-filter: drop-shadow(0 0.12vw 0.1vw rgba(0, 0, 0, 0.68));
  filter: drop-shadow(0 0.12vw 0.1vw rgba(0, 0, 0, 0.68));
  font-family: "Roboto Condensed", sans-serif !important;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn--active,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--active,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--active {
  color: #010101 !important;
  background: url(/cdn/btn-active.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.btn--active .icon-btn,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--active .icon-btn,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--active .icon-btn {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.btn--short,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--short,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--short {
  /* min-width: 6.0416666667vw; */
  height: 3.28125vw;
  line-height: 3.28125vw;
  font-size: 1.1979166667vw;
  background: url(/cdn/btn-short.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.btn--short--active,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--short--active,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--short--active {
  color: #010101 !important;
  background: url(/cdn/btn-short-active.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.btn--long,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--long,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--long {
  min-width: 16.40625vw;
  height: 3.28125vw;
  line-height: 3.28125vw;
  font-size: 1.1979166667vw;
  background: url(/cdn/btn-long.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.btn--long.btn--active,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--long.btn--active,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--long.btn--active {
  color: #010101 !important;
  background: url(/cdn/btn-long-active.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.btn--orange,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--orange,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--orange {
  min-width: 29.3229166667vw;
  height: 5vw;
  line-height: 5vw;
  font-size: 2.6041666667vw;
  background: url(/cdn/btn-orange.png) no-repeat !important;
  background-size: 100% 100% !important;
  text-shadow: none !important;
  color: #ffd8b7 !important;
}

.btn--tab,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--tab,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--tab {
  min-width: 10.15625vw;
  height: 2.96875vw;
  line-height: 2.96875vw;
  font-size: 1.1979166667vw;
  background: url(/cdn/btn-tab.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.btn--tab--active,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--tab--active,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--tab--active {
  color: #010101 !important;
  background: url(/cdn/btn-tab-active.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.btn span,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm span,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel span {
  display: inline-block;
  vertical-align: middle;
}

.btn--fw,
.swal2-container .swal2-popup .swal2-styled.swal2-confirm--fw,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel--fw {
  width: 100%;
  min-width: initial !important;
}

@media screen and (min-width: 1025px) {

  .btn:hover,
  .swal2-container .swal2-popup .swal2-styled.swal2-confirm:hover,
  .swal2-container .swal2-popup .swal2-styled.swal2-cancel:hover {
    -webkit-transform: translateY(-0.3vw);
    transform: translateY(-0.3vw);
  }
}

.swal2-container .swal2-popup .swal2-styled.swal2-confirm {
  font-weight: bold;
}

.swal2-container .swal2-popup .swal2-styled.swal2-cancel {
  font-weight: bold;
}

#header {
  position: fixed;
  width: 100%;
  height: 5.3125vw;
  z-index: 9999;
  color: #fcf3d0;
  top: 0;
  left: 0;
  background: #101413;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0.5vw 0.5vw rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.5vw 0.5vw rgba(0, 0, 0, 0.6);
}

.top-menu {
  position: relative;
  height: 100%;
}

.top-menu>.container {
  height: 100%;
}

.top-menu>.container>.row {
  height: 100%;
}

#ul-top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ul-top-nav li {
  display: inline-block;
}

#ul-top-nav .menu-item a {
  display: inline-block;
  vertical-align: middle;
  /* background: url(/cdn/menu-bg.png) no-repeat;
  background-size: 100% 100%; */
  font-size: 1.25vw;
  text-transform: uppercase;
  color: #ffffff !important;
  min-width: 10.78125vw;
  height: 3.0729166667vw;
  line-height: 3.0729166667vw;
  padding-right: 0.2604166667vw;
  padding-left: 0.2604166667vw;
  text-shadow: 1px 0 0 #fff2cd;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media screen and (min-width: 1025px) {
  #ul-top-nav .menu-item a:hover {
    -webkit-transform: translateY(-0.3vw);
    transform: translateY(-0.3vw);
  }
}

.btn-download {
  display: inline-block;
  vertical-align: middle;
  width: 13.6979166667vw;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn-download img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .btn-download:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.age {
  display: inline-block;
  position: relative;
  animation: float 3s ease-in-out infinite;
}

.age img {
  transition: transform 0.3s ease;
}

/* Hover phóng to nhẹ + xoay chút */
.age img:hover {
  transform: scale(1.08) rotate(-2deg);
}

/* Hiệu ứng nổi lên xuống */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}


.age {
  position: absolute;
  width: 200px;
  top: 100%;
  right: 1.25vw;
  -webkit-transform: translateY(1.25vw);
  transform: translateY(1.25vw);
}

.age img {
  width: 100%;
}

#footer {
  position: relative;
  height: 13.9583333333vw;
  background: url(/cdn/footer-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 1.3020833333vw 0;
}

#footer .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.8125vw;
  flex: 0 0 32.8125vw;
  max-width: 32.8125vw;
}

#footer .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.1041666667vw;
  flex: 0 0 40.1041666667vw;
  max-width: 40.1041666667vw;
}

#footer a,
#footer p {
  color: #c6b0cb;
  font-size: 0.9375vw;
  line-height: 160%;
}

.footer-social {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-2.0833333333vw);
  transform: translateX(-50%) translateY(-2.0833333333vw);
  background: url(/cdn/scroll.png) no-repeat;
  background-size: 100% 100%;
  width: 40.2604166667vw;
  height: 9.4270833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-social {
  display: inline-block;
  vertical-align: middle;
  width: 5.0520833333vw;
  margin-left: 1.6666666667vw;
  margin-right: 1.6666666667vw;
}

@media screen and (min-width: 1025px) {
  .icon-social {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }

  .icon-social:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.footer-logo {
  width: 31.875vw;
  margin-left: auto;
  margin-right: auto;
}

.separate {
  height: 1px;
  background: rgba(188, 60, 175, 0.3);
  margin: 1.5625vw 0;
}

.footer-links {
  white-space: nowrap;
}

.footer-links a {
  display: inline-block;
}

.footer-links a:hover {
  text-decoration: underline !important;
}

.footer-links a:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4166666667vw;
}

#ul-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ul-footer-menu li {
  display: inline-block;
}

#ul-footer-menu li:last-child a:after {
  display: none;
}

.footer-copyright {
  padding-top: 0.78125vw;
  padding-left: 3.125vw;
}

.footer-copyright h3 {
  font-size: 1.0416666667vw;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
}

.footer-copyright p {
  margin-bottom: 0;
}

@-webkit-keyframes flashing {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0.5;
  }
}

@keyframes flashing {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0.5;
  }
}

@-webkit-keyframes pointing {
  0%, 20%, 30%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15%, 25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@keyframes pointing {
  0%, 20%, 30%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15%, 25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@-webkit-keyframes appearing {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes appearing {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}

@keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}

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

  50% {
    opacity: 0.6;
  }
}

@keyframes glowing {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@-webkit-keyframes heartBeat {
  0%, 40%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20%, 60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes heartBeat {
  0%, 40%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20%, 60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes heartBeatLow {
  0%, 40%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20%, 60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes heartBeatLow {
  0%, 40%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20%, 60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-webkit-keyframes ping {
  0%, 20%, 40%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  10%, 30% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}

@keyframes ping {
  0%, 20%, 40%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  10%, 30% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}

@-webkit-keyframes scaling {
  0%, 100% {
    -webkit-transform: scale(1) rotate(-8deg);
    transform: scale(1) rotate(-8deg);
  }

  50% {
    -webkit-transform: scale(1.1) rotate(-8deg);
    transform: scale(1.1) rotate(-8deg);
  }
}

@keyframes scaling {
  0%, 100% {
    -webkit-transform: scale(1) rotate(-8deg);
    transform: scale(1) rotate(-8deg);
  }

  50% {
    -webkit-transform: scale(1.1) rotate(-8deg);
    transform: scale(1.1) rotate(-8deg);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@-webkit-keyframes won {
  0%, 30%, 60%, 100% {
    opacity: 1;
  }

  15%, 45%, 75% {
    opacity: 0;
  }
}

@keyframes won {
  0%, 30%, 60%, 100% {
    opacity: 1;
  }

  15%, 45%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes flutter {
  0% {
    background-position: -200% 0px;
  }

  30% {
    background-position: -60% 5px;
  }

  70% {
    background-position: 70% -5px;
  }

  100% {
    background-position: 200% 0px;
  }
}

@keyframes flutter {
  0% {
    background-position: -200% 0px;
  }

  30% {
    background-position: -60% 5px;
  }

  70% {
    background-position: 70% -5px;
  }

  100% {
    background-position: 200% 0px;
  }
}

@-webkit-keyframes flagWaving {
  0% {
    -webkit-transform: rotateY(10deg) translateX(-50%);
    transform: rotateY(10deg) translateX(-50%);
  }

  100% {
    -webkit-transform: rotateY(-10deg) translateX(-50%);
    transform: rotateY(-10deg) translateX(-50%);
  }
}

@keyframes flagWaving {
  0% {
    -webkit-transform: rotateY(10deg) translateX(-50%);
    transform: rotateY(10deg) translateX(-50%);
  }

  100% {
    -webkit-transform: rotateY(-10deg) translateX(-50%);
    transform: rotateY(-10deg) translateX(-50%);
  }
}

.col--logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.7604166667vw;
  flex: 0 0 12.7604166667vw;
  max-width: 12.7604166667vw;
}

.col--menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.3125vw;
  flex: 0 0 45.3125vw;
  max-width: 45.3125vw;
}

.col--lib-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col--lib-item a {
  display: block;
  width: 100%;
  padding: 1.0416666667vw 0.78125vw;
}

.col--lib-item a img {
  width: 100%;
}

.col--lib-item--big {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col--precious {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.0520833333vw;
  flex: 0 0 45.0520833333vw;
  max-width: 45.0520833333vw;
}

.section--1 {
  position: relative;
}

.section--4 {
  padding-top: 4.6875vw;
  padding-bottom: 12.5vw;
  background: url(/cdn/home-video-bg.jpg) no-repeat center top;
  background-size: cover;
}

.section--top {
  background: url(/cdn/top-bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}

/* width */
::-webkit-scrollbar {
  width: 0.2604166667vw;
  height: 0.2604166667vw;
}

@media screen and (max-width: 546px) {
  ::-webkit-scrollbar {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}

/* Track */
::-webkit-scrollbar-track {
  background: #07070E;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffe3b1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffe3b1;
}

.popup-content-info {
  overflow: hidden auto;
  max-height: 30.2083333333vw;
  text-align: left;
  white-space: pre-line;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.popup-content-info h2 {
  text-align: left;
}

.popup-content-info::-webkit-scrollbar-track {
  background: #fff;
}

.popup-content-info::-webkit-scrollbar-thumb {
  background: #7e5f28;
}

.popup-content-info::-webkit-scrollbar-thumb:hover {
  background: #7e5f28;
}

.hero-panel-cover .precious-item .skill-content {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.hero-panel-cover .precious-item .skill-content::-webkit-scrollbar-track {
  background: #414141;
}

.hero-panel-cover .precious-item .skill-content::-webkit-scrollbar-thumb {
  background: #ffe3b1;
}

.hero-panel-cover .precious-item .skill-content::-webkit-scrollbar-thumb:hover {
  background: #ffe3b1;
}

img {
  max-height: 100%;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}

#main-body {
  position: relative;
}

.container {
  max-width: 73.9583333333vw !important;
}

.btn-dot {
  -webkit-filter: drop-shadow(0 0.12vw 0.12vw rgba(0, 0, 0, 0.68));
  filter: drop-shadow(0 0.12vw 0.12vw rgba(0, 0, 0, 0.68));
  display: inline-block;
  vertical-align: middle;
  width: 3.6458333333vw;
}

.tabs {
  white-space: nowrap;
}

.icon-btn {
  display: inline-block;
  vertical-align: middle;
  max-width: 1.6666666667vw;
}

.swiper-pagination-bullet {
  width: 1.5625vw !important;
  height: 1.5625vw !important;
  background: url(/cdn/bullet-slide.png) no-repeat !important;
  background-size: 100% 100% !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: url(/cdn/bullet-slide-active.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: relative;
  bottom: auto;
}

.section--1 .swiper-horizontal>.swiper-pagination-bullets, .section--1 .swiper-pagination-bullets.swiper-pagination-horizontal, .section--1 .swiper-pagination-custom, .section--1 .swiper-pagination-fraction {
  position: absolute;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 300px !important; */
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.1770833333vw !important;
  height: 5vw !important;
  background: url(/cdn/arrow-right.png) no-repeat !important;
  background-size: 100% 100% !important;
  right: -5.625vw;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  background: url(/cdn/arrow-left.png) no-repeat !important;
  background-size: 100% 100% !important;
  right: auto;
  left: -5.625vw;
}

.home-slider-paging {
  position: absolute;
  bottom: 1.8229166667vw !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.home-center {
  position: relative;
  padding: 1.5625vw 0;
  background: url(/cdn/home-news-bg.jpg) no-repeat center top;
  background-size: cover;
}

.section-title {
  border-bottom: 1px solid #930000;
  font-size: 0;
  margin-bottom: 2.0833333333vw;
}

.section-title h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #180803;
  font-weight: normal;
  line-height: 120%;
  text-shadow: 0 0 5px rgba(255, 152, 0, 0.6);
}

.section-title-b {
  margin-bottom: 5px;
}

.section-title .col-6:nth-child(2) {
  padding-top: 1.0416666667vw;
}

.section-title .btn {
  margin-right: 0.625vw;
}

.section-title--dark {
  border-color: #fff;
}

.section-title--dark h2 {
  color: #fff;
}

.block>.row {
  margin: 0 -1.3020833333vw;
}

.block>.row .col-4 {
  padding: 0 1.3020833333vw;
}

.post {
  position: relative;
  margin-bottom: 2.6041666667vw;
}

.post__img {
  display: block;
  margin-bottom: 0.78125vw;
  overflow: hidden;
}

.post__img img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .post__img img {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }

  .post__img img:hover {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
}

.post__short-title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  margin-bottom: 0.2604166667vw;
}

@media screen and (min-width: 1025px) {
  .post__short-title {
    min-height: 3.75vw;
  }
}

.post__short-title--dark {
  color: #e7f1f4;
}

.post__excerpt {
  margin-bottom: 0.78125vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1025px) {
  .post__excerpt {
    min-height: 3.75vw;
  }
}

.post__excerpt--dark {
  color: #e7f1f4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post__category {
  color: #773c14;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.3541666667vw;
  display: inline-block;
}

.post__category:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.8854166667vw;
  height: 1.40625vw;
  margin-left: 0.4166666667vw;
  background: url(/cdn/arrow.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  margin-bottom: 0.2vw;
}

.post__category--related {
  color: #fff;
}

.post__category--related:after {
  background: url(/cdn/arrow-white.png) no-repeat;
  background-size: 100% 100%;
}

.post__category:hover:after {
  -webkit-transform: translateX(0.3vw);
  transform: translateX(0.3vw);
}

.post__entry {
  color: rgba(24, 8, 3, 0.7);
  text-align: right;
  display: block;
}

.post__entry--related {
  color: rgba(255, 255, 255, 0.7);
}

.library-slider-wrapper {
  position: relative;
  width: 52.03125vw;
  height: 29.2708333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125vw;
}

.library-slider-wrapper .swiper {
  margin-bottom: 0.78125vw;
  -webkit-mask-image: url(/cdn/frame-mask.png);
  mask-image: url(/cdn/frame-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.library-slider-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  /* background: url(/cdn/frame.png) no-repeat;
  background-size: 100% 100%; */
}

.tabs {
  margin-bottom: 2.6041666667vw;
}

.btn-tabs {
  margin-bottom: 3.125vw;
}

.btn-tabs .btn {
  margin-left: 0.4166666667vw;
  margin-right: 0.4166666667vw;
}

.lib-list-slider-wrapper {
  position: relative;
}

.processing {
  position: relative;
}

.page-container {
  padding-top: 7.8125vw;
  position: relative;
  padding-bottom: 16.6666666667vw;
  background: url(/cdn/home-news-bg.jpg) no-repeat center top;
  background-size: cover;
}

.page-container--hero {
  background: url(/cdn/hero-bg.jpg) no-repeat center top;
  background-size: cover;
}

h1.page-title {
  font-size: 6.25vw;
  font-family: "000 StoryBrush TB", sans-serif;
  color: #180803;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
}

.library-search {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 38.5416666667vw;
  margin-bottom: 2.0833333333vw;
}

.library-search button {
  position: absolute;
  top: 50%;
  right: 1.5vw;
  background: transparent;
  outline: none !important;
  width: 1.9791666667vw;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

input {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #773c14;
  border-radius: 0.5vw;
  color: #773c14;
  font-size: 1.875vw;
  width: 38.5416666667vw;
  height: 4.6875vw;
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 1vw;
  padding-right: 1vw;
  background: transparent;
}

input:focus, input:active {
  border-color: #c37643;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #773c14;
  font-weight: 300;
  font-style: italic;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #773c14;
  font-weight: 300;
  font-style: italic;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #773c14;
  font-weight: 300;
  font-style: italic;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #773c14;
  font-weight: 300;
  font-style: italic;
}

.hero-item {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media screen and (min-width: 1025px) {
  .hero-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.equipment-item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.equipment-item--small {
  position: relative;
}

.equipment-item--small .equipment-name {
  width: 94%;
  bottom: 2%;
  height: 1.4583333333vw;
  line-height: 1.3020833333vw;
  font-size: 0.625vw;
}

.equipment-name {
  position: absolute;
  bottom: 1.4583333333vw;
  width: 15.625vw;
  height: 3.3333333333vw;
  line-height: 3.125vw;
  font-size: 1.4583333333vw;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Roboto Condensed", sans-serif;
}

.equipment-name--1 {
  background: url(/cdn/tag-1.png) no-repeat;
  background-size: 100% 100%;
}

.equipment-name--2 {
  background: url(/cdn/tag-2.png) no-repeat;
  background-size: 100% 100%;
}

.equipment-name--3 {
  background: url(/cdn/tag-3.png) no-repeat;
  background-size: 100% 100%;
}

.equipment-name--4 {
  background: url(/cdn/tag-4.png) no-repeat;
  background-size: 100% 100%;
}

.rank-wrap {
  margin-bottom: 2.6041666667vw;
}

.beast {
  position: relative;
  text-align: center;
  color: #ffe3b1;
  font-family: "Roboto Condensed", sans-serif;
}

.beast>img {
  display: block;
  width: 100%;
}

.beast__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 16%;
  font-size: 1.5625vw;
  position: absolute;
  top: 1.1979166667vw;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}

.beast__content {
  padding-left: 30%;
  font-size: 1.1458333333vw;
  line-height: 155%;
  position: absolute;
  width: 86%;
  left: 0;
  top: 42%;
  height: 5.625vw;
  overflow: hidden auto;
}

.hero-panel-cover .beast__content {
  height: 4.8958333333vw;
}

@media screen and (max-width: 1024px) {
  .beast__content {
    height: 13.8888888889vw;
  }
}

.beast-tag {
  color: #ffe9c4;
  text-transform: uppercase;
  font-size: 1.8229166667vw;
  width: 18.90625vw;
  height: 3.2291666667vw;
  line-height: 3.2291666667vw;
  text-align: center;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(/cdn/beast-tag.png) no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.0833333333vw;
}

.spirit {
  position: relative;
  margin-bottom: 0.78125vw;
}

.spirit>img {
  display: block;
  width: 100%;
}

.spirit__img {
  width: 6.1979166667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spirit__img img {
  width: 100%;
}

.spirit__name, .spirit__stats {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  text-align: center;
  color: #ffe3b1;
  font-size: 1.5625vw;
  padding-left: 2%;
  padding-right: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: capitalize;
}

.spirit__stats {
  left: auto;
  right: 0;
}

.army {
  position: relative;
  padding: 1.0416666667vw;
}

.army>img {
  display: block;
  width: 100%;
}

.precious-item {
  position: relative;
  color: #773c14;
  font-size: 1.0416666667vw;
  font-family: "Roboto Condensed", sans-serif;
  padding: 1.8229166667vw;
  padding-top: 3.125vw;
  margin-bottom: 6.25vw;
}

.precious-item__name {
  position: absolute;
  width: 24.1145833333vw;
  height: 3.2291666667vw;
  line-height: 3.2291666667vw;
  font-size: 1.6666666667vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.precious-item--hero {
  margin-bottom: 0;
}

.precious-item--1 {
  width: 45.0520833333vw;
  min-height: 29.0104166667vw;
  background: url(/cdn/prec-cover-1.png) no-repeat;
  background-size: 100% 100%;
}

.precious-item--1 .precious-item__name {
  background: url(/cdn/precious-tag-1.png) no-repeat;
  background-size: 100% 100%;
}

.precious-item--2 {
  width: 45.0520833333vw;
  min-height: 17.03125vw;
  background: url(/cdn/prec-cover-2.png) no-repeat;
  background-size: 100% 100%;
}

.precious-item--2 .precious-item__name {
  background: url(/cdn/precious-tag-2.png) no-repeat;
  background-size: 100% 100%;
}

.precious-item--3 {
  width: 45.0520833333vw;
  min-height: 17.03125vw;
  background: url(/cdn/prec-cover-3.png) no-repeat;
  background-size: 100% 100%;
}

.precious-item--3 .precious-item__name {
  background: url(/cdn/precious-tag-3.png) no-repeat;
  background-size: 100% 100%;
}

.precious-item .row {
  height: 100%;
}

.precious-item .skill-block {
  height: 100%;
  border-right: 1px solid #773c14;
  min-height: 23.4375vw;
}

.precious-item .skill-block h3 {
  text-transform: uppercase;
  font-weight: normal;
}

.precious-item .skill-content {
  line-height: 2vw;
  overflow: hidden auto;
  max-height: 17.7083333333vw;
  white-space: pre-line;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.precious-item .skill-content::-webkit-scrollbar-track {
  background: #fff;
}

.precious-item .skill-content::-webkit-scrollbar-thumb {
  background: #7e5f28;
}

.precious-item .skill-content::-webkit-scrollbar-thumb:hover {
  background: #7e5f28;
}

.precious-item .prec-list {
  text-align: center;
}

.precious-icon {
  display: inline-block;
  width: 6.3541666667vw;
  margin-bottom: 0.5208333333vw;
}

.skill-icon {
  display: inline-block;
  width: 5.1041666667vw;
}

.skill-icon--small {
  width: 3.125vw;
}

.hero-title {
  width: 65vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 6.25vw;
  font-family: "000 StoryBrush TB", sans-serif;
  color: #fff;
  font-weight: normal;
}

a.back {
  position: absolute;
  font-size: 2.0833333333vw;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.back img {
  display: inline-block;
  vertical-align: middle;
  width: 0.9895833333vw;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

a.back:hover img {
  -webkit-transform: translateY(-10%) translateX(-0.3vw);
  transform: translateY(-10%) translateX(-0.3vw);
}

.top-notice {
  height: 37.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-notice h3 {
  font-size: 2vw;
}

@media screen and (max-width: 767px) {
  .top-notice {
    height: 55.5555555556vw;
  }
}

.banner-cover {
  position: relative;
  width: 65vw;
  height: 36.5625vw;
  margin-bottom: 1.0416666667vw;
  margin-left: auto;
  margin-right: auto;
}

.banner-cover--top {
  width: 63.5416666667vw;
  height: 37.2395833333vw;
}

.banner-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/cdn/banner-cover.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.banner-cover__img, .banner-cover__content {
  -webkit-mask-image: url(/cdn/banner-mask.png);
  mask-image: url(/cdn/banner-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.banner-cover__img img, .banner-cover__content img {
  display: block;
  width: 100%;
}

.banner-cover__content {
  display: block;
  width: 100%;
  height: 100%;
}

.page-container--hero {
  color: #fff;
  font-size: 1.3541666667vw;
}

.hero-wrapper .col-6 {
  margin-bottom: 3.6458333333vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333vw;
  flex: 0 0 33.3333333333vw;
  max-width: 33.3333333333vw;
}

.hero-wrapper .col-6:nth-child(even) {
  margin-left: auto;
}

.banner-hor {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12.5vw;
  height: 30.7291666667vw;
  -webkit-filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.65));
  filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.65));
}

.banner-hor:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/cdn/banner-hor-cover.png) no-repeat;
  background-size: 100% 100%;
}

.banner-hor__img {
  -webkit-mask-image: url(/cdn/banner-hor-mask.png);
  mask-image: url(/cdn/banner-hor-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.banner-hor__img img {
  display: block;
  width: 100%;
}

.hero-excerpt {
  width: 65vw;
  font-size: 1.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  line-height: 170%;
}

@media screen and (min-width: 1025px) {
  .hero-separate {
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    margin: 2.6041666667vw 0;
  }
}

.youtube-frame,
.hero-panel-cover {
  position: relative;
  width: 32.5520833333vw;
  height: 19.0104166667vw;
  margin-bottom: 1.0416666667vw;
}

.youtube-frame:before,
.hero-panel-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/cdn/banner-cover.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.youtube-frame iframe,
.hero-panel-cover iframe {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(/cdn/banner-mask.png);
  mask-image: url(/cdn/banner-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero-panel-cover {
  height: auto;
  min-height: 19.0104166667vw;
  padding-top: 25%;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}

.hero-panel-cover .equips .col {
  max-width: 25%;
}

.hero-panel-cover:before {
  display: none;
}

.hero-panel-cover--combine {
  background: url(/cdn/skill-combine-cover.png) no-repeat;
  background-size: 100% 100%;
}

.hero-panel-cover--skill {
  background: url(/cdn/skill-cover.png) no-repeat;
  background-size: 100% 100%;
}

.hero-panel-cover--equipment {
  padding-top: 20%;
  background: url(/cdn/equipment-cover.png) no-repeat;
  background-size: 100% 100%;
}

.hero-panel-cover--beast {
  background: url(/cdn/beast-cover.png) no-repeat;
  background-size: 100% 100%;
  min-height: 26.6666666667vw;
  padding-bottom: 0.78125vw;
  padding-top: 18%;
  padding-left: 1.8229166667vw;
  padding-right: 1.8229166667vw;
}

.hero-panel-cover--beast .beast {
  margin-bottom: 1.0416666667vw;
}

.hero-panel-cover--beast .beast__content {
  line-height: 150%;
}

.hero-panel-cover--precious {
  background: url(/cdn/precious-cover-hero.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 25%;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
}

.hero-panel-cover--precious .skill-block {
  color: #ffe3b1;
  min-height: 19.0104166667vw;
  border-color: transparent;
  font-size: 0.9375vw;
}

.hero-panel-cover--precious .skill-block h3 {
  font-size: 1.25vw;
}

.hero-panel-cover--precious .prec-block {
  min-height: 19.0104166667vw;
}

.hero-panel-cover--precious .skill-content {
  height: 13.5416666667vw;
  overflow: hidden auto;
}

.hero-panel-cover--precious .prec-list {
  color: #ffe3b1;
  font-size: 0.9375vw;
}

.hero-panel-cover--precious .precious-item {
  padding: 0.5208333333vw;
}

.skills p {
  color: #f3dd9a;
}

.equips {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.icon-skill-small {
  display: inline-block;
  width: 4.7916666667vw;
}

.title-related {
  margin-left: auto;
  margin-right: auto;
  width: 36.40625vw;
  margin-bottom: 1.0416666667vw;
}

.wrap-detail {
  position: relative;
  width: 65vw;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs {
  margin: 0.78125vw 0;
}

.breadcrumbs a {
  color: #773c14;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5625vw;
}

.breadcrumbs a:hover {
  color: #965429;
}

.icon-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0.8854166667vw;
  height: 1.40625vw;
  background: url(/cdn/arrow.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-12%);
  transform: translateY(-12%);
  margin-left: 0.5208333333vw;
  margin-right: 0.5208333333vw;
}

.post-detail {
  color: #180803;
}

.post-detail__title,
.post-detail h1 {
  font-size: 1.6666666667vw;
  line-height: 170%;
  text-transform: uppercase;
}

.post-detail h2 {
  font-size: 1.4583333333vw;
}

.post-detail h3 {
  font-size: 1.25vw;
}

.post-detail h4,
.post-detail h5,
.post-detail h6 {
  font-size: 1.0416666667vw;
}

.post-detail__date {
  color: rgba(24, 8, 3, 0.7);
  font-style: italic;
}

.post-detail__content {
  font-size: 1.0416666667vw;
}

.post-detail p,
.post-detail ul li,
.post-detail ol li {
  line-height: 170%;
}

.news-separate {
  height: 1px;
  margin: 2.0833333333vw 0;
  background: #930000;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alm-reveal {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.alm-btn-wrap {
  text-align: center;
  display: block;
  width: 100%;
}

@media screen and (min-width: 1025px) {

  .home-news>.row,
  .alm-reveal {
    margin-left: -1.3020833333vw;
    margin-right: -1.3020833333vw;
  }

  .home-news>.row>.col-4,
  .alm-reveal>.col-4 {
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }
}

.alm-load-more-btn[disabled] {
  display: none;
}

.app-icon {
  position: relative;
  margin-bottom: 2.34375vw;
}

.app-icon a {
  display: inline-block;
  margin-left: 1.1979166667vw;
  margin-right: 1.1979166667vw;
  width: 14.375vw;
}

.app-icon a img {
  width: 100%;
}

.download-content, .char-info {
  display: none;
}

table tr th,
table tr td {
  font-size: 1.3541666667vw;
  border: 1px solid #000;
  white-space: pre-line;
  vertical-align: top;
  padding: 0.78125vw;
}

table tr th img,
table tr td img {
  max-height: initial;
}

.swal2-html-container table tr th,
.swal2-html-container table tr td {
  line-height: 170%;
}

table tr th:first-child,
table tr td:first-child {
  border-left: 0;
}

table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}

table tr th {
  line-height: 150%;
}

.swal2-html-container table tr th {
  font-family: "000 StoryBrush TB", sans-serif;
  font-size: 2.8645833333vw;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}

table tr:last-child td {
  border-bottom: 0;
}

.logo-slide {
  position: absolute;
  width: 28.6458333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10.9375vw;
  z-index: 1;
  pointer-events: none;
}

.logo-slide img {
  width: 100%;
}

.hero-name {
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.2291666667vw;
  line-height: 3.2291666667vw;
  font-size: 1.25vw;
  margin-top: -3.2291666667vw;
  position: relative;
  color: #fff;
  background: #4a4a4a;
  /* background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1); */
}

@media screen and (max-width: 1024px) {
  .hero-name {
    height: 5.9027777778vw;
    line-height: 5.9027777778vw;
    font-size: 2.6388888889vw;
    margin-top: -5.9027777778vw;
  }
}

.stat-name {
  text-align: center;
  white-space: nowrap;
  display: block;
}

.single-hero_type .post__short-title {
  color: #f1d7af;
}

.single-hero_type .post__short-title:hover {
  color: #fff;
}

.hero-wrapper>.row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-title {
  font-size: 6.25vw;
  font-family: "000 StoryBrush TB", sans-serif;
  color: #180803;
  font-weight: normal;
  line-height: 120%;
}

.refresh-time {
  color: #fff;
  font-size: 1.40625vw;
}

.top-table {
  position: relative;
  background: #1f1c1f;
}

.top-table__title {
  height: 2.8645833333vw;
  background: url(/cdn/top-table-title.jpg) no-repeat;
  background-size: 100% 100%;
}

.top-line {
  width: 100%;
  height: 8.8541666667vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.9375vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: bold;
  font-size: 1.5625vw;
  text-align: center;
  padding: 0.625vw;
  padding-left: 25% !important;
}

.top-line>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-line .icon-power {
  display: inline-block;
  vertical-align: middle;
  width: 2.6041666667vw;
}

.top-line--1 {
  background: url(/cdn/top-line-1.jpg) no-repeat;
  background-size: 100% 100%;
  height: 13.5416666667vw;
  color: #aa8645;
  font-size: 1.9791666667vw;
  padding: 0.9375vw;
}

.top-line--1 .icon-power {
  width: 3.125vw;
}

.top-line--1 .top-line__server {
  color: #7b5f2d;
}

.top-line--1 .top-line__name {
  font-size: 3.125vw;
}

.top-line--1 .top-line__power {
  font-size: 2.6041666667vw;
}

.top-line--2 {
  background: url(/cdn/top-line-2.jpg) no-repeat;
  background-size: 100% 100%;
  color: #aca4f8;
}

.top-line--2 .top-line__server {
  color: #544c9b;
}

.top-line--3 {
  background: url(/cdn/top-line-3.jpg) no-repeat;
  background-size: 100% 100%;
  color: #8495f5;
}

.top-line--3 .top-line__server {
  color: #4251a2;
}

.top-line__server {
  font-weight: normal;
}

.top-line__name {
  font-size: 2.5vw;
}

.top-line__power {
  font-size: 2.0833333333vw;
}

.top-wrapper {
  position: relative;
}

.refresh-time-detail {
  font-size: 1.40625vw;
  color: #180803;
}

.div-th {
  font-size: 1.5625vw;
  padding: 0.625vw;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dadada;
  color: #575757;
}

.div-td {
  padding: 0.625vw;
  font-size: 1.5625vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  border-bottom: 1px solid #c1c1c1;
}

.td-top--1, .td-top--2, .td-top--3 {
  padding: 0.5208333333vw;
  font-size: 1.8229166667vw;
  border-bottom: 0;
}

.td-top--1 .top-name,
.td-top--1 .top-power, .td-top--2 .top-name,
.td-top--2 .top-power, .td-top--3 .top-name,
.td-top--3 .top-power {
  font-weight: bold;
}

.td-top--1 {
  padding: 0.8333333333vw;
  font-size: 1.9791666667vw;
  background: #4a2c14;
  color: #aa8645;
}

.td-top--2 {
  background: #2f2347;
  color: #aca4f8;
}

.td-top--3 {
  background: #1d2555;
  color: #8495f5;
}

.top-num {
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  display: inline-block;
  min-width: 2.03125vw;
  height: 2.03125vw;
  line-height: 2.03125vw;
  font-size: 1.0416666667vw;
  border-radius: 3vw;
  vertical-align: middle;
}

.top-order {
  display: inline-block;
  vertical-align: middle;
  color: #878787;
  line-height: 1.40625vw;
  margin-left: 0.78125vw;
}

.td-top--1 .top-order, .td-top--2 .top-order, .td-top--3 .top-order {
  color: #fff;
}

.icon-top-order {
  width: 1.09375vw;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.top-num-img {
  width: 4.7395833333vw;
  display: inline-block;
  vertical-align: middle;
}

.invalid-name {
  color: #a7a7a7;
  font-size: 1.0416666667vw;
  border: 1px solid #a7a7a7;
  width: 14.0625vw;
  margin-left: auto;
  margin-right: auto;
}

.top-menu>.container {
  position: relative;
}

.search-trigger {
  position: absolute;
  display: inline-block;
  width: 1.5104166667vw;
  height: 1.6666666667vw;
  top: 1.6666666667vw;
  right: -0.5208333333vw;
}

.search-trigger img {
  display: block;
  width: 100%;
}

.search-form {
  width: 37.2916666667vw;
  height: 2.3958333333vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-form input {
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  display: block;
  width: 37.2916666667vw;
  height: 2.3958333333vw;
  padding: 5px;
  color: #fff;
  font-size: 1.1458333333vw;
  border: 0 !important;
  border-radius: 0 !important;
}

.search-form input:focus, .search-form input:active {
  border-color: #c37643;
}

.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #515151;
  font-style: normal;
}

.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #515151;
  font-style: normal;
}

.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #515151;
  font-style: normal;
}

.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #515151;
  font-style: normal;
}

.search-form .close-search {
  position: absolute;
  width: 1.3541666667vw;
  right: 101%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form .close-search img {
  display: block;
  width: 100%;
}

.search-form .btn-search {
  position: absolute;
  display: inline-block;
  width: 1.5104166667vw;
  height: 1.6666666667vw;
  right: 0.5208333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent;
}

.search-form .btn-search img {
  display: block;
  width: 100%;
}

.top-menu {
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.search-form {
  opacity: 0;
  visibility: hidden;
}

.search-opened .top-menu {
  opacity: 0;
  visibility: hidden;
}

.search-opened .search-form {
  opacity: 1;
  visibility: visible;
}

.nav-links {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5208333333vw;
  border: 1px solid #773c14;
  min-width: 2.6041666667vw;
  text-align: center;
}

.page-numbers.current {
  background: #c99c5a;
  color: #fff;
}

.post-tags {
  font-size: 1.25vw;
}

.post-tags a {
  font-size: 1.25vw;
  display: inline-block;
}

.download-section {
  position: absolute;
  width: 47.9166666667vw;
  bottom: 5.7291666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.btn-app-store {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15.46875vw;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn-app-store:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.btn-app-store img {
  display: block;
  width: 100%;
}

.btn-apk-store {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15.3125vw;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn-apk-store:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.btn-apk-store img {
  display: block;
  width: 100%;
}

.show-on-MB {
  display: none;
}

@media screen and (max-width: 1024px) {
  .show-on-MB {
    display: block;
  }

  .show-on-PC {
    display: none;
  }

  .col--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col--download {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col--lib-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  body {
    font-size: 3.3333333333vw;
    padding-top: 14.0277777778vw;
  }

  .container {
    max-width: 86.1111111111vw !important;
  }

  #header {
    height: 14.0277777778vw;
    background: #010101;
    background-size: 100% 100%;
  }

  #header .container {
    max-width: 93.75vw !important;
  }

  .logo {
    width: 27.7777777778vw;
    display: block;
  }

  .btn-download {
    width: 37.5vw;
    margin-right: 1.0416666667vw;
  }

  .menu-mobile {
    display: inline-block;
    vertical-align: middle;
    width: 7.7777777778vw;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }

  .swiper-pagination-bullet {
    width: 2.7777777778vw !important;
    height: 2.7777777778vw !important;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 6.3194444444vw !important;
    height: 10vw !important;
    right: -8.5416666667vw;
  }

  .swiper-button-prev {
    left: -8.5416666667vw;
  }

  .age {
    width: 100px;
  }

  .section-title .col-6:nth-child(2) {
    padding-top: 0;
  }

  .section-title h2 {
    font-size: 7.6388888889vw;
    white-space: nowrap;
  }

  .section-title .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .section-title .col-6:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .tabs {
    white-space: normal;
    margin-left: -4.6875vw;
    margin-right: -4.6875vw;
    text-align: center;
  }

  .btn-tabs {
    margin-left: -2.8645833333vw;
    margin-right: -2.8645833333vw;
  }

  .page-template-page-precious .btn-tabs {
    margin-bottom: 4.8611111111vw;
  }

  .btn {
    min-width: 15.9722222222vw;
    height: 6.8055555556vw;
    line-height: 6.6666666667vw;
    font-size: 2.9166666667vw;
  }

  .btn--short {
    min-width: 12.1527777778vw;
    height: 6.9444444444vw;
    line-height: 6.9444444444vw;
    font-size: 2.2222222222vw;
    padding-left: 0.2083333333vw;
    padding-right: 0.2083333333vw;
  }

  .section--2 .btn--short, .page-container--news .btn--short {
    margin-bottom: 0.8vw;
  }

  .btn--tab {
    min-width: 22.2222222222vw;
    height: 6.5972222222vw;
    line-height: 6.5972222222vw;
    font-size: 2.9166666667vw;
    margin-bottom: 1.3888888889vw;
  }

  .btn--orange {
    min-width: 38.5416666667vw;
    height: 7.0833333333vw;
    line-height: 7.0833333333vw;
    font-size: 2.9166666667vw;
    margin-bottom: 1.3888888889vw;
  }

  .btn--long {
    min-width: 34.7222222222vw;
    height: 6.25vw;
    line-height: 6.25vw;
    font-size: 2.5vw;
  }

  .btn-dot {
    width: auto;
    height: 7.0833333333vw;
  }

  .home-news .col-4,
  body.search .news-list .col-4,
  .page-template-page-blog .col-4,
  body.category .alm-reveal .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-news .post,
  body.search .news-list .post,
  .page-template-page-blog .post,
  body.category .alm-reveal .post {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.7777777778vw 0;
    border-bottom: 1px solid #930000;
  }

  .home-news .post__img,
  body.search .news-list .post__img,
  .page-template-page-blog .post__img,
  body.category .alm-reveal .post__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .home-news .post__excerpt,
  body.search .news-list .post__excerpt,
  .page-template-page-blog .post__excerpt,
  body.category .alm-reveal .post__excerpt {
    margin-bottom: 0;
  }

  .home-news .post__category,
  body.search .news-list .post__category,
  .page-template-page-blog .post__category,
  body.category .alm-reveal .post__category {
    font-size: 2.5vw;
  }

  .home-news .post__category:after,
  body.search .news-list .post__category:after,
  .page-template-page-blog .post__category:after,
  body.category .alm-reveal .post__category:after {
    width: 1.1805555556vw;
    height: 1.875vw;
  }

  .home-news .post__entry,
  body.search .news-list .post__entry,
  .page-template-page-blog .post__entry,
  body.category .alm-reveal .post__entry {
    font-size: 2.5vw;
  }

  .home-news .post .wrap-des,
  body.search .news-list .post .wrap-des,
  .page-template-page-blog .post .wrap-des,
  body.category .alm-reveal .post .wrap-des {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 2.0833333333vw;
  }

  .icon-btn {
    max-width: 3.8888888889vw;
  }

  .library-slider-wrapper {
    width: 100%;
    height: 47.2222222222vw;
    margin-bottom: 7vw;
  }

  .lib-list-slider-wrapper {
    margin-bottom: 3vw;
  }

  .section--4,
  .page-container--video .alm-reveal {
    padding-bottom: 24.3055555556vw;
  }

  .section--4 .col-4,
  .page-container--video .alm-reveal .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }

  #footer {
    padding: 4.375vw;
    background: url(/cdn/footer-bg-mb.jpg) no-repeat;
    background-size: 100% 100%;
    height: auto;
  }

  #footer .col-5,
  #footer .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  #footer a, #footer p {
    font-size: 2.0833333333vw;
  }

  #footer .footer-copyright h3 {
    font-size: 2.3611111111vw;
  }

  #footer .separate {
    margin: 2.0833333333vw;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-links {
    margin-bottom: 3.4722222222vw;
  }

  .mobile-tab {
    position: relative;
    padding: 1.7361111111vw 0;
    background: url(/cdn/mobile-tab.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: 3.4722222222vw;
  }

  #ul-top-nav .menu-item a {
    width: 22.9166666667vw;
    height: 6.5972222222vw;
    line-height: 6.5972222222vw;
    font-size: 3.1944444444vw;
  }

  .footer-social {
    width: 82.5vw;
    height: 19.4444444444vw;
  }

  .icon-social {
    width: 10.2777777778vw;
    height: 9.8611111111vw;
  }

  .page-container {
    padding-top: 4vw;
    padding-bottom: 24.3055555556vw;
  }

  .wrap-detail {
    width: 100%;
  }

  .banner-cover {
    width: 100%;
    height: auto;
  }

  .breadcrumbs a {
    font-size: 2.7777777778vw;
  }

  .icon-arrow {
    width: 1.1805555556vw;
    height: 1.875vw;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  .post-detail__title,
  .post-detail h1 {
    font-size: 4.1666666667vw;
  }

  .post-detail h2 {
    font-size: 3.8194444444vw;
  }

  .post-detail h3 {
    font-size: 3.6111111111vw;
  }

  .post-detail h4,
  .post-detail h5,
  .post-detail h6 {
    font-size: 3.4722222222vw;
  }

  .post-detail__date {
    font-size: 2.7777777778vw;
  }

  .post-detail__content {
    font-size: 3.4722222222vw;
  }

  .post-detail__content img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .post-detail p,
  .post-detail ul li,
  .post-detail ol li {
    font-size: 3.4722222222vw;
    line-height: 150%;
  }

  .swal2-container.swal2-center .swal2-popup {
    height: auto !important;
    width: 86.8055555556vw;
    min-height: 57.5vw;
    padding: 4.8611111111vw 6.25vw;
  }

  .swal2-container.swal2-center .swal2-popup .swal2-close,
  .swal2-container.swal2-center .swal2-popup .close {
    width: 2.0833333333vw;
    height: 4.0277777778vw;
    top: -1.3888888889vw;
    right: -2.0833333333vw;
  }

  .swal2-container.swal2-center .swal2-popup #swal2-html-container {
    font-size: 2.9166666667vw;
  }

  .swal2-container.swal2-center .swal2-popup #swal2-html-container p {
    font-size: 2.9166666667vw;
  }

  .swal2-container.swal2-center .swal2-popup #swal2-title,
  .swal2-container.swal2-center .swal2-popup h2 {
    font-size: 4.3055555556vw;
  }

  .app-icon {
    margin-bottom: 3.125vw;
  }

  .app-icon a {
    margin-left: 1.5972222222vw;
    margin-right: 1.5972222222vw;
    width: 27.7777777778vw;
  }

  table tr th,
  table tr td {
    font-size: 2.3611111111vw;
    padding: 2.0833333333vw;
  }

  .swal2-html-container table tr th {
    font-size: 4.8611111111vw;
  }

  .library-search button {
    width: 2.8vw;
  }

  input {
    font-size: 3.4722222222vw;
    height: 6.25vw;
  }

  .equipment-name {
    font-size: 2.2222222222vw;
    bottom: 1.9444444444vw;
    width: 22.2222222222vw;
    height: 4.4444444444vw;
    line-height: 4.4444444444vw;
  }

  .col-beast {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .beast-tag {
    width: 38.6805555556vw;
    height: 6.5972222222vw;
    line-height: 6.5972222222vw;
    font-size: 3.8194444444vw;
  }

  .beast {
    margin-bottom: 3.8194444444vw;
  }

  .beast__name {
    font-size: 3.8194444444vw;
    top: 10%;
  }

  .beast__content {
    font-size: 2.7777777778vw;
  }

  .spirit {
    position: relative;
  }

  .spirit__img {
    width: 8.2638888889vw;
  }

  .spirit__name, .spirit__stats {
    font-size: 2.0833333333vw;
  }

  .col--precious {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .precious-item {
    font-size: 2.5vw;
    padding: 2.4305555556vw;
    padding-top: 4.1666666667vw;
    margin-bottom: 8.3333333333vw;
  }

  .precious-item .col-4 {
    padding-left: 0.2vw;
    padding-right: 0.2vw;
  }

  .precious-item__name {
    width: 38.6805555556vw;
    height: 6.5972222222vw;
    line-height: 6.5972222222vw;
    font-size: 3.8194444444vw;
  }

  .precious-item--hero {
    margin-bottom: 0;
  }

  .precious-item--1 {
    width: 100%;
    min-height: 54vw;
  }

  .precious-item--2 {
    width: 100%;
    min-height: 22.7083333333vw;
  }

  .precious-item--3 {
    width: 100%;
    min-height: 22.7083333333vw;
  }

  .precious-item .row {
    height: 100%;
  }

  .precious-item .skill-block {
    min-height: 31.25vw;
  }

  .precious-item .skill-content {
    font-size: 2.5vw;
    line-height: 150%;
  }

  .precious-item .precious-icon {
    width: 12vw;
  }

  .col-army,
  .col-mode {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mode-item {
    margin-bottom: 1.3888888889vw;
  }

  .hero-wrapper .hero-excerpt,
  .hero-wrapper p {
    font-size: 3.125vw;
    width: 100%;
    line-height: 150%;
  }

  .hero-title {
    width: 100%;
  }

  .hero-wrapper .col-6 {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .title-related {
    width: 45vw;
  }

  .post__short-title {
    font-size: 3.4722222222vw;
  }

  .post__excerpt {
    font-size: 2.9166666667vw;
  }

  .youtube-frame {
    width: 100%;
    height: 47vw;
  }

  .icon-skill-small {
    width: 11vw;
  }

  .hero-panel-cover {
    width: 100%;
    min-height: 45vw;
  }

  .hero-panel-cover .beast__content {
    height: 12vw !important;
  }

  .equipment-item--small .equipment-name {
    height: 3vw;
    line-height: 2.5vw;
    font-size: 1.8vw;
  }

  .hero-panel-cover--beast .beast {
    margin: auto;
    width: 96%;
    margin-bottom: 2vw;
  }

  .hero-panel-cover--precious {
    min-height: 70vw;
  }

  .hero-panel-cover--precious .skill-content {
    height: 45vw;
    max-height: initial;
  }

  .hero-panel-cover--precious .skill-block {
    border-color: rgba(255, 253, 223, 0.168627451);
  }

  .hero-panel-cover--precious .skill-block h3 {
    font-size: 3.5vw;
  }

  .hero-panel-cover--precious .precious-item {
    padding: 2vw;
  }

  .skill-icon {
    width: 8vw;
  }

  .single-hero_type .home-news .post {
    border-color: rgba(254, 255, 175, 0.2);
  }

  .back {
    font-size: 3vw;
  }

  .col--menu {
    position: absolute;
    width: 100vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    top: 100%;
    left: 0;
    background: #181119;
    padding-top: 3vw;
    padding-bottom: 3vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(2vw);
    transform: translateY(2vw);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  }

  .col--menu #ul-top-nav li.menu-item {
    display: block;
  }

  .col--menu #ul-top-nav li.menu-item a {
    background: transparent;
    text-shadow: none;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 2vw;
    color: #eedeb4 !important;
    font-weight: bold;
  }

  .menu-opened .menu-mobile {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-opened .col--menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .btn-download.show-on-MB {
    display: none !important;
  }

  .section--top {
    padding-top: 3.4722222222vw;
    padding-bottom: 2.0833333333vw;
  }

  .section--top .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-cover--top {
    width: 88.0555555556vw;
    height: 56.5972222222vw;
  }

  .top-title {
    font-size: 8.3333333333vw;
  }

  .refresh-time {
    font-size: 2.6388888889vw;
  }

  .top-table__title {
    height: 4.5138888889vw;
  }

  .top-line {
    height: 13.5416666667vw;
    margin-bottom: 1.3888888889vw;
    font-size: 2.4305555556vw;
    padding: 0.8333333333vw;
  }

  .top-line .icon-power {
    width: 3.4722222222vw;
  }

  .top-line--1 {
    height: 20.8333333333vw;
    font-size: 2.6388888889vw;
    padding: 1.25vw;
  }

  .top-line--1 .icon-power {
    width: 4.1666666667vw;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  .top-line--1 .top-line__name {
    font-size: 4.1666666667vw;
  }

  .top-line--1 .top-line__power {
    font-size: 3.4722222222vw;
  }

  .top-line__name {
    font-size: 3.3333333333vw;
  }

  .top-line__power {
    font-size: 2.7777777778vw;
  }

  .refresh-time-detail {
    font-size: 2.2916666667vw;
    margin-bottom: 0;
  }

  .div-th {
    font-size: 2.7777777778vw;
    padding: 0.8333333333vw;
  }

  .div-td {
    padding: 0.8333333333vw;
    font-size: 2.5694444444vw;
  }

  .td-top--1, .td-top--2, .td-top--3 {
    padding: 0.6944444444vw;
    font-size: 2.4305555556vw;
  }

  .td-top--1 {
    padding: 1.1111111111vw;
    font-size: 3.125vw;
  }

  .top-num {
    min-width: 3.6111111111vw;
    height: 3.6111111111vw;
    line-height: 3.6111111111vw;
    font-size: 1.7361111111vw;
  }

  .top-order {
    line-height: 1.875vw;
    margin-left: 1.0416666667vw;
  }

  .icon-top-order {
    width: 1.875vw;
  }

  .top-num-img {
    width: 7.2916666667vw;
  }

  .invalid-name {
    font-size: 2.0833333333vw;
    width: 23.6111111111vw;
  }

  .col--download {
    text-align: right;
  }

  .btn-download.show-on-MB {
    float: left;
  }

  .menu-mobile {
    margin-top: 1.25vw;
  }

  .search-trigger {
    width: 5.1388888889vw;
    height: 5.625vw;
    top: 3.8888888889vw;
    right: 11.1111111111vw;
  }

  .search-form {
    width: 78.0555555556vw;
    height: 7.3611111111vw;
  }

  .search-form input {
    width: 78.0555555556vw;
    height: 7.3611111111vw;
    font-size: 3.4722222222vw;
  }

  .search-form .close-search {
    width: 4.0277777778vw;
  }

  .search-form .btn-search {
    width: 5.1388888889vw;
    height: 5.625vw;
    right: 0.6944444444vw;
  }

  .page-numbers {
    padding: 0.6944444444vw;
    min-width: 6.9444444444vw;
  }

  .post-tags {
    font-size: 4.0277777778vw;
  }

  .post-tags a {
    font-size: 4.0277777778vw;
    display: inline-block;
  }
}

.floating__animation {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform-origin: center !important;
  z-index: 500;
}

.blink-zoom {
  animation: zoomBlink 1s infinite;
}

@keyframes zoomBlink {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    /* phóng to */
    opacity: 0.6;
    /* mờ đi chút để nhấp nháy */
  }
}

.video-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px; /* chỉnh kích thước logo */
  height: auto;
  pointer-events: none; /* để không chặn click video */
}

#char-skills {
  color: crimson;
}