
  @charset "UTF-8";





.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.hinge {

  -webkit-animation-duration: 2s;

          animation-duration: 2s;

}



@-webkit-keyframes bounce {

  0%, 20%, 53%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    -webkit-transform: translate3d(0,0,0);

            transform: translate3d(0,0,0);

  }



  40%, 43% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -webkit-transform: translate3d(0, -30px, 0);

            transform: translate3d(0, -30px, 0);

  }



  70% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -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 {

  0%, 20%, 53%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    -webkit-transform: translate3d(0,0,0);

            transform: translate3d(0,0,0);

  }



  40%, 43% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -webkit-transform: translate3d(0, -30px, 0);

            transform: translate3d(0, -30px, 0);

  }



  70% {

    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    -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;

      -ms-transform-origin: center bottom;

          transform-origin: center bottom;

}



@-webkit-keyframes flash {

  0%, 50%, 100% {

    opacity: 1;

  }



  25%, 75% {

    opacity: 0;

  }

}



@keyframes flash {

  0%, 50%, 100% {

    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 {

  0% {

    -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);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }

}



@keyframes pulse {

  0% {

    -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);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }

}



.pulse {

  -webkit-animation-name: pulse;

          animation-name: pulse;

}



@-webkit-keyframes rubberBand {

  0% {

    -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(.95, 1.05, 1);

            transform: scale3d(.95, 1.05, 1);

  }



  75% {

    -webkit-transform: scale3d(1.05, .95, 1);

            transform: scale3d(1.05, .95, 1);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }

}



@keyframes rubberBand {

  0% {

    -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(.95, 1.05, 1);

            transform: scale3d(.95, 1.05, 1);

  }



  75% {

    -webkit-transform: scale3d(1.05, .95, 1);

            transform: scale3d(1.05, .95, 1);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }

}



.rubberBand {

  -webkit-animation-name: rubberBand;

          animation-name: rubberBand;

}



@-webkit-keyframes shake {

  0%, 100% {

    -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 {

  0%, 100% {

    -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 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);

  }



  100% {

    -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);

  }



  100% {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

            transform: rotate3d(0, 0, 1, 0deg);

  }

}



.swing {

  -webkit-transform-origin: top center;

      -ms-transform-origin: top center;

          transform-origin: top center;

  -webkit-animation-name: swing;

          animation-name: swing;

}



@-webkit-keyframes tada {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }



  10%, 20% {

    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

            transform: scale3d(.9, .9, .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);

  }



  100% {

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }

}



@keyframes tada {

  0% {

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }



  10%, 20% {

    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

            transform: scale3d(.9, .9, .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);

  }



  100% {

    -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 {

  0% {

    -webkit-transform: none;

            transform: none;

  }



  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes wobble {

  0% {

    -webkit-transform: none;

            transform: none;

  }



  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



.wobble {

  -webkit-animation-name: wobble;

          animation-name: wobble;

}



@-webkit-keyframes bounceIn {

  0%, 20%, 40%, 60%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }



  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

            transform: scale3d(1.1, 1.1, 1.1);

  }



  40% {

    -webkit-transform: scale3d(.9, .9, .9);

            transform: scale3d(.9, .9, .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(.97, .97, .97);

            transform: scale3d(.97, .97, .97);

  }



  100% {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }

}



@keyframes bounceIn {

  0%, 20%, 40%, 60%, 80%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }



  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

            transform: scale3d(1.1, 1.1, 1.1);

  }



  40% {

    -webkit-transform: scale3d(.9, .9, .9);

            transform: scale3d(.9, .9, .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(.97, .97, .97);

            transform: scale3d(.97, .97, .97);

  }



  100% {

    opacity: 1;

    -webkit-transform: scale3d(1, 1, 1);

            transform: scale3d(1, 1, 1);

  }

}



.bounceIn {

  -webkit-animation-name: bounceIn;

          animation-name: bounceIn;

  -webkit-animation-duration: .75s;

          animation-duration: .75s;

}



@-webkit-keyframes bounceInDown {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes bounceInDown {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



.bounceInDown {

  -webkit-animation-name: bounceInDown;

          animation-name: bounceInDown;

}



@-webkit-keyframes bounceInLeft {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes bounceInLeft {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



.bounceInLeft {

  -webkit-animation-name: bounceInLeft;

          animation-name: bounceInLeft;

}



@-webkit-keyframes bounceInRight {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes bounceInRight {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  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);

  }



  100% {

    -webkit-transform: none;

            transform: none;

  }

}



.bounceInRight {

  -webkit-animation-name: bounceInRight;

          animation-name: bounceInRight;

}



@-webkit-keyframes bounceInUp {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    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);

  }



  100% {

    -webkit-transform: translate3d(0, 0, 0);

            transform: translate3d(0, 0, 0);

  }

}



@keyframes bounceInUp {

  0%, 60%, 75%, 90%, 100% {

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    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);

  }



  100% {

    -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(.9, .9, .9);

            transform: scale3d(.9, .9, .9);

  }



  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

            transform: scale3d(1.1, 1.1, 1.1);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }

}



@keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(.9, .9, .9);

            transform: scale3d(.9, .9, .9);

  }



  50%, 55% {

    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

            transform: scale3d(1.1, 1.1, 1.1);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }

}



.bounceOut {

  -webkit-animation-name: bounceOut;

          animation-name: bounceOut;

  -webkit-animation-duration: .75s;

          animation-duration: .75s;

}



@-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);

  }



  100% {

    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);

  }



  100% {

    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);

  }



  100% {

    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);

  }



  100% {

    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);

  }



  100% {

    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);

  }



  100% {

    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);

  }



  100% {

    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);

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

            transform: translate3d(0, -2000px, 0);

  }

}



.bounceOutUp {

  -webkit-animation-name: bounceOutUp;

          animation-name: bounceOutUp;

}



@-webkit-keyframes fadeIn {

  0% {opacity: 0;}

  100% {opacity: 1;}

}



@keyframes fadeIn {

  0% {opacity: 0;}

  100% {opacity: 1;}

}



.fadeIn {

  -webkit-animation-name: fadeIn;

          animation-name: fadeIn;

}



@-webkit-keyframes fadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInDown {

  -webkit-animation-name: fadeInDown;

          animation-name: fadeInDown;

}



@-webkit-keyframes fadeInDownBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

            transform: translate3d(0, -2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInDownBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

            transform: translate3d(0, -2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInDownBig {

  -webkit-animation-name: fadeInDownBig;

          animation-name: fadeInDownBig;

}



@-webkit-keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-20%, 0, 0);

            transform: translate3d(-20%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-20%, 0, 0);

            transform: translate3d(-20%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInLeft {

  -webkit-animation-name: fadeInLeft;

          animation-name: fadeInLeft;

}



@-webkit-keyframes fadeInLeftBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

            transform: translate3d(-2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInLeftBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

            transform: translate3d(-2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInLeftBig {

  -webkit-animation-name: fadeInLeftBig;

          animation-name: fadeInLeftBig;

}



@-webkit-keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(20%, 0, 0);

            transform: translate3d(20%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(20%, 0, 0);

            transform: translate3d(20%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInRight {

  -webkit-animation-name: fadeInRight;

          animation-name: fadeInRight;

}



@-webkit-keyframes fadeInRightBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

            transform: translate3d(2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInRightBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

            transform: translate3d(2000px, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInRightBig {

  -webkit-animation-name: fadeInRightBig;

          animation-name: fadeInRightBig;

}



@-webkit-keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 20%, 0);

            transform: translate3d(0, 20%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 20%, 0);

            transform: translate3d(0, 20%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInUp {

  -webkit-animation-name: fadeInUp;

          animation-name: fadeInUp;

}



@-webkit-keyframes fadeInUpBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

            transform: translate3d(0, 2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInUpBig {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

            transform: translate3d(0, 2000px, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.fadeInUpBig {

  -webkit-animation-name: fadeInUpBig;

          animation-name: fadeInUpBig;

}



@-webkit-keyframes fadeOut {

  0% {opacity: 1;}

  100% {opacity: 0;}

}



@keyframes fadeOut {

  0% {opacity: 1;}

  100% {opacity: 0;}

}



.fadeOut {

  -webkit-animation-name: fadeOut;

          animation-name: fadeOut;

}



@-webkit-keyframes fadeOutDown {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

            transform: translate3d(0, 100%, 0);

  }

}



@keyframes fadeOutDown {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

            transform: translate3d(0, 100%, 0);

  }

}



.fadeOutDown {

  -webkit-animation-name: fadeOutDown;

          animation-name: fadeOutDown;

}



@-webkit-keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

            transform: translate3d(0, 2000px, 0);

  }

}



@keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

            transform: translate3d(0, 2000px, 0);

  }

}



.fadeOutDownBig {

  -webkit-animation-name: fadeOutDownBig;

          animation-name: fadeOutDownBig;

}



@-webkit-keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

            transform: translate3d(-100%, 0, 0);

  }

}



@keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

            transform: translate3d(-100%, 0, 0);

  }

}



.fadeOutLeft {

  -webkit-animation-name: fadeOutLeft;

          animation-name: fadeOutLeft;

}



@-webkit-keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

            transform: translate3d(-2000px, 0, 0);

  }

}



@keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

            transform: translate3d(-2000px, 0, 0);

  }

}



.fadeOutLeftBig {

  -webkit-animation-name: fadeOutLeftBig;

          animation-name: fadeOutLeftBig;

}



@-webkit-keyframes fadeOutRight {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

            transform: translate3d(100%, 0, 0);

  }

}



@keyframes fadeOutRight {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

            transform: translate3d(100%, 0, 0);

  }

}



.fadeOutRight {

  -webkit-animation-name: fadeOutRight;

          animation-name: fadeOutRight;

}



@-webkit-keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

            transform: translate3d(2000px, 0, 0);

  }

}



@keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

            transform: translate3d(2000px, 0, 0);

  }

}



.fadeOutRightBig {

  -webkit-animation-name: fadeOutRightBig;

          animation-name: fadeOutRightBig;

}



@-webkit-keyframes fadeOutUp {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

  }

}



@keyframes fadeOutUp {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

            transform: translate3d(0, -100%, 0);

  }

}



.fadeOutUp {

  -webkit-animation-name: fadeOutUp;

          animation-name: fadeOutUp;

}



@-webkit-keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

            transform: translate3d(0, -2000px, 0);

  }

}



@keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

            transform: translate3d(0, -2000px, 0);

  }

}



.fadeOutUpBig {

  -webkit-animation-name: fadeOutUpBig;

          animation-name: fadeOutUpBig;

}



@-webkit-keyframes flip {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

            animation-timing-function: ease-out;

  }



  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

            animation-timing-function: ease-out;

  }



  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

  }



  80% {

    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);

            transform: perspective(400px) scale3d(.95, .95, .95);

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

  }



  100% {

    -webkit-transform: perspective(400px);

            transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

  }

}



@keyframes flip {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

            animation-timing-function: ease-out;

  }



  40% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

            animation-timing-function: ease-out;

  }



  50% {

    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

  }



  80% {

    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);

            transform: perspective(400px) scale3d(.95, .95, .95);

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

  }



  100% {

    -webkit-transform: perspective(400px);

            transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

  }

}



.animated.flip {

  -webkit-backface-visibility: visible;

          backface-visibility: visible;

  -webkit-animation-name: flip;

          animation-name: flip;

}



@-webkit-keyframes flipInX {

  0% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

            transition-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-transition-timing-function: ease-in;

            transition-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);

  }



  100% {

    -webkit-transform: perspective(400px);

            transform: perspective(400px);

  }

}



@keyframes flipInX {

  0% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

            transition-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-transition-timing-function: ease-in;

            transition-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);

  }



  100% {

    -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 {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

            transition-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-transition-timing-function: ease-in;

            transition-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);

  }



  100% {

    -webkit-transform: perspective(400px);

            transform: perspective(400px);

  }

}



@keyframes flipInY {

  0% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    -webkit-transition-timing-function: ease-in;

            transition-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-transition-timing-function: ease-in;

            transition-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);

  }



  100% {

    -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 {

  0% {

    -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;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}



@keyframes flipOutX {

  0% {

    -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;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}



.flipOutX {

  -webkit-animation-name: flipOutX;

          animation-name: flipOutX;

  -webkit-animation-duration: .75s;

          animation-duration: .75s;

  -webkit-backface-visibility: visible !important;

          backface-visibility: visible !important;

}



@-webkit-keyframes flipOutY {

  0% {

    -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;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;

  }

}



@keyframes flipOutY {

  0% {

    -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;

  }



  100% {

    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;

  }

}



.flipOutY {

  -webkit-backface-visibility: visible !important;

          backface-visibility: visible !important;

  -webkit-animation-name: flipOutY;

          animation-name: flipOutY;

  -webkit-animation-duration: .75s;

          animation-duration: .75s;

}



@-webkit-keyframes lightSpeedIn {

  0% {

    -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);

    opacity: 1;

  }



  100% {

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



@keyframes lightSpeedIn {

  0% {

    -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);

    opacity: 1;

  }



  100% {

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



.lightSpeedIn {

  -webkit-animation-name: lightSpeedIn;

          animation-name: lightSpeedIn;

  -webkit-animation-timing-function: ease-out;

          animation-timing-function: ease-out;

}



@-webkit-keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }



  100% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

            transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

  }

}



@keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: center;

            transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

            transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: center;

            transform-origin: center;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



@keyframes rotateIn {

  0% {

    -webkit-transform-origin: center;

            transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, -200deg);

            transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: center;

            transform-origin: center;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



.rotateIn {

  -webkit-animation-name: rotateIn;

          animation-name: rotateIn;

}



@-webkit-keyframes rotateInDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

            transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



@keyframes rotateInDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

            transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



.rotateInDownLeft {

  -webkit-animation-name: rotateInDownLeft;

          animation-name: rotateInDownLeft;

}



@-webkit-keyframes rotateInDownRight {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

            transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



@keyframes rotateInDownRight {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

            transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



.rotateInDownRight {

  -webkit-animation-name: rotateInDownRight;

          animation-name: rotateInDownRight;

}



@-webkit-keyframes rotateInUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

            transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



@keyframes rotateInUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

            transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



.rotateInUpLeft {

  -webkit-animation-name: rotateInUpLeft;

          animation-name: rotateInUpLeft;

}



@-webkit-keyframes rotateInUpRight {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

            transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



@keyframes rotateInUpRight {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: rotate3d(0, 0, 1, -90deg);

            transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;

  }



  100% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    -webkit-transform: none;

            transform: none;

    opacity: 1;

  }

}



.rotateInUpRight {

  -webkit-animation-name: rotateInUpRight;

          animation-name: rotateInUpRight;

}



@-webkit-keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

            transform-origin: center;

    opacity: 1;

  }



  100% {

    -webkit-transform-origin: center;

            transform-origin: center;

    -webkit-transform: rotate3d(0, 0, 1, 200deg);

            transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;

  }

}



@keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

            transform-origin: center;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: left bottom;

            transform-origin: left bottom;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -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 {

  0% {

    -webkit-transform-origin: right bottom;

            transform-origin: right bottom;

    opacity: 1;

  }



  100% {

    -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;

  }



  100% {

    -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;

  }



  100% {

    -webkit-transform: translate3d(0, 700px, 0);

            transform: translate3d(0, 700px, 0);

    opacity: 0;

  }

}



.hinge {

  -webkit-animation-name: hinge;

          animation-name: hinge;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@-webkit-keyframes rollIn {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes rollIn {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



.rollIn {

  -webkit-animation-name: rollIn;

          animation-name: rollIn;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@-webkit-keyframes rollOut {

  0% {

    opacity: 1;

  }



  100% {

    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 {

  0% {

    opacity: 1;

  }



  100% {

    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 {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }



  50% {

    opacity: 1;

  }

}



@keyframes zoomIn {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }



  50% {

    opacity: 1;

  }

}



.zoomIn {

  -webkit-animation-name: zoomIn;

          animation-name: zoomIn;

}



@-webkit-keyframes zoomInDown {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInDown {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInDown {

  -webkit-animation-name: zoomInDown;

          animation-name: zoomInDown;

}



@-webkit-keyframes zoomInLeft {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInLeft {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInLeft {

  -webkit-animation-name: zoomInLeft;

          animation-name: zoomInLeft;

}



@-webkit-keyframes zoomInRight {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInRight {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInRight {

  -webkit-animation-name: zoomInRight;

          animation-name: zoomInRight;

}



@-webkit-keyframes zoomInUp {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomInUp {

  0% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInUp {

  -webkit-animation-name: zoomInUp;

          animation-name: zoomInUp;

}



@-webkit-keyframes zoomOut {

  0% {

    opacity: 1;

  }



  50% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }



  100% {

    opacity: 0;

  }

}



@keyframes zoomOut {

  0% {

    opacity: 1;

  }



  50% {

    opacity: 0;

    -webkit-transform: scale3d(.3, .3, .3);

            transform: scale3d(.3, .3, .3);

  }



  100% {

    opacity: 0;

  }

}



.zoomOut {

  -webkit-animation-name: zoomOut;

          animation-name: zoomOut;

}



@-webkit-keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);

            transform: scale3d(.1, .1, .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.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomOutDown {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);

            transform: scale3d(.1, .1, .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.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomOutDown {

  -webkit-animation-name: zoomOutDown;

          animation-name: zoomOutDown;

}



@-webkit-keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);

            transform: scale(.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

            transform-origin: left center;

  }

}



@keyframes zoomOutLeft {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);

            transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);

            transform: scale(.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

            transform-origin: right center;

  }

}



@keyframes zoomOutRight {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);

            transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);

            transform: scale3d(.1, .1, .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.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



@keyframes zoomOutUp {

  40% {

    opacity: 1;

    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  100% {

    opacity: 0;

    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);

            transform: scale3d(.1, .1, .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.320, 1);

            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomOutUp {

  -webkit-animation-name: zoomOutUp;

          animation-name: zoomOutUp;

}



@-webkit-keyframes slideInDown {

  0% {

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



@keyframes slideInDown {

  0% {

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



.slideInDown {

  -webkit-animation-name: slideInDown;

          animation-name: slideInDown;

}



@-webkit-keyframes slideInLeft {

  0% {

    -webkit-transform: translateX(-100%);

            transform: translateX(-100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}



@keyframes slideInLeft {

  0% {

    -webkit-transform: translateX(-100%);

            transform: translateX(-100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}



.slideInLeft {

  -webkit-animation-name: slideInLeft;

          animation-name: slideInLeft;

}



@-webkit-keyframes slideInRight {

  0% {

    -webkit-transform: translateX(100%);

            transform: translateX(100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}



@keyframes slideInRight {

  0% {

    -webkit-transform: translateX(100%);

            transform: translateX(100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}



.slideInRight {

  -webkit-animation-name: slideInRight;

          animation-name: slideInRight;

}



@-webkit-keyframes slideInUp {

  0% {

    -webkit-transform: translateY(100%);

            transform: translateY(100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



@keyframes slideInUp {

  0% {

    -webkit-transform: translateY(100%);

            transform: translateY(100%);

    visibility: visible;

  }



  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



.slideInUp {

  -webkit-animation-name: slideInUp;

          animation-name: slideInUp;

}



@-webkit-keyframes slideOutDown {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateY(100%);

            transform: translateY(100%);

  }

}



@keyframes slideOutDown {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateY(100%);

            transform: translateY(100%);

  }

}



.slideOutDown {

  -webkit-animation-name: slideOutDown;

          animation-name: slideOutDown;

}



@-webkit-keyframes slideOutLeft {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateX(-100%);

            transform: translateX(-100%);

  }

}



@keyframes slideOutLeft {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateX(-100%);

            transform: translateX(-100%);

  }

}



.slideOutLeft {

  -webkit-animation-name: slideOutLeft;

          animation-name: slideOutLeft;

}



@-webkit-keyframes slideOutRight {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateX(100%);

            transform: translateX(100%);

  }

}



@keyframes slideOutRight {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateX(100%);

            transform: translateX(100%);

  }

}



.slideOutRight {

  -webkit-animation-name: slideOutRight;

          animation-name: slideOutRight;

}



@-webkit-keyframes slideOutUp {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%);

  }

}



@keyframes slideOutUp {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }



  100% {

    visibility: hidden;

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%);

  }

}



.slideOutUp {

  -webkit-animation-name: slideOutUp;

          animation-name: slideOutUp;

}
  @font-face {
    font-family: 'icomoon';
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "icomoon"; 
src: 
url("/font/icomoon.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon.woff") format("woff"), 
url("/font/icomoon.ttf") format("truetype"), 
url("/font/icomoon.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_seh';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_seh.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_seh.woff") format("woff"), 
url("/font/icomoon_seh.ttf") format("truetype"), 
url("/font/icomoon_seh.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_35';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon35.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon35.woff") format("woff"), 
url("/font/icomoon35.ttf") format("truetype"), 
url("/font/icomoon35.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon3';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon3.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon3.woff") format("woff"), 
url("/font/icomoon3.ttf") format("truetype"), 
url("/font/icomoon3.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon4';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon4.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon4.woff") format("woff"), 
url("/font/icomoon4.ttf") format("truetype"), 
url("/font/icomoon4.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon5';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon5.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon5.woff") format("woff"), 
url("/font/icomoon5.ttf") format("truetype"), 
url("/font/icomoon5.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon9';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_9.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_9.woff") format("woff"), 
url("/font/icomoon_9.ttf") format("truetype"), 
url("/font/icomoon_9.svg#$font") format("svg");
}
*{
    box-sizing: border-box;
}
html{
    float:left;
width:100%;
}
body{
    font-family: 'Manrope', sans-serif;
    margin:0;
overflow-x: hidden;
background:#fff;
float:left;width:100%;
}
a{
    text-decoration: none;
transition: all 0.3s ease 0s;
}
input,textarea:focus {   
    outline: none;   
}
picture{
float:left;
width:100%;
}

.nim{
    float:left;width:100%;
}
.b-d-content .nim{
    float:none;
width:auto;
}
.b2img{
    float:left;width:100%;
}
.fwt{
font-weight:800;
}
.fwt2{
font-weight:600;
}
.b2img2{
    float:left;width:100%;
height:100%;
}
.main-f{
    float:left;
width:100%;
margin-top:143px;
margin-bottom:90px;
overflow-x:hidden;
position:relative;
}
.yellowbtn{
    width: 260px;
    float: left;
    background: #F6C600;
    height: 52px;
    border-radius: 26px;
margin-left:calc(50% - 130px);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.pd-m-l-s-s{
    width: calc(22% - 3px) ;
}
.vd-tj-hot {
    float: left;
    font-size: 14px;
    padding: 12px 25px;
    background: #F6C600;
    border-radius: 20.5px;
color: #fff;
}
.yellowbtn-sinbtn-ico {
    position: relative;
    padding-top: 3px;
}
.yellowbtn-sinbtn-ico:before {
    content: "\ea3c";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #F6C600;
    font-family: icomoon3;
    text-align: center;
    line-height: 25px;
}

.plistcet{
    margin-top: 85px;
}
.p-ritxt{
    float:none;
width:auto;
}
.mob-fix-foot {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,.5);
    bottom: 0px;
    display: none;
box-shadow: rgb(0 0 0 / 20%) 6px 10px 15px;
}
.mob-f-foot-conusbtn {
    float: left;
    width: 150px;
    height: 30px;
    border: 1px solid #2C00E9;
    background: #2C00E9;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: calc(50% - 75px);
    margin-top: 10px;
    transition: all 0s ease 0s;
}
.lazy-f img{
    transition: all 0.6s ease 0s;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-dots{
    display:none;
}
.slick-prev, .slick-next {
        position: absolute;
    display: block;
    height: 67px;
    width: 38px;
    font-size: 100px;
    cursor: pointer;
    background: rgba(0,0,0,0);
    opacity: 1;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    border: 0;
    outline: 0;
    z-index: 9;
    text-indent: 900px;
    overflow: hidden;
    color: #fff;
    transition: all .6s ease 0s;
}
.slick-next {
    right: 22px;
    background:url("/templates/Web/en/images/bnext.png") no-repeat;
}
.slick-prev {
    left: 22px;
    background:url("/templates/Web/en/images/bprev.png") no-repeat;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.mobile-header{
    display:none;
}
.header-f {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
background:#fff;
}
.ib6-sin{
        margin-left: 2.5% !important;
    width: calc(30.3% - 3px) !important;
}
.head-top-f {
    float: left;
    width: 100%;
    color: #808080;
    border-bottom: 1px solid #F3F3F3;
height:53px;
transition: all 0.6s ease 0s;
position:relative;
z-index:2;
}
.cet {
    float: left;
    width: 1800px;
    margin-left: calc(50% - 900px);
}
.cet2{
    float: left;
    width: 1470px;
    margin-left: calc(50% - 735px);
}
.bluebtn{
    padding-left: 50px;
    padding-right: 50px;
    height: 60px;
    background: #2C00E9;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.ht-l-f {
    float: left;
    line-height: 53px;
    padding-left: 28px;
    position: relative;
    color: #808080;
font-size:15px;
}
.search-in::-webkit-input-placeholder{
    font-size:16px;
}

.search-in:-moz-placeholder{
  font-size:16px;
}
.toph-et:hover{
    color: #2C00E9;
}
.ht-l-f:before {
    content: '\e901';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: icomoon_35;
color: #2C00E9;
transition: all 0.6s ease 0s;
}
.ht-r-f {
    float: right;
height:100%;
}
.h-s-form {
    float: left;
    width: 200px;
    margin-top: 11px;
}
.h-searchbtn {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
}
.h-searchbtn:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\e900';
    width: 100%;
    height: 100%;
    font-family: icomoon_seh;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.search-in {
    float: left;
    width: calc(100% - 40px);
    border: none;
    height: 30px;
margin-left:10px;
font-size:16px;
}
.search-in::-webkit-input-placeholder{
    font-size:12px;
color:#808080;
}

.search-in:-moz-placeholder{
    font-size:12px;
color:#808080;
}
.search-btn {
    float: left;
    width: 0px;
    height: 0px;
    display: none;
}

.ft-share {
    float: left;
    margin-top: 16px;
margin-left:35px;
}
.fshare {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 50%;
    background: #1A1A1A;
    position: relative;
}
.fshare:before {
    position: absolute;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-family: icomoon;
    color: #fff;
    font-size: 12px;
    transition: all 0.6s ease 0s;
}
.fshare:hover{
    background: #2C00E9;
}
h1,h2,h3{
    padding:0px;
margin:0px;
font-weight:normal;
}
.tblue{
    color:#2C00E9;
}
.facebook:before {
    content: '\e62c';
}
.fyoutube:before {
    content: '\e634';
}
.linkedin:before {
    content: '\e630';
}
.LangUrlArrf {
    float: left;
    margin-left: 30px;
    position: relative;
    margin-top: 8px;
}
.langurlarrBtin {
    display: block;
    font-size: 16px;
    float: left;
    padding-top: 12px;
    padding-left: 55px;
    padding-right: 20px;
    position: relative;
    line-height: 14px;
    cursor: pointer;
    color: #808080;
}
.langurlarrBtin:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    background-image: url(/templates/Web/en/images/cLang.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 24px;
}
.langurlarrself {
    position: absolute;
    left: 0px;
    top: 37px;
    background: #fff;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    width: 125px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
}
.langurlarr-self-a {
    display: block;
    padding: 5px;
    float: left;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
.llsa-lf {
    float: left;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    background-position: 0 px;
}
.langsonname {
    float: left;
    margin-left: 9px;
    color: #444444;
    font-size: 12px;
}
.header-bottom-f {
    float: left;
    width: 100%;
position:relative;
z-index:1;
}
.logo-f {
    float: left;
    width: 180px;
margin-top:16.6px;
}
.m1 {
    float: left;
    width: 100%;
}
.h-b-right {
    float: left;
    width: calc(100% - 180px - 240px - 50px);
margin-left:50px;
}
.nav-f {
    float: left;
}
.nav-s-1 {
    float: left;
    position: relative;
}
.nav-s-1-a {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    line-height: 90px;
    color: #000000;
}
.nav-s-1-a span{
    position:relative;
}
.nav-s1adown span{
    padding-right:20px;
}
.nav-s1adown span:after {
    content: '\e900';
    position: absolute;
    right: 0px;
    top: 0px;
    color: #1A1919;
    font-size: 16px;
    font-family: icomoon3;
line-height:20px;
transition: all 0.3s ease 0s;
}
.selectnav {
    color: #2C00E9;
}
.nav-s-1-a span:before {
    content: "";
    position: absolute;
    background: #2C00E9;
    width: 0px;
    left: 0;
    bottom: -37px;
    height: 4px;
transition: all 0.6s ease 0s;
}
.selectnav span:before {
    width: 100%;
}
.nav-s-1 .nav-s-1-a:hover{
    color:#2C00E9;
}
.nav-s-1 .nav-s-1-a span:hover:before{
    width: 100%;
}
.nav-s-1 .nav-s1adown span:hover:after{
    color:#2C00E9;
}
.nav-s-1:hover .nav-f-2 {
    display: block!important;
    top: 90px;
    opacity: 1;
    visibility: visible;
}
.nav-f-2 {
    position: absolute;
    top: 120px;
    left: 0px;
    min-width: 100%;
    z-index: 100;
    background-color: #FDFDFE;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    opacity: 0;
    visibility: hidden;
    padding-bottom: 15px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}
.nav-f-2-cet {
    float: left;
    padding: 20px 30px;
padding-bottom:5px;
    width: 100%;
}
.nav-s-2:first-child {
    margin-top: 0px;
}
.nav-s-2 {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    margin-top: 10px;
}
.nav-s-2-a {
    float: left;
    font-size: 14px;
    color: #333;
    position: relative;
    white-space: nowrap;
    width: 100%;
font-weight:700;
}
.nav-s-2:hover .nav-s-2-a{
    color: #2C00E9;
}
.headersearchf {
    float: left;
    width: 240px;
}
.h-r-btn-f{
    float:right;
width:180px;
height:55px;
background:#2C00E9;
border-radius:27.5px;
line-height:55px;
text-align:center;
color:#fff;
font-size:16px;
margin-top:17.5px;
position:relative;
}
.inb-con-spread {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius:27.5px;
    background: rgba(44,0,233,0.3);
    animation: none;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.h-r-btn-f:hover .inb-con-spread {
    animation: kuod 1100ms infinite;
}
.limove{
    background:rgba(255,255,255,.6);
width:30px;
height:calc(100% + 100px);
left:-60px;
top:-50px;
transform: rotate(-30deg);
position:absolute;
}
.limove:before{
    content:"";
    background:rgba(255,255,255,.2);
width:20px;
height:calc(100% + 100px);
left:-30px;
top:-50px;
position:absolute;
}

@keyframes  limove
{
    0%   {left:-60px;}
    100%  {left:calc(100% + 90px);}
}
@keyframes  kuod
{
    0%   {transform: scale(1);opacity: 1;}
    100%  {transform: scale(2);  opacity: 0;}
}
.foot {
    float: left;
    width: 100%;
    background: #E6EAF1;
    color: #fff;
}
.footcet {
    margin-top: 70px;
    margin-bottom: 20px;
color:#000;
}
.f-box1{
    float:left;
width:31%;
padding-right:5%;
}
.f-box2{
    float:left;
width:27%;
padding-right:5%;
}
.f-box3{
    float:left;
width:27%;
}
.f-box4{
    float:left;
width:15%;
}
.fb1-t1{
    float:left;
width:100%;
font-size:22px;
}
.fb1-t2{
    float:left;
width:100%;
font-size:16px;
margin-top:40px;
line-height:30px;
}
.fb1-em{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    background: #2C00E9;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
transition: all 0.6s ease 0s;
position:relative;
overflow:hidden;
}
.fb1-em:hover{
    background: #F6C600;
}
.fb1-em:hover .limove{
    animation: limove 1100ms infinite;
}
.fb2-main{
    float:left;
width:100%;
margin-top:30px;
}
.fb2-i1{
    float:left;
width:50%;
}
.fb2-i2{
    float:left;
width:50%;
}
.ft-nav-l2{
    float:left;
width:100%;
font-size:16px;
margin-top:10px;
color:#000;
}
.ft-nav-l2:hover{
    color:#2C00E9;
}
.fb4-mid{
    float:right;
width:160px;
}
.f-b3-share{
    float:left;
width:100%;
}
.fb3-sh {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #767676;
    position: relative;
    margin-left: 10px;
margin-top:15px;
}
.fb3-sh:before {
    position: absolute;
top:0px;
left:0px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-family: icomoon;
    color: #767676;
    font-size: 16px;
    transition: all 0.6s ease 0s;
}
.fb3-sh:hover{
    border: 1px solid #2C00E9;
background:#2C00E9;
}
.fb3-sh:hover:before{
    color:#fff;
}
.foot-bottom{
    float: left;
    width: 100%;
    background: #E6EAF1;
border-top:1px solid #D4D9E1;
}
.foot-b-mid{
    float: left;
    width: calc(100% - 145px);
    margin-top: 45px;
    margin-bottom: 45px;
    color: #000000;
    font-size: 16px;
}
.foot-b-t1{
float: left;
}
.foot-b-t1 a{
    color:#000000;
}
.ft-ts-line{
    position: relative;
}
.ft-ts-line:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: -8px;
    top: 4px;
}
.foot-b-t2{
    float:right;
}
.foot-b-t2 a{
    color:#000;
}
.foot-b-up{
    float:right;
width:75px;
height:75px;
background:#2C00E9;
border-radius:50%;
margin-top:20px;
position:relative;
cursor:pointer;
}
.foot-b-up:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 19px;
background:url(/templates/Web/en/images/btop.png) no-repeat;
    left: calc(50% - 15px);
    top: calc(50% - 9.5px);
    transition: all 0.6s ease 0s;
    animation: updown 3000ms infinite;
}

.mobile-header{
position: fixed;
left:0px;
width:100%;
display:none;
z-index:1000;
background: #fff;
height:75px;
}
.mobile-tool{
float:left;
width:100%;

    
}
.mobile-tool-center{
float:left;
width:94%;
margin-left:3%;
height:100%;
}
.mobile-logo-f{
        float:left;
white-space: nowrap;
width: 140px;
}
.mobile-logo-f:before{
content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mob-logo-img{
        float: left;
display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top:20px;
}
.mobile-menu{
cursor: pointer;
        float: right;
width:30px;
text-align:center;
}
.mobile-menu:before{
content: '\f0c9';
    display: block;
    font-family: icomoon5;
    font-size: 30px;
color: #2C00E9;
    line-height: 75px;
    float: left;
}
.mob-contact-btn{
cursor: pointer;
        float: right;
width:30px;
margin-right:20px;
text-align:center;
}
.mob-contact-btn:before{
    content: '\e900';
    display: block;
    font-family: icomoon5;
    font-size: 25px;
color: #000;
    line-height: 75px;
    float: left;
}
.mob-search-btn{
cursor: pointer;
        float: right;
width:30px;
margin-right:20px;
text-align:center;
}
.mob-search-btn:before{
    content: '\e900';
    font-family: icomoon_seh;
    display: block;
    font-size: 25px;
color: #000;
    line-height: 75px;
    float: left;
}
.mobile-menu-close{
cursor: pointer;
    float: right;
width:30px;
text-align:center;
}
.mobile-menu-close:before{
content: '\e60b';
    display: block;
    font-family: icomoon;
    font-size: 30px;
color: #2C00E9;
    line-height: 75px;
    float: left;
}
.mobile-sellang-f{
            float:right;
margin-top:20px;
margin-right:15px;
}
.mobile-dowshow{
float:left;
width:100%;
margin-top:20px;
background: #e7e7e7;
opacity: 0;
    visibility: hidden;
transition: all 0.6s ease 0s;
overflow:hidden;
padding-bottom:20px;
box-shadow: rgba(0, 0, 0, .05) 0 5px 5px;
}
.mob-nav1{
float:left;
width:100%;
}
.mob-nav-s1{
float:left;
width:100%;
position:relative;
}
.mob-col-name1{
float:left;
width:100%;
position:relative;
}
.mob-col-name1:before{
content:'';
position:absolute;
bottom:0px;
    left:0px;
width:0;
height:1px;
background:#2C00E9;
transition: all 0.6s ease 0s;
}
.mob-col-name1:hover:before{
width:100%;
}
.mob-col-name1-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name1-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#2C00E9;
}
.mob-col-name2{
float:left;
width:100%;
}
.mob-col-name2-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name2-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#2C00E9;
}
.mob-col-name2:hover .mob-nav-a2{
color:#2C00E9;
}
.mob-col-name2:hover .mob-nav-btn2:before{
border-top-color: #2C00E9;
}
.mob-nav-a1{
float:left;
margin-left:3%;
font-size:14px;
padding-top:13px;
padding-bottom:10px;
color:#000;
}
.mob-nav-btn{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
position:relative;
margin-top:7px;
cursor:pointer;
}
.mob-nav-btnup{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
margin-top:7px;
cursor:pointer;
position:relative;
}
.mob-nav-btnup:before{
content:'';
position:absolute;
left: 11px;
    top: 12px;
width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #1A1919;
}
.mob-nav-btn-close{
display:none;
}
.mob-nav-btn:before{
content:'';
position:absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #1A1919;
    left: 11px;
    top: 12px;
}
.mob-nav-btn2{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
position:relative;
margin-top:3px;
cursor:pointer;
}
.mob-nav-bt2nup{
    float:left;
margin-left:10px;
width: 30px;
    height: 30px;
margin-top:2px;
cursor:pointer;
position:relative;
}
.mob-nav-bt2nup:before{
content:'';
position:absolute;
left: 11px;
    top: 12px;
width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #707071;
}
.mob-nav-btn2:before{
content:'';
position:absolute;
width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #707071;
    left: 11px;
    top: 12px;
}
.mob-nav2{
float:left;
width:100%;
display:none;
}	 
.mob-nav-s2{
float:left;
width:100%;
}
.mob-nav-a2{
float:left;
margin-left:6%;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
color:#1A1919;
}
.mob-nav3{
float:left;
width:100%;
display:none;
}
.mob-nav-s3{
float:left;
width:100%;
}
.mob-nav-a3{
        float:left;
margin-left:9%;
width:88%;
color:#707071;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
}
.mob-nav-a3:hover{
color:#2C00E9;
}
.mob-search{
position:absolute;
width:350px;
left:calc(50% - 175px);
top:50%;
transform:translate(0,-50%);
}
.mob-sr-close{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.mob-sr-close:before{
    content: '\e60b';
    font-family: icomoon;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}
.mob-srh-form{
float:left;
width: 100%;
}
.mob-srh-in {
    float: left;
width:calc(100% - 70px);
    border: none;
    height: 55px;
    border-radius: 27.5px;
background:#fff;
    padding-left: 20px;
    font-size: 14px;

}
.mob-srh-in:hover{
border: 1px solid #2C00E9;
}
.mob-search-cover{
    position:fixed;
right:0px;
width:100%;
height:100%;
background:#2C00E9;
z-index:1001;
overflow:hidden;
opacity: 0;
    visibility: hidden;
transition: all 0.8s ease 0s;
}
.mob-con-cover{
    position:fixed;
right:0px;
width:100%;
height:100%;
background:#2C00E9;
z-index:1001;
overflow:hidden;
opacity: 0;
    visibility: hidden;
transition: all 0.8s ease 0s;
}
.mob-contact-det-f{
    float:right;
width:320px;
height:100%;
background:#fff;
margin-right:-320px;
transition: all 0.8s ease 0s;
}
.mob-con-d{
    float:left;
margin:30px 25px;
width:calc(100% - 50px);
position:relative;
}
.mob-con-d-close{
    position:absolute;
right:0px;
top:0px;
width:30px;
height:30px;
cursor:pointer;
}
.mob-con-d-close:before{
    content: '\e60b';
    font-family: icomoon;
width:100%;
text-align:center;
    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.con-s-sin{
    float:left;width:100%;
margin-top:35px;
}
.con-s-sin:first-child{
    margin-top:0px;
}
.cons-s-img{
    float:left;
width:30px;
margin-top:10px;
}
.cons-s-t{
    float:left;
margin-left:8%;
width:calc(92% - 30px);
}
.cons-t-t1{
    float:left;width:100%;
color:#000000;
font-size:18px;
font-weight:600;
}
.cons-t-t2{
    float:left;width:100%;
color:#333333;
font-size:18px;
    margin-top:10px;
word-break:break-all;
}
.con-s-l-2{
    float:left;width:100%;
padding-top:35px;
}

.srh-btn {
    float:left;
    width: 55px;
    height: 55px;
    margin-top: 0px;
    margin-left: 15px;
    border: none;
    cursor: pointer;
border-radius:50%;
background:#fff;
position:relative;
}
.srh-btn span{
    position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
}
.srh-btn span:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\e900';
    width: 100%;
    height: 100%;
    font-family: icomoon_seh;
    color: #2C00E9;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
}
.mob-share{
float:left;
width:100%;
margin-top:30px;
margin-bottom:30px;
}
.mob-share-center{
float:left;
width:204px;
margin-left:calc(50% - 102px);
}
.langurlarrself{
    display:none;
}
@keyframes  updown
{
    0%   {top: calc(50% - 9.5px)}
    30%   {top: calc(50% - 20px)}
    100%  {top: calc(50% - 9.5px)}
}

@media screen and (min-width: 1921px){
    .w1920{
    width:1920px!important;
margin-left:calc(50% - 960px)!important;
}
.hd-cet{
    width:94%;
margin-left:3%;
}
}
@media screen and (max-width:1860px) {
    .cet{
    width:94%;
margin-left:3%;
}
}
@media screen and (max-width:1520px) {
    .cet2{
    width:94%!important;
margin-left:3%!important;
}
#id-jump-send-f{
    width:60%!important;
margin-left:20%!important;
}
#id-jump-send-f .con-s-cet {
    margin: 40px 10%;
    width: 80%;
    }
#id-jump-send-f .sned-m-cet {
    margin: 40px 10%;
    margin-right: 10%;
    width: 80%;
    }
}
@media screen and (max-width:1500px) {
    .pcol-bot-f{
        font-size: 28px !important;
    }
    .nav-s-1-a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
}
@media screen and (max-width:1400px) {
   
    .foot-b-t1 {
    width: 100%;
    }
.foot-b-t2 {
    float: left;
    width: 100%;
    margin-top: 20px;
    }
}
@media screen and (max-width:1200px) {
    .nav-s-1-a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
.h-r-btn-f {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 25px;
    }
.logo-f {
    width: 100px;
    margin-top: 25px;
    }
.headersearchf {
    width: 130px;
    }
.h-b-right {
    width: calc(100% - 100px - 130px - 30px);
    margin-left: 30px;
    }
}
@media screen and (max-width:1050px) {
    #id-jump-send-cover .feng{
    display:none;
}
    #id-jump-send-cover .con-s-l-1 {
    border-bottom: 1px solid #BBBBB8;
    padding-bottom: 20px;
    }
    #id-jump-send-cover .cons-s-t {
    margin-top:10px;
margin-left: 0%;
    }
    #id-jump-send-cover .cons-t-t2 {
    float:none!important;
    width: auto!important;
    margin-top: 0px!important;
display:inline!important;
    }
    #id-jump-send-cover .cons-t-t1 {
float:none!important;
    width: auto!important;
display:inline!important;
    }
    #id-jump-send-cover .cons-s-img{
    display:none!important;
}
    #id-jump-send-cover .con-s-sin {
    float: none!important;
    width: auto!important;
    margin-top: 0px!important;
display:inline;
    }
    #id-jump-send-cover .con-s-l-2{
    display:none!important;
}
    #id-jump-send-cover .sned-m-cet {
    margin: 30px 5%!important;
    width: 90%!important;
    }
#id-jump-send-cover .con-s-cet {
    margin: 30px 5%!important;
    width: 90%!important;
margin-bottom:0px!important;
    }
    #id-jump-send-cover .send-m-f {
    width: 100%!important;
margin-top:0px;
    }
    #id-jump-send-cover .con-s-l {
    width: 100%!important;
    }
}
@media screen and (max-width:850px) {
    #id-jump-send-f .sned-m-cet {
    margin: 40px 10%;
    margin-right: 0%;
    width: 80%;
    }
#id-jump-send-f .send-m-f {
    margin-left: 0px;
    }
    .mob-fix-foot{
    display:block;
}
    #id-jump-send-f{
    width:94%!important;
margin-left:3%!important;
    }
#id-jump-send-f .con-s-l{
    display:none;
}
    .mob-contact-btn {
    margin-right: 10px;
    }
    .mob-search-btn {
    margin-right: 10px;
    }
    .mobile-sellang-f {
    margin-right: 10px;
    }
    .foot-b-t2 {
    float: left;
width:100%;
margin-top:20px;
    }
    .foot-b-t1 {
    width:100%;
    }
    .foot-b-mid {
    width: 100%;
margin-bottom:60px;
    }
    .fb4-mid {
    float: left;
    }
    .f-box3,.f-box4{
    margin-top:30px;
}
    .f-box1,.f-box2,.f-box3,.f-box4 {
    float:none;
        width: calc(50% - 5px);		
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    .fb2-main {
    margin-top: 25px;
    }
    .fb1-t2 {
    margin-top: 30px;
    line-height: 25px;
    }
    .foot-b-up:before {
    width: 16px;
    height: 10px;
    left: calc(50% - 8px);
    top: calc(50% - 5px);
background-size:100%;
animation: none;
    }
    .foot-b-up{
float: none;
    width: 40px;
z-index:99;
    height: 40px;
    margin-top: 0px;
    position: fixed;
right:10px;
top:-50px;
transition: all 1.2s ease 0s;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
}
    .langurlarrBtin {
        padding-right: 0px;
    }
    .langtxt{
    display:none;
}
    .mob-logo-img {
        margin-top: 13px;
    }
.LangUrlArrf {
    margin-left: 0px;
    margin-top: 0px;
    }
    .main-f {
        margin-top: 75px;
margin-bottom:50px;
    }
.mobile-header{
    display:block;
}
.header-f{
    display:none;
}
}

@media screen and (max-width:850px) {
    #id-jump-send-f .ib4-se-in {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    }
    #id-jump-send-f .ib4-se-in-tea {
        height: 80px;
    }
    .br{
    display:none;
}
    .fs-85{
         font-size:42px!important;
    }
    .fs-80{
         font-size:40px!important;
    }
    .fs-75{
         font-size:38px!important;
    }
.fs-72{
         font-size:37px!important;
    }
.fs-70{
         font-size:36px!important;
    }
      .fs-66{
         font-size:37px!important;
    }
     .fs-62{
         font-size:36px!important;
    }
    .fs-60{
         font-size:35px!important;
    }
     .fs-50{
         font-size:28px!important;
    }
    .fs-48{
         font-size:30px!important;
    }
     .fs-40{
         font-size:28px!important;
    }
     .fs-38{
         font-size:25px!important;
    }
    .fs-36{
         font-size:18px!important;
    }
    .fs-30{
        font-size:18px!important;
}
.fs-28{
        font-size:17px!important;
}
.fs-27{
        font-size:17px!important;
}
.fs-26{
        font-size:16px!important;
}
.fs-24{
        font-size:16px!important;
    }
.fs-23{
        font-size:16px!important;
    }
.fs-22{
        font-size:16px!important;
    }
.fs-21{
        font-size:15px!important;
    }
    .fs-20{
        font-size:15px!important;
    }
    .fs-18{
        font-size:14px!important;
    }
    .fs-17{
        font-size:14px!important;
    }
     .fs-16{
        font-size:14px!important;
    }
    .fs-15{
        font-size:13px!important;
    }
.fs-14{
    font-size:12px!important;
}
.fs-13{
    font-size:12px!important;
}
}  .ibmenu2{
    float:right;
position:relative;
}
.ibmenubtn{
    cursor:pointer;
transition: all 0.6s ease 0s;
    float:right;
width:43px;
height:27px;
background:url(/templates/Web/en/images/me2.png) no-repeat;
}
.ibm-son-f{
    position:absolute;
width:590px;
right:-590px;
top:30px;
background:#3900F2;
background-image: url(/templates/Web/en/images/wav.png);
background-repeat:no-repeat;
background-position:center;
border-radius:20px;
z-index:2;
transition: all 0.6s ease 0s;
}
.ibm-bk{
    position:absolute;
width:100%;
top:50%;
transform:translate(0,-50%);
}
.ibm-son-close-f{
    float:Left;
width:100%;
margin-top:20px;
}
.ibm-close{
    float:right;
width:35px;
height:35px;
border:1px solid #fff;
border-radius:50%;
position:relative;
margin-right:80px;
cursor:pointer;
}
.ibm-close:before {
    content: '\e60b';
    width:calc(100% + 1px);
position:absolute;
left:0px;
top:0px;
    font-family: icomoon;
    font-size: 25px;
    color: #fff;
    line-height: 35px;
text-align:center;
}
.ibm-cet{
    float:left;
width:calc(96% - 180px);
margin-left:180px;
margin-top:65px;
margin-bottom:160px;
}
.ibm-son-tit{
    float:left;
width:100%;
color:#fff;
font-size:36px;
margin-bottom:40px;
}
.ibm-son-sin{
    float:left;
width:100%;
margin-top:25px;
opacity: 0;
}
.ibm-son-txt{
    float:left;
width:100%;
color:#fff;
font-size:21px;
margin-bottom:10px;
}
.ibm-son-son-f{
    float:left;
width:100%;
}
.ibm-son-txt2{
    float:left;
width:100%;
color:#fff;
font-size:16px;
margin-top:10px;
}  
.inbanner-f{
    float: left;
    width: 100%;
    height: 758px;
    margin-top: 0px;
    position:relative;
overflow:hidden;
}
.inbbk{
    position:absolute;
left:0px;
top:0px;
width:100%;
z-index:-1;
min-width:1920px;
}
.ibmenu-f{
    position:absolute;
width: 1800px;
    left: calc(50% - 900px);
top:30px;
z-index:1;
}
.inbann-breadcrumbs{
    float:left;
margin-top:15px;
}
.inbann-bre-text {
    float: left;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
    margin-left: 20px;
    transition: all 0s ease 0s;
}
.inbann-bre-text:hover{
    color: #2C00E9;
}
.inbann-bre-text:before {
    content: '';
    position: absolute;
background:url(/templates/Web/en/images/larr.png) no-repeat;
    width: 9px;
    height: 14px;
    right: 0px;
    
    top: 2px;
}
.inbann-bre-text:last-child:before{
    background:none;
}
.inb-txt{
    position: absolute;
    color: #fff;
    width: 76%;
    left: 12%;
    top: -500px;
transition: all 1.5s ease 0s;
}
.inb-t1{
    float:left;
width:100%;
text-align:center;
font-size:75px;
font-weight:bold;
}
.inb-t1 h1{
    font-size:75px;
}
.inb-t2{
    float:left;
width:100%;
text-align:center;
font-size:18px;
margin-top:40px;
}
.inb-conbtn-f{
    float:left;
width:100%;
margin-top:60px;
position:relative;
height:60px;
}
.inb-conbtn{
    position: absolute;
    padding-left: 60px;
    padding-right: 60px;
    height: 60px;
    background: #2C00E9;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
left:50%;
top:0px;
transform:translate(-50%,0);
overflow:hidden;
transition: all 0.6s ease 0s;
cursor:pointer;
white-space:nowrap;
}
.inb-conbtn:hover{
    background: #F6C600;
}
.inb-conbtn:hover .limove{
    animation: limove 1100ms infinite;
}
@media screen and (max-width:1860px) {
    .ibmenu-f {
    width: 94%;
    left: 3%;
    }
}
@media screen and (max-width:850px) {
    .ibmenubtn {
    width: 30px;
    height: 19px;
    background-size: 100%;
    }
    .ibm-close:before {
    font-size: 15px;
    line-height: 23px;
    }
    .ibm-close {
    width: 25px;
    height: 25px;
    margin-right: 30px;
    }
    .ibm-son-tit {
    margin-bottom: 10px;
    }
    .ibm-cet {
    width: 85%;
    margin-left: 10%;
    margin-top: 40px;
    margin-bottom: 40px;
    }
    .ibm-son-f {
    width: 340px;
    right: -340px;
    top: 0px;
    border-radius: 15px;
    }

.inbann-breadcrumbs{
display:none;
    }
    .inb-conbtn-f {
    margin-top: 20px;
    height: 40px;
    }
    .inb-conbtn {
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    }
    .inb-t2 {
    margin-top: 20px;
    }
    .inbanner-f {
    height: 350px;
    }
}










  .main-f{
    margin-bottom:0px;
}
.pcol-bot-f{
    margin-top:90px;
padding:60px 4%;
background:#2C00E9;
color:#fff;
font-size:30px;
text-align:center;
border-radius:20px 20px 0px 0px;
font-style:italic;
}
.pcol-bot-f .doline{
    border-bottom:3px solid #fff;
padding-bottom:5px;
font-size:32px;
font-weight:800;
}
.pc-btn{
    padding:17px 25px;
background:#F6C600;
color:#fff;
font-size:15px;
border-radius:26px;
position:relative;
white-space:nowrap;
}
.pc-btn .inb-con-spread {
    border-radius:26px;
    background: rgba(255,255,255,0.3);
z-index:1;
opacity: 0;
}
.pc-btn:hover .inb-con-spread {
    animation: kuod 1100ms infinite;
}

@media screen and (max-width:1430px) {
    .pc-btn{
    float:left;
width:160px;
margin-left:calc(50% - 80px);
display:block;
margin-top:50px;
}
    .pb-le{
    float:left;
width:100%;
display:block;
line-height:50px;

}
    .pb-empty{
display:none;
}
}


@media screen and (max-width:850px) {
    .pcol-bot-f .doline{
font-size:20px!important;
    }
    .pc-btn {
    margin-top: 30px;
    }
    .pcol-bot-f {
    margin-top: 40px;
    padding: 30px 4%;
    border-radius: 15px 15px 0px 0px;
    }
}  .jump-send-cover {
position: fixed;
background: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
z-index: 1000;
overflow: hidden;
display:none;
}
#id-jump-send-f{
width: 40%;
margin-left:30%;
transition: all 0.6s ease 0s;
margin-top: -800px;
background: rgba(255,255,255,1);
position:relative;
}
#id-jump-send-f .ib4-se-in{
height: 45px;
}
#id-jump-send-f .ib4-se-in-tea{
height: 100px;
}
.fixs-close{
position:absolute;
right:10px;
top:10px;
width: 35px;
height: 35px;
cursor: pointer;
}
.fixs-close:before {
content: '\e60b';
width: calc(100% + 1px);
position: absolute;
left: 0px;
top: 0px;
font-family: icomoon;
font-size: 25px;
color: #181717;
line-height: 35px;
text-align: center;
}
.jump-send-cover{
position:fixed;
background:rgba(0,0,0,0.3);
width:100%;
height:100%;
z-index:1000;
display:none;
overflow:hidden;
}
.jump-send-f{
float: left;
width:890px;
margin-left:calc(50% - 445px);
background:#fff;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px;
margin-top:-800px;
transition: all 0.8s ease 0s;
}
.jump-send-title{
float: left;
width: 100%;
padding: 10px 40px 10px 18px;
font-size: 15px;
background: #2C00E9;
color: #fff;
border-radius: 10px;
position:relative;
}
.jump-send-close{
position:absolute;
right:7px;
top:4px;
width:30px;
height:30px;
cursor:pointer;
}
.jump-send-close:before{
float:left;
content: '\e60b';
width:30px;
height:30px;
text-align:center;
line-height:30px;
color:#fff;
font-size:20px;
font-family: icomoon;
}
.jump-send-close:hover:before{
font-size:22px;
}
.jump-send-main{
float: left;
width: 100%;
}
.jump-send-center{
float: left;
width: calc(100% - 36px);
margin-left: 18px;
margin-top: 15px;
margin-bottom: 35px;
}
.jump-send-input-f{
float: left;
width: 49%;
position: relative;
margin-top: 0px;
}
.jump-send-error{
position: absolute;
padding: 8px;
font-size: 12px;
border: 1px solid #c80000;
color: #c80000;
right: 5px;
top: 25px;
border-radius: 10px;
display: none;
}
.jump-send-in{
margin-top: 20px;
float: left;
border: 1px solid #E8E8E8;
width: calc(100% - 12px);
height: 40px;
color: #000;
font-size: 15px;
line-height: 5px;
outline: none;
border-radius: 10px;
font-family: 'Roboto', sans-serif;
padding-left: 10px;
}
.jump-send-down{
    background: #2C00E9;
background: #2C00E9;
width: 98%;
height: 20px;
position: absolute;
left: 0;
top: 0px;
z-index: 50;
color: #fff;
font-size: 14px;
line-height: 20px;
padding-left: 2%;
transition: all 0.8s ease 0s;
opacity: 0;
border-radius: 0px 0px 10px 10px;
}
.send-input-f2 {
margin-left: 2%;
}
.send-input-f3 {
width: 100%;
}
.jump-send-textarea-f{
float: left;
width: 100%;
margin-top: 20px;
position: relative;
}
.jump-send-error-2 {
position: absolute;
padding: 8px;
font-size: 12px;
border: 1px solid #c80000;
color: #c80000;
right: 5px;
bottom: 5px;
border-radius: 10px;
display: none;
}
.jump-send-textarea{
font-family: 'Roboto', serif, sans-serif;
float: left;
border: 1px solid #E8E8E8;
width: calc(100% - 12px);
height: 155px;
padding-left: 10px;
text-align: left;
color: #000;
font-size: 14px;
outline: none;
border-radius: 10px;
padding-top: 10px;
}
.jump-send-textarea:focus {
border: 1px solid #2C00E9;
}
.jump-vericode{
float: left;
width: 100%;
margin-top: 20px;
}
.jump-vericode-center{
float: left;
width: 228px;
margin-left: calc(50% - 112px);
}
.jump-vericode-f{
float: left;
width: 100%;
position: relative;
}
.jump-send-error-3{
position: absolute;
padding: 8px;
font-size: 12px;
border: 1px solid #c80000;
color: #c80000;
right: -150px;
bottom: 0px;
border-radius: 10px;
display: none;
}
.jump-send-in-code{
float:left;
padding-left: 10px;
border: 1px solid #E8E8E8;
width: 85px;
height: 30px;
color: #000;
font-size: 15px;
outline: none;
border-radius: 10px;
}
.jump-send-in-code:focus {
border: 1px solid #2C00E9;
}
.jump-vericode-img{
float: left;
margin-left: 10px;
width: 110px;
height: 36px;
display: block!important;
}
.jump-send-btn{
float: left;
width: 100%;
margin-top: 18px;
font-family: 'Roboto', serif, sans-serif!important;
}
.jump-send-submit{
float: left;
width: 177px;
height: 40px;
border-radius: 20px;
line-height: 40px;
text-align: center;
font-size: 16px;
font-family: 'Roboto', serif, sans-serif!important;
cursor: pointer;
background-color:#2C00E9 ;
background: linear-gradient(to right,#2C00E9 0%,#6eeefa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd',endColorstr='#c2e9fb',GradientType=1);
box-shadow: 0 2px 0 0 #6eeefa, 0 4px 0 0 #6eeefa;
color: #fff;
transition: .3s;
overflow: hidden;
}
.jump-send-refill{
float: left;
margin-left: 15px;
width: 96px;
border-radius: 20px;
text-align: center;
color: #fff;
font-size: 16px;
cursor: pointer;
background: linear-gradient(to right,#8C8C8C 0%,#D0D0D1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd',endColorstr='#c2e9fb',GradientType=1);
box-shadow: 0 2px 0 0 rgba(193,193,193,.5), 0 4px 0 0 rgba(193,193,193,.5);
transition: .3s;
overflow: hidden;
border: none;
height: 40px;
line-height: 40px;
}
.jump-send-in:focus {
border: 1px solid #2C00E9;
}
.jump-send-in:focus + .jump-send-down {
opacity: 1;
top: 58px;
}
.jump-send-submit:hover {
background: linear-gradient(to right,#2C00E9 0%,#6eeefa 100%);
margin-top: -5px;
box-shadow: 0 5px 0 0 #6eeefa, 0 10px 0 0 #6eeefa;
}
.jump-send-refill:hover {
background: #fff;
color: #9C9C9C;
}

@media screen and (max-width:760px) {
.send-input-f2 {
margin-left: 0px;
}
.jump-send-textarea{
height:100px;
}
.jump-send-in:focus + .jump-send-down {
opacity: 1;
top: 38px;
}
.jump-send-down {
height: 14px;
font-size: 12px;
line-height: 14px;
transition: all 0.8s ease 0s;
border-radius: 0px 0px 7px 7px;
}
.jump-send-in {
height: 30px;
font-size: 13px;
line-height: 3px;
border-radius: 6px;
margin-top: 10px;
}
.jump-send-center {
margin-top: 0px;
margin-bottom: 20px;
}
.jump-send-input-f {
width: calc(100% - 2px);
}
.jump-send-f{
width:94%;
margin-left:3%;
}
}  .con-send-f{
    float:left;width:100%;
background:rgba(255,255,255,.8);
border-radius:25px;
margin-top:80px;
position: relative;
}
.con-s-l{
    float:left;
width:39%;
}
.send-m-f{
    float:left;
width:calc(61% - 45px);
margin-left:45px;
}
.feng{
    position:absolute;
left:39%;
height:100%;
width:45px;
background:url(/templates/Web/en/images/conf.png) repeat-y;
}
.con-s-cet{
    float:left;
margin:80px 20%;
width:60%;
}
.con-s-l-1{
    float:left;width:100%;
border-bottom:1px solid #BBBBB8;
padding-bottom:40px;
}
.con-s-sin{
    float:left;width:100%;
margin-top:20px;
}
.con-s-sin:first-child{
    margin-top:0px;
}
.cons-s-img{
    float:left;
width:30px;
margin-top:10px;
}
.conaddr-img{
    margin-top:0px;
}
.cons-s-t{
    float:left;
margin-left:8%;
width:calc(92% - 30px);
}
.cons-t-t1{
    float:left;width:100%;
color:#000000;
font-size:18px;
font-weight:600;
}
.cons-t-t2{
    float:left;width:100%;
color:#333333;
font-size:18px;
    margin-top:10px;
}
.con-s-l-2{
    float:left;width:100%;
padding-top:35px;
}
.con-ts-f{
    float:left;width:100%;
margin-top:15px;
}
.cons-ts-sin{
    float:left;width:100%;
color:#333333;
font-size:18px;
margin-top:5px;
}
.cons-ts-st1{
    color:#000000;
}
.con-s-l-2 .cons-s-img{
    margin-top:0px;
}
.sned-m-cet{
    float:left;
margin: 80px 13%;
    width: 74%;
}
.sned-m-cet .ib4-s-cet {
    margin: 0px;
    width: calc(100% - 0px);
}
.sned-m-cet .ib4-se-t1{
    color: #000000;
    font-size:40px;
font-weight:600;
}
.sned-m-cet .ib4-se-in{
    background:rgba(0,0,0,0);
padding-left:25px;
}
.sned-m-cet .ib4-se-in-tea{
    background:rgba(0,0,0,0);
padding-left:25px;
}
.sned-m-cet .send-in-code{
    background:rgba(0,0,0,0);
padding-left:25px;
}  
.ib4-send-f{
    float:left;
    margin-left:8%;
    width:52%;
    height:715px;
    background:#fff;
    border-radius:20px;
}
.ib4-l-t1{
    float:left;width:100%;
    font-size:16px;
    font-weight:bold;
}
.ib4-l-t2{
    float:left;width:100%;
    font-size:40px;
    margin-top:10px;
    line-height:60px;
}
.ib4-l-t3{
    float:left;width:100%;
    margin-top:25px;
    font-size:17px;
    line-height:30px;
}
.ib4-l-list{
    float:left;width:100%;
    margin-top:30px;
}
.ib4-l-ofs{
    float:left;
    width:103%;
    margin-left:-3%;
}
.ib4-l-sin{
    float:left;
    width:30.3%;
    margin-left:3%;
}
.ib4-ls-img{
    float:left;
    width:55px;
}
.ib4-ls-imged{
    width:62px;
}
.ib4-ls-t1{
    float:left;width:100%;
    font-size:18px;
    font-weight:bold;
    margin-top:30px;
    line-height:30px;
}
.ib4-s-cet{
    float:left;
    margin:45px;
    width:calc(100% - 90px);
}
.ib4-se-t1{
    float:left;width:100%;
    color:#181717;
    font-size:24px;
}
.ib4-se-self{
    float:left;width:100%;
    margin-top:20px;
}
.ib4-se-s-l1{
    float:left;width:100%;
}
.ib4-se-s-l-t1{
    float:left;width:100%;
    font-size:14px;
    font-weight:bold;
    color:#191818;
}
.ib4-se-s-l-m{
    float:left;width:100%;
}
.ib4-se-s-l-m-ofs{
    float:left;
    width:103%;
    margin-left:-3%;
}
.ib4-se-s-sin{
    float:left;
    width:47%;
    margin-left:3%;
    margin-top:10px;
}
.ib4-se-s-check{
    float:left;
    width:12px;
    height:12px;
    border-radius:50%;
    border:1px solid #191818;
    cursor:pointer;
}
.sec-act{
    border:1px solid #00A827;
    position:relative;
}
.sec-act:before{
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    border-radius:50%;
    left:2px;
    top:2px;
    background:#00A827;
}
.ib4-se-s-s-t1{
    float:left;
    width:calc(100% - 17px);
    margin-left:5px;
    font-size:14px;
    color:#909090;
    margin-top:-2px;
}
.ib4sesl2{
    margin-top:22px;
}
.ib4-se-in-f{
    float:left;width:100%;
    margin-top:10px;
}
.ib4-se-in-ofs{
    float:left;
    width:103%;
    margin-left:-3%;
}
.ib4-se-sininf{
    float:left;
    width:47%;
    margin-left:3%;
    position: relative;
    margin-top:20px;
}
.ib4-se-in{
    float: left;
    border: 1px solid #b1b0b0;
    width: 100%;
    height: 54px;
    padding-left: 10px;
    color: #181717;
    font-size: 14px;
    line-height: 5px;
    outline: none;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}
.vericode-f{
    float:left;
width:360px;
margin-left:calc(50% - 180px);
margin-top:30px;
position:relative;
}
.send-error-3{
    position:absolute;
left:0px;
top:-25px;
color:red;
font-size:16px;
display:none;
}
.send-in-code{
    float: left;
    border: 1px solid #b1b0b0;
    width: calc(100% - 170px);
    height: 40px;
    padding-left: 10px;
    color: #181717;
    font-size: 14px;
    line-height: 5px;
    outline: none;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}
.vericode-img{
    float: left;
    margin-left: 20px;
    width: 150px;
    height: 40px;
    display: block!important;
}
.ib4-se-in:focus + .send-down {
    opacity: 1;
    top: 48px;
}
.send-down{
    background: #2C00E9;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 50;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-left: 2%;
    transition: all 0.8s ease 0s;
    opacity: 0;
    border-radius: 0px 0px 10px 10px;
}
.ib4-se-sininf2{
    float:left;
    width:100%;
    position: relative;
    margin-top:20px;
}
.ib4-se-in-tea{
    float: left;
    border: 1px solid #b1b0b0;
    width: 100%;
    height: 160px;
    padding-left: 10px;
    padding-top:20px;
    color: #181717;
    font-size: 16px;
    line-height: 5px;
    outline: none;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}
.ib4-se-in-btn{
    width:100%;
    float:left;
    background:#F6C600;
    margin-top:30px;
    height: 62px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 62px;
    text-align:center;
    transition: all 0.2s ease 0s;
    cursor:pointer;
}
.ib4-se-in-btn:hover{
    background:#2C00E9;
}
.ib4-se-in-btn:hover .ib4-se-sinbtn-ico:before{
    color: #2C00E9;
}
.ib4-se-sinbtn-ico{
    position:relative;
    padding-top:3px;
transition: all 0.3s ease 0s;
}
.ib4-se-sinbtn-ico:before{
    content: "\ea3c";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #F6C600;
    font-family: icomoon3;
    text-align: center;
    line-height: 25px;
}  .ae-col{
    color: #4a4a4a;
    font-size: 15px;
    line-height: 24px;
    font-weigsht: 400;
}
.rd-p{
    margin:0px;
padding:0px;
}
.et-border{
    float:left;
width:100%;
}
.tp-border-in{
    float:left;
width:100%;
position:relative;
}
.et-rw-tp{
    float:left;
width:100%;
}
.et-rw-pic{
    float:left;
width:100%;
}
.et-pic-smofs{
float:left;
width:calc(100% + 10px);
margin-left:-10px;
}
.et-pic-sm-f{
float:left;
margin-left:10px;
}
.auto-ptl2{
width:calc(50% - 10px);	
}
.auto-ptl3{
width:calc(33.3% - 10px);	
}
.auto-ptl4{
width:calc(25% - 10px);	
}
.ae-tit{
    float:left;
width:100%;
    font-size:25px;
color:#231f20;
font-weight: 900;
display:block;
margin:0px;
padding: 0px;
line-height:35px;
}
.ae-tit-nf{
    font-size:25px;
color:#231f20;
font-weight: 900;
padding: 0px;
}
.ae-mtxt{
    float:left;
width:100%;
margin-top:20px;
}
.mt-nomt{
    margin-top:0px;
}
.ae-mtxt-nt{
    float:left;
width:100%;
}
.col-single h1,.col-single h2,.col-single h3{
display:block;
}
table {

        float:left;
border-spacing: 0px;
border-collapse:collapse;
}
.header-bk-cell td:first-child {
    background: #ecf1f7;
color:#333;
font-weight:bold;
}
.header-bk-cell tr:first-child td{
background: #dae2ed;
color:#333;
font-weight:bold;
}
.header-row-bk-cell tr:first-child td{
background: #dae2ed;
color:#333;
font-weight:bold;
}
.header-col-bk-cell td:first-child {
    background: #ecf1f7;
color:#333;
font-weight:bold;
}
.ae-col{
    float:left;
margin-top:16px;
position:relative;
width:100%;
}
.swiper-container td,th{
width:5%;
padding: 5px 10px;
    color: #777;
display: table-cell;
    vertical-align: inherit;
word-break: break-all;
    
    border-spacing: 0;
font-size:14px;
border:none;
min-height:25px;
border-left: 1px solid rgba(0,0,0,.08);
border-bottom: 1px solid rgba(0,0,0,.08);
}
.etr-title{
    float:left;
width:calc(100% - 20px);
}
.etr-title div{
    
}
.et-rw p{
margin:0px;
font-size:15px;
}
.et-rw{
    float:left;
width:100%;
}
.et-border{
    border:none!important;
}
.comb-sin{
    float:left;
height:100px;
border:1px solid #333;
}
.combpic-f{
float:left;
width:100%;
}
.cbp-mt{
    margin-top:25px;
}
.swiper-wrapper{
    float:left;
padding-top:0px;
padding-bottom:0px;
word-break:break-all;
}
.cs-txtbkmain {
    float: left;
    width: 100%;
    border-radius: 15px;
font-size:15px;
background:#f5f5f5
}
.tct-cb-t{
    float:left;
width:100%;
margin-top:0px;
}
.tcb-sin{
    margin-left:30px;
width:calc(100% - 30px);
position:relative;
margin-top:22px;
}
.tcb-sin:first-child{
    margin-top:0px;
}
.tct-h{
    margin-top:25px;
}
.tcb-sin:before{
    content:"";
position:absolute;
width:8px;
height:8px;
  background:#2C00E9;
border-radius:50%;
left:-30px;
top:10px;
}
.et-rw-nomg{
    margin:0px;
}
.ae-col-nomtop{
    margin-top:0px;
}

.col-single{
    float:left;
width:100%;
position:relative;
}
.cs-w1{
    width:calc(100% - 5px);
}
.cs-w2{
    width:calc(50% - 5px);
}
.cs-w3{
    width:calc(100% - 7.5px);
}
.cs-w4{
    width:calc(33.3% - 6.6px);
}
.cs-w5{
    width:calc(66.85% - 5px);
}
.cs-w6{
    width:calc(33.15% - 5px);
}
.cs-w7{
    width:calc(25% - 7.5px);
}
.cs-w8{
    width:calc(100% - 6.6px);
}
.cs-fr{
    float:right;
}
.isf-50{
    width:calc(50% - 5px);
}
.cs-ml{
    margin-left:10px;
}
.cl-img-a-f{
    float:left;
width:100%;
}
.cs-abs-l{
    position:absolute;
height:100%;
width:calc(50% - 5px);
left:calc(50% + 10px);
}
.cs-abs-r{
    position:absolute;
height:100%;
width:calc(50% - 5px);
left:0;
}
.etrw-h100{
    height:100%;
}
.ettf-vc{
    float:none;
    width:100%; 
height:100%; 	
display:flex; 
justify-content:center; 
align-items:center;
}
.abs-c-t{
    float:left;
width:100%;
}
.ae-img{
    float:left;
width:100%;
}
.cs-txtbk1{
    position:absolute;
width:calc(50% - 5px);
min-height:100%;
left:calc(50% + 5px);
background:#f5f5f5;
}
.cs-tpbk-txt{
margin-left:calc(50% + 5px);
}
.cs-txtbk2{
    position:absolute;
height:100%;
background:#f5f5f5;
}
.cs-titpic{
    margin-top:25px;
}
.cs-m10{
    margin-top:10px;
}
.et-tsele{
    float:left;
width:100%;
}
.tsele-padding {
    float: left;
    width: calc(100% - 40px);
    margin: 20px;
}
.ett-sp1{
    width:calc(100% - 40px);
margin:10px 20px 10px 20px;
padding-top:10px;
}
.ett-sp2{
    padding-top:10px;
}
.ett-sp3{
    padding-bottom:10px;
}
.ett-sp4{
    padding:10px 0px 10px 0px;
}
.ae-title-t{
float: left;
background: none;
    width: 100%;
    font-size: 25px;
    color: #231f20;
border-radius: 0px;
position: relative;
}
.tittxtin{
    font-weight: 900;
line-height:35px;

}
.tittxtin div{
    position:relative;
width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}
.ae-title-t h1,
.ae-title-t h2,
.ae-title-t h3,
.ae-title-t h4,
.ae-title-t h15,
.ae-title-t span.tittxtin
{
    margin:0px;
padding:0px;
font-size: 25px;
display:block;
}
.unline-sh{
position:absolute;
bottom:0px;
left:0px;
width:40px;
height:3px;
}
.btit-arrow{
position:absolute;
top:calc(50% - 6px);
left:-20px;
width:0;
    height:0;
    border-width:8px 0 8px 12px;
    border-style:solid;
}
.btit-round1{
position:absolute;
width:5px;
height:5px;
border-radius:50%;
top:calc(50% - 2.5px);
left:-20px;
}
.btit-round2{
    position:absolute;
width:5px;
height:5px;
background:'+bc+';
border-radius:50%;
top:calc(50% - 2.5px);
right:-20px;
}
.ae-cell-rw{
    padding-bottom:10px;
overflow-wrap:break-word;
}
.ae-cell-ssli{
    margin-top:1px;
float:left;
width:100%;
}
.cl-ae-swip{
    float:left;
width:100%;
}
.ae-table{
    width:100%;
float:left;
box-shadow: 0 0 10px rgba(217,217,217,.8);
border-radius:6px;
overflow:hidden;
}
.ae-swwper{
    margin:0;
padding-bottom:10px;
word-break:break-all;
overflow-wrap:break-word;
}
.pic-cell-ss{
    float:left;
width:100%;
}
.ae-td1{
    width:20%;
height:19px;
}
.ae-td2{
    width:80%;
height:19px;
}
.rd-p{
    margin: 0 0 10px;
}
.conde-show-f{
    float:left;
width:100%;
}
.cl-img-single-f{
    float:left;
width:100%;
}
.putbtn-f{
    float:left;
width:100%;
text-align:center;
}
[jsi]{
    display: inline;
    text-decoration:none;
}
.jb-r-btn{
padding:14px 25px;
border-radius:25px;
color:#fff!important;
font-size:18px;
font-weight:700;
background-image: linear-gradient(to right, #61cc2d , #0F9D58);
text-align:center;
cursor:pointer;
}
.jb-r-btn:hover {
    box-shadow: 0 5px 0 0 #e1e1e1, 0 10px 0 0 #f7f7f7;
}
.bk-f-btn{
    padding:15px 15px;
color:#fff!important;
font-size:18px;
font-weight:700;
background:#000;
text-align:center;
cursor:pointer;
}
.bor-f-btn{
    padding:15px 15px;
color:#000!important;
font-size:18px;
font-weight:700;
border:1px solid #000;
text-align:center;
cursor:pointer;
}
.bk-r-btn{
    padding:14px 25px;
border-radius:25px;
color:#fff!important;
font-size:18px;
font-weight:700;
background:#0F9D58;
text-align:center;
cursor:pointer;
}
.ae-btn-ff{
    float:left;
width:100%;
}
.ptb-abs-l{
    float:left;
width: calc(50% - 5px);
}
.ptb-abs-r{
    float:right;
width: calc(50% - 5px);
margin-left:10px;
}
@media screen and (max-width: 1000px) {
.cs-txtbk1{
float:left;
position:relative!important;
min-height:auto!important;
left:auto!important;
margin-left:10px;
}
.cs-txtbk2{
float:left;
position:relative!important;
margin-left:10px!important;
}
.cs-tpbk-txt{
margin-left:0px!important;
}
}
@media screen and (max-width: 760px) {
    .bor-f-btn,.bk-f-btn {
        padding: 10px 10px;
        font-size: 14px;
    }
    .bk-r-btn,.jb-r-btn {
        padding: 10px 20px;
        border-radius: 22px;
        font-size: 14px;
    }
    .putbtn-f{
    margin-top:20px!important;
}
    .auto-ptl3,.auto-ptl4{
    width:100%;
margin-top:15px;
    }
    .txt-pic-th1{
    margin-top:20px;
    }
    .pic-cell-ss{
    width:850px!important;
margin-top:15px;
    }
.pic-cell-hbc{
   width:845px!important;
}
.col-single{
width:100%!important;
margin-left:0px!important;
margin-top:20px;
}
.cs-abs-l,.cs-abs-r{
    position:relative;
float:left;
width:100%!important;
height:auto;
left:0px!important;
margin-top:20px;
}
.cs-txtbk1,.cs-tpbk-txt{
margin-top:15px;
}
.ae-col{
    margin-top:20px;
}
}  @font-face {
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "ico"; 
src: 
url("/font/icomoon_pl.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_pl.woff") format("woff"), 
url("/font/icomoon_pl.ttf") format("truetype"), 
url("/font/icomoon_pl.svg#$font") format("svg");
}
.prodet-cet{
    margin-top:120px;
}
.swiper-container td, th {
    width: 5%;
    padding: 5px 10px;
    color: #777;
    display: table-cell;
    vertical-align: inherit;
    word-break: break-all;
    border-spacing: 0;
    font-size: 14px;
    border: none;
    min-height: 25px;
    border-left: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.inpage-center{
    float:left;
width:100%;
}
.pe-bigimg{
    float:left;
width:44%;
box-shadow: rgb(0 0 0 / 15%) 6px 10px 15px;
    border-radius: 10px;
    overflow: hidden;
}
.pe-det-info{
    float:left;
width:50%;
margin-left:6%;
}
.pe-info-title{
    float:left;
width:100%;
color:#000000;
}
.pe-info-title h1{
    font-weight:800;
    font-size:30px;
}
.prodet-tag{
    float:left;
padding:12px 25px;
background:#DDE3FF;
color:#2C00E9;
font-size:16px;
border-radius:20.5px;
margin-top:30px;
}
.pe-table{
    float:left;
width:100%;
margin-top:25px;
}
.prodet-conbtn{
    float:left;
width:100%;
margin-top:25px;
}
.pdet-conbtn{
    float:left;
transition: all 0.6s ease 0s;
position:relative;
overflow:hidden;
cursor:pointer;
}
.pdet-conbtn:hover{
    background: #F6C600;
}
.pdet-conbtn:hover .limove{
    animation: limove 1100ms infinite;
}
.prodet-shf{
    float:Left;
width:100%;
margin-top:20px;
}
.prodet-sh{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #333333;
    position: relative;
    margin-left: 10px;
}
.prodet-sh:hover{
    border: 1px solid #2C00E9;
background:#2C00E9;
}
.prodet-sh:hover:before{
    color: #fff;
}
.prodet-sh:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 23px;
    text-align: center;
    font-family: icomoon;
    color: #333333;
    font-size: 12px;
    transition: all 0.6s ease 0s;
}
.prod-det-f{
    float:left;
width:92%;
margin-left:4%;
margin-top:120px;
line-height:25px;
}
.prod-det-tit{
    float:left;
width:100%;
color:#2C00E9;
font-size:18px;
padding-bottom:15px;
border-bottom:2px solid #E1E1E1;
}
.prod-det{
    float:left;
width:100%;
margin-top:16px;
}

.review-m-f{
    float: left;
    width: 92%;
    margin-left: 4%;
    margin-top: 120px;
}
.review-title{
    float:left;
    width:100%;
    color: #4c4c4c;
    font-size: 14px;
}
.aggrat-val{
    font-size:22px;
font-weight:900;
color:#2C00E9;
font-style:italic;
}
.aggrating-star-f{
    float:left;
width:160px;
}
.aggrat-full{
    float: left;
    font-family: ico;
    font-size: 24px;
    color: #2C00E9;
    width: 30px;
    height: 30px;
}
.aggrat-full:before {
    content: '\e9d9';
}
.agrf-emp:before{
    content: '\e9d7';
}
.aggrat-hs-f{
    float:left;
width: 30px;
    height: 30px;
font-family: ico;
    font-size: 24px;
    color: #2C00E9;
position: relative;
}
.aggrat-hs-emp{
    float: left;
    width: 30px;
    height: 30px;
}
.aggrat-hs-emp:before {
    content: '\e9d7';
}
.aggrat-hs-full{
    position:absolute;
    width: 13px;
    height: 30px;
overflow:hidden;
}
.aggrat-hs-full:before {
    content: '\e9d9';
}
.r0tip{
    color:#4C4C4C;
}
.r0t2{
font-size:12px;
}
.rev-sel-show-f2{
    float:left;
width:100%;
margin-top:15px;
color: #4c4c4c;
}
.rev-sel-show-f{
    float:left;
width:122px;
    height:25px;
line-height:25px;
font-size:14px;
padding-left:10px;
    border:1px solid #AAAAAA;
    font-family: 'Roboto', serif, sans-serif;	
position:relative;
background: linear-gradient(#fff,#E4E4E4);
cursor:pointer;
}
.rev-sel-show-f:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
    right: 10px;
    top: 9px;
    background: url(/templates/Web/en/images/prodown.png);
background-size:100%;
background-repeat:no-repeat;
}
.rev-sel-show-f:hover{
    background: #E4E4E4;
}
.rev-sel-all{
    position:absolute;
top:25px;
left:0px;
width:120px;
height:25px;
line-height:25px;
font-size:14px;
padding-left:10px;
    border:1px solid #AAAAAA;
display:none;
z-index:99;
}
.rev-sel-all:hover{
   background:#f8f8f8;
}
.review-f{
    float:left;
    width:100%;	
position:relative;
}
.review-t{
    float:left;
width:100%;
display:none;
}
.rev-s-top1{
    float:left;
    width:100%;
    margin-top:30px;	
}
.re-readmore-f{
    float:left;
width:100%;
cursor:pointer;
}
.re-readmore-cover{
    float:left;
width:100%;
height:15px;
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
.re-readmore{
    float:left;
width:calc(100% - 40px);
background:#fff;
position:relative;
font-size:16px;
color:#2C00E9;
padding:10px 20px;	
font-family: 'Roboto', serif, sans-serif;
}
.re-readmore:hover{
    color:#333;
}
.re-readmore:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
left:0px;
    top: 15px;
    background: url(/templates/Web/en/images/prodown.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.rev-flag{
    float: left;
    width: 36px!important;
display:block!important;
}
.rev-name-c{
    float:left;
width:calc(100% - 51px);
margin-left:15px;
font-size:16px;
margin-top:9px;
color:#000;
}
.rev-s-top2{
    float:left;
width:100%;
margin-top:12px;
}
.rev-star-f{
    float:left;
width:100px;
}
.rev-star-s {
    float: left;
    font-family: ico;
    font-size: 14px;
    color: #2C00E9;
    width: 20px;
    height: 20px;
    position: relative;
}
.review-s-start-text{
    float:left;
width:100px;
font-size:14px;
color:#4c4c4c;
}
.rev-star-s:before {
    position: absolute;
    content: '\e9d9';
}
.rev-s-top3{
    float:left;
width:100%;
font-size:14px;
color:#4c4c4c;
margin-top:5px;
}
.review-s{
    float:left;
    width:100%;
    margin-top:20px;	
}
.rev-pass-tip{
    color:#383838;
font-style:italic;
}
.rev-content{
    float:left;
width:100%;
font-size:16px;
line-height:30px;
margin-top:20px;
color:#4c4c4c;
}
.rev-send-f{
    float:left;
width:100%;
margin-top:40px;
}
.rev-send-txt{
    float:left;
width:100%;
font-size: 16px;
color: #000;
}
.rev-send-star-f{
    float:left;
width:100%;
margin-top:10px;
}
.rev-send-in-f{
    float:left;
width:100%;
margin-top:20px;
}
.r-s-in-s-f{
    float:left;
width:100%;
}
.r-s-in-s-f2{
    float:left;
width:100%;
margin-top:25px;
}
.r-s-in-s-f2:first-child{
    margin-top:0px;
}
.r-s-i-s-txt{
    float:left;
width:100%;
font-size: 16px;
color: #000;
}
.r-s-i-s-txt2{
            float:left;
width:75px;
font-size: 16px;
margin-top:10px;
color: #000;
}
.r-s-tr-f{
    margin-top:10px;
float:left;
width:100%;
}
.r-s-i-s-cont{
    float:left;
width:48%;
border:1px solid #DCDCDC;
background:#F7F7F7;
border-radius:7px;
height:98px;
padding:10px 15px;
outline: none;
font-size: 15px;
    color: #414141;
}
.rs-tr-r-f{
    float:left;
width:48%;
margin-left:4%;
}
.r-s-i-s-cont:focus{
    border:1px solid #2C00E9;
}
.r-s-i-s-input{
            float:left;
width:calc(50% - 107px);
border:1px solid #DCDCDC;
background:#F7F7F7;
border-radius:7px;
height:40px;
padding:10px 15px;
font-size: 15px;
    color: #414141;
}
.r-s-i-s-input:focus{
    border:1px solid #2C00E9;
}
.r-s-i-s-tip-f{
    float:left;
position:relative;
display:none;
}
.r-s-i-s-tip-arrow{
    position:absolute;
top:14px;
}
.r-s-i-s-tip-arrow:before{
    content:'';
    float: left;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #DCDCDC transparent transparent;
}
.r-s-i-s-tip-arrow:after{
    content:'';
    position:absolute;
left:1px;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.r-s-i-s-tip{
    float:left;
margin-left:16px;
border:1px solid #DCDCDC;
border-radius:5px;
padding:10px 15px;
}
.r-s-i-s-tip-ico{
    float:left;
    width:25px;
    height:25px;
    position:relative;
    color:#2C00E9;
font-size:25px;
}
.r-s-i-s-tip-ico:before{
    content:'\ea08';
position:absolute;
font-family: ico;
}
.r-s-i-s-tip-txt{
    float:left;
font-size: 16px;
margin-left:10px;
margin-top:4px;
color:#383838;
}
.r-s-but-f{
    float:left;
width:100%;
margin-top:30px;
}
.r-s-but{
            float:left;
width: 100px;
    height: 40px;
line-height: 40px;
border-radius: 20px;
color:#fff;
background:#2C00E9;
font-size: 16px;
cursor:pointer;
text-align:center;
}
.r-s-but:hover{
    background:#F6C600;
}
.rev-send-star-s{
            float:left;
    font-family: ico;
    font-size: 24px;
    color: #2C00E9;
    width: 30px;
    height: 30px;
    position: relative;
cursor:pointer;
}
.rev-send-star-s:hover{
    color:#ff6600;
}
.emptyheart:before {
    position: absolute;
    content: '\e9d7';
}
.heart:before {
    position: absolute;
    content: '\e9d9';
}

@media screen and (max-width:850px) {
    .r-s-i-s-input {
    width: calc(100% - 75px);
    }
    .rs-tr-r-f {
    width: 100%;
    margin-left: 0%;
margin-top:30px;
    }
    .r-s-i-s-cont {
    width:100%;
}
    .prod-det-f {
    margin-top: 40px;
    }
    .pe-det-info {
    width: 100%;
    margin-left: 0%;
margin-top:30px;
    }
    .prodet-cet {
    margin-top: 40px;
    }
    .pe-bigimg {
    width: 100%;
border-radius: 10px;
    }
}


