@charset "UTF-8";
/*==============================
** Main Scss
==============================*/
/*====================
** Variable Scss
====================*/
/*basic color*/
/*section background color*/
/*border color*/
/*heading color*/

/*====================
** Mixins Scss
====================*/
/*====================
** Global Scss
====================*/
.slicknav_menu {
  display: none;
}

/*===============================
** Normalize/Reset Scss File
===============================*/
/*====================
** Normalize Scss
====================*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #010103;
  position: relative;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333333333;
  margin-bottom: 0.5416666666666666em;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444444444;
  margin-bottom: 0.7222222222222222em;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333333333;
  margin-bottom: 1.0833333333333333em;
}

h4 {
  font-size: 30px;
  line-height: 1.2380952380952381;
  margin-bottom: 1.2380952380952381em;
}

h5 {
  font-size: 18px;
  line-height: 1.4444444444444444;
  margin-bottom: 1.4444444444444444em;
}

h6 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1.625em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 0 0 1.625em 0;
  font-size: 13px;
  line-height: 1.5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.particles-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/*=========================
** Sections Scss File
=========================*/
/*==============================
** 	Navbar
==============================*/
.particles-box {
  position: relative;
  width: 100%;
}

.nav-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.nav-area.nav-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  background: #010103;
}

.nav-area .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.nav-area .logo {
  position: absolute;
  top: 34px;
  left: 72px;
}

.nav-area.nav-fixed .logo {
  position: unset;
  top: unset;
  left: unset;
}

.nav-area ul {
  display: none;
}

.nav-area.nav-fixed ul {
  display: unset;
}

.nav-area ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.nav-area ul li a {
  display: block;
  line-height: 1;
  padding: 60px 0;
  text-transform: uppercase;
  color: #767676;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.nav-area ul li a:before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 33px;
  height: 3px;
  background: #fff;
  content: '';
  visibility: hidden;
  opacity: 0;
  transition: .5s ease-in;
}

.nav-area ul li:hover a,
.nav-area ul li a.active {
  color: #fff;
}

.nav-area ul li:hover a:before,
.nav-area ul li a.active:before {
  visibility: visible;
  opacity: 1;
}

/*==============================
** Header Scss
==============================*/
.header-area {
  position: relative;
  width: 100%;
  height: 100vh;
}

.header-area .header-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header-area .header-bg2 {
  position: absolute;
  right: 0;
  top: 18vh;
  z-index: -1;
}

.header-area .header-bg1 img {
  opacity: 0;
  -webkit-animation: 3s linear 0s infinite normal none running water;
  -moz-animation: 3s linear 0s infinite normal none running water;
  -o-animation: 3s linear 0s infinite normal none running water;
  animation: 3s linear 0s infinite normal none running water;
}

.header-area .header-bg3 img {
  opacity: 0;
  -webkit-animation: 3s linear 1s infinite normal none running water;
  -moz-animation: 3s linear 1s infinite normal none running water;
  -o-animation: 3s linear 1s infinite normal none running water;
  animation: 3s linear 1s infinite normal none running water;
}

.header-area .header-inner {
  text-align: center;
}

.header-area .header-inner h1 {
  font-size: 240px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 36vh;
}

.header-area .header-inner p {
  margin-bottom: 0;
  margin-top: 16vh;
}

.header-area .header-inner h6 {
  font-weight: bold;
  margin-bottom: 8vh;
}

.header-area .header-inner .typed-cursor {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webkit-animation-direction: "";
  -moz-animation-direction: "";
  -o-animation-direction: "";
  animation-direction: "";
}

.cate-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cate-box ul li {
  padding: 4px;
  margin: 0;
  margin-top: 20px;
  background: linear-gradient(90deg, #FF636E, #FEC170);
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}

.cate-box ul li span {
  width: 188px;
  height: 54px;
  line-height: 56px;
  display: block;
  background: #010103;
  border-radius: 30px;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.cate-box ul li span:before {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(90deg, #FF636E, #FEC170);
  content: '';
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.cate-box ul li span:after {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(90deg, #FF636E, #FEC170);
  content: '';
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.cate-box ul li:hover span:before {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.cate-box ul li:hover span:after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.scroll-down {
  opacity: 0.5;
  margin: 66px 0;
  text-align: center;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scrollDown;
  -moz-animation-name: scrollDown;
  -o-animation-name: scrollDown;
  animation-name: scrollDown;
  -webkit-animation-direction: ease-in;
  -moz-animation-direction: ease-in;
  -o-animation-direction: ease-in;
  animation-direction: ease-in;
}


.earth-area .earth-inner {
  padding-top: 160px;
  text-align: center;
}

.earth-area .earth-inner h6 {
  text-align: center;
}

.earth-area .earth-inner p {
  text-align: center;
}

.earth-area .earth-inner .earth-img {
  font-size: 0;
  text-align: center;
  margin-top: 140px;
  position: relative;
  display: inline-block;
}

.earth-area .earth-inner .earth-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border-radius: 50%;
  overflow: hidden;
}

.earth-area .earth-inner img {
  -webkit-animation: 3s linear 0s infinite normal none running giraffe;
  -moz-animation: 3s linear 0s infinite normal none running giraffe;
  -o-animation: 3s linear 0s infinite normal none running giraffe;
  animation: 3s linear 0s infinite normal none running giraffe;
}



.problem-area .problem-inner {
  padding-top: 160px;
  padding-bottom: 0;
}

.problem-area .problem-inner h4 {
  text-align: center;
}

.problem-area .problem-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.problem-area .problem-box .item {
  padding: 4px;
  background: linear-gradient(90deg, #FF636E, #FEC170);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}

.problem-area .problem-box .top {
  height: 50%;
  overflow: hidden;
}

.problem-area .problem-box .item:hover .top {
  -webkit-animation: 3s linear 0s infinite normal none running scale;
  -moz-animation: 3s linear 0s infinite normal none running scale;
  -o-animation: 3s linear 0s infinite normal none running scale;
  animation: 3s linear 0s infinite normal none running scale;
}

.problem-area .problem-box .item:hover .title,
.problem-area .problem-box .active .title {
  background: linear-gradient(90deg, #FF636E, #FEC170);
}

.problem-area .problem-box .item-inner {
  background: #010103;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 360px;
  height: 480px;
  text-align: center;
}

.problem-area .problem-box .img {
  font-size: 0;
  margin: 40px 0;
}

.problem-area .problem-box .title {
  margin: 0 24px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 5px;
}

.problem-area .problem-box .brief {
  margin: 0 24px;
  font-size: 14px;
  text-align: left;
  line-height: 2;
}




.rule-area .rule-inner {
  padding-top: 105px;
}

.rule-area .rule-inner h4 {
  text-align: center;
}

.rule-area .rule-inner h6 {
  text-align: center;
}


/* .system-area, */
.scheme-area {
  overflow: hidden;
}

.system-area .system-inner {
  padding-top: 180px;
}

.system-area .system-inner h4 {
  text-align: center;
}

.system-area .system-inner .img {
  font-size: 0;
  text-align: center;
}

.system-area .system-img3 {
  margin-top: 50px;
  -webkit-animation: 3s linear 0s infinite normal none running systemScale;
  -moz-animation: 3s linear 0s infinite normal none running systemScale;
  -o-animation: 3s linear 0s infinite normal none running systemScale;
  animation: 3s linear 0s infinite normal none running systemScale;
}




.theme-area .theme-inner {
  padding-top: 225px;
}

.theme-area .theme-inner .img {
  font-size: 0;
  text-align: center;
}

.theme-area .theme-inner h6 {
  text-align: center;
}

.theme-area .theme-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.theme-area .theme-box .item {
  background-image: url('../img/theme-bg.png');
  background-size: 100% 100%;
  width: 270px;
  height: 340px;
  margin-top: 20px;
}

.theme-area .theme-box .title {
  margin: 0 24px;
  font-size: 20px;
  padding: 36px 0 28px 0;
  color: #FEC170;
  font-style: italic;
  text-align: center;
}

.theme-area .theme-box .brief {
  margin: 0 24px;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

.theme-area .theme-box .item:hover {
  -webkit-animation: 2s linear .2s infinite normal none running moveUp;
  -moz-animation: 2s linear .2s infinite normal none running moveUp;
  -o-animation: 2s linear .2s infinite normal none running moveUp;
  animation: 2s linear .2s infinite normal none running moveUp;
}




.process-area .process-inner {
  padding-top: 185px;
}

.process-area .process-inner .img {
  font-size: 0;
  text-align: center;
  margin-bottom: 80px;
}

.process-area .process-inner h6 {
  text-align: center;
}






.scheme-area .scheme-inner {
  padding-top: 225px;
}

.scheme-area .scheme-inner h4 {
  text-align: center;
}

.scheme-area .scheme-inner .img {
  font-size: 0;
  text-align: center;
  margin-bottom: 80px;
}

.scheme-area .scheme-inner .img img {
  -webkit-animation: 3s linear 0s infinite normal none running giraffeLeft;
  -moz-animation: 3s linear 0s infinite normal none running giraffeLeft;
  -o-animation: 3s linear 0s infinite normal none running giraffeLeft;
  animation: 3s linear 0s infinite normal none running giraffeLeft;
}

.scheme-area .scheme-inner h6 {
  text-align: center;
  font-style: italic;
}






.manage-area .manage-inner {
  padding-top: 180px;
}

.manage-area .manage-inner .img {
  font-size: 0;
  text-align: center;
  margin-bottom: 120px;
}

.manage-area .manage-inner h6 {
  text-align: left;
  font-style: italic;
}


.footer-area .logo img,
.nav-area .logo img {
  width: 78px;
}

.header-area .header-bg img {
  width: 745px;
}

.header-area .header-bg2 img {
  width: 807px;
}

.earth-area .earth-img img {
  width: 771px;
}

.problem-area .problem-box img {
  width: 80px;
}

.rule-area .scroll-down img {
  width: 100px;
}

.system-area .system-img1 img {
  width: 1150px;
}

.system-area .system-img2 img {
  width: 1100px;
}

.system-area .system-img3 img {
  width: 1200px;
}

.process-area img {
  width: 1000px;
}

.scheme-area img {
  width: 950px;
}

.manage-area img {
  width: 1000px;
}

.footer-area .share-box img {
  width: 36px;
}


/*==================
** preloader 
===================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  display: table;
}

.preloader-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader-inner .cssload-box-loading {
  width: 44px;
  height: 44px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.preloader-inner .cssload-box-loading:before {
  content: '';
  width: 44px;
  height: 4px;
  background: black;
  opacity: 0.1;
  position: absolute;
  top: 52px;
  left: 0;
  border-radius: 50%;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shadow;
  -moz-animation-name: shadow;
  -o-animation-name: shadow;
  animation-name: shadow;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}

.preloader-inner .cssload-box-loading:after {
  content: '';
  width: 44px;
  height: 44px;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: cssload-animate;
  -moz-animation-name: cssload-animate;
  -o-animation-name: cssload-animate;
  animation-name: cssload-animate;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}

@-webkit-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(8px) rotate(22.5deg);
  }

  50% {
    transform: translateY(16px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 35px;
  }

  75% {
    transform: translateY(8px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-moz-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(8px) rotate(22.5deg);
  }

  50% {
    transform: translateY(16px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 35px;
  }

  75% {
    transform: translateY(8px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-o-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(8px) rotate(22.5deg);
  }

  50% {
    transform: translateY(16px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 35px;
  }

  75% {
    transform: translateY(8px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(8px) rotate(22.5deg);
  }

  50% {
    transform: translateY(16px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 35px;
  }

  75% {
    transform: translateY(8px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@-moz-keyframes shadow {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@-o-keyframes shadow {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

/*==================
** Footer  
===================*/
.footer-area {
  margin-top: 80px;
}

.footer-inner {
  padding: 50px 0;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-inner .footer__left,
.footer-inner ul,
.share-box {
  display: flex;
  align-items: center;
}


.footer-inner ul li {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}

.footer-inner ul li a {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: #767676;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.footer-inner ul li:hover a,
.footer-inner ul li a.active {
  color: #fff;
}

.footer-inner .share-box {
  justify-content: center;
}

.footer-inner .email-box {
  margin-top: 20px;
}

.share-box a+a {
  margin-left: 30px;
}



.go-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  line-height: 40px;
  text-align: center;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  cursor: pointer;
  border: 2px solid #fff;
}

.go-top i {
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
}

.go-top:hover {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

.go-top:hover i {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

/*# sourceMappingURL=style.css.map */


/* 动画 */


@-webkit-keyframes scrollDown {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(10px);
  }

  100% {
    opacity: 0.5;
    transform: translateY(0px);
  }
}

@-moz-keyframes scrollDown {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(10px);
  }

  100% {
    opacity: 0.5;
    transform: translateY(0px);
  }
}

@-o-keyframes scrollDown {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(10px);
  }

  100% {
    opacity: 0.5;
    transform: translateY(0px);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(10px);
  }

  100% {
    opacity: 0.5;
    transform: translateY(0px);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes giraffe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20px)
  }

  100% {
    transform: translateY(0px)
  }
}

@-moz-keyframes giraffe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20px)
  }

  100% {
    transform: translateY(0px)
  }
}

@-o-keyframes giraffe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20px)
  }

  100% {
    transform: translateY(0px)
  }
}

@keyframes giraffe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20px)
  }

  100% {
    transform: translateY(0px)
  }
}

@-webkit-keyframes giraffeLeft {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-10px)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0px)
  }
}

@-moz-keyframes giraffeLeft {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-10px)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0px)
  }
}

@-o-keyframes giraffeLeft {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-10px)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0px)
  }
}

@keyframes giraffeLeft {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-10px)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0px)
  }
}


@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0px)
  }
}

@-moz-keyframes moveUp {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0px)
  }
}

@-o-keyframes moveUp {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0px)
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0px)
  }
}


@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes scale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-o-keyframes scale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}


@-webkit-keyframes systemScale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes systemScale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-o-keyframes systemScale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes systemScale {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.03, 1.03);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes water {
  0% {
    transform: rotate(0deg) scale(0.8, 0.8);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(360deg) scale(1.1, 1.1);
    opacity: 0;
  }
}

@-moz-keyframes water {
  0% {
    transform: rotate(0deg) scale(0.8, 0.8);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(360deg) scale(1.1, 1.1);
    opacity: 0;
  }
}

@-o-keyframes water {
  0% {
    transform: rotate(0deg) scale(0.8, 0.8);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(360deg) scale(1.1, 1.1);
    opacity: 0;
  }
}

@keyframes water {
  0% {
    transform: rotate(0deg) scale(0.8, 0.8);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(360deg) scale(1.1, 1.1);
    opacity: 0;
  }
}

.modal {
  color: #333;
}