@font-face {
  font-family: "Px Grotesk";
  src: url("/wp-content/themes/scene-theme/assets/fonts/px-grotesk-bold.ttf");
}

/* @font-face {
  font-family: "Jost";
  src: url("/wp-content/themes/scene-theme/assets/fonts/px-grotesk-bold.ttf");
} */

@media screen and (max-width: 782px) {
  html #wpadminbar {
    margin: 0 !important;
    position: fixed;
  }
}

body {
  font-family: 'Jost', sans-serif;
  position: relative;
  color: #000;
}

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.py-6 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-6 {
  padding-top: 150px;
}

.pb-6 {
  padding-bottom: 150px;
}

.z-higher {
  z-index: 10;
  position: relative;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.cursor-y {
  cursor: url('/wp-content/uploads/2022/06/cursor-y.svg'), auto !important;
}

.cursor-x {
  cursor: url('/wp-content/uploads/2022/06/cursor-x.svg'), auto !important;
}

.intro-screen {
  content: "";
  background: white;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  /* pointer-events: none; */
  z-index: 100;
  transition: 0.5s all ease-in-out;
}

.intro-screen .bg-image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: url('/wp-content/uploads/2022/06/cursor-y.svg'), auto !important;
}

.intro-screen.hide {
  opacity: 0;
  pointer-events: none;
  /* animation: scale 1s linear; */
}

.intro-screen .logo-position {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.intro-screen .logo-position ul {
  list-style: none;
}

.intro-screen .logo-position ul li {
  margin-bottom: 30px;
}

.intro-screen .central-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 80vh;
  padding: 40px;
  padding-bottom: 20vh;
}

.intro-screen .scroll-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  pointer-events: all;
  margin-bottom: 20px;
  width: 75px;
}

.intro-screen.hide .scroll-button {
  pointer-events: none;
}

@media only screen and (max-width: 900px) {
  .intro-screen .central-logo {
    max-width: 400px;
  }
}

@media only screen and (max-width: 667px) {
  .intro-screen .central-logo {
    max-width: 300px;
  }
}

a {
  color: #f53f3f;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #f53f3f;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Px Grotesk', sans-serif;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 180px;
}

h2,
.h2 {
  font-size: 90px;
}

h3,
.h3 {
  font-size: 60px;
}

h4,
.h4 {
  font-size: 40px;
}

h5,
.h5 {
  font-size: 30px;
}

.header-font {
  font-family: 'Px Grotesk', sans-serif;
}

.para-1 {
  font-size: 60px;
  line-height: 1.2;
}

.para-2 {
  font-size: 30px;
  line-height: 1.2;
}

.para-3 {
  font-size: 20px;
}

.para-4 {
  font-size: 14px;
}

.para-5 {
  font-size: 12px;
}

.font-120 {
  font-size: 120px;
}

@media only screen and (max-width: 1400px) {
  .para-2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 90px;
  }
  
  h2,
  .h2 {
    font-size: 60px;
  }
  
  h3,
  .h3 {
    font-size: 45px;
  }
  
  h4,
  .h4 {
    font-size: 30px;
  }
  
  h5,
  .h5 {
    font-size: 30px;
  }

  .font-120 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1080px) {
  .font-120 {
    font-size: 60px;
  }

  .para-3 {
    font-size: 16px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.text-white,
.text-white a {
  color: white;
}

.text-red {
  color: #f53f3f;
}

strong,
.bold {
  font-weight: bold !important;
}

.bg-grey {
  background-color: #efede6;
}

.max-w-90 {
  max-width: 90%;
}

.margin-center {
  margin: 0 auto;
}

.overflow-hidden {
  overflow: hidden;
}

.hide-image a img {
  display: none;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}

.wp-block-columns p:last-child {
  margin-bottom: 0;
}

.wp-block-column {
  margin: 50px 0;
}

.wp-block-column .wp-block-image {
  margin: 0;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.border-round,
.round {
  border-radius: 50%;
}

.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.text-right {
  text-align: right;
}

/* BG IMAGE */
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-bottom {
  background-position: bottom;
}

.bg-50 {
  height: 0;
  padding-bottom: 50%;
}

.bg-65 {
  height: 0;
  padding-bottom: 65%;
}

.bg-71 {
  height: 0;
  padding-bottom: 71%;
}

.bg-80 {
  height: 0;
  padding-bottom: 80%;
}

.bg-100 {
  height: 0;
  padding-bottom: 100%;
}

.bg-120 {
  height: 0;
  padding-bottom: 120%;
}

.bg-140 {
  height: 0;
  padding-bottom: 140%;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: right;
}

.bg-top.bg-right {
  background-position: top right;
}

img,
.wp-block-img {
  max-width: 100%;
  width: auto;
  height: auto;
  transition: 0.5s all ease-in-out;
}

.wp-block-image {
  margin: 50px 0;
}

.breadcrumbs {
  color: black;
}

.breadcrumbs a {
  color: black;
}

/* Spacer */
.spacer-100 {
  height: 100px;
}

.spacer-200 {
  height: 200px;
}

.spacer-300 {
  height: 300px;
}

@media only screen and (max-width: 991px) {
  .spacer-100 {
    height: 50px;
  }
  
  .spacer-200 {
    height: 100px;
  }
  
  .spacer-300 {
    height: 150px;
  }
}

/* Button */
button,
.button,
.btn {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  background: white;
  color: black;
  font-family: 'Px Grotesk', sans-serif;
  font-weight: bold;
  padding: 16px 35px;
  text-decoration: none;
  left: 0;
}

a.button {
  position: relative;
  padding-left: 50px;
}

a.button:after {
  content: "";
  background-image: url('/wp-content/uploads/2022/06/icon-arrow-black.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  left: 15%;
  top: 50%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease-in-out;
}

a.button:hover {
  border: 1px solid #f53f3f;
  color: #f53f3f;
}

a.button:hover:after {
  background-image: url('/wp-content/uploads/2022/06/icon-arrow-red.svg');
}

a.button.arrow-right {
  position: relative;
  padding-left: 35px;
  padding-right: 100px;
}

a.button.arrow-right:after {
  content: "";
  background-image: url('/wp-content/uploads/2022/06/icon-arrow-black-right.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  left: auto;
  right: 8%;
  top: 50%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transform: translate(-50%, -50%);
}

a.button.arrow-right:hover:after {
  background-image: url('/wp-content/uploads/2022/08/icon-arrow-red-right.svg');
}

a.text-link.arrow-right:after {
  transition: 0.3s all ease-in-out;
  background-image: url('/wp-content/uploads/2022/06/icon-arrow-black-right.svg');
}

a.text-link.arrow-right:hover:after {
  background-image: url('/wp-content/uploads/2022/08/icon-arrow-red-right.svg');
}

a.text-link.arrow-right.arrow-red:after {
  transition: 0.3s all ease-in-out;
  background-image: url('/wp-content/uploads/2022/08/icon-arrow-red-right.svg');
}

a.text-link.arrow-right.arrow-red:hover:after {
  background-image: url('/wp-content/uploads/2022/06/icon-arrow-black-right.svg');
}

a.text-link {
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

a.text-link:hover {
  color: #f53f3f !important;
}

a.text-link.arrow-right {
  position: relative;
}

a.text-link.arrow-right:after {
  content: "";
  background-image: url('/wp-content/uploads/2022/06/icon-arrow-black-right.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  left: auto;
  right: -30px;
  top: 50%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transform: translate(-50%, -50%);
}

.filter-button {
  color: #959596;
  border: 1px solid #959596;
  border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.filter-button.active,
.filter-button:hover {
  color: #f53f3f;
  border: 1px solid #f53f3f;
}

.filter-button.active {
  padding-left: 40px;
}

.filter-button.active::after {
  content: "";
  background-image: url("/wp-content/uploads/2022/08/tick.svg");
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  display: inline-block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.filter-select {
  color: #959596;
  border: 1px solid #959596;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.nf-form-content button.ninja-forms-field {
  padding: 16px 35px;
  background-color: black;
  margin-bottom: 10px;
  box-shadow: none !important;
}

.nf-form-content button.ninja-forms-field:hover {
  color: white;
  background-color: #333;
}

.back-button {
  border: 1px solid #000;
  border-radius: 30px;
  background: white;
  color: black;
  font-family: 'Px Grotesk', sans-serif;
  font-weight: bold;
  padding: 20px 35px;
  text-decoration: none;
  left: 0;
}

.back-button.active {
  left: 100%;
}

.nf-form-content input[type="button"] {
  background-color: black !important;
  border: 1px solid black !important;
  border-radius: 30px !important;
  height: auto !important;
  padding: 16px 35px !important;
}

.nf-form-content input[type="button"]:hover {
  background-color: #333 !important;
  color: white !important;
}

/* Menu Button */
.menu-button {
  display: inline-block;
  border-radius: 50%;
  background-color: #efede6;
  color: black;
  width: 120px;
  height: 120px;
  transition: 0.5s all ease-in-out;
  font-family: 'Px Grotesk', sans-serif;
  font-weight: bold;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	transform: scale(1);
  z-index: 1010;
  cursor: pointer;
  font-size: 30px;
}

@media only screen and (max-width: 1950px) {
  .menu-button {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-button {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

#menu-button-footer {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
}

.menu-button.active {
  background-color: black;
}

.menu-button:hover .menu-button-inner-wrapper {
  animation: pulse 1s linear;
}

.menu-button-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  transition: 0.5s all ease-in-out;
}

.menu-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .menu-button-wrapper {
    left: 100%;
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 781px) {
  .wp-block-spacer {
    display: none;
  }

  .wp-block-image img {
    width: 100%;
  }
}

.menu-button-wrapper.active {
  left: 100%;
  transform: translateX(-100%);
}

.menu-button-wrapper img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease-in-out;
}

.menu-button-wrapper span.burger {
  position: relative;
  width: 45px;
  height: 45px;
}

.menu-button-wrapper span.burger img {
  opacity: 1;
  display: inline-block;
}

.menu-button-wrapper span {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}

.menu-button-wrapper.active img {
  opacity: 1;
}

.menu-button-wrapper.active span {
  opacity: 0;
}

/* Social Icon */
.social-icon {
  background: #f53f3f;
  border-radius: 50%;
  padding: 20px;
  height: 80px;
  width: 80px;
}

/* Social Links */
.social-links {
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  padding: 40px;
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.social-links ul li a {
  padding-right: 20px;
}

footer .social-links ul li a img {
  height: 30px;
}

/* Menu Overlay */
.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0;
  z-index: 1000;
  transition: 0.5s all ease-in-out;
  pointer-events: none;
}

.menu-overlay::before {
  content: "";
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-overlay.active {
  pointer-events: all;
  opacity: 1;
  left: 0;
}

.menu-overlay nav ul li  {
  width: 100%;
}

.menu-overlay nav {
  padding-left: 30%;
}

.menu-overlay nav ul li a {
  display: inline-block;
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 6vh;
  font-weight: bold;
  font-family: 'Px Grotesk', sans-serif;
  padding: 2vh 20px;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .menu-overlay nav {
    padding-left: 15%;
  }

  .menu-overlay nav ul li a {
    padding: 0;
  }
}

.menu-overlay nav ul li a:hover {
  left: 15px;
  color: #959596;
}

.menu-overlay .logo-scene {
  position: absolute;
  top: 0;
  left: 0;
}

/* Menu Images */
.menu-overlay nav ul li a img {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: auto;
  max-width: initial;
  display: inline-block;
  opacity: 0;
  z-index: -10;
  transition: 0.5s all ease-in-out;
}

.menu-overlay nav ul li a.active img {
  opacity: 1;
}

.menu-item-description {
  position: absolute;
  left: 0;
  padding: 0 20px;
  opacity: 0;
  background-color: #000;
  width: 100%;
  z-index: 10;
  transition: 0.5s all ease-in-out;
}

footer .menu-item-description {
  min-width: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

footer nav ul li a:hover .menu-item-description,
.menu-overlay nav ul li a:hover .menu-item-description {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  footer nav ul li a:hover .menu-item-description,
  .menu-overlay nav ul li a:hover .menu-item-description {
    opacity: 0;
  }
}

.footer-stairs-wrapper {
  min-height: 200px;
  height: 100%;
  position: relative;
  pointer-events: none;
}

.footer-stairs-wrapper .bg-img {
  position: absolute;
  width: 300vw;
  top: -30%;
  right: -30%;
  background-position: initial;
}

/* Main Content */
.main-content {
  min-height: 100vh;
  overflow: hidden;
}

/* Iframe */
.iframe-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 71%;
  position: relative;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Logo Bar */
.logo-bar {
  background-color: black;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  overflow: hidden;
  z-index: 100;
}

.logo-bar .logo-scroller {
  background-image: url('../images/scene-architects.svg');
  background-repeat: repeat-y;
  background-position: top;
  background-size: auto;
  width: 100%;
  height: 200%;
  animation: infinitScrollLogoBar 10s linear infinite;
  position: absolute;
  top: 0%;
}

.logo-bar .logo-scroller.paused {
  animation-play-state: paused;
}

/* Mobile Home Hero */
.mobile-hero {
  position: relative;
  overflow: hidden;
  padding-top: 450px;
}

.mobile-hero-1-wrapper {
  position: absolute;
  top: -100px;
  right: -25%;
  width: 650px;
  height: auto;
  z-index: -99;
}

.mobile-hero-2-wrapper {
  position: absolute;
  top: 300px;
  left: 10%;
  width: auto;
  height: auto;
}

.mobile-icon-list {
  list-style: none;
  padding: 0;
}

/* Home Hero */
.top-line {
  position: relative;
  left: -100px;
}

.bottom-line {
  position: relative;
  right: -100px;
}

.home-hero .icon-logo img {
  height: 120px;
  position: relative;
  top: -10px;
}

.hero-section {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 55vh;
}

.hero-image {
  position: absolute;
}

.home-hero {
  max-width: 1700px;
  margin: 0 auto;
}

.home-hero h1 {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1740px) {
  .home-hero h1 {
    font-size: 100px;
  }

  .home-hero .icon-logo img {
    height: 70px;
  }

  .home-hero .hero-image img {
    width: 80%;
  }
}

@media only screen and (max-width: 1400px) {
  .home-hero h1 {
    font-size: 60px;
  }

  .home-hero .hero-image img {
    width: 70%;
  }
}

@media only screen and (max-width: 1200px) {
  .home-hero .hero-image img {
    width: 60%;
  }
}

@media only screen and (max-width: 1000px) {
  .home-hero .hero-image img {
    width: 50%;
  }
}


@media only screen and (max-width: 470px) {
  .mobile-hero-1-wrapper {
    width: 550px;
  }

  .home-hero h1 {
    font-size: 40px;
  }
}

.hero-image:first-child {
  left: 5%;
  bottom: 0;
  z-index: 0;
}

.hero-image:nth-child(2) {
  left: 20%;
  bottom: 10%;
  z-index: 5;
}

.hero-image:nth-child(3) {
  left: 38%;
  bottom: -5%;
  z-index: 10;
}

.hero-image:nth-child(4) {
  left: 50%;
  bottom: 10%;
  z-index: 0;
}

.hero-image:nth-child(5) {
  left: 75%;
  bottom: 0;
  z-index: 10;
}

.hero-image.scene-home:first-child {
  left: 5%;
  bottom: 0;
  z-index: 0;
}

.hero-image.scene-home:nth-child(2) {
  left: 20%;
  bottom: 10%;
  z-index: 5;
}

.hero-image.scene-home:nth-child(3) {
  left: 38%;
  bottom: -5%;
  z-index: 10;
}

.hero-image.scene-home:nth-child(4) {
  left: 50%;
  bottom: 10%;
  z-index: 0;
}

.hero-image.scene-home:nth-child(5) {
  left: 75%;
  bottom: 0;
  z-index: 10;
}

section.home-content  {
  padding-top: 300px;
  padding-bottom: 300px;
}

@media only screen and (max-width: 1000px) {
  section.home-content  {
    padding-top: 150px;
    padding-bottom: 150px;
  }  
}

section.home-content img {
  position: absolute;
  width: 700px;
  top: 50%;
  left: 0;
  transform: translate(-40%, -50%);
}

@media only screen and (max-width: 1700px) {
  section.home-content img {
    width: 600px;
  }
}

@media only screen and (max-width: 1400px) {
  section.home-content img {
    width: 500px;
  }

  section.home-content p {
    font-size: 50px;
  }

  section.scenes h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  section.home-content img {
    width: 400px;
  }

  section.home-content p {
    font-size: 40px;
  }
}

@media only screen and (max-width: 800px) {
  section.home-content img {
    width: 300px;
  }

  section.home-content p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  section.home-content img {
    width: 200px;
  }

  section.home-content p {
    font-size: 20px;
  }
}

.logo-scene-mobile {
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 0 0 40px;
  z-index: 20;
}

#home-hero-mobile img.home-hero-img  {
  max-width: 135%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 400px) {
  #home-hero-mobile img.home-hero-img  {
    max-width: 165%;
  }
}

/* Stairs */
.stairs {
  position: relative;
  z-index: -10;
}

.menu-stairs {
  background-position: bottom left;
  background-size: cover;
  position: relative;
  z-index: -999;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}

.menu-stairs.active {
  opacity: 1;
}

/* Accordion */
.accordion-item {
  border: 1px solid #000;
}

.accordion-button {
  box-shadow: none !important;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: initial;
}

.accordion-button::after {
  background-image: url('/wp-content/uploads/2022/06/icon-carrat.svg');
  transition: 0.3s all ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2022/06/icon-carrat-red.svg');
  transform: none;
}

/* About Hero */
@media only screen and (max-width: 880px) {
  .about-hero .about-hero-bg {
    padding-bottom: 0;
    background-size: cover;
    height: 100%;
  }

  .about-hero .pb-6 {
    padding-bottom: 40px;
  }
}

/* About Page - Services */
.about-page.scroller section {
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  .about-page.scroller section {
    height: auto;
    margin: 100px 0;
  }
}

.services .service .services-overlay {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all ease-in-out;
}

.services .service:hover .services-overlay {
  opacity: 1;
}

.services .service .services-img {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.services .service:hover .services-img {
  opacity: 1;
}

.services .service .services-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.services .service:hover .services-icon {
  opacity: 0;
}

.services .service .service-img-wrapper {
  position: relative;
}

.services .service {
  position: relative;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.services .service .services-content h3 {
  white-space: nowrap;
  display: inline-block;
  transition: 0.5s all ease-in-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all ease-in-out;
}

.services .service .title-position {
  display: block;
  margin: 0 auto;
  height: 36px;
}
 
.services .service .services-content p {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.services .service .services-content-wrapper {
  position: relative;
}

.services .service .services-content {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}

.services .service .services-content-hover {
  text-align: left;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

.services .service:hover .services-content p {
  opacity: 1;
}

.services .service:hover .services-content h3 {
  left: 0;
  transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  .services .service .services-img {
    opacity: 1;
  }

  .services .service .services-icon {
    opacity: 0;
  }

  .services .service .services-content p {
    opacity: 1;
  }

  .services .service .services-content h3 {
    left: 0;
    transform: translateX(0);
  }
}

/* .services .service:hover .services-content h3 {
  text-align: left;
  opacity: 1;
}

.services .service:hover .services-content p {
  text-align: left;
  opacity: 1;
} */

/* News Page */
.article-content p,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5, {
  padding-left: 90px;
}

@media only screen and (max-width: 1400px) {
  .article-content p,
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .article-content p,
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.article-content p,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

tbody, td, tfoot, th, thead, tr {
  border: 1px solid black;
  padding: 10px;
}

.article-content h2 {
  font-size: 30px;
}

.news-3-images {
  position: relative;
  padding-bottom: 50%;
}

.news-3-images .circle {
  position: absolute;
  display: inline-block;
}

.news-3-images .circle:first-child {
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}

.news-3-images .circle:nth-child(2) {
  z-index: 10;
  left: 33%;
  top: 50%;
  transform: translateY(-50%);
}

.news-3-images .circle:nth-child(3) {
  z-index: 0;
  left: 66%;
  top: 50%;
  transform: translateY(-50%);
}

.news-3-images .circle img {
  border-radius: 50%;
  overflow: hidden;
  width: 375px;
  height: 375px;
  max-width: initial;
  max-height: initial;
}

@media only screen and (max-width: 767px) {
  .news-3-images .circle img {
    width: 275px;
    height: 275px;
  }
}

@media only screen and (max-width: 500px) {
  .news-3-images .circle img {
    width: 225px;
    height: 225px;
  }
}

.news-3-images .assorted-shapes {
  position: absolute;
  display: inline-block;
}

.news-3-images .assorted-shapes:first-child {
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.news-3-images .assorted-shapes:nth-child(2) {
  z-index: 20;
  left: 33%;
  top: 50%;
  transform: translateY(-50%);
}

.news-3-images .assorted-shapes:nth-child(2) img {
  border-radius: 50%;

}

.news-3-images .assorted-shapes:nth-child(3) {
  z-index: 0;
  left: 66%;
  top: 50%;
  transform: translateY(-50%);
}

.news-3-images .assorted-shapes img {
  overflow: hidden;
  width: 375px;
  height: 375px;
  max-width: initial;
  max-height: initial;
}

.news-navigation {
  height: 100%;
  overflow: scroll;
  right: 0;
  top: 0;
  position: absolute;
  max-width: 400px;
  margin-right: 60px;
  border-left: 1px solid black;
  padding: 60px;
  background: white;
  z-index: 10;
}

.news-navigation::-webkit-scrollbar { width: 0 !important }
.news-navigation { overflow: -moz-scrollbars-none; }
.news-navigation { -ms-overflow-style: none; }

@media only screen and (max-width: 1199px) {
  .news-navigation {
    height: auto;
    overflow: initial;
    right: 0;
    top: 0;
    position: relative;
    max-width: 100%;
    margin-right: 0;
    border-left: 0;
    padding: 60px;
    background: white;
    z-index: 0;
  }
}

article {
  position: relative;
}

article.sticky:before {
  content: "";
  background-image: url('/wp-content/uploads/2022/06/icon-sticky.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5%;
  right: 5%;
  max-width: 42px;
  max-height: 110px;
  width: 100%;
  height: 100%;
}

/* Contact Page */
.contact-details ul {
  list-style: none;
  padding: 0;
}

.contact-details ul li {
  display: inline-block;
  width: 100%;
}

.office-videos video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  height: 100%;
}

.office-link-image {
  position: absolute;
  transition: 0.5s all ease-in-out;
}

#office-link-1,
#office-link-2 {
  transition: 0.3s all ease-in-out;
}

#office-link-1:hover,
#office-link-2:hover {
  color: #f53f3f;
}

#office-link-1-image {
  left: -1000%;
}

#office-link-1-image.active {
  left: -100%;
}

#office-link-3-image {
  right: 20%;
  top: -100%;
  position: fixed;
  z-index: -9999999;
}

#office-link-3-image.active {
  top: 0;
}

#office-link-2-image {
  right: 10%;
  bottom: -100%;
  z-index: -1;
}

#office-link-2-image.active {
  bottom: -10%;
}

.connect {
  padding-right: 60px;
}

.connect a {
  transition: 0.5s all ease-in-out;
  border-bottom: 2px solid #000;
  display: inline-block;
  line-height: 0.8;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}

.connect a:hover {
  color: #f53f3f !important;
  border-bottom: 2px solid #f53f3f;
}

footer .connect a {
  border-bottom: 2px solid #fff;
  margin-bottom: 25px;
}

.contact-footer-image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 20px;
}

.mouse-animation {
  bottom: 0;
  right: 85%;
  overflow: hidden;
  cursor: pointer;
}

.mouse-animation:hover .mouse img {
  left: -100%;
}

.mouse-animation .mouse-hole {
  max-height: 250px;
  height: 100%;
  width: auto;
}

.mouse-animation .mouse img {
  position: absolute;
  width: 350px;
  height: auto;
  bottom: -10px;
  left: -200%;
  max-width: initial;
  transition: 0.5s all ease-in-out;
}

/* Careers Page */
.office-hover .office-content-wrapper {
  color: white;
  transition: 0.5s all ease-in-out;
}

.office-hover .office-content-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: black;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.office-hover:hover .office-content-wrapper::before {
  opacity: 1;
}

.office-hover .office-content-wrapper ul {
  position: absolute;
  left: 10%;
  top: 20%;
  margin: 0;
  padding: 100px 0 0;
  font-size: 20px;
  opacity: 0;
  list-style: none;
  transition: 0.5s all ease-in-out;
}

.office-hover:hover .office-content-wrapper ul {
  opacity: 1;
}

.office-hover .office-content-wrapper .center {
  transition: 0.5s all ease-in-out;
}

.office-hover:hover .office-content-wrapper .center {
  left: 10%;
  top: 20%;
  transform: none;
}

@media only screen and (max-width: 600px) {
  .office-hover:hover .office-content-wrapper .center {
    left: 5%;
    top: 15%;
  }
  
  .office-hover .office-content-wrapper ul {
    left: 5%;
    top: 5%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px) {
  .office-hover .office-content-wrapper ul {
    padding: 80px 0 0;
  }
}

/* Footer */
footer .logo-scene {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

footer.scene-footer nav {
  padding-bottom: 600px;
}

@media only screen and (max-width: 1200px) {
  footer.scene-footer nav {
    padding-bottom: 300px;
  }
}

@media only screen and (max-width: 775px) {
  footer.scene-footer nav {
    padding-bottom: 0;
  }
}

footer.scene-footer nav ul li a {
  display: inline-block;
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Px Grotesk', sans-serif;
  padding: 20px;
  top: 0;
}

footer.scene-footer nav ul li a:hover {
  top: 15px;
  color: #959596;
}

@media only screen and (max-width: 1400px) {
  footer.scene-footer nav ul li a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  footer.scene-footer nav ul li a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 775px) {
  footer.scene-footer nav ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  footer.scene-footer nav ul li a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
  }

  footer.scene-footer nav ul li a:hover {
    top: 0;
  }
}

footer.scene-footer nav a img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 600px;
  display: inline-block;
  max-width: initial;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  footer.scene-footer nav a img {
    height: 300px;
  }
}

footer.scene-footer nav a.active img {
  opacity: 1;
  pointer-events: all;
}

.scene-belong .nav-secondary ul li a {
  padding: 15px;
  color: black;
  text-decoration: none;
  font-size: 20px;
}

@media only screen and (max-width: 775px) {
  .scene-belong .nav-secondary ul li {
    width: 100%;
  }

  .scene-belong .nav-secondary ul li a {
    display: block;
    padding: 5px 0;
  }
}

.scene-belong a img {
  max-width: 500px;
  width: 100%;
}

/* Small Print */
footer .small-print {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 5px;
  padding: 20px;
  position: relative;
  transition: 0.5s all ease-in-out;
  display: inline-block;
  width: 100%;
}

footer .small-print:hover ul {
  opacity: 1;
  top: 0;
}

footer .small-print ul {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background-color: black;
  margin-bottom: 0;
  transition: 0.5s all ease-in-out;
}

footer .small-print ul li {
  display: inline-block;
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .small-print ul li a {
  display: inline-block;
  position: relative;
  padding: 20px 10px;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 5px;
  transition: 0.5s all ease-in-out;
  top: 0;
}

footer .small-print ul li a:hover {
  top: 10px;
  color: #959596;
}

/* Projects Page */
.stage-01 {
  background-color: #F2A10A;
}

.stage-02 {
  background-color: #F4A7CB;
}

.stage-03 {
  background-color: #7ACCD1;
}

.stage-04 {
  background-color: #E8CB08;
}

.stage-05 {
  background-color: #99BD9C;
}

.stage-06 {
  background-color: #A8ACDB;
}

.stage-07 {
  background-color: #F4D89E;
}

.stage-08 {
  background-color: #58ADDB;
}

.about-page .stage-01 {
  left: 21%;
  top: 76%;
}

.about-page .stage-02 {
  left: 80%;
  top: 80%;
}

.about-page .stage-03 {
  left: 80%;
  top: 80%;
}

.about-page .stage-04 {
  left: 80%;
  top: 70%;
}

.about-page .stage-05 {
  left: 70%;
  top: 80%;
}

.about-page .stage-06 {
  left: 85%;
  top: 20%;
}

.about-page .stage-07 {
  left: 23%;
  top: 33%;
}

.about-page .stage-08 {
  left: 70%;
  top: 62%;
}

.icon-circles {
  position: relative;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}

.about-page .icon-circles {
  transform: translate(-50%, -50%);
}

.icon-circles img {
  max-height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-circles-small {
  position: relative;
  height: 60px;
  width: 60px;
}

.icon-circles-small img {
  height: 30px;
}

figcaption {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
}

.single-projects .content p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  padding: 150px 115px;
}

@media only screen and (max-width: 991px) {
  .single-projects .content p {
    padding: 40px;
  }
}

.quote-logo {
  border: 1px solid #959596;
  border-radius: 50%;
  height: 150px;
  width: 150px; 
  position: relative;
}

.quote-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Scroller */
.scroller {
  /* height: 100vh; */
  /* overflow-y: scroll; */
  /* scroll-snap-type: y mandatory; */
}

.scroller section {
  scroll-snap-align: start;
  /* scroll-snap-align: start; */
  /* scroll-snap-stop: always; */
  /* height: 100vh; */
  /* padding: 100px 0; */
  /* min-height: 100%; */
  /* overflow: hidden; */
}

.scroller section:last-of-type {
  height: auto;
}

.scroller section .container,
.scroller section .container-fluid,
.scroller section .row:first-of-type {
  height: 100%;
}

/* Ninjaforms */
.nf-form-content {
  padding: 0 !important;
}

.nf-form-content label {
  font-size: 14px !important;
  font-family: 'Jost', sans-serif;
  width: 100%;
}

.nf-field-label {
  width: 100%;
}

.nf-field-element {
  max-width: 80%;
}

/* .nf-form-content input {
  max-width: 80%;
} */

.nf-form-content input,
.nf-form-content textarea {
  background-color: white !important;
  border: 1px solid #959596 !important;
  border-radius: 10px !important;
}

.nf-field-element {
  border-radius: 10px !important;
  overflow: hidden;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Px Grotesk', sans-serif;
}

.nf-error .nf-error-msg {
  color: #f53f3f !important;
}

.nf-error .ninja-forms-field {
  border-color: #f53f3f !important;
}

.nf-error.field-wrap .nf-field-element:after {
  background: #f53f3f !important;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  color: #f53f3f !important;
}

/* WP Admin Bar */
/* body.logged-in.admin-bar {
  margin-top: 32px;
}

body.logged-in.admin-bar .menu-button {
  margin-top: 32px;
} */

/* Overlay */
.overlay-hover {
  position: relative;
  overflow: hidden;
}

.overlay-hover:hover::after {
  opacity: 1;
  transform: scale(1);
}

.overlay-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #f53f3f; */
  background-image: url('../images/overlay-hover.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
  transform: scale(2.5);
}

/* General Animation */
.transistion-05 {
  transition: 0.5s all ease-in-out;
}

/* Keyframe Animation */
@keyframes infinitScrollLogoBar {
  from {
    transform: translate3d(0, 0, 0);
  }

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

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	}

	70% {
		transform: scale(1.1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes scale {
	0% {
		transform: scale(1);
    opacity: 1;
	}

  75% {
		transform: scale(8);
    opacity: 1;
  }

	100% {
		transform: scale(10);
    opacity: 0;
	}
}

/* Scenes */
.scenes .scene-gallery .gallery-item img {
  width: 100%;
}

.scenes .scene-gallery .gallery-item:nth-child(2) {
  position: relative;
  bottom: -50%;
}

.scenes .scene-gallery .gallery-item:nth-child(4) {
  position: relative;
  top: -50%;
}

@media only screen and (max-width: 991px) {
  .scenes .scene-gallery .gallery-item:nth-child(2) {
    position: relative;
    bottom: 0;
  }
  
  .scenes .scene-gallery .gallery-item:nth-child(4) {
    position: relative;
    top: 0;
  }
}

.mobile-wall p {
  position: relative;
}

.mobile-wall p img {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  z-index: -99;
  width: 60%;
}

.mobile-wall p:nth-child(odd) {
  left: 0;
  right: auto;
}

.wall-part {
  display: inline-block;
  width: auto;
}

.wall-hover-wrapper {
  overflow: hidden;
  border-radius: 50%;
  max-height: 180px;
  max-width: 180px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  transform: translateZ(0); /* Force hardware acceleration */
}

.wall-hover-wrapper:hover {
  transform: scale(1.5) translateZ(0);
}

.wall-hover-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateZ(0); /* Force hardware acceleration */
}

/* Swiper Slider */
.swiper {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.swiper-scenes .swiper-slide {
  width: 330px;
}

.swiper-pagination-bullet {
  background-color: white;
  border: 1px solid #F53F3F;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #F53F3F;
  border: 1px solid #F53F3F;
}

.swiper-showcase-left,
.swiper-showcase-right {
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0); /* Force hardware acceleration */
}

.swiper-showcase-left img,
.swiper-showcase-right img {
  vertical-align: top;
  cursor: pointer;
  z-index: 0;
}

.swiper-showcase-left img {
  margin-left: 30px;
}

.swiper-showcase-right img {
  margin-right: 30px;
}

.swiper-showcase-left img:hover,
.swiper-showcase-right img:hover {
  transform: scale(2);
  z-index: 9;
}

.swiper-showcase-left .swiper-slide.slide-1,
.swiper-showcase-right .swiper-slide.slide-1 {
  width: 1250px;
}

.swiper-showcase-left .swiper-slide.slide-2,
.swiper-showcase-right .swiper-slide.slide-2 {
  width: 1250px;
}

.swiper-showcase-left .swiper-slide.slide-3,
.swiper-showcase-right .swiper-slide.slide-3 {
  width: 1550px;
}

.swiper-showcase-left .swiper-slide.slide-4,
.swiper-showcase-right .swiper-slide.slide-4 {
  width: 1850px;
}

@media only screen and (max-width: 1400px) {
  .swiper-showcase-left .swiper-slide.slide-1,
  .swiper-showcase-right .swiper-slide.slide-1 {
    width: 750px;
  }
  
  .swiper-showcase-left .swiper-slide.slide-2,
  .swiper-showcase-right .swiper-slide.slide-2 {
    width: 750px;
  }
  
  .swiper-showcase-left .swiper-slide.slide-3,
  .swiper-showcase-right .swiper-slide.slide-3 {
    width: 900px;
  }

  .swiper-showcase-left .swiper-slide.slide-4,
  .swiper-showcase-right .swiper-slide.slide-4 {
    width: 1100px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-wall p {
    font-size: 54px;
  }

  .mobile-wall .wall-part {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    z-index: -99;
    width: 80%;
  }

  .wall-hover-wrapper {
    top: 40%;
    left: -30%;
    transform: translateY(-50%);
    z-index: -10;
    max-width: 250px !important;
    max-height: 250px !important;
    /* Mobile-specific optimizations */
    transition: transform 0.2s ease-out;
    will-change: transform;
  }

  .wall-hover-wrapper:hover {
    transform: scale(1.3) translateY(-40%) !important;
  }
  
  /* Optimize video loading on mobile */
  .wall-hover-wrapper video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  .swiper-showcase-left:hover,
  .swiper-showcase-right:hover {
    position: relative;
    z-index: 9999;
  }

  .swiper-showcase-left .swiper-slide.slide-1,
  .swiper-showcase-right .swiper-slide.slide-1 {
    width: 650px !important;
  }

  .swiper-showcase-left .swiper-slide.slide-2,
  .swiper-showcase-right .swiper-slide.slide-2 {
    width: 650px !important;
  }

  .swiper-showcase-left .swiper-slide.slide-3,
  .swiper-showcase-right .swiper-slide.slide-3 {
    width: 850px !important;
  }

  .swiper-showcase-left .swiper-slide.slide-4,
  .swiper-showcase-right .swiper-slide.slide-4 {
    width: 1000px !important;
  }
}

.swiper-thumbs .team-interests span:last-child {
  display: none;
}

.swiper-team-wrapper {
  position: relative;
}

.swiper-team {
  border-radius: 120px 120px 0 0;
}

.meet-team-content {
  /* position: absolute; */
}

.meet-the-team .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.meet-the-team .video-wrapper video {
  transition: 0.3s all ease-in-out;
  opacity: 0;
  height: 110%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.meet-the-team .video-wrapper .cta {
  color: #F53F3F;
  font-size: 30px;
  opacity: 0;
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  /* background-color: #F53F3F; */
  z-index: 20;
}

.meet-the-team .swiper-slide-active .video-wrapper .cta {
  opacity: 1;
}

.meet-the-team .swiper-slide-active:hover .video-wrapper video {
  opacity: 1;
}

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

.swiper-team .swiper-button-prev img,
.swiper-team .swiper-rtl .swiper-button-next img,
.swiper-team .swiper-button-next img,
.swiper-team .swiper-rtl .swiper-button-prev img {
  max-width: initial;
  width: 120px;
}

@media only screen and (max-width: 1550px) {
  .meet-the-team .container .outer-row {
    max-width: 100%;
    padding-left: 0;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .meet-the-team .container .outer-row {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .meet-the-team .meet-team-content {
    padding-left: 10%;
  }

  .swiper-team {
    border-radius: 0 120px 0 0;
  }

  .swiper-team-wrapper:before {
    display: none;
  }
}

.swiper-team-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 130px 130px 0 0;
  background-color: #EFEDE6;
  /* background-image: url('/wp-content/uploads/2022/06/team-background.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  max-width: 300px;
  width: 100%;
  height: 100%;
}

.swiper-team-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 130px 130px 0 0;
  background-color: #EFEDE6;
  /* background-image: url('/wp-content/uploads/2022/06/team-background.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  max-width: 300px;
  width: 100%;
  height: 100%;
}

.swiper-team .swiper-slide {
  width: 500px;
}

.swiper-team .swiper-slide .image-wrapper {
  padding-top: 30px;
}

.swiper-team .swiper-slide .image-wrapper .bg-img {
  pointer-events: none;
}

.swiper-team .swiper-wrapper {
  position: relative;
}

/* .swiper-timeline .swiper-wrapper:before {
  content: "";
  height: 2px;
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 265px;
  left: 0;
} */

section.timeline {
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  section.timeline {
    padding-right: 0;
  }
}

.swiper-timeline .swiper-slide {
  width: 330px;
}

.timeline-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.swiper-timeline .swiper-slide .timeline-content-wrapper {
  padding-top: 40px;
  position: relative;
  border-top: 2px solid #000;
}

.swiper-timeline .swiper-slide .timeline-content-wrapper:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.swiper-timeline {
  position: relative;
  border-top: 3px solid #EFEDE6;
  border-bottom: 3px solid #EFEDE6;
}

.swiper-timeline:before {
  content: "";
  width: 100%;
  border-top: 3px solid #EFEDE6;
  position: absolute;
  top: 33%;
  left: 0;
}

.swiper-timeline:after {
  content: "";
  width: 100%;
  border-top: 3px solid #EFEDE6;
  position: absolute;
  bottom: 33%;
  left: 0;
}

.swiper-timeline .swiper-wrapper {
  align-items: center;
}

.date-item .date p {
  letter-spacing: 5px;
}

.date-item .date-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  border: 2px solid #EFEDE6;
  background-color: #EFEDE6;
}

.date-item .date-content {
  max-width: 250px;
}

.date-item .date-content ul li {
  margin-bottom: 10px;
}

.date-item .date-content ul li:last-child {
  margin-bottom: 0;
}

/* Parallax */
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax__layer--base {
  transform: translateZ(0);
}

.parallax__layer--back {
  transform: translateZ(-1px) scale(2);
}

.parallax__layer--fore {
  -webkit-transform: translateZ(90px) scale(.7);
  transform: translateZ(90px) scale(.7);
  z-index: 1;
}

.scene-intro {
  /* position: fixed; */
  /* width: 100%; */
  opacity: var(--opacity);
  transform: scale(var(--scale));
  will-change: opacity, transform;
}

.scene {
  position: absolute;
  width: 100%;
  transform: translateY(var(--translateY));
  will-change: transform;
}

.scene-home {
  /* position: absolute; */
  /* width: 100%; */
  transform: translateX(var(--translateX));
  will-change: transform;
}

.about-stairs {
  z-index: -10;
}

.filter-select {
  position: relative;
  border: 0;
}

.filter-select a:hover {
  color: #F53F3F !important;
}

.filter-select a.all-option {
  border: 1px solid #959596;
  border-radius: 8px;
  color: #959596;
}

.filter-select a.all-option:after {
  content: "";
  background-image: url("/wp-content/uploads/2022/08/icon-arrow-down-grey.svg");
  position: absolute;
  right: 5%;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 10px;
}

.filter-select .dropdown-list {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #959596;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  color: #959596;
  width: 100%;
  z-index: 100;
}

.filter-select .dropdown-select:hover .dropdown-list {
  opacity: 1;
  pointer-events: all;
}

/* .parallax__group {
  position: relative;
  height: 100vh;
  transform-style: preserve-3d;
}

.parallax__group {
  transform: translate3d(700px, 0, -800px) rotateY(30deg);
} */

/* Animate It
  /* animations */

  /* *****************
  * Bounce in right
  ****************** */

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

  .slow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .slower {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .slowest {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  /* Added by Andy Meetan */
  .delay-250 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }

  .delay-500 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .delay-750 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }

  .delay-1000 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
  }

  .delay-1250 {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
  }

  .delay-1500 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  .delay-1750 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    animation-delay: 1.75s;
  }

  .delay-2000 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
  }

  .delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }

  .delay-3000 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
  }

  .delay-3500 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }

  .bounceInRight,
  .bounceInLeft,
  .bounceInUp,
  .bounceInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }

  .fadeInRight,
  .fadeInLeft,
  .fadeInUp,
  .fadeInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }

  .flipInX,
  .flipInY,
  .rotateIn,
  .rotateInUpLeft,
  .rotateInUpRight,
  .rotateInDownLeft,
  .rotateDownUpRight,
  .rollIn {
    opacity: 0;
  }

  .lightSpeedInRight,
  .lightSpeedInLeft {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }

  /***********
  * bounceIn *
  ************/
  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
    }

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

    70% {
      -webkit-transform: scale(0.9);
    }

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

  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }

    50% {
      opacity: 1;
      transform: scale(1.05);
    }

    70% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

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

  /****************
  * bounceInRight *
  ****************/

  @-webkit-keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(400px);
    }

    60% {
      -webkit-transform: translateX(-30px);
    }

    80% {
      -webkit-transform: translateX(10px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(400px);
    }

    60% {
      transform: translateX(-30px);
    }

    80% {
      transform: translateX(10px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

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

  /******************
  * Bounce in left *
  *******************/

  @-webkit-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-400px);
    }

    60% {
      -webkit-transform: translateX(30px);
    }

    80% {
      -webkit-transform: translateX(-10px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-400px);
    }

    60% {
      transform: translateX(30px);
    }

    80% {
      transform: translateX(-10px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

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

  /******************
  * Bounce in up *
  *******************/

  @-webkit-keyframes bounceInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(400px);
    }

    60% {
      -webkit-transform: translateY(-30px);
    }

    80% {
      -webkit-transform: translateY(10px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes bounceInUp {
    0% {
      opacity: 0;
      transform: translateY(400px);
    }

    60% {
      transform: translateY(-30px);
    }

    80% {
      transform: translateY(10px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

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

  /******************
  * Bounce in down *
  *******************/
  @-webkit-keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-400px);
    }

    60% {
      -webkit-transform: translateY(30px);
    }

    80% {
      -webkit-transform: translateY(-10px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes bounceInDown {
    0% {
      opacity: 0;
      transform: translateY(-400px);
    }

    60% {
      transform: translateY(30px);
    }

    80% {
      transform: translateY(-10px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

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

  /**********
  * Fade In *
  **********/
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }

    100% {
      opacity: 1;
      display: block;
    }
  }

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

    100% {
      opacity: 1;
      display: block;
    }
  }

  .fadeIn {
    opacity: 0;
  }

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

  /**********
  * Grow in *
  ***********/

  @-webkit-keyframes growIn {
    0% {
      -webkit-transform: scale(0.2);
      opacity: 0;
    }

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

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

  @keyframes growIn {
    0% {
      transform: scale(0.2);
      opacity: 0;
    }

    50% {
      transform: scale(1.2);
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .growIn {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }

  .growIn.go {
    -webkit-animation-name: growIn;
    animation-name: growIn;
  }

  /********
  * Shake *
  ********/
  @-webkit-keyframes shake {
    0%,
    100% { -webkit-transform: translateX(0); }

    10%,
    30%,
    50%,
    70%,
    90% { -webkit-transform: translateX(-10px); }

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

  @keyframes shake {
    0%,
    100% { transform: translateX(0); }

    10%,
    30%,
    50%,
    70%,
    90% { transform: translateX(-10px); }

    20%,
    40%,
    60%,
    80% { transform: translateX(10px); }
  }

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

  /********
  * ShakeUp *
  ********/
  @-webkit-keyframes shakeUp {
    0%,
    100% { -webkit-transform: translateY(0); }

    10%,
    30%,
    50%,
    70%,
    90% { -webkit-transform: translateY(-10px); }

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

  @keyframes shakeUp {
    0%,
    100% { transform: translateY(0); }

    10%,
    30%,
    50%,
    70%,
    90% { transform: translateY(-10px); }

    20%,
    40%,
    60%,
    80% { transform: translateY(10px); }
  }

  .shakeUp.go {
    -webkit-animation-name: shakeUp;
    animation-name: shakeUp;
  }

  /*************
  * FadeInLeft *
  *************/
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-400px);
    }

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-400px);
    }

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }

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

  /*************
  * FadeInRight *
  *************/
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(400px);
    }

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(400px);
    }

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }

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

  /*************
  * FadeInUp *
  *************/

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

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(400px);
    }

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }

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

  /*************
  * FadeInDown *
  *************/
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-400px);
    }

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-400px);
    }

    50% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fadeInDown {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }

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

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

    100% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }

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

    100% {
      transform-origin: center center;
      transform: rotate(0);
      opacity: 1;
    }
  }

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

  /*****************
  * rotateInUpLeft *
  *****************/

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

    100% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }

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

    100% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
    }
  }

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

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

    100% {
      -webkit-transform-origin: left bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }

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

    100% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
    }
  }

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

  /******************
  * rotateInUpRight *
  *******************/

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

    100% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }

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

    100% {
      transform-origin: right bottom;
      transform: rotate(0);
      opacity: 1;
    }
  }

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

  /********************
  * rotateInDownRight *
  ********************/

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

    100% {
      -webkit-transform-origin: right bottom;
      -webkit-transform: rotate(0);
      opacity: 1;
    }
  }

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

    100% {
      transform-origin: right bottom;
      transform: rotate(0);
      opacity: 1;
    }
  }

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

  /*********
  * rollIn *
  **********/

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

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

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

    100% {
      opacity: 1;
      transform: translateX(0) rotate(0deg);
    }
  }

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

  /*********
  * wiggle *
  **********/

  @-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
    100% { -webkit-transform: skewX(0deg); }
  }

  @keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }
  }

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

  /********
  * swing *
  *********/

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

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

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

  /*******
  * tada *
  ********/

  @-webkit-keyframes tada {
    0% { -webkit-transform: scale(1); }

    10%,
    20% { -webkit-transform: scale(0.9) rotate(-3deg); }

    30%,
    50%,
    70%,
    90% { -webkit-transform: scale(1.1) rotate(3deg); }

    40%,
    60%,
    80% { -webkit-transform: scale(1.1) rotate(-3deg); }

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

  @keyframes tada {
    0% { transform: scale(1); }

    10%,
    20% { transform: scale(0.9) rotate(-3deg); }

    30%,
    50%,
    70%,
    90% { transform: scale(1.1) rotate(3deg); }

    40%,
    60%,
    80% { transform: scale(1.1) rotate(-3deg); }

    100% { transform: scale(1) rotate(0); }
  }

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

  /*********
  * wobble *
  **********/

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

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

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

  /********
  * pulse *
  *********/

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

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

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

  /***************
  * lightSpeedInRight *
  ****************/
  @-webkit-keyframes lightSpeedInRight {
    0% {
      -webkit-transform: translateX(100%) skewX(-30deg);
      opacity: 0;
    }

    60% {
      -webkit-transform: translateX(-20%) skewX(30deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: translateX(0%) skewX(-15deg);
      opacity: 1;
    }

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

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

    60% {
      transform: translateX(-20%) skewX(30deg);
      opacity: 1;
    }

    80% {
      transform: translateX(0%) skewX(-15deg);
      opacity: 1;
    }

    100% {
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }
  }

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

  /***************
  * lightSpeedInLeft *
  ****************/
  @-webkit-keyframes lightSpeedInLeft {
    0% {
      -webkit-transform: translateX(-100%) skewX(30deg);
      opacity: 0;
    }

    60% {
      -webkit-transform: translateX(20%) skewX(-30deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: translateX(0%) skewX(15deg);
      opacity: 1;
    }

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

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

    60% {
      transform: translateX(20%) skewX(-30deg);
      opacity: 1;
    }

    80% {
      transform: translateX(0%) skewX(15deg);
      opacity: 1;
    }

    100% {
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }
  }

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

  /*******
  * Flip *
  *******/
  @-webkit-keyframes flip {
    0% {
      -webkit-transform: perspective(400px) rotateY(0);
      -webkit-animation-timing-function: ease-out;
    }

    40% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
      -webkit-animation-timing-function: ease-out;
    }

    50% {
      -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      -webkit-animation-timing-function: ease-in;
    }

    80% {
      -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
      -webkit-animation-timing-function: ease-in;
    }

    100% {
      -webkit-transform: perspective(400px) scale(1);
      -webkit-animation-timing-function: ease-in;
    }
  }

  @keyframes flip {
    0% {
      transform: perspective(400px) rotateY(0);
      animation-timing-function: ease-out;
    }

    40% {
      transform: perspective(400px) translateZ(150px) rotateY(170deg);
      animation-timing-function: ease-out;
    }

    50% {
      transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      animation-timing-function: ease-in;
    }

    80% {
      transform: perspective(400px) rotateY(360deg) scale(0.95);
      animation-timing-function: ease-in;
    }

    100% {
      transform: perspective(400px) scale(1);
      animation-timing-function: ease-in;
    }
  }

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

  /**********
  * flipInX *
  **********/
  @-webkit-keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }

    40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
    }

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

  @keyframes flipInX {
    0% {
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }

    40% {
      transform: perspective(400px) rotateX(-10deg);
    }

    70% {
      transform: perspective(400px) rotateX(10deg);
    }

    100% {
      transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
  }

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

  /**********
  * flipInY *
  **********/

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

    40% {
      -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
      -webkit-transform: perspective(400px) rotateY(10deg);
    }

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

  @keyframes flipInY {
    0% {
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }

    40% {
      transform: perspective(400px) rotateY(-10deg);
    }

    70% {
      transform: perspective(400px) rotateY(10deg);
    }

    100% {
      transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
  }

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

  /*****************
  * Out animations *
  *****************/

  /************
  * bounceOut *
  *************/
  @-webkit-keyframes bounceOut {
    0% {
      -webkit-transform: scale(1);
    }

    25% {
      -webkit-transform: scale(0.95);
    }

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

    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
    }
  }

  @keyframes bounceOut {
    0% {
      transform: scale(1);
    }

    25% {
      transform: scale(0.95);
    }

    50% {
      opacity: 1;
      transform: scale(1.1);
    }

    100% {
      opacity: 0;
      transform: scale(0.3);
    }
  }

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

  /************
  * bounceOutUp *
  *************/
  @-webkit-keyframes bounceOutUp {
    0% {
      -webkit-transform: translateY(0);
    }

    20% {
      opacity: 1;
      -webkit-transform: translateY(20px);
    }

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

  @keyframes bounceOutUp {
    0% {
      transform: translateY(0);
    }

    20% {
      opacity: 1;
      transform: translateY(20px);
    }

    100% {
      opacity: 0;
      transform: translateY(-2000px);
    }
  }

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

  /************
  * bounceOutDown *
  *************/
  @-webkit-keyframes bounceOutDown {
    0% {
      -webkit-transform: translateY(0);
    }

    20% {
      opacity: 1;
      -webkit-transform: translateY(-20px);
    }

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

  @keyframes bounceOutDown {
    0% {
      transform: translateY(0);
    }

    20% {
      opacity: 1;
      transform: translateY(-20px);
    }

    100% {
      opacity: 0;
      transform: translateY(2000px);
    }
  }

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

  /************
  * bounceOutLeft *
  *************/
  @-webkit-keyframes bounceOutLeft {
    0% {
      -webkit-transform: translateX(0);
    }

    20% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }

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

  @keyframes bounceOutLeft {
    0% {
      transform: translateX(0);
    }

    20% {
      opacity: 1;
      transform: translateX(20px);
    }

    100% {
      opacity: 0;
      transform: translateX(-2000px);
    }
  }

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

  /************
  * bounceOutRight *
  *************/
  @-webkit-keyframes bounceOutRight {
    0% {
      -webkit-transform: translateX(0);
    }

    20% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }

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

  @keyframes bounceOutRight {
    0% {
      transform: translateX(0);
    }

    20% {
      opacity: 1;
      transform: translateX(-20px);
    }

    100% {
      opacity: 0;
      transform: translateX(2000px);
    }
  }

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

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

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

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

  /************
  * fadeOutUp *
  *************/
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }

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

  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(-2000px);
    }
  }

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

  /************
  * fadeOutDown *
  *************/
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }

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

  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(2000px);
    }
  }

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

  /************
  * fadeOutLeft *
  *************/
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }

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

  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
      transform: translateX(-2000px);
    }
  }

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

  /************
  * fadeOutRight *
  *************/
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }

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

  @keyframes fadeOutRight {
    0% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
      transform: translateX(2000px);
    }
  }

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

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

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

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

    100% {
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
  }

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

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

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

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

    100% {
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
  }

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

  /************
  * lightSpeedOutRight *
  *************/
  @-webkit-keyframes lightSpeedOutRight {
    0% {
      -webkit-transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }

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

  @keyframes lightSpeedOutRight {
    0% {
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }

    100% {
      transform: translateX(100%) skewX(-30deg);
      opacity: 0;
    }
  }

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

  /************
  * lightSpeedOutLeft *
  *************/
  @-webkit-keyframes lightSpeedOutLeft {
    0% {
      -webkit-transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }

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

  @keyframes lightSpeedOutLeft {
    0% {
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }

    100% {
      transform: translateX(-100%) skewX(30deg);
      opacity: 0;
    }
  }

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

  /************
  * rotateOut *
  *************/
  @-webkit-keyframes rotateOut {
    0% {
      -webkit-transform-origin: center center;
      -webkit-transform: rotate(0);
      opacity: 1;
    }

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

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

    100% {
      transform-origin: center center;
      transform: rotate(200deg);
      opacity: 0;
    }
  }

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

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

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

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

    100% {
      transform-origin: left bottom;
      transform: rotate(-90deg);
      opacity: 0;
    }
  }

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

  /************
  * rotateOutDownLeft *
  *************/

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

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

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

    100% {
      transform-origin: left bottom;
      transform: rotate(90deg);
      opacity: 0;
    }
  }

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

  /************
  * rotateOutUpRight *
  *************/

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

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

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

    100% {
      transform-origin: right bottom;
      transform: rotate(90deg);
      opacity: 0;
    }
  }

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

  /************
  * rollOut *
  *************/
  @-webkit-keyframes rollOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0) rotate(0deg);
    }

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

  @keyframes rollOut {
    0% {
      opacity: 1;
      transform: translateX(0) rotate(0deg);
    }

    100% {
      opacity: 0;
      transform: translateX(100%) rotate(120deg);
    }
  }

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

  /*****************
  * Short Animations
  *******************/

  /*********************
  * fadeInUpShort
  *********************/
  @-webkit-keyframes fadeInUpShort {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes fadeInUpShort {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fadeInUpShort {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  .fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
  }

  /*********************
  * fadeInDownShort
  *********************/
  @-webkit-keyframes fadeInDownShort {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes fadeInDownShort {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fadeInDownShort {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
  }

  /*********************
  * fadeInRightShort
  *********************/
  @-webkit-keyframes fadeInRightShort {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @keyframes fadeInRightShort {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  .fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
  }

  /*********************
  * fadeInLeftShort
  *********************/
  @-webkit-keyframes fadeInLeftShort {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @keyframes fadeInLeftShort {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
  }

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

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

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  .slideInDown {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

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

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  .slideInLeft {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

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

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  .slideInRight {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

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

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  .slideInUp {
    transform: translate3d(0, 100%, 0);
    visibility: visible; 
  }

  .slideInUp.go {
    animation-name: slideInUp;
  }
/* Animations End */
