@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @font-face {
  font-family: 'Julius Sans One';
  src: url('../fonts/juliussansone-regular-webfont.woff2') format('woff2'),
       url('../fonts/juliussansone-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/libre-baskerville-v7-latin-regular.woff2') format('woff2'),
      url('../fonts/libre-baskerville-v7-latin-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
      url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Thin';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
      url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  
  
  
  
  
  
  
}


@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
      url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
      url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

ul,
ol,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul, ol {
  padding: 0;
}

select:focus, select:hover, select:active,
input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active,
button:focus,
button:hover,
button:active {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

._100p {
  height: 100%;
}

a[href] {
  text-decoration: none;
}

.special {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.clickable {
  cursor: pointer;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@-webkit-keyframes appearUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes appearUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes appearDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes appearDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes farInLeft {
  from {
    -webkit-transform: translateX(-500px) scale(0);
            transform: translateX(-500px) scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes farInLeft {
  from {
    -webkit-transform: translateX(-500px) scale(0);
            transform: translateX(-500px) scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes farOutLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px) scale(0);
            transform: translateX(-500px) scale(0);
    opacity: 0;
  }
}

@keyframes farOutLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px) scale(0);
            transform: translateX(-500px) scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes backgroundWave {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1000px;
  }
}

@keyframes backgroundWave {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1000px;
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@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;
  }
}

.shape-circle {
  position: relative;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background-image: linear-gradient(96.5deg, #9989FF 1.51%, #19ABFF 100%);
}

.shape-circle.shadow::after {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  height: 10%;
  bottom: -10px;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
}

.shape.xl {
  width: 120px;
  height: 120px;
}

.shape.lg {
  width: 96px;
  height: 96px;
}

.shape.sm {
  width: 64px;
  height: 64px;
}

.shape.xs {
  width: 40px;
  height: 40px;
}

.rn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rn-flex-col {
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.rn-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rn-flex.ai-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.rn-flex.jc-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.rn-flex.jc-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.rn-flex.jc-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.rn-flex .expand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rn-column {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.rn-anim {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
  display: block;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.rn-anim-layer {
  position: absolute;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}

.rn-anim-layer._1 {
  z-index: 1;
  -webkit-animation: logoanim1 6s infinite;
  animation: logoanim1 6s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes logoanim1 {
  0% {
    top: -20px;
    left: -20px;
  }
  50% {
    top: -25px;
    left: -25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    top: -20px;
    left: -20px;
  }
}

@keyframes logoanim1 {
  0% {
    top: -20px;
    left: -20px;
  }
  50% {
    top: -25px;
    left: -25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    top: -20px;
    left: -20px;
  }
}

.rn-anim-layer._2 {
  z-index: 2;
  -webkit-animation: logoanim2 4s infinite;
  animation: logoanim2 4s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes logoanim2 {
  0% {
    left: 10px;
    top: 4px;
  }
  50% {
    left: 15px;
    top: 9px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    left: 10px;
    top: 4px;
  }
}

@keyframes logoanim2 {
  0% {
    left: 10px;
    top: 4px;
  }
  50% {
    left: 15px;
    top: 9px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    left: 10px;
    top: 4px;
  }
}

.rn-anim-layer._3 {
  z-index: 3;
  -webkit-animation: logoanim3 5s infinite;
  animation: logoanim3 5s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes logoanim3 {
  0% {
    left: -15px;
    top: -15px;
  }
  50% {
    left: -10px;
    top: -10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    left: -15px;
    top: -15px;
  }
}

@keyframes logoanim3 {
  0% {
    left: -15px;
    top: -15px;
  }
  50% {
    left: -10px;
    top: -10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    left: -15px;
    top: -15px;
  }
}

.rn-anim-logo {
  z-index: 4;
  position: absolute;
  top: calc(50% - 27px);
  bottom: initial;
  left: calc(50% - 20px);
  right: initial;
}

.rn-translayer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
}

.rn-sec {
  height: 100vh;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rn-sec .slide {
  position: relative;
}

.rn [hidden] {
  display: none;
}

.rn-head {
  position: fixed;
  top: 0;
  bottom: initial;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 29px 26px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-head-logo {
  min-width: 311px;
}


.rn-head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

@media (max-width: 991px) {
  .rn-head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 50vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}

.rn-head-mobile-bottom {
  display: none;
}

@media (max-width: 991px) {
  .rn-head-mobile-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50vh;
    padding-bottom: 30px;
  }
  .rn-head-mobile-bottom .rn-bottom-links {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rn-head-mobile-bottom .rn-bottom-links-items {
        font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 80px;
    color: #000000;
  }
}

.rn-head-aap-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rn-head-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rn-head-soclink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  line-height: 38px;
  margin: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-top: 9px;
  color: #919191;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-head-soclink .fa {
  font-size: 21px;
}

.rn-head-soclink.--fb:hover {
  background: #3b5998;
}

.rn-head-soclink.--tw:hover {
  background: #00acee;
}

.rn-head-soclink.--ig:hover {
  background: #3f729b;
}

.rn-head-soclink:hover {
  color: #ffffff;
}

.rn-head-soclink:hover .fa {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.rn-headlink {
  color: #000000;
  margin: 0 22px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-headlink:hover {
  line-height: 18px;
  text-decoration: underline;
}

/*.rn-head-btn {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  background: #F9F9F9;
  padding-left: 19px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}*/

.rn-head-btntext {
  color: #2C2C2C;
      font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-head-btn a {
  background: linear-gradient(98.74deg, #9989FF 1.51%, #19ABFF 100%);
  height: 54px;
  min-width: 179px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  color: #ffffff;
  padding: 0 19px;
  margin-left: 10px;
}

.rn-head-btn a img {
  margin-right: 11px;
}

.rn-head-btn a b {
  display: block;
}

.rn-head-bg {
  width: calc(100% + 100px);
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: -100px;
  bottom: initial;
  left: -50px;
  right: -50px;
  background: #ffffff;
  height: 100px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}

@media (max-width: 991px) {
  .rn-headcon {
    display: none;
    position: absolute;
    background: #fff;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    color: #000;
  }
}

.rn-menu {
  position: absolute;
  top: 25px;
  bottom: initial;
  left: initial;
  right: 18px;
  display: none;
}

@media (max-width: 991px) {
  .rn-menu {
    display: block;
    z-index: 9;
    right: 20px;
  }
}

.rn-menubar {
  width: 32px;
  height: 4px;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
}

.rn-menubar.m {
  margin: 5px 0;
}

.rn-load {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
}

.rn-load-text {
  font-family: "Julius Sans One";
  margin-top: 38px;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0.3em;
  font-style: normal;
  font-weight: normal;
}

.rn-load-inc {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 39px 0;
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: normal;
  color: #494949;
}

@media (max-width: 991px) {
  .rn-load-inc {
    display: none;
  }
}

.rn-vid {
  background: url("../media/videbg.png") no-repeat;
  background-size: cover;
  position: relative;
}

.rn-vid:before {
  z-index: 3;
}

.rn-vid .fp-slides {
  z-index: 4;
}

.rn-vidsec {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.rn-vidsec iframe {
  width: 100%;
  height: 100%;
}

.rn-vid .rn-flex {
  z-index: 4;
  position: relative;
}

.rn-vidtitle, .rn-vidtext {
  color: #ffffff;
}

.rn-vidtitle {
  font-size: 66px;
  line-height: 94px;
  margin-bottom: 36px;
  font-style: normal;
  font-weight: normal;
  font-family: "Julius Sans One";
}

@media (max-width: 991px) {
  .rn-vidtitle {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 40px;
  }
}

.rn-vidtext {
  font-size: 28px;
  line-height: 34px;
  width: 100%;
  max-width: 900px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;;
}

@media (max-width: 991px) {
  .rn-vidtext {
    font-size: 18px;
    line-height: 22px;
    padding: 0 40px;
  }
}

.rn-vid .rn-scroll {
  position: absolute;
  top: initial;
  bottom: 87px;
  left: 0;
  right: 0;
}

.rn-vid .rn-scroll-icon {
  border-color: rgba(255, 255, 255, 0.5);
}

.rn-vid .rn-scroll-icon:after {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .rn-vid .rn-scroll {
    display: none;
  }
}

.rn-vid .slide {
  height: 100%;
}

@media (max-width: 991px) {
  .rn-vid {
    background-position: center;
  }
}

.rn-skip {
  position: absolute;
  top: initial;
  bottom: 62px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.rn-skip a {
  color: #4A4A4A;
  text-decoration: underline;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
      font-family: 'Montserrat', sans-serif;
}

.rn-textlist li {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-decoration: line-through;
  color: #AFAFAF;
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
}

.rn-textlist li:before {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../media/tick.png") no-repeat;
  opacity: 0;
      font-family: 'Montserrat', sans-serif;
}

.rn-textlist li.active {
  color: #727272;
  text-decoration: none;
}

.rn-textlist li.active:before {
  opacity: 1;
}

.rn-textlist li:last-child {
  margin-bottom: 0;
}

.rn-phone {
  width: auto;
  filter: drop-shadow(0 0 100px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 100px rgba(0, 0, 0, 0.15));
  opacity: 0;
  z-index: 98;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  /* @include device-below-sm(){
      left: calc(0% - 60px);
    } */
}

/* .rn-phone:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 19px;
  width: calc(100% - 40px);
  height: calc(100% - 38px);
  background: url(../media/matching-ss.png) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}*/

.rn-phone-fullimg {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .rn-phone-fullimg {
    display: none;
  }
}

.rn-phone-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px 28px;
}

.rn-phone-text img {
  margin-top: 20px;
}

.rn-phone-text a {
  font-size: 14px;
  line-height: 32px;
  text-decoration: underline;
  color: #000000;
  font-weight: 500;
}

.rn-phone-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: block;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#9989FF), to(#19ABFF));
  background-image: linear-gradient(to right, #9989FF 0%, #19ABFF 100%);
  -webkit-animation-name: backgroundWave;
          animation-name: backgroundWave;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.rn-phone-para {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: #5B5B5B;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
      font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.rn-phone-para b {
  display: block;
  font-size: 24px;
      font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: #000000;
}

.rn-phone-mission {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}

.rn-phone-match {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.rn-eod {
  background: url("../media/eodbg.png") no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.rn-eod .rn-flex {
  position: relative;
  z-index: 2;
}

.rn-eod-headline {
  font-size: 22px;
  line-height: 27px;
  color: #969696;
  margin-top: 39px;
  font-weight: normal;
 font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.3em;
}

@media (max-width: 991px) {
  .rn-eod-headline {
    font-size: 14px;
    line-height: 17px;
  }
}

.rn-eod-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 47px;
  margin-top: 22px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
  .rn-eod-title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-top: 14px;
  }
}

.rn-eod-ndscon {
  width: 100%;
  padding-left: 0;
  margin: auto;
}

.rn-eod-ndstext {
  margin-right: 120px;
}

.rn-eod-nds-subtitle {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.3em;
  color: #969696;
  font-weight: normal;
      font-family: 'Montserrat', sans-serif;
}

.rn-eod-nds-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-top: 25px;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 25px;
      font-family: 'Montserrat', sans-serif;
}

.rn-eod-nds-title:after {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  right: initial;
  content: "";
  width: 76px;
  height: 3px;
  background: linear-gradient(160.88deg, #9989FF 1.51%, #19ABFF 100%);
  display: block;
}

.rn-eod-nds-para {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #6D6D6D;
  margin-bottom: 25px;
      font-family: 'Montserrat', sans-serif;
}

.rn-eod-heart {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.rn-eod-heartcon {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: 100%;
  position: relative;
}

.rn-eod-heart-img {
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rn-eod-heart-img._1 {
  -webkit-animation: heartsone 4s infinite;
  animation: heartsone 4s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes heartsone {
  0% {
    bottom: 311px;
    left: 223px;
  }
  50% {
    bottom: 291px;
    left: 200px;
  }
  100% {
    bottom: 311px;
    left: 223px;
  }
}

@keyframes heartsone {
  0% {
    bottom: 311px;
    left: 223px;
  }
  50% {
    bottom: 291px;
    left: 200px;
  }
  100% {
    bottom: 311px;
    left: 223px;
  }
}

.rn-eod-heart-img._2 {
  -webkit-animation: heartstwo 4s infinite;
  animation: heartstwo 4s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes heartstwo {
  0% {
    top: 270px;
    left: 441px;
  }
  50% {
    top: 240px;
    left: 411px;
  }
  100% {
    top: 270px;
    left: 441px;
  }
}

@keyframes heartstwo {
  0% {
    top: 270px;
    left: 441px;
  }
  50% {
    top: 240px;
    left: 411px;
  }
  100% {
    top: 270px;
    left: 441px;
  }
}

.rn-eod-heart-img._3 {
  -webkit-animation: heartsthree 4s infinite;
  animation: heartsthree 4s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes heartsthree {
  0% {
    top: 261px;
    right: 269px;
  }
  50% {
    top: 231px;
    right: 239px;
  }
  100% {
    top: 261px;
    right: 269px;
  }
}

@keyframes heartsthree {
  0% {
    top: 261px;
    right: 269px;
  }
  50% {
    top: 231px;
    right: 239px;
  }
  100% {
    top: 261px;
    right: 269px;
  }
}

.rn-eod-heart-img._4 {
  -webkit-animation: heartsfour 4s infinite;
  animation: heartsfour 4s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes heartsfour {
  0% {
    bottom: 209px;
    right: 36px;
  }
  50% {
    bottom: 179px;
    right: 16px;
  }
  100% {
    bottom: 209px;
    right: 36px;
  }
}

@keyframes heartsfour {
  0% {
    bottom: 209px;
    right: 36px;
  }
  50% {
    bottom: 179px;
    right: 16px;
  }
  100% {
    bottom: 209px;
    right: 36px;
  }
}

@media (max-width: 991px) {
  .rn-eod .rn-skip, .rn-eod .rn-scroll {
    display: none;
  }
}

.rn-rel {
  background: -webkit-gradient(linear, left top, right top, from(#ADDFE6), to(#7BCDD9));
  background: linear-gradient(to right, #ADDFE6 0%, #7BCDD9 100%);
}

.rn-relcon {
  width: 100%;
  max-width: 1350px;
  margin: auto;
}

.rn-rel-text {
  width: 427px;
  margin-left: 130px;
}

.rn-relanim {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 590px;
}

.rn-relanim .relanim {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-relanim .relanim-bg {
  position: absolute;
  top: calc(50% - 295px);
  bottom: initial;
  left: calc(50% - 287px);
  right: initial;
  z-index: 1;
}

.rn-relanim .relanim-girl {
  position: absolute;
  top: 70px;
  bottom: initial;
  left: 180px;
  right: initial;
  z-index: 3;
  -webkit-animation: relgirl 5s infinite;
  animation: relgirl 5s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes relgirl {
  0% {
    top: 10px;
    opacity: 0.5;
  }
  50% {
    top: 70px;
    opacity: 1;
  }
  100% {
    top: 10px;
    opacity: 0.5;
  }
}

@keyframes relgirl {
  0% {
    top: 10px;
    opacity: 0.5;
  }
  50% {
    top: 70px;
    opacity: 1;
  }
  100% {
    top: 10px;
    opacity: 0.5;
  }
}

.rn-relanim .relanim-man {
  position: absolute;
  top: initial;
  bottom: 135px;
  left: initial;
  right: 160px;
  z-index: 2;
  -webkit-animation: relman 5s infinite;
  animation: relman 5s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes relman {
  0% {
    bottom: 20px;
    opacity: 0.5;
  }
  50% {
    bottom: 135px;
    opacity: 1;
  }
  100% {
    bottom: 20px;
    opacity: 0.5;
  }
}

@keyframes relman {
  0% {
    bottom: 20px;
    opacity: 0.5;
  }
  50% {
    bottom: 135px;
    opacity: 1;
  }
  100% {
    bottom: 20px;
    opacity: 0.5;
  }
}

.rn-relanim .relanim-cloud._1 {
  position: absolute;
  top: -70px;
  bottom: initial;
  left: initial;
  right: 15px;
}

.rn-relanim .relanim-cloud._2 {
  position: absolute;
  top: -60px;
  bottom: initial;
  left: -35px;
  right: initial;
}

.rn-relanim .relanim-cloud._3 {
  position: absolute;
  top: initial;
  bottom: -70px;
  left: 170px;
  right: initial;
}

.rn-relanim .relanim-cloud._4 {
  position: absolute;
  top: initial;
  bottom: 0;
  left: initial;
  right: -40px;
}

.rn-relanim .relanim-heart._1 {
  position: absolute;
  top: -70px;
  bottom: initial;
  left: initial;
  right: 15px;
}

.rn-relanim .relanim-heart._2 {
  position: absolute;
  top: -70px;
  bottom: initial;
  left: initial;
  right: 15px;
}

.rn-relanim .relanim-heart._3 {
  position: absolute;
  top: -70px;
  bottom: initial;
  left: initial;
  right: 15px;
}

.rn-relanim .relanim-heart._4 {
  position: absolute;
  top: -70px;
  bottom: initial;
  left: initial;
  right: 15px;
}

.rn-relanim .relanim-heart._5 {
  position: absolute;
  top: -70px;
  bottom: initial;
  left: initial;
  right: 15px;
}

.rn-relanim .relanim-heart._6 {
  position: absolute;
  top: calc(50% - 55px);
  bottom: initial;
  left: calc(50% - 75px);
  right: initial;
}

.rn-mission {
  background: URL("../media/missionbotom.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.rn-mission-img {
  width: 100%;
  max-width: 1414px;
  margin: auto;
  height: 68vh;
  background: url("../media/mission.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .rn-mission-img {
    height: 100%;
    background-position: top center;
  }
}

.rn-mission .rn-phone {
  bottom: -275px;
}

.rn-mission-line {
  position: absolute;
  top: initial;
  bottom: 110px;
  left: initial;
  right: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rn-mission-line img {
  width: 1400px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .rn-mission {
    height: 100%;
  }
}

.rn-match {
  background: URL("../media/matchtop.png") no-repeat;
  background-size: contain;
  background-position: top center;
}

.rn-matchcon {
  padding-top: 0px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 991px) {
  .rn-matchcon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.rn-matchcon.fluid {
  max-width: 100%;
  /* > div:first-child {
          padding-left: 5%;
        } */
}

.rn-match .rn-column {
  padding: 25px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.rn-match .rn-column.lg {
  -ms-flex: 0 0 55%;
  -webkit-box-flex: 0;
          flex: 0 0 55%;
  max-width: 55%;
}

.rn-match .rn-column.sm {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  max-width: 40%;
}

.rn-match .rn-column.auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.rn-match .rn-column.half {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

body .rm-slide2image .right-slide-phone1 {
  left: 0;
}

@media (max-width: 991px) {
  .rn-match-text {
    width: 100%;
    padding: 24px;
  }
}

.rn-match-subtitle {
  font-size: 22px;
  line-height: 27px;
  color: #969696;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .rn-match-subtitle {
    margin-bottom: 15px;
  }
}

.rn-match-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 47px;
  font-family:  'Montserrat', sans-serif;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .rn-match-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.rn-match-para {
  font-size: 20px;
  line-height: 28px;
  color: #3A3A3A;
  margin-bottom: 25px;
  font-weight: normal;
      font-family: 'Montserrat', sans-serif;
  max-width: 510px;
}

@media (max-width: 991px) {
  .rn-match-para {
    margin-top: 8px;
    margin-bottom: 30px;
  }
}

.rn-match-img2 {
  /* @include device-below-sm(){
          transform: none;
          left: 50&;
          text-align: right;
          margin-left: auto;
          width: 50%;
          padding-right: 30px;
          img{
            width: 100%;
          }
        } */
}

.rn-match-img2 img {
  display: block;
  width: 380px;
}

.rn-match-btn {
  margin-top: 20px;
}

.rn-btn {
  background: linear-gradient(98.74deg, #9989FF 1.51%, #19ABFF 100%);
  border-radius: 100px;
  height: 51px;
  line-height: 51px;
  padding: 0 22px;
  text-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  max-width: 69px;
  cursor: pointer;
}

.rn-btn.white-alt {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  max-width: initial;
  min-width: 133px;
}

.rn-btn.white-alt:hover {
  background: #ffffff;
  color: #000000;
}

.rn-scroll {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}

.rn-scroll-text {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
      font-family: 'Montserrat', sans-serif;
}

.rn-scroll-icon {
  position: relative;
  height: 40px;
  width: 28px;
  margin: 0 auto 22px;
  border: 2px solid #8D8D8D;
  display: block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-scroll-icon:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: initial;
  left: calc(50% - 1px);
  right: initial;
  width: 2px;
  height: 7px;
  background: #8D8D8D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation: move 1s 5;
  animation: move 1s 5;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes move {
  0% {
    top: 5px;
  }
  100% {
    top: 25px;
  }
}

@keyframes move {
  0% {
    top: 5px;
  }
  100% {
    top: 25px;
  }
}

.rn-testi-titles {
  width: calc(100% - 952px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 476px;
  right: 0;
  height: 100%;
  z-index: 2;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 25px;
}

.rn-testi-titles-name {
  font-size: 48px;
  line-height: 52px;
  font-family: "Julius Sans One";
  background: -webkit-gradient(linear, left top, right top, from(#9989FF), to(#19ABFF));
  background: linear-gradient(to right, #9989FF 0%, #19ABFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.rn-testi-titles-sub {
  line-height: 41px;
  font-size: 38px;
  font-weight: normal;
  line-height: 47px;
  font-family: "Libre Baskerville";
}

.rn-testi-titles .separate {
  background: linear-gradient(160.88deg, #9989FF 1.51%, #19ABFF 100%);
  max-width: 76px;
  border: 0;
  height: 3px;
  margin: 53px auto;
}

.rn-testi-titles-para {
  font-size: 20px;
  line-height: 28px;
      font-family: 'Montserrat', sans-serif;
  color: #3A3A3A;
}

.rn-testi-titles-para em {
      font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.rn-testicon {
  width: 100%;
  max-width: 1380px;
  margin: auto;
  padding-top: 110px;
}

.rn-testi-boxes {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (max-width: 991px) {
  .rn-testi-boxes {
    display: none;
  }
}

.rn-testi-boxes .separate {
  width: 100%;
}

.rn-testi-box {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  margin: 0 10px 10px 0;
  width: 213px;
}

.rn-testi-box img {
  display: block;
  width: 100%;
}

.rn-testi-box._3, .rn-testi-box._7 {
  margin-left: auto;
}

.rn-testi-box._4, .rn-testi-box._8 {
  margin-right: 0;
}

.rn-testi-box._5, .rn-testi-box._6, .rn-testi-box._7, .rn-testi-box._8 {
  margin-bottom: 0;
}

.rn-testi-text {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  text-align: center;
  padding: 11px;
}

.rn-testi-name {
  display: block;
  font-size: 15px;
      font-family: 'Montserrat', sans-serif;
}

.rn-testi-info {
  font-size: 11px;
      font-family: 'Montserrat', sans-serif;
}

.rn-testi-view {
  width: 100%;
  padding: 0 223px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}

.rn-testi-viewclose {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}

.rn-testi-viewbox {
  position: relative;
  background: #000000;
  z-index: 2;
}

.rn-testi-view .viewclose {
  position: absolute;
  top: 16px;
  bottom: initial;
  left: initial;
  right: 13px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-testi-view .viewclose:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.rn-testi-viewcon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rn-testi-viewcon .video {
  position: relative;
  height: 100%;
  width: 100%;
}

.rn-testi-viewcon .video-thumb-img {
  display: block;
  width: 100%;
}

.rn-testi-viewcon .video-thumb-icon {
  position: absolute;
  top: calc(50% - 53px);
  bottom: initial;
  left: calc(50% - 53px);
  right: initial;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-testi-viewcon .video-thumb:hover .video-thumb-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rn-testi-viewcon .textbox {
  padding: 68px 116px 16px;
  border-bottom: 1px solid #383838;
}

.rn-testi-viewcon .textbox-user {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.rn-testi-viewcon .textbox-para {
  color: #ffffff;
  margin: 46px 0 63px;
  font-size: 24px;
  line-height: 28px;
      font-family: 'Montserrat', sans-serif;
}

.rn-testi-viewfoot {
  height: 97px;
  padding: 26px;
  color: #ffffff;
}

.rn-downl {
  background: linear-gradient(98.74deg, #9989FF 1.51%, #19ABFF 100%);
}

@media (max-width: 991px) {
  .rn-downl {
    padding: 0px 15px;
  }
}

.rn-downl-con {
  width: 850px;
  margin: auto;
  margin-top: 145px;
  position: relative;
}

@media (max-width: 991px) {
  .rn-downl-con {
    width: 100%;
    margin-top: 0;
  }
}

.rn-downl-box {
  width: 100%;
  min-height: 653px;
  padding: 32px 120px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: url("../media/whiteboxbg.png") no-repeat #ffffff;
  background-position: bottom left;
}

@media (max-width: 991px) {
  .rn-downl-box {
    padding: 15px;
    min-height: unset;
    background: #fff;
  }
}

@media (max-width: 991px) {
  .rn-downl-imglogo {
    width: 150px;
  }
}

.rn-downl-title {
  font-size: 38px;
  font-weight: normal;
  line-height: 47px;
  margin-top: 35px;
  font-family: "Libre Baskerville";
}

@media (max-width: 991px) {
  .rn-downl-title {
    font-size: 22px;
    line-height: 24px;
  }
}

.rn-downl-para {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #3A3A3A;
  margin: 30px 0 50px;
}

@media (max-width: 991px) {
  .rn-downl-para {
    font-size: 16px;
    line-height: 18px;
  }
}

.rn-downl-form {
  width: 427px;
  margin: auto;
}

@media (max-width: 991px) {
  .rn-downl-form {
    display: none;
  }
}

.rn-downl-form input {
  height: 57px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  margin-bottom: 27px;
  padding: 0 40px;
  border: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}

.rn-downl-form button {
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  border: 0;
  line-height: 57px;
  height: 57px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
}

.rn-downl-aap-icon {
  display: none;
}

@media (max-width: 991px) {
  .rn-downl-aap-icon {
    margin-bottom: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rn-downl .bl-left {
  position: absolute;
  z-index: 1;
}

.rn-downl .bl-left.bl-white {
  top: -13px;
  left: -10px;
  opacity: 0;
}

.rn-downl .bl-left.bl-redheart {
  top: -13px;
  left: -10px;
}

.rn-downl .bl-left.bl-bluewhite {
  top: 86px;
  left: -125px;
}

.rn-downl .bl-left.bl-red {
  top: 160px;
  left: -36px;
  z-index: 4;
}

.rn-downl .bl-left.bl-blue {
  top: 300px;
  left: -70px;
}

.rn-downl .bl-left.bl-blueheart {
  bottom: -308px;
  left: -70px;
  opacity: 0;
  z-index: 5;
}

.rn-downl .bl-left.bl-redblue {
  z-index: 3;
  top: 500px;
  left: 0px;
}

@media (max-width: 991px) {
  .rn-downl .bl-left.bl-redblue {
    width: 99px;
    left: 51%;
    -webkit-animation: none !important;
            animation: none !important;
    top: unset;
    bottom: -33px;
    opacity: 1;
  }
}

.rn-downl .bl-left.cloud {
  z-index: 3;
  top: 50px;
  left: -80px;
  opacity: 0;
}

.rn-downl .bl-right {
  position: absolute;
  z-index: 1;
}

.rn-downl .bl-right.bl-redheart {
  top: 187px;
  right: -150px;
  z-index: 4;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
}

@media (max-width: 991px) {
  .rn-downl .bl-right.bl-redheart {
    width: 100px;
    top: 90%;
    right: 45%;
  }
}

.rn-downl .bl-right.bl-blueheart {
  top: 146px;
  right: -117px;
}

@media (max-width: 991px) {
  .rn-downl .bl-right.bl-blueheart {
    display: none;
  }
}

.rn-downl .bl-right.bl-bluelines {
  top: -61px;
  right: 45px;
}

.rn-downl .bl-right.bl-redblueline {
  right: -139px;
  top: -11px;
  z-index: 3;
}

.rn-downl .bl-right.bl-white {
  top: -48px;
  right: -73px;
}

.rn-downl .bl-right.bl-white2 {
  top: 268px;
  right: -64px;
  z-index: 4;
}

.rn-downl .bl-right.bl-blue {
  top: calc(100% - 238px);
  right: -4px;
  z-index: 5;
}

.rn-downl .bl-right.cloud {
  right: -150px;
  top: calc(100% - 132px);
  z-index: 6;
}

.rn-foot-soc {
  position: fixed;
  top: initial;
  bottom: 40px;
  left: initial;
  right: 14px;
}

.rn-foot-soclink {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-top: 9px;
  color: #919191;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rn-foot-soclink.--fb:hover {
  background: #3b5998;
}

.rn-foot-soclink.--tw:hover {
  background: #00acee;
}

.rn-foot-soclink.--ig:hover {
  background: #3f729b;
}

.rn-foot-soclink:hover {
  color: #ffffff;
}

.rn-foot-soclink:hover .fa {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media (max-width: 991px) {
  .rn-foot-soc {
    display: none;
  }
}

.rn-isec {
  height: 100vh;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rn-last-con {
  max-width: 1044px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 295px;
  padding-bottom: 65px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .rn-last-con {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .rn-last-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rn-last-title {
  font-family: "Julius Sans One";
  letter-spacing: 0.3em;
  font-size: 50px;
  line-height: 55px;
  color: #494949;
  font-weight: normal;
}

.rn-last-botm {
  margin-top: auto;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
}

.rn-last-term {
  color: #000000;
}

.rn-last-term:hover {
  text-decoration: underline;
}

.rn-last-list {
  text-align: center;
}

@media (max-width: 991px) {
  .rn-last-list {
    width: 50%;
    text-align: left;
  }
}

.rn-last-list:last-child {
  margin-left: 152px;
}

@media (max-width: 991px) {
  .rn-last-list:last-child {
    margin-left: 0;
  }
}

.rn-last-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rn-last-heading {
  color: #A3A3A3;
  font-size: 14px;
  line-height: 35px;
}

.rn-last-link {
  font-size: 14px;
  margin-top: 25px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .rn-last-link {
    margin-top: 17px;
  }
}

.rn-last-link a {
  color: #535353;
}

.rn-last-link:hover a {
  text-decoration: underline;
}

.rn-last-line {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  right: initial;
  width: 100%;
}

@media (max-width: 991px) {
  .rn-last-line {
    top: -48px;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

.rn-navi-link.active a {
  background: #C4C4C4;
}

.scroll-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.slide-navigation {
  position: fixed;
  top: 50%;
  bottom: 0;
  left: 32px;
  right: initial;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-navigation > li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.slide-navigation a {
  display: block;
  height: 11px;
  width: 11px;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-navigation a.active {
  background: #C4C4C4 !important;
}

body.no-head .rn-head {
  top: -100px;
}

body.no-nav .slide-navigation {
  opacity: 0;
}



body.fp-viewing-5 .rn-headlink, body.fp-viewing-0-0 .rn-headlink {
  color: #ffffff;
}

@media (max-width: 991px) {
  body.fp-viewing-5 .rn-headlink, body.fp-viewing-0-0 .rn-headlink {
    color: #000000;
    font-weight: bold;
    font-size: 32px;
    line-height: 80px;
    margin: 0;
    text-align: center;
        font-family: 'Montserrat', sans-serif;
  }
}

body.fp-viewing-5 .rn-head-btn, body.fp-viewing-0-0 .rn-head-btn {
  background: transparent;
}


@media (max-width: 991px) {
  body.fp-viewing-5 .rn-head-btn, body.fp-viewing-0-0 .rn-head-btn {
    display: none;
  }
}

body.fp-viewing-5 .slide-navigation a.active, body.fp-viewing-0-0 .slide-navigation a.active {
  background: #ffffff !important;
}

body.fp-viewing-0-0 .rn-menubar, body.fp-viewing-5 .rn-menubar, body.fp-viewing-2-0 .rn-menubar {
  background: #ffffff;
}

body.fp-viewing-5 .bl-left.bl-white {
  -webkit-animation: balonanim1 2s;
  animation: balonanim1 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes balonanim1 {
  0% {
    top: -13px;
    left: -10px;
    opacity: 0;
  }
  100% {
    top: -73px;
    left: 110px;
    opacity: 1;
  }
}

@keyframes balonanim1 {
  0% {
    top: -13px;
    left: -10px;
    opacity: 0;
  }
  100% {
    top: -73px;
    left: 110px;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-left.bl-white {
    display: none;
  }
}

body.fp-viewing-5 .bl-left.bl-redheart {
  -webkit-animation: balonanim2 6s;
  animation: balonanim2 6s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes balonanim2 {
  0% {
    top: -13px;
    left: -10px;
  }
  100% {
    top: -62px;
    left: -48px;
  }
}

@keyframes balonanim2 {
  0% {
    top: -13px;
    left: -10px;
  }
  100% {
    top: -62px;
    left: -48px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-left.bl-redheart {
    display: none;
  }
}

body.fp-viewing-5 .bl-left.bl-bluewhite {
  top: 86px;
  left: -125px;
  -webkit-animation: lbluwhite 2s;
  animation: lbluwhite 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lbluwhite {
  0% {
    top: 100%;
    left: -10px;
    opacity: 0;
  }
  100% {
    top: 86px;
    left: -125px;
    opacity: 1;
  }
}

@keyframes lbluwhite {
  0% {
    top: 100%;
    left: -10px;
    opacity: 0;
  }
  100% {
    top: 86px;
    left: -125px;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-left.bl-bluewhite {
    display: none;
  }
}

body.fp-viewing-5 .bl-left.bl-red {
  top: 160px;
  left: -36px;
  z-index: 4;
  -webkit-animation: lblanim3 2s;
  animation: lblanim3 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes lblanim3 {
  0% {
    top: 160px;
    left: -36px;
  }
  50% {
    top: 140px;
    left: -25px;
  }
  100% {
    top: 160px;
    left: -36px;
  }
}

@keyframes lblanim3 {
  0% {
    top: 160px;
    left: -36px;
  }
  50% {
    top: 140px;
    left: -25px;
  }
  100% {
    top: 160px;
    left: -36px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-left.bl-red {
    top: 88%;
    left: 75%;
    width: 80px;
    -webkit-animation: none;
            animation: none;
  }
}

body.fp-viewing-5 .bl-left.bl-blue {
  top: 300px;
  left: -70px;
  -webkit-animation: lblue 2s;
  animation: lblue 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lblue {
  0% {
    top: 100%;
    left: -10px;
    opacity: 0;
  }
  100% {
    top: 300px;
    left: -70px;
  }
}

@keyframes lblue {
  0% {
    top: 100%;
    left: -10px;
    opacity: 0;
  }
  100% {
    top: 300px;
    left: -70px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-left.bl-blue {
    display: none;
  }
}

body.fp-viewing-5 .bl-left.bl-blueheart {
  bottom: -308px;
  left: -70px;
  opacity: 0;
  z-index: 5;
  -webkit-animation: balonanim3 6s;
  animation: balonanim3 6s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes balonanim3 {
  0% {
    left: -70px;
  }
  100% {
    bottom: -108px;
    left: -90px;
    opacity: 1;
  }
}

@keyframes balonanim3 {
  0% {
    left: -70px;
  }
  100% {
    bottom: -108px;
    left: -90px;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-left.bl-blueheart {
    left: unset;
    right: -150px;
    opacity: 1;
    right: -97px;
    width: 140px;
    -webkit-animation: none;
            animation: none;
    bottom: -50px;
  }
}

body.fp-viewing-5 .bl-left.bl-redblue {
  z-index: 3;
  -webkit-animation: blanim5 2s;
  animation: blanim5 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blanim5 {
  0% {
    top: 500px;
    left: 0px;
  }
  100% {
    top: 541px;
    left: 50px;
  }
}

@keyframes blanim5 {
  0% {
    top: 500px;
    left: 0px;
  }
  100% {
    top: 541px;
    left: 50px;
  }
}

body.fp-viewing-5 .bl-left.cloud {
  z-index: 3;
  -webkit-animation: blcloud1 8s infinite;
  animation: blcloud1 8s infinite;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes blcloud1 {
  0% {
    top: 50px;
    left: -80px;
    opacity: 0;
  }
  50% {
    top: 157px;
    left: -180px;
    opacity: 1;
  }
  100% {
    top: 50px;
    left: -80px;
    opacity: 0;
  }
}

@keyframes blcloud1 {
  0% {
    top: 50px;
    left: -80px;
    opacity: 0;
  }
  50% {
    top: 157px;
    left: -180px;
    opacity: 1;
  }
  100% {
    top: 50px;
    left: -80px;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-left.cloud {
    display: none;
  }
}

body.fp-viewing-5 .bl-right.bl-redheart {
  -webkit-animation: rbalonanim1 6s;
  animation: rbalonanim1 6s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rbalonanim1 {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@keyframes rbalonanim1 {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-right.bl-redheart {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

body.fp-viewing-5 .bl-right.bl-blueheart {
  top: 146px;
  right: -117px;
  -webkit-animation: rblanim3 2s;
  animation: rblanim3 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes rblanim3 {
  0% {
    top: 146px;
    right: -117px;
  }
  50% {
    top: -50px;
    right: -90px;
  }
  100% {
    top: 146px;
    right: -117px;
  }
}

@keyframes rblanim3 {
  0% {
    top: 146px;
    right: -117px;
  }
  50% {
    top: -50px;
    right: -90px;
  }
  100% {
    top: 146px;
    right: -117px;
  }
}

body.fp-viewing-5 .bl-right.bl-bluelines {
  top: -61px;
  right: 45px;
  -webkit-animation: rblueline 2s;
  animation: rblueline 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes rblueline {
  0% {
    top: 500px;
    left: 0px;
  }
  100% {
    top: -61px;
    right: 45px;
  }
}

@keyframes rblueline {
  0% {
    top: 500px;
    left: 0px;
  }
  100% {
    top: -61px;
    right: 45px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-right.bl-bluelines {
    display: none;
  }
}

body.fp-viewing-5 .bl-right.bl-redblueline {
  right: -139px;
  top: -11px;
  z-index: 2;
  -webkit-animation: rredblueline 2s;
  animation: rredblueline 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes rredblueline {
  0% {
    top: 100%;
    right: -50px;
  }
  100% {
    right: -139px;
    top: -11px;
  }
}

@keyframes rredblueline {
  0% {
    top: 100%;
    right: -50px;
  }
  100% {
    right: -139px;
    top: -11px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-right.bl-redblueline {
    left: -39px;
    top: 87%;
    -webkit-animation: none;
            animation: none;
    right: unset;
    width: 130px;
  }
}

body.fp-viewing-5 .bl-right.bl-white {
  top: -48px;
  right: -73px;
  z-index: 1;
  -webkit-animation: rwhite 2s;
  animation: rwhite 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rwhite {
  0% {
    top: 100%;
    right: -50px;
  }
  100% {
    top: -48px;
    right: -73px;
  }
}

@keyframes rwhite {
  0% {
    top: 100%;
    right: -50px;
  }
  100% {
    top: -48px;
    right: -73px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-right.bl-white {
    display: none;
  }
}

body.fp-viewing-5 .bl-right.bl-white2 {
  top: 268px;
  right: -64px;
  z-index: 4;
  -webkit-animation: rwhite2 2s;
  animation: rwhite2 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rwhite2 {
  0% {
    top: 100%;
    right: 0;
  }
  100% {
    top: 268px;
    right: -64px;
  }
}

@keyframes rwhite2 {
  0% {
    top: 100%;
    right: 0;
  }
  100% {
    top: 268px;
    right: -64px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-right.bl-white2 {
    right: unset;
    top: 78%;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    left: 10%;
    width: 100px;
  }
}

body.fp-viewing-5 .bl-right.bl-blue {
  top: calc(100% - 238px);
  right: -4px;
  z-index: 5;
  -webkit-animation: rblanim2 2s;
  animation: rblanim2 2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes rblanim2 {
  0% {
    top: calc(100% - 238px);
    right: -4px;
  }
  50% {
    top: calc(100% - 180px);
    right: 0px;
  }
  100% {
    top: calc(100% - 238px);
    right: -4px;
  }
}

@keyframes rblanim2 {
  0% {
    top: calc(100% - 238px);
    right: -4px;
  }
  50% {
    top: calc(100% - 180px);
    right: 0px;
  }
  100% {
    top: calc(100% - 238px);
    right: -4px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-right.bl-blue {
    display: none;
  }
}

body.fp-viewing-5 .bl-right.cloud {
  z-index: 6;
  -webkit-animation: blcloud2 4s infinite;
  animation: blcloud2 4s infinite;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: calc(100% - 132px);
}

@-webkit-keyframes blcloud2 {
  0% {
    right: -150px;
  }
  50% {
    right: -160px;
  }
  100% {
    right: -150px;
  }
}

@keyframes blcloud2 {
  0% {
    right: -150px;
  }
  50% {
    right: -160px;
  }
  100% {
    right: -150px;
  }
}

@media (max-width: 991px) {
  body.fp-viewing-5 .bl-right.cloud {
    display: none;
  }
}

body.fp-viewing-2-0 {
  /* .rn-phone-title {
      background: linear-gradient(to right, #9989FF 0%, #19ABFF 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */
}

body.fp-viewing-2-0 .rn-mission-line {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

body.fp-viewing-2-0 .rn-phone {
  opacity: 1;
  top: calc(100% - 500px);
  /*-webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);*/
}

@media (max-width: 991px) {
  body.fp-viewing-2-0 .rn-phone {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
  }
  body.fp-viewing-2-0 .rn-phone-fullimg {
    display: none;
  }
  body.fp-viewing-2-0 .rn-phone-text {
    position: unset;
    padding: 40px 25px;
    max-width: 100%;
  }
}

body.fp-viewing-3-0 {
  /* .rn-match .rn-column.hot__fix2 {
      margin-right: -40px;
    } */
}

/*body.fp-viewing-3-0 .rn-phone {
  margin-top: 55px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 320px;
  opacity: 1;*/
  /* transform: scale(0.88)translateX(30px);
      -webkit-transform: scale(0.88)translateX(30px);
      -moz-transform: scale(0.88)translateX(30px);
      -ms-transform: scale(0.88)translateX(30px);
      -o-transform: scale(0.88)translateX(30px); */
}

body.fp-viewing-3-0 .rn-phone:after {
  opacity: 1;
  top: 15px;
}

body.fp-viewing-3-0 .rn-phone-text {
  /* .rn-phone-title,img,p{
          opacity: 0;
          transition: unset;
          -webkit-transition: unset;
          -moz-transition: unset;
          -ms-transition: unset;
          -o-transition: unset;
        } */
}

@media (max-width: 991px) {
  body.fp-viewing-3-0 .rn-phone-text {
    max-width: 75%;
    height: calc(63% + 6px);
    background-size: contain;
  }
}

body.fp-viewing-3-0 .rn-match .rn-column {
  padding: 0;
  -ms-flex: 0 0 calc(50% - 0px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 0px);
  max-width: calc(50% - 0px);
}

body.fp-viewing-3-0 .rn-match .rn-column.hot__fix1 {
  margin-left: -40px;
}

body.fp-viewing-4-0 .rn-phone {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.class {
  color: red;
}

.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 991px) {
  #fp-nav {
    display: none;
  }
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  z-index: 1;
  border: 0;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.on .t {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
  background: #000000 !important;
}

.on .m {
  opacity: 0;
}

.on .b {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
  background: #000000 !important;
}

.d-block-md {
  display: block;
}

.d-none-md {
  display: none;
}

@media (max-width: 991px) {
  .d-block-md {
    display: none;
  }
  .d-none-md {
    display: block;
  }
}

.rn-slider-mb {
  text-align: center;
  max-width: 100%;
}

.rn-slider-heading {
  font-family: Julius Sans One;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#9989FF), to(#19ABFF));
  background: linear-gradient(to right, #9989FF 0%, #19ABFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rn-slider-sub-heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}

.rn-slider-name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.rn-slider-label {
  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.rn-slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rn-slider-item {
  margin: 0;
}

.rn-slider-item img {
  width: 100%;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
}

.swiper-container-vertical .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  color: #fff;
  line-height: 28px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.body-overflow-hide {
  display: none;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  background: #fff;
}

.testimonial-mobpopup .swiper-container-v .swiper-slide-v-outer {
  padding-top: 145px;
  padding-left: 40px;
  padding-right: 40px;
}

.testimonial-mobpopup .swiper-container-v .swiper-slide-v-outer h3 {
  font-size: 24px;
  margin-top: 40px;
}

.testimonial-mobpopup .swiper-container-v .swiper-slide-v-outer .textbox-para {
  margin-top: 10px;
}

.testimonial-mobpopup .swiper-container-v .swiper-slide-v-outer .textbox-user {
  border-radius: 50px;
  margin-top: 20px;
}

.testimonial-mobpopup .swiper-container-v .swiper-slide-v-outer p {
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
}

/*shav Css*/
/*Common Classes*/
.italic {
  font-style: italic;
}

.transparent-button {
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000000;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  background: none;
  padding: 9px 40px;
  min-width: 154px;
  margin-top: 65px;
  cursor: pointer;
}

.right-slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.right-slide-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

.right-slide-img img {
  max-width: 100%;
}

.right-slide-img .main {
  position: relative;
}

.right-slide-img .sub {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.right-slide-img .shape {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*.right-slide-img._1::after {
  background-image: url("../media/slide-images/slide1-bg.png");
  left: 15%;
  width: 50%;
  height: 100%;
  background-size: contain;
  background-position: center center;
}*/

/*.right-slide-img._2::after {
  background-image: url("../media/slide-images/slide2-bg.png");
  width: 120%;
  height: 120%;
  background-size: contain;
  background-position: left;
}*/

.right-slide-img._2 .main {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.right-slide-img._2 .main__img.meter-text, .right-slide-img._2 .main__img.meter-half {
  position: absolute;
  max-width: 50%;
}

.right-slide-img._2 .main__img.meter-text {
  top: 2%;
  left: 14%;
}

.right-slide-img._2 .main__img.meter-half {
  left: 25%;
  top: 15%;
}

.right-slide-img._2 .sub__img {
  position: absolute;
}

.right-slide-img._2 .sub__img:nth-child(1) {
  top: 10%;
  left: 100%;
}

.right-slide-img._2 .sub__img:nth-child(2) {
  top: 60%;
  left: 0;
}

.right-slide-img._2 .sub__img:nth-child(3) {
  top: 90%;
  left: 85%;
}

.right-slide-img._2 .sub__img:nth-child(4) {
  top: 10%;
  left: 15%;
}

.right-slide-img._2 .sub__img:nth-child(5) {
  top: 60%;
  left: 20%;
}

/*.right-slide-img._3::after {
  background-image: url("../media/slide-images/confetti.png");
  background-size: contain;
  height: 90%;
  width: 90%;
  top: 5%;
  left: 5%;
}*/

.right-slide-img._3 .main {
  text-align: center;
}

.right-slide-img._3 .sub__element {
  position: absolute;
}

.right-slide-img._3 .sub__element:nth-child(1) {
  top: -10%;
  left: 40%;
}

.right-slide-img._3 .sub__element:nth-child(2) {
  top: 60%;
  left: -10%;
}

.right-slide-img._3 .sub__element:nth-child(3) {
  top: 90%;
  left: 50%;
}

.right-slide-img._3 .sub__element:nth-child(4) {
  top: 75%;
  left: 80%;
}

.right-slide-img._4 .sub__img {
  position: absolute;
}

.right-slide-img._4 .sub__img.users {
  top: 0%;
}
.right-slide-img._2 .anim-block.m-auto {
  margin-right: 0 !important;
}
.rn-mission-img {
  max-width: 100%;
}
body.fp-viewing-2-0 .rn-phone {
  position: absolute;
  top: auto;
  bottom: 150px;
  max-width: 1037px;
  width: 100%;
}
.fp-viewing-4-0 .rn-mission .fp-tableCell {
  vertical-align: top;
}
.fp-viewing-4-0 .rn-mission .fp-tableCell .foot-img {
  max-width: 100%;
  height: 68vh;
}

.right-slide-img._4 .sub__img.shape:nth-child(1) {
  top: 5%;
  left: 0%;
  width: 90px;
}

.right-slide-img._4 .sub__img.shape:nth-child(2) {
  top: 95%;
  left: 10%;
}

.right-slide-img._4 .sub__img.shape:nth-child(3) {
  top: -10%;
  left: 110%;
}

.right-slide-img._4 .sub__element {
  position: absolute;
}

.right-slide-img._4 .sub__element:nth-child(1) {
  top: -20%;
  left: 60%;
}

.rn-match .rn-column.lg {
    padding: 0;
}

.rm-slide5 .main__img {
    position: relative;
    right: -31px;
    top: 80px;
    width: 100%;
    object-fit: cover;
}


.right-slide-img._3::after {
    background-image: url(../media/slide-images/confetti.png);
    background-size: contain;
    height: 90%;
    width: 90%;
    top: 5%;
    left: 5%;
}

.right-slide-img._4 .sub__element:nth-child(2) {
  top: 40%;
  left: 160%;
}

.right-slide-img._4 .sub__element:nth-child(3) {
  top: 75%;
  left: -25%;
}

.right-slide-img._4 .sub__element:nth-child(4) {
  top: 105%;
  left: 60%;
}

.right-slide-img._5::after {
  background-image: url("../media/slide-images/slide5-bg.png");
  background-size: contain;
  background-position: center;
  width: 90%;
  left: 5%;
}

.right-slide-img._5 .main__img {
  width: 90%;
  margin: auto;
  display: block;
}

.right-slide-img._5 .main__img.phone-img {
  margin-top: -80px;
}

.right-slide-img._5 .main__img.answer-img {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 60%;
}

.right-slide-img._5 .sub__element {
  position: absolute;
}

.right-slide-img._5 .sub__element:nth-child(1) {
  top: 8%;
  left: 100%;
}

.right-slide-img._5 .sub__element:nth-child(2) {
  top: 60%;
  left: 120%;
}

.right-slide-img._5 .sub__element:nth-child(3) {
  top: 100%;
  left: 50%;
}

.right-slide-img._5 .sub__element:nth-child(4) {
  top: 70%;
  left: -40%;
}

.right-slide-img .right-slide-phone1 {
  position: absolute;
  left: -10%;
  top: 5%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 90%;
}

.right-slide-img .right-slide-phone2 {
  position: absolute;
  left: 10%;
  top: 10%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 90%;
}

.slide-one-line {
  position: absolute;
  top: 0;
  bottom: initial;
  left: 0;
  right: initial;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  max-width: 1100px;
  z-index: -2;
}

.slide-one-line img {
  height: 100%;
}

.slide.active .rn-match-subtitle, .slide.active .rn-match-title, .slide.active .rn-match-para {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slide.active .rn-match-subtitle {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.slide.active .rn-match-title {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.slide.active .rn-match-para {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slide.active .rn-btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slide.active .main__img {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slide.active .main__img:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slide.active .main__img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.slide.active .main__img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.slide.active .main__img:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.slide.active .main__img:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.slide.active .sub__img {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.slide.active .sub__img:nth-child(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slide.active .sub__img:nth-child(2) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.slide.active .sub__img:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slide.active .sub__img:nth-child(4) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.slide.active .sub__img:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.slide.active .sub__img:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slide.active .sub__img:nth-child(7) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.slide.active .sub__img:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slide.active .sub__img:nth-child(9) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.slide.active .sub__img:nth-child(10) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.slide.active .sub__element {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: farInLeft;
          animation-name: farInLeft;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.slide.active .sub__element:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.slide.active .sub__element:nth-child(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.slide.active .sub__element:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slide.active .sub__element:nth-child(4) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.slide.active .sub__element:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slide.active .sub__element:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.slide.active .sub__element:nth-child(7) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.slide.active .sub__element:nth-child(8) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slide.active .sub__element:nth-child(9) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.slide.active .sub__element:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slide.active .right-slide-img .right-slide-phone1 {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: appearUp;
          animation-name: appearUp;
}

.slide.active .right-slide-img .right-slide-phone2 {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: appearDown;
          animation-name: appearDown;
}

.slide.active .right-slide-img::after {
  -webkit-animation-duration: 0.5s, 1s;
  animation-duration: 0.5s, 1s;
  -webkit-animation-fill-mode: both, forwards;
  animation-fill-mode: both, forwards;
  -webkit-animation-name: zoomIn, pulse;
          animation-name: zoomIn, pulse;
  -webkit-animation-delay: 1s, 1.75s;
          animation-delay: 1s, 1.75s;
}

.slide.active .slide-one-line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

body.fp-viewing-3-1 .rn-phone {
  margin-top: 55px;
  top: 50%;
  -webkit-transform: translateX(-700%) translateY(-50%);
          transform: translateX(-700%) translateY(-50%);
}

body.fp-viewing-3-1 .rn-phone:after {
  opacity: 1;
  top: 15px;
}

.slide:not(.active) .rn-match-subtitle, .slide:not(.active) .rn-match-title, .slide:not(.active) .rn-match-para {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.slide:not(.active) .rn-btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.slide:not(.active) .main__img {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

.slide:not(.active) .main__img:nth-child(1) {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

.slide:not(.active) .sub__img {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.slide:not(.active) .sub__element {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: farOutLeft;
          animation-name: farOutLeft;
}

.slide:not(.active) .right-slide-img .right-slide-phone1, .slide:not(.active) .right-slide-img .right-slide-phone2 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slide:not(.active) .right-slide-img .right-slide-phone1 {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

.slide:not(.active) .right-slide-img .right-slide-phone2 {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.slide:not(.active) .right-slide-img::after {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.slide:not(.active) .slide-one-line {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.about-prodacker-txt{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #6D6D6D;
    width: 60%;
    text-align: center;
	margin-top: 30px;
	line-height: 1.4;
}


@media (max-width: 1200px) {
  .about-prodacker-txt{
    font-size: 20px;
    width: 60%;
  }
}
.contact-btn{
	    color: #ffffff;
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 7px;
}
.foot-img{
	  width: 100%;
  max-width: 1414px;
  margin: auto;
  height: 553px;
  background: url("../media/new-foot-section.png") no-repeat;
  background-size: cover;
	
}
.foot-top-txt{
	width: 100%;
}

.time-txt{
	font-size:36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
}
.p-txt{
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	
}
.col-1{
	background-color:#fff;
}

.foot-top-txt .foot-content {
    max-width: 1110px;
    margin: 0 auto;
    margin-top: -6%;
	display:flex;
}
.col-1 {
    background-color: #fff;
    width: 555px;
    padding: 30px 61px;
}
.col-2 {
    background:linear-gradient(92.46deg, #918CFF 21.13%, #23A9FF 102.08%);
    width: 555px;
    padding: 30px;
	color: #fff;
}
.pr-footer {
	background: #1F1F1F;
	padding: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
  z-index: 99;
}
.pr-footer a {
	color: #fff;
}
.pr-footer a:hover {
	color: #fff;
  text-decoration: underline;
}
.pr-footer p {
	color: #fff;
}
.fp-viewing-1-0 .logopath-black, .fp-viewing-2-0 .logopath-black, .fp-viewing-3-0 .logopath-black, .fp-viewing-3-1 .logopath-black, .fp-viewing-3-2 .logopath-black, .fp-viewing-3-3 .logopath-black, .fp-viewing-3-4 .logopath-black, .fp-viewing-3-5 .logopath-black, .fp-viewing-4-0 .logopath-black, .fp-viewing-5 .logopath-black {
    fill: #333;
}
.fp-viewing-1-0 .logopath-blackstroke, .fp-viewing-3-0 .logopath-blackstroke, .fp-viewing-3-1 .logopath-blackstroke, .fp-viewing-3-2 .logopath-blackstroke, .fp-viewing-3-3 .logopath-blackstroke, .fp-viewing-3-4 .logopath-blackstroke, .fp-viewing-3-5 .logopath-blackstroke, .fp-viewing-5 .logopath-blackstroke{
	stroke: #333;
}
.rn-load .rn-load-text {
    font-size: 44px;
    font-weight: 600;
}
.fp-viewing-2-0 .rn-mission .fp-slide.fp-table .fp-tableCell {
  vertical-align: top;
}

.time-vedctorsvg {
  position: absolute;
  right: 0;
}
.rn-mission-line img {
  width: 100%;
}
.rn-mission-line {
  width: 100%;
}
.time-vedctorimage .main__img.phone {
  position: relative;
  z-index: 1;
}
.right-slide-img._2 .main {
  width: 100%;
}
.em-vector {
  position: absolute;
  right: 0;
  width: 400px;
  height: 400px;
}
.em-main-image .main__img.phone {
  position: relative;
  z-index: 1;
}
.fp-controlArrow.fp-next {
  display: none;
}
.rn-head-btn .contact-btn {
  color: #fff;
  background: transparent;
  padding: 10px 28px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: inline-block;
  min-width: 0;
  height: auto;
  font-weight: 500;
}
.pr-contactmodal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	transition: 0.5s ease;
	display: none;
}
.pr-contactmodaltoggle {
	display: flex;
}
.pr-contactmodalinner {
	max-width: 800px;
	height: auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
	position: relative;
}
.pr-contactmodalinnerheader {
	background: linear-gradient(98.74deg, #9989FF 1.51%, #19ABFF 100%);
	text-align: center;
	padding: 15px;
	border-radius: 4px 4px 0px 0px;
}
.pr-contactmodalinnerheader h2 {
	color: #fff;
	margin: 0;
	font-size: 35px;
}
.pr-contactmodalinnerbody {
	padding: 15px 15px;
}
.pr-contact-modal-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.pr-contact-modal-column {
	width: 50%;
	padding: 0 15px;
}
.pr-contact-modal-column .form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
	margin-bottom: 28px;
}
.pr-contact-modal-columnfull {
	width: 100%;
}
.pr-contact-modal-column textarea.form-control {
    height: 150px;
    resize: none;
}
.pr-contact-modal-column .btn {
    background: linear-gradient(98.74deg, #9989FF 1.51%, #19ABFF 100%);
    border: none;
    color: #fff;
    border-radius: 40px;
    padding: 15px 48px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.pr-contact-modal-close {
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rn-match-textcenter .rn-match-text {
    padding-left: 0;
}
.right-slide-img._2::after {
    background-image: url(../media/slide-images/slide2-bg.png);
    width: 120%;
    height: 120%;
    background-size: contain;
    background-position: left;
    left: 19%;
}
.rm-shape1 {
    position: absolute;
    top: 4%;
}
.rm-shape2 {
    position: absolute;
    top: 40%;
}
.rm-shape3 {
    position: absolute;
    right: 80px;
    top: 20%;
}
.rm-shape4 {
    position: absolute;
    top: 60%;
    right: 80px;
}
.rn-eod-heart-img._3.slide1arrow2{
    top: 20% !important;
}
.rn-eod-heart-img._1.slide1arrow1 {
    top: 35% !important;
}
.slide-one-line.slide-one-line1 {
    top: 8%;
    left: -28px;
}
@media (max-width: 1600px) {
	  .rn-eod-headline {
		margin-top: 15px;
	  }
	  .rn-eod-title {
		margin-top: 15px;
	  }
	  .about-prodacker-txt {
		font-size: 17px;
		margin-top: 15px;
	  }
	  .foot-img {
		height: 350px;
	  }
	  .foot-top-txt .foot-content {
		  margin-top: -8%;
	  }
	  body.fp-viewing-2-0 .rn-phone {
		 bottom: 0;
	  }
	  .rn-mission-img {
		  height: 80vh;
	  }
	  .rn-phone-fullimg {
		width: 100%;
		max-height: 550px;
	 }
	 .slide-one-line {
		top: 80px;
	 }
}
@media (max-width: 1200px) {
  .foot-top-txt .foot-content{
    max-width: 1050px;
  }
}
@media (max-width: 992px) {
	.fp-viewing-3-0 .rn-match .rn-column {
		padding: 0;
		-ms-flex: 0 0 calc(50% - 160px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 160px);
		max-width: calc(50% + 60px) !important;
	}
	.right-slide-img {
		width: 57%;
		height: 100%;
		position: relative;
		margin: 0 auto;
	}

	.rn-matchcon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
     flex-direction: reverse;

}

.fp-viewing-1-0 .contact-btn, .fp-viewing-2-0 .contact-btn, .fp-viewing-3-0 .contact-btn, .fp-viewing-3-1 .contact-btn, .fp-viewing-3-2 .contact-btn, .fp-viewing-3-3 .contact-btn, .fp-viewing-3-4 .contact-btn, .fp-viewing-3-5 .contact-btn {
    border: 1px solid #000;
    color: #000;
}
.rn-eod-nds-title{
	    margin-top: 15px;
		padding-bottom: 23px;
	
}
body.fp-viewing-5 .rn-head-btntext {
    color: #000;
    border: 1px solid #000;
}
 .fp-viewing-5 .contact-btn{
border: 1px solid #000;
    color: #000;	 
 }
/*# sourceMappingURL=theme.css.map */
}
.rn-match .rn-match-textcenter {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.rn-eod-heart2 {
  top: 40%;
  left: -170px;
}
.rn-eod-heart2 .rn-eod-heartcon {
  height: 40%;
}
.rn-eod-heart-img._3.slide1arrow2 {
  top: -100% !important;
}
.fp-slide.fp-table {
  padding-top: 80px;
}
.fp-viewing-2-0 .fp-slide.fp-table, .fp-viewing-1-0 .fp-slide.fp-table, .fp-viewing-0-0 .fp-slide.fp-table, .fp-viewing-4-0 .fp-slide.fp-table, .fp-viewing-5-0 .fp-slide.fp-table {
  padding: 0;
}
.rm-circle .shape-circle.lg {
  left: 42%;
  top: -40px;
  width: 80px;
  height: 80px;
}
.rm-circle .shape-circle.xl {
  top: 66% !important;
  left: 42%;
  width: 80px;
  height: 80px;
}
.fp-viewing-3-3 .main .main__img {
  position: relative;
  z-index: 1;
}
.rm-slide5 .main__img {
  top: 0;
}
.right-slide-img .right-slide-phone1 {
  left: 0;
}
.pr-mobile-services-section {
  background: #fff;
  padding: 80px 0px;
}
.pr-mobile-services-image {
  max-width: 100%;
}
.pr-mobile-services-sectioncontainer {
   max-width: 1200px;
   padding: 0 15px;
}
.pr-mobile-services-row {
  display: flex;
  flex-wrap: wrap;
}
.pr-mobile-services-column {
  max-width: 50%;
  padding: 0 15px;
}

@media screen and (min-width: 1199px) {
  .pr-formobilesection {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .rn-eod-heart-img._3.slide1arrow2 {
    top: -122% !important;
  }
  .rm-slide5 .main__img {
    max-height: 514px;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
    body {
      overflow-x: hidden;
      overflow-y: auto;
    }
    .rn-load, .rn-vid .rn-scroll-icon, .rn-eod-heart, .rn-mission-line, .rn-phone, .rn-misson3, #section4 {
       display: none;
    }
    .rn-vid .slide {
      height: auto;
    }
    .rn-sec {
      height: auto;
      padding: 80px 0px;
     }
     .rn-sec.section1 {
        padding: 80px 0px 150px;
     }
     section#section6 {
      padding: 0;
    }
    .rn-eod-ndscon {
      width: 100%;
      padding: 0 15px;
      margin: auto;
    }
}
@media screen and (max-width: 991px) {
		.rn-headcon {
		display: flex;
		background: none;
		position: static;
		height: auto;
	}
	.rn-head-nav {
		display: none;
	}
	.rn-head-mobile-bottom {
		display: none;
	}
	.pr-contactmodalinner {
		width: 88%;
	}
}
@media (max-width: 767px) {
	  .rn-load .rn-load-text, .rn-vidtitle {
		font-size: 28px;
		line-height: 35px;
	  }
	  .about-prodacker-txt {
			font-size: 17px;
			margin-top: 15px;
			width: 95%;
	  }
	  .rn-mission-line img {
			display: none;
	  }
	  .rn-matchcon {
		display: block;
	  }
	  .mobile-none {
		display: none !important;
	  }
	  body.fp-viewing-3-0 .rn-match .rn-column {
		padding: 0 !important;
		width: 100% !important;
		margin: 0 !important;
		max-width: 100% !important;
	 }
	 .fp-controlArrow.fp-prev {
		display: none;
	 }
	 .fp-viewing-4-0 .foot-img {
		display: none;
	 } 
	 .foot-top-txt .foot-content {
		flex-direction: column;
		margin: 0;
	 }
	 .foot-top-txt .foot-content .col-1, .foot-top-txt .foot-content .col-2 {
		padding: 15px;
		width: 100%;
	}
	.rn-eod-ndscon {
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	.rn-eod-ndstext {
		margin-right: 0;
	}
	.rn-anim {
		height: 130px;
		width: 130px;
	}
	.rn-anim .rn-anim-layer._1, .rn-anim .rn-anim-layer._2, .rn-anim .rn-anim-layer._3 {
		max-height: 130px;
	}
	.rn-anim-logo {
		max-width: 80px;
		left: 33%;
	}
  .rn-sec.section1 {
    padding: 80px 0px 80px;
  }
  .rn-sec {
    padding: 40px 0px;
  }
  .rn-head {
    position: static;
  }
  .rn-head-logo .logopath-blackstroke {
    stroke: #333;
  }
  .rn-head-logo .logopath-black {
    fill: #333;
  }
  .rn-eod-ndscon {
    padding-bottom: 40px;
  } 
  .pr-mobile-services-column {
    max-width: 100%;
    padding: 15px 15px;
  } 
  .pr-mobile-services-section {
    padding: 0;
  }
  .pr-footer {
    position: static;
  } 
  .time-txt, .rn-eod-nds-title {
    font-size: 26px;
  }   
}
.rn-eod-logo {
  margin: 20px 0px;
}
/* .fp-viewing-0-0 .rn-head-logo svg path{
  fill: red;
} */
.rn-head-btn .reachus-btn{
  color: #ffffff;
  background-color: linear-gradient(98.74deg, #9989FF 1.51%, #19ABFF 100%);
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 18px;
}
.relative {
  position: relative;
}
.section1 h2::after {
  background: linear-gradient(98.74deg, #9989FF 1.51%, #19ABFF 100%);
  width: 93px;
  height: 5px;
  border-radius: 5px;
  margin: 20px 0 0 0;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  bottom: -13px;
}
.foot-content .col-2 {
  width: 100%;
  padding: 4rem;
}
.foot-content .time-txt, .foot-content .p-txt {
  font-weight: 600;
}
.foot-content .p-txt {
  font-size: 18px;
  max-width: 600px;
}
.rn-head-btn .requestdemo-btn {
  background: #fff;
  color: #6D6D6D;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 69px;
  min-width: 302px;
  color: #6d6d6d;
  padding: 1.3rem 4.5rem;
  font-weight: 600;
  font-size: 18px;
  margin-top: 28px;
}
.owl-carousel-outer {
  text-align: center;
  padding: 0 4rem;
}
.owl-carousel .item {
  background: #F9F9F9;
}
.testimonial-img {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: auto;
}
.owl-carousel-outer h2::after {
  display: none;
}
.rn-load-logo svg path {
  fill: #19ABFF ;
}
.owl-nav {
  display: none;
}
.business-serve {
  background-color: #F9F9F9;
  padding: 2rem 4rem;
  text-align: center;
  position: relative;
}
.business-serve h2:after {
  left: 0;
  right: 0;
  margin: auto;
}
.business-serve ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 900px;
  margin: auto;
  flex-wrap: wrap;
}
.business-serve ul li {
  width: 22%;
  list-style-type: none;
  background: #fff;
  margin: 1.5%;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-serve ul li:hover {
box-shadow: 0px 0px 20px #ebebeb;
}
.business-serve ul li a{ 
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15% 5%;
    flex-direction: column;
}
.business-serve ul li a:hover{ 
  color: #0d6efd;
}
.business-serve p {
    margin: 15px 0px 0px;
    color: #6D6D6D;
}
.business-serve .card-text {
  margin: 0 auto;
    max-width: 360px;
    padding: 0;
    font-size: 20px;
    margin-bottom: 60px;
}
.business-serve .business-bglines {
  position: absolute;
  left: 0;
  top: -80px;
}
li {
  list-style-type: none;
}
.prodacker-helpsyou {
  display: flex;
  justify-content: space-between;
  padding: 60px 4rem 0px;
  max-width: 1400px;
  margin: 0 auto;
}
.rn-bannertitle span {
    display: block;
    font-size: 40px;
    line-height: 55px;
}
.rn-bannertitle {
    margin-bottom: 60px;
}
.prodacker-helpsyou-lt {
  display: flex;
    justify-content: center;
    flex-direction: column;
}
.prodacker-helpsyou-lt li {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
}
.prodacker-helpsyou-lt li img{
  margin-right: 5px;
  margin-top: 9px;
}
.rn-clientsection {
  text-align: center;
  width: 100%;
}
.rn-clientsection .rn-eod-nds-title:after {
	 display: none;
}
.rn-client-logo-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rn-client-logo-list li {
	list-style: none;
	border: 1px solid #ddd;
	padding: 15px 24px;
	display: flex;
	align-items: center;
}
.rn-testislider .owl-dots button span {
	width: 17px !important;
	height: 17px !important;
	border-radius: 0 !important;
	background: #e9e9e9 !important;
	opacity: 1;
}
.rn-testislider .owl-dots button.active span {
	background: linear-gradient(92.46deg, #918CFF 21.13%, #23A9FF 102.08%) !important;
}
.rn-testislider .card-textblue {
    color: #19ABFF;
    font-weight: 600;
}
.fp-viewing-3-4 .rn-match-text {
		padding-left: 55px;
}
.rn-servicesimage {
	max-width: 100%;
}
.prodacker-helpsyou-lt li {
	font-size: 18px;
}
@media screen and (min-width: 1620px) {
	   .rn-vidtitle {
			font-size: 80px;
			line-height: 110px;
		}
		.rn-bannertitle span {
			font-size: 48px;
			line-height: 60px;
		}
		.rn-eod-title, .rn-match-title, .rn-eod-nds-title {
			font-size: 44px;
			line-height: 60px;
		}
		.prodacker-helpsyou-lt li {
			font-size: 22px;
		}
}
@media screen and (min-width: 1200px) {
	.fp-viewing-1-0 .rn-head-logo .logo-text, .fp-viewing-2-0 .rn-head-logo .logo-text, .fp-viewing-2-1 .rn-head-logo .logo-text, .fp-viewing-2-2 .rn-head-logo .logo-text, .fp-viewing-2-3 .rn-head-logo .logo-text, .fp-viewing-2-4 .rn-head-logo .logo-text, .fp-viewing-2-5 .rn-head-logo .logo-text, .fp-viewing-2-6 .rn-head-logo .logo-text, .fp-viewing-2-7 .rn-head-logo .logo-text, .fp-viewing-2-8 .rn-head-logo .logo-text, .fp-viewing-3 .rn-head-logo .logo-text, .fp-viewing-4 .rn-head-logo .logo-text, .fp-viewing-5-0 .rn-head-logo .logo-text, .fp-viewing-6 .rn-head-logo .logo-text, .fp-viewing-7 .rn-head-logo .logo-text, .fp-viewing-8 .rn-head-logo .logo-text {
		fill: #000;
	}
	.fp-viewing-1-0 .rn-head-btn .contact-btn, .fp-viewing-2-0 .rn-head-btn .contact-btn, .fp-viewing-2-1 .rn-head-btn .contact-btn, .fp-viewing-2-2 .rn-head-btn .contact-btn, .fp-viewing-2-3 .rn-head-btn .contact-btn, .fp-viewing-2-4 .rn-head-btn .contact-btn, .fp-viewing-2-5 .rn-head-btn .contact-btn, .fp-viewing-3 .rn-head-btn .contact-btn, .fp-viewing-4 .rn-head-btn .contact-btn, .fp-viewing-5-0 .rn-head-btn .contact-btn, .fp-viewing-6 .rn-head-btn .contact-btn, .fp-viewing-7 .rn-head-btn .contact-btn .fp-viewing-8 .rn-head-btn .contact-btn {
		border-color: #000;
		color: #000;
	}
	#section5, #section7, #section6  {
		padding-top: 60px;
	}
}
@media screen and (max-width: 1600px) {
	.business-serve ul li a{ 
	  padding: 7% 5%;
	}
	.business-serve .card-text {
		margin-bottom: 28px;
	}
	.rn-eod-nds-title {
		padding-bottom: 20px;
	}
	.rn-mission-line {
	  bottom: 80px;
	  left: initial;
	}
	.prodacker-helpsyou-rt img {
		max-height: 480px;
	}
	.fp-viewing-3-4 .rn-match-text {
		padding-left: 55px;
	}
	.rn-servicesimage {
		max-height: 330px;
	}
	section#section2 {
		padding-top: 40px;
	}
	.rn-head-btn .reachus-btn {
		margin-top: 20px;
	}
	.rn-vid .rn-scroll {
		bottom: 40px;
	}
}
@media screen and (max-width: 1440px) {
	 .business-serve ul li a {
		padding: 4%;
	 }
	 .business-serve ul li a img {
		max-height: 28px;
	}
	.rn-head-btn .reachus-btn {
		margin-top: 15px;
	}
	.rn-head-btn .requestdemo-btn {
		margin-top: 0;
	}
	.foot-img {
		margin-top: 44px;
	}
	.foot-top-txt .foot-content {
		margin-top: -15%;
	}
}
@media screen and (max-width: 991px) {
	 .section1 .slide {
		padding: 0 15px;
		text-align: center;
	 }
	 .rn-head {
		position: static;
	 }
	 .rn-head .logo-text {
		fill: #000;
	 }
	 .rn-head-btn .contact-btn {
		border-color: #000;
		color: #000;
		margin: 0;
	}
	.rn-headcon {
		width: 100%;
	}
	.rn-head {
		padding: 15px;
	}
	.rnbusiness-section {
		background: #f5f5f5;
	}
	.prodacker-helpsyou {
		padding: 0 20px;
	}
	.business-serve {
		padding: 80px 20px;
	}
	.rn-head-btn .requestdemo-btn {
		margin-top: 20px;
		min-height: 0;
        padding: 15px;
	}
	.rn-clientsection {
		padding-bottom: 80px;
	}
	.rn-bannertitle span {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	  .rn-head-logo {
		min-width: inherit;
		margin-right: 15px;
	  }
	  .rn-head-logo svg {
		  max-width: 130px;
	  }
	 .rn-head-btn .contact-btn {
		padding: 8px 15px;
	 }
	 .rn-eod-logo {
		margin-bottom: 0;
	}
	.prodacker-helpsyou {
		display: block;
	}
	.business-serve ul li {
		width: calc(50% - 16px);
		margin: 0 8px 15px;
	}
	.rn-head-btn .reachus-btn {
		margin-top: 15px;
		padding: 15px;
		display: inline-block;
		height: auto;
		font-size: 16px;
	}
	.rn-eod-nds-title {
		font-size: 28px;
		line-height: 35px;
	}
	.rn-eod .owl-carousel-outer {
		padding: 0 20px;
	}
	.rn-client-logo-list {
		padding: 0;
	}
	.rn-client-logo-list li {
		width: calc(50% - 16px);
		padding: 15px;
		margin: 0 8px 15px;
	}
	.rn-client-logo-list li .rn-client-logo-image {
		max-width: 100%;
		padding: 0px;
	}
	.rn-clientsection {
		padding-bottom: 0;
	}
	.pr-mobile-services-section:nth-child(odd) {
		background: #f5f5f5;
	}
	.pr-mobile-services-section {
		padding: 40px 0px;
	}
	.pr-mobile-services-column {
		max-width: 100%;
		padding: 0;
	}
	.pr-mobile-services-row .pr-mobile-services-column:nth-child(2) {
		margin-top: 15px;
	}
	#section8 {
		padding-bottom: 0;
	}
}
