/* Vendor‑safe mixins */
/* Variables */
/* Implementation */
body {
  margin: 0;
  padding: 0;
  background: black;
}
.shiftingtiles {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.shiftingtiles > .loading {
  display: none;
  position: absolute;
  line-height: 100vh;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: black;
  color: white;
}
.shiftingtiles > .row {
  position: relative;
  width: 200%;
  height: 50%;
  margin: 0;
}
.shiftingtiles > .row .single,
.shiftingtiles > .row .dual {
  background: white;
  float: left;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid black;
}
.shiftingtiles > .row .single {
  width: 20%;
  background-size: cover;
  background-position: center;
  transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.shiftingtiles > .row .dual {
  width: 10%;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.shiftingtiles > .row .dual > div {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: solid black;
  border-width: 10px 0 0 0;
  background-size: cover;
  background-position: center;
}
.shiftingtiles > .row .dual > div:first-child {
  border-top: 0;
}
.shiftingtiles > .row:not(:first-child) {
  margin-left: -100%;
}
.shiftingtiles > .row:not(:first-child) .single,
.shiftingtiles > .row:not(:first-child) .dual {
  float: right;
}
.shiftingtiles > .row:not(:first-child) .single {
  transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.shiftingtiles > .row:not(:first-child) .dual {
  transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
/* Disappear animations */
.single.disappear {
  animation: disappear-single 1s 0 linear;
  animation: disappear-single 1s 0 linear;
  animation: disappear-single 1s 0 linear;
  animation: disappear-single 1s 0 linear;
  animation: disappear-single 1s 0 linear;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.dual.disappear {
  animation: disappear-dual 1s 0 linear;
  animation: disappear-dual 1s 0 linear;
  animation: disappear-dual 1s 0 linear;
  animation: disappear-dual 1s 0 linear;
  animation: disappear-dual 1s 0 linear;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.dual.disappear + *,
.single.disappear + * {
  animation: bounce 1s 0 linear;
  animation: bounce 1s 0 linear;
  animation: bounce 1s 0 linear;
  animation: bounce 1s 0 linear;
  animation: bounce 1s 0 linear;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.dual.disappear + * + *,
.single.disappear + * + * {
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.dual.disappear + * + * + *,
.single.disappear + * + * + * {
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation: bounce-small 1s 0 linear;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Leave animations */
.shiftingtiles.leave .row {
  animation: leave-r 1s 0 linear;
  animation: leave-r 1s 0 linear;
  animation: leave-r 1s 0 linear;
  animation: leave-r 1s 0 linear;
  animation: leave-r 1s 0 linear;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.shiftingtiles.leave .row:first-child {
  animation: leave-l 1.5s 0 linear;
  animation: leave-l 1.5s 0 linear;
  animation: leave-l 1.5s 0 linear;
  animation: leave-l 1.5s 0 linear;
  animation: leave-l 1.5s 0 linear;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.shiftingtiles.left .row > * {
  display: none;
}
/* Keyframes helper */
/* Frame definitions as detached rulesets */
/* Keyframes usage */
@keyframes bounce {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 15px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 8.57142857px;
  }
  75% {
    margin: 0 10px;
  }
  80% {
    margin: 0 8.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 3.75px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 15px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 8.57142857px;
  }
  75% {
    margin: 0 10px;
  }
  80% {
    margin: 0 8.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 3.75px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 15px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 8.57142857px;
  }
  75% {
    margin: 0 10px;
  }
  80% {
    margin: 0 8.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 3.75px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 15px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 8.57142857px;
  }
  75% {
    margin: 0 10px;
  }
  80% {
    margin: 0 8.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 3.75px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 15px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 8.57142857px;
  }
  75% {
    margin: 0 10px;
  }
  80% {
    margin: 0 8.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 3.75px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce-small {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 8px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 4.57142857px;
  }
  75% {
    margin: 0 5.33333333px;
  }
  80% {
    margin: 0 4.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 2px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce-small {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 8px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 4.57142857px;
  }
  75% {
    margin: 0 5.33333333px;
  }
  80% {
    margin: 0 4.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 2px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce-small {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 8px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 4.57142857px;
  }
  75% {
    margin: 0 5.33333333px;
  }
  80% {
    margin: 0 4.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 2px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce-small {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 8px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 4.57142857px;
  }
  75% {
    margin: 0 5.33333333px;
  }
  80% {
    margin: 0 4.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 2px;
  }
  100% {
    margin: 0;
  }
}
@keyframes bounce-small {
  0%,
  10% {
    margin: 0;
  }
  30% {
    margin: 0 8px;
  }
  60% {
    margin: 0;
  }
  70% {
    margin: 0 4.57142857px;
  }
  75% {
    margin: 0 5.33333333px;
  }
  80% {
    margin: 0 4.57142857px;
  }
  89% {
    margin: 0 1px;
  }
  90% {
    margin: 0;
  }
  91% {
    margin: 0 1px;
  }
  96% {
    margin: 0 2px;
  }
  100% {
    margin: 0;
  }
}
@keyframes disappear-single {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 20%;
  }
  10% {
    width: 20%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-single {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 20%;
  }
  10% {
    width: 20%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-single {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 20%;
  }
  10% {
    width: 20%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-single {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 20%;
  }
  10% {
    width: 20%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-single {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 20%;
  }
  10% {
    width: 20%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-dual {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 10%;
  }
  10% {
    width: 10%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-dual {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 10%;
  }
  10% {
    width: 10%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-dual {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 10%;
  }
  10% {
    width: 10%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-dual {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 10%;
  }
  10% {
    width: 10%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes disappear-dual {
  0% {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 10%;
  }
  10% {
    width: 10%;
  }
  40% {
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
    transform: scale3d(0.01, 0.01, 1);
  }
  60% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
  }
  100% {
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    width: 0%;
    border-width: 0;
  }
}
@keyframes leave-l {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: none;
  }
}
@keyframes leave-l {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: none;
  }
}
@keyframes leave-l {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: none;
  }
}
@keyframes leave-l {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: none;
  }
}
@keyframes leave-l {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: none;
  }
}
@keyframes leave-r {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: none;
  }
}
@keyframes leave-r {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: none;
  }
}
@keyframes leave-r {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: none;
  }
}
@keyframes leave-r {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: none;
  }
}
@keyframes leave-r {
  0% {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: block;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: none;
  }
}
